@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

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

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


/*.nocontrol::-webkit-media-controls-play-button,
.nocontrol::-webkit-media-controls-start-playback-button {
    opacity: 0;
    pointer-events: none;
    width: 5px;
}
*/
html,
body {
	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;}
.mtb {margin-top: 50px; margin-bottom: 50px;}
.mtb2 { margin-top: 100px; margin-bottom: 100px;}
.ptb {padding-top: 80px; padding-bottom: 80px;}

.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;*/
}

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;
}


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

/* CLIENTS */

.clients img {
	max-width: 140px;
	max-height: 60px;
	vertical-align: middle;
}

.clients {
	line-height: 80px;
}


/* 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;
}

/* FOOTER */
#f {
	padding-top: 25px;
	padding-bottom: 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;
	}

	#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;
}

