
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh7USSwaPGQ3q5d0N7w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* { 
	margin: 0;
	padding: 0px;
    font-family: 'Lato','HelveticaNeue',Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
    font-weight: 300;
    letter-spacing: 0.01em;
} 
body { 
	
	margin: 0; 
	color: #5a5a5a;
}

p { 
	padding: 0; 
	margin-bottom: 12px; 
	font-size: 18px; 
	line-height: 28px;
	color: #666; 
	margin-top: 10px; 
}

html,
body {
  background-color: #22A7F0; 
	height: 100%;
}

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.centered {text-align: center}
.mt {margin-top: 50px;}
.mt2 {margin-top: 100px;}
.mb {margin-bottom: 50px;}
.mbh {margin-bottom: 25px;}
.mtb {margin-top: 50px; margin-bottom: 50px;}
.mtb2 { margin-top: 100px; margin-bottom: 100px;}
.ptb {padding-top: 80px; padding-bottom: 80px;}

.cleargroup:after {
  content: "";
  display: table;
  clear: both;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}
::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
a { 
	padding: 0;
	margin: 0;
	text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
	color: rgb(0, 136, 204);
}

.menu {
	
	margin-top:24px; 
	text-align:right;
	margin-bottom:20px;
}

.menu a {
	color:#fff;
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-size: 18px;
	margin-right: 15px;
	/*font-weight: 300;*/
}

#siteSearchButton {
	margin-top:2px;
}

#siteSearchButton img {
	width: 19px;
	height: 19px;
}

.search {
    border: 1px solid #777;
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
    border-radius: 4px;
    outline-style: none;
    outline-width: 0px;
    margin-bottom:15px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius:0;
    box-shadow: 0px 4px 7px rgba(0,0,0,0.08);
    border:1px solid #ccc;
    display:inline;
    border-radius:4px;
    width:100%;
  }

a:hover,
a:focus {
  text-decoration: none;
  color:#bdf;
}

/* FORM CONFIGURATION */

 .quote {
 	font-size:1em;
 	line-height: 1.4em;
 }

.button {
	border-radius: 4px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 14px 28px 13px 28px;
	color:#fff !important;
	font-weight:bold;
	border:0;
	margin:4px;
}

/* HEADER SECTION */
#h {
	background-color:#22A7F0;/*#590C94;*/
	padding-top: 5px;
	background-attachment: relative;
	background-position: center center;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

#h p {
	color:white;
}

#h .logo {
	margin-left: 0px;
	text-align: center;
}

#h .logo h2{
	font-weight: 900;
	color: white;
	letter-spacing: 1px;
}


#h a:hover {
	text-decoration: none;
}


@media (min-width: 992px){
    #h .logo {
        text-align: left;
    }
}

/* CLIENTS */

.clients {
	line-height: 80px;
}

.clients img {
    margin:0;
    padding:0;
    border:0;
    vertical-align: middle;
    max-width:100%;
    height:auto;
}

/* CONTACT SEPARATOR */
#sep {
	background-color:#292929;
	background: url(../images/tools.jpg) no-repeat center top;
	padding-top: 100px;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white !important;
}

#sep p {
	color: #ccc !important;
}

#contentContainer {
  background-color: #fff;
  padding-bottom:25px;
  padding-top:25px;
}

/* FOOTER */
#f {
  padding-top:25px;
	background-color: #22A7F0;
	color: #555;
}

#f a {
	color: #fff;
}

/* HEADER 2 - PORTFOLIO SECTION */

.stripeBG {
	background-color:#f4f4f6;
}

.watchtext {
    margin-top:0px;
}

.sm-left-align {
	text-align:left;
}

#profileText {
	margin-top: 0;
}

/*
xs<768px small(≥768px)	Medium devices Desktops (≥992px)	Large devices Desktops (≥1200px)
*/
/* small */

.menu a {
		display:block;
		text-align:center;
	}

@media screen and (min-width: 768px) { 
	.watchtext {
	    margin-top:0px;
	} 
	.sm-left-align {
		text-align:center;
	}

	.buymenu {
		display: inline-block;
	}
	.rightCentered {
		float:right;
	}

	.menu a {
		display:inline;
		text-align:right;
	}

	#siteSearchButton {
		width: 19px;
	}

	#profileText {
		margin-top:200px;
	}	
}

/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 992px) { 
.watchtext {
	    margin-top:60px;

	} 

	#profileText {
		margin-top:220px;
	}

}

/* Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) { .watchtext {
	    margin-top:100px;
	} 

}

.nobullet ul {
 list-style-type: none;
}


.responsive-container { position: relative; padding-bottom: 53.25%; padding-top: 30px; height: 0; overflow: hidden; }
.responsive-container, .responsive-container iframe { max-width: 1280px; max-height: 720px; }
.responsive-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#tableOfContents ol li {
  list-style-type: none;
  font-weight:bold;
  padding-bottom: 0.4em;
}

#tableOfContents ul li{
  font-size:small;
  list-style-type: none;
  font-weight:200;
  padding-bottom: 0em;
  padding-left: 1em;
}

#tableOfContents ul a{
  color:#333;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:black;
}

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    /*opacity: 0.7;*/
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    border-radius: 6px;
    transition: background-color 0.3s;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}

.youtube:hover .play-button {
    background-color:red;
}

.examples img {
    max-width:100%; 
}

  .supportButton {
    border:0px solid black;
    color:#fff;
    font-weight:bold;
    font-size: 15px !important;
    font-family: sans-serif;
    padding:0 20px 0 20px; 
    margin-top:1px;
    height:40px;
    line-height: 40px;
    background-color: #22A7F0;
    background-image: linear-gradient(to right top, #009EED, #39BAFA, #43CAFF);
    box-shadow:0 1px 4px rgba(1, 20, 69,0.06);
    cursor:pointer;
    border-radius: 4px;
  }

  .supportButton:hover {
    background-color: #43CAFF;
    background-image:none;
  }

  .supportButton:active {
    background-color: #33aaee;
    background-image:none;
  }

  #h p a {
  color: #fff !important;
  text-decoration: underline;
}