@charset "utf-8";
.row {position: relative;}
/* Top Bar */
.top-bar{
	width: 100%;
	line-height: 50px;
	height: 50px;
	background-color: #FFCB00;
}

.seobanner {
       position:absolute;
       left:0;top:-27px;
       transition:.6s;
       -webkit-transition: .6s;
       z-index:999;
       height:30px;
       width:100%;
       line-height:30px;
       margin:0;
       padding:0;
       background:#333333;
       color:#fff;
       font-size:12px;
       text-align:center;
}
.seobanner:hover {
       top:0;
       transition:.6s;
       -webkit-transition: .6s;
}

.logo{
	position: absolute;
	width: 150px;
	height: 180px;
	left:0;
	z-index: 100;
	background-color: #0F75BC;
	color:white;
	padding:5px;
	text-align: center;
	font-size: 55px;
	line-height: 85px;
	font-family: 'Ubuntu Mono';
}
.logo h1 {
	width:100%;
	top:-70px;
	left:0;
	position:absolute;
}
.titlecon {
	text-align: center;
}
.site-title {
	padding: 15px 0px;
}
.top-bar .fa-bars{
	display: none;
	color: #FFF;
	font-size: 30px;
	margin-left: 20px;
}
/* Icons for social medi */
.socials{
	float: right;
	font-size: 22px;
	display: none;
}
.top-bar .socials i{
	position: relative;
	width: 48px;
	height: 48px;
	z-index: 220;
	margin: 0px 5px 0px 0px;
	border: 2px solid #FFF;
	font-size: 1.1em!important;
	color: #FFF;
	bottom: -24px;
	padding: 0;
	line-height: 48px;
	display: inline-block;
	background-color: #FFCB00;
	border-radius: 50%;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
	text-align: center;
}
.top-bar .socials i:hover{
	background-color: #222;
}
/* Nav */
nav{
	float: left;
}
nav ul{
	margin: 0;
	list-style: none;
	padding: 0;
}
nav ul li{
	float: left;
}
nav ul li a{
	padding: 0px 15px;
	text-decoration: none;
	display: block;
	color: #FFF;
	-webkit-transition: box-shadow 0.8s;
	-o-transition: box-shadow 0.8s;
	transition: box-shadow 0.8s;
}
nav ul li a:hover{
	box-shadow: inset 0px -5px #FFF;
}
/* Title */
.site-title h2{
	margin: 0px 0px 0px 190px;
	line-height: 100px;
	font-size: 38px;
	font-weight: 500;
	color: #444;
}
/* slider */
.slider{
	width: 100%;
	height: 500px;
}
.slider span{
	background-color: rgba(0,0,0,0.5);
	line-height: 60px;
	color: #FFF;
	display: block;
	font-size: 30px;
	padding: 0px 50px;
	position: absolute;
	bottom: 40px;
}
.slide-one,.slide-two,.slide-three{
	width: 100%;
	height: 500px!important;
	/*background-size: 1920px 500px;*/
	background-position: top center;
}
.slide-one{background-image: url(../images/slide1.jpg);}
.slide-two{background-image: url(../images/slide2.jpg);}
.slide-three{background-image: url(../images/slide3.jpg);}
/* Phone Us */
.phone-us{
	line-height: 70px;
	background-color: #FFCB00;
	color: #FFF;
	font-weight: 300;
	display: block;
	font-size: 24px;
	text-align: center;
	margin-bottom: 26px;
}
.phone-us i{
	margin-right: 10px;
	background-color: #FFF;
	color: #FFCB00;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
}
/* content */
.content{
	padding-top: 40px;
	padding-bottom: 40px;
}
.content img{
	width: 100%;
}
.content h3{
	font-size: 38px;
	margin: 10px 0px;
	color: #FFCB00;
}
.content h4{
	background-color: #EEE;
	margin: 0px 0px 0px 0px;
	line-height: 40px;
	padding-left: 10px;
	color: #444;
	font-size: 20px;
}
.content p{
	line-height: 30px;
	color: #333;
}
.content ol{
	list-style-type: none;
    list-style-type: decimal !ie;
	counter-reset: li-counter;
	-webkit-padding-start: 0px;
}
.content ol li{
	line-height: 28px;
	background-color: #efefef;
	padding: 10px;
	margin: 2px 0px;
}
.content ol li:before{
	content: counter(li-counter);
	color:#FFF;
	height: 22px;
	border-radius: 50%;
	width: 22px;
	margin: 2px 10px 2px 2px;
	text-align: center;
	float: left;
	display: block;
	line-height: 24px;
	background-color:  #FFCB00;
	font-size: 14px;
	counter-increment: li-counter;
}
.content ul{
	margin: 0px;
	-webkit-columns: 2;
	columns: 2;
	padding: 0px;
	list-style: none;
}
.content ul li{
	line-height: 30px;
}
.content ul li:before{
	content: '\f058';
	font-family: fontAwesome;
	color: #FFCB00;
	padding-right: 10px
}
.content iframe{
	width: 100%;
	height: 600px;
	border: 3px solid #FFCB00;
	outline: none;
	box-shadow: none;
}
/* Gallery */
.gallerythumbs{
	float: left;
	-webkit-transition: border-radius 0.5s,opacity 1s;
	-o-transition: border-radius 0.5s,opacity 1s;
	transition: border-radius 0.5s,opacity 1s;
	margin: 8px;
}
.gallerythumbs:hover{
	border-radius: 50%;
	opacity: 0.8;
}
/* call to action */
.call-to-action{
	background-color: #efefef;
	border: 1px solid #eee;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.call-to-action h3{
	color: #444;
	font-size: 24px;
	margin: 15px 0px 10px 0px;
}
.call-to-action p{
	line-height: 30px;
	color: #444;
	font-style: italic;
}
.call-to-action a{
	color: #fff;
	display: block;
	background-color: #FFCB00;
	border-radius: 25px;
	font-size: 18px;
	width: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: box-shadow 0.8s;
	-o-transition: box-shadow 0.8s;
	transition: box-shadow 0.8s;
}
.call-to-action a:hover{
	box-shadow: inset 0px 50px #222222;
}
/* form */
.placeholder {
  font-family: 'Source Sans Pro', sans-serif;
}

.message {
  width: calc(96% - 2px);
  border: 1px solid #999;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #444;
  line-height: 30px;
  height: 100px;
  background-color: rgba(25,34,38,0.0);
  margin: 10px 2% 5px 0%;
  padding: 0px 0px 0px 2%;
}

.half {
  width: calc(46% - 2px);
  border: 1px solid #999;
  color: #333;
  box-sizing: border-box;
  float: left;
  height: 36px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  background-color: rgba(25,34,38,0.0);
  margin: 10px 4% 5px 0%;
  padding: 0px 0px 0px 2%;
}
.blackfull {
	width: 100%;
	background: black;
}
.full {
  width: calc(96% - 2px);
  box-sizing: border-box;
  border: 1px solid #999;
  color: #333;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  height: 36px;
  background-color: rgba(25,34,38,0.0);
  margin: 10px 2% 5px 0%;
  padding: 0px 0px 0px 2%;
}

.submit, form span {
  width: 46%;
  border: 1px solid transparent;
  float: left;
  color: #FFF;
  display: block;
  line-height: 36px;
  border-radius: 17px;
  margin-top: 10px;
  text-align: center;
  max-height: 38px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  background-color: #FFCB00;
}

form span {
  margin-left: 4%;
  cursor: pointer;
}
/* footer */
footer{
	width: 100%;
	background-color: #FFCB00;
	margin-top: 30px;
	padding-top: 30px;
}
.left-footer img{
	float: left;
	width: 120px;
	padding: 10px;
	height: 120px;
}
.left-footer h5{
	color: #FFF;
	margin: 20px 0px 0px 0px;
	line-height: 30px;
	font-size: 22px;
	font-weight: 300;
}
.left-footer p,.right-footer p{
	color: #FFF;
}
.right-footer{
	text-align: right;
}
.right-footer p a{
	color: #FFF;
	text-decoration: none;
}
footer ul{
	margin: 0px;
	padding: 0px;
	float: right;
	list-style: none;
}
footer ul li{
	float: left;
}
footer ul li a{
	display: block;
	background-color: #222;
	color: #FFF;
	padding: 0px 18px;
	line-height: 30px;
	margin: 10px;
	text-decoration: none;
	border-radius: 15px;
}
.credits{
	line-height: 50px;
	color: #FFF;
}
.credits span{
	font-weight: bold;
}
/*Tablet Styles*/
@media screen and (max-width: 1060px) {

}
/*Phone Styles*/
@media screen and (max-width: 768px) {
	.logo{
		display: none;
	}
	.credits{
		font-size: 10px;
	}
	.top-bar .fa-bars{
		display: block;
		float: left;
		line-height: 50px;
	}
	.left-footer img{
		float: none;
	}
	.right-footer{
	text-align: left;
	}
	nav{
	margin-left: 0px;
	position: absolute;
	width: 60vw;
	line-height: 50px!important;
	display: none;
	z-index: 200;
	border-bottom-right-radius: 20px;
	top: 50px;
	background-color: #FFCB00;
}
nav ul li{
	float: none;
}
nav ul li a{
	padding: 0px 15px;
	text-decoration: none;
	display: block;
	color: #FFF;
	-webkit-transition: box-shadow 0.8s;
	-o-transition: box-shadow 0.8s;
	transition: box-shadow 0.8s;
}
nav ul li a:hover{
	box-shadow: inset 0px -5px #FFF;
}
/*Content*/
.content p{
	text-align: justify;
}
/* Title */
.site-title h2{
	margin: 30px 0px 0px 10px;
	line-height: 50px;
	font-size: 28px;
}
	/*Slider*/
	.slider{
	height: 200px;
}
.slider span{
	line-height: 30px;
	font-size: 14px;
	padding: 0px 10px;
	bottom: 10px;
}
.slide-one,.slide-two,.slide-three{
	height: 200px!important;
	background-size:auto  200px;
}
}
