/* Move down content because we have a fixed navbar that is 50px tall */

@font-face {
 font-family: 'OpenSans-Semibold';
 src: url('../fonts/OpenSans-Semibold.eot');
 src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold.woff') format('woff'), url('../fonts/OpenSans-Semibold.ttf') format('truetype'), url('../fonts/OpenSans-Semibold.svg#glyphicons_halflingsregular') format('svg')
}

@font-face {
 font-family: 'OpenSans-Light';
 src: url('../fonts/OpenSans-Light.eot');
 src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype'), url('../fonts/OpenSans-Light.svg#glyphicons_halflingsregular') format('svg')
}

@font-face {
 font-family: 'OpenSans-Bold';
 src: url('../fonts/OpenSans-Bold.eot');
 src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#glyphicons_halflingsregular') format('svg')
}

@font-face {
 font-family: 'OpenSans-LightItalic';
 src: url('../fonts/OpenSans-LightItalic.eot');
 src: url('../fonts/OpenSans-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-LightItalic.woff') format('woff'), url('../fonts/OpenSans-LightItalic.ttf') format('truetype'), url('../fonts/OpenSans-LightItalic.svg#glyphicons_halflingsregular') format('svg')
}

@font-face {
 font-family: 'OpenSans-BoldItalic';
 src: url('../fonts/OpenSans-BoldItalic.eot');
 src: url('../fonts/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-BoldItalic.woff') format('woff'), url('../fonts/OpenSans-BoldItalic.ttf') format('truetype'), url('../fonts/OpenSans-BoldItalic.svg#glyphicons_halflingsregular') format('svg')
}

@font-face {
 font-family: 'OpenSans-Regular';
 src: url('../fonts/OpenSans-Regular.eot');
 src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans-Regular.svg#glyphicons_halflingsregular') format('svg')
}

@font-face {
 font-family: 'OpenSans-ExtraBold';
 src: url('../fonts/OOpenSans-ExtraBold.eot');
 src: url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-ExtraBold.woff') format('woff'), url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold.svg#glyphicons_halflingsregular') format('svg')
}

@font-face{
  font-family: 'SourceSansPro-Regular';
  src: url('../font/SourceSansPro-Regular.otf');
}


a{
-webkit-transition: background-color 2s ease-out;
-moz-transition: background-color 2s ease-out;
-o-transition: background-color 2s ease-out;
transition: background-color 2s ease-out;
}

body{
	font-size:14px;
	color:#333;
	font-family: 'OpenSans-Regular';
}

.top-bar-wrapper{
	margin:0px 0px 80px 0px;
	padding:0px 0px 257px 0px;
	width:100%;
	float:left;
	background:url(../img/banner.png) no-repeat center top;
	background-size:cover;
}

.top-bar-wrapper .navbar-default {
    background-color:transparent;
    border-color: transparent;
	width:100%;
	z-index:999;
	    margin-bottom: 50px;
}
.error {
    color: #f6c03f;
    font-size: 12px;
    font-weight: bold;
}
.top-bar-wrapper .navbar-default.affix {
	 background-color:#f2a23a;
    border-color: #f2a23a;
}

.top-bar-wrapper .navbar-default .navbar-brand {
    color:#FFF;
	font-family: 'OpenSans-LightItalic';
	font-size:24px;
}

.top-bar-wrapper .navbar-default .navbar-brand:hover{
	color:#FFF;
}

.top-bar-wrapper .nav>li>a{
	color:#FFF;
	font-size:17px;
	 font-family: 'OpenSans-Semibold';
}

.top-bar-wrapper .navbar-default .navbar-nav>li>a:focus, .top-bar-wrapper .navbar-default .navbar-nav>li>a:hover{
	color:#FFF !important;
}

.top-bar-wrapper .btn-warning{
	background-color:#FFF;
	border-radius:0px;
	border-color:#e38126;
	margin-top:0px;
	line-height: normal;
	min-width:100px;
	padding:5px;
	color:#f2a23a !important;
	box-shadow:0px 3px 5px 0px rgba(0, 0, 0, 0.47);
}

.nopadding{
	padding-left:0px;
	padding-right:0px;
}

.top-bar-wrapper .btn-warning:hover{
	color:#f2a23a !important;
}

ul.right-top-list{
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:right;
}

ul.right-top-list li{
	display:inline-block;
}

ul.right-top-list li a{
	display:inline-block;
	color:#FFF;
	padding: 10px 15px;
	line-height: 40px;
}

.back-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    float: left;
    z-index: 1;
    background: rgba(147, 146, 161, 0.2);
    color: #fff;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
    line-height: 39px;
    font-size: 25px;
    margin-right: 15px;
    margin-top:0px;
}

.pulse {
    background:#FFF;
    cursor: pointer;
    box-shadow:0px 3px 5px 0px rgba(0, 0, 0, 0.47);
    animation: pulse 1s infinite;
}

.pulse em{
	color:#f2a23a;
}

.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@-webkit-keyframes beat {
    0% { -webkit-transform: scale(0.9); opacity: 0.7; }
    50% { -webkit-transform: scale(1); opacity: 1; }
    100% { -webkit-transform: scale(0.9); opacity: 0.7; }
}

@keyframes beat {
    0% { transform: scale(0.9); opacity: 0.7; }
    50% { transform: scale(1); opacity: 1; }
    100% { transform: scale(0.9); opacity: 0.7; }
}

/***Left Img-Wrapper**/


.main-img-wrapper{
	margin:0px;
	padding:77px 0px 24px  0px;
	float:left;
	width:100%; 
}

.main-img-wrapper h1{
	margin:88px 0px 20px 0px;
	padding:0px 0px 15px 0px;
	color:#FFF;
	font-size:40px;
	position:relative;
	 font-family: 'OpenSans-Light';
	 text-align:left;
}



.main-img-wrapper p{
	margin:0px;
	padding:0px 0px 30px 0px;
	color:#FFF;
	font-size:17px;
	text-align:left;
	 font-family: 'OpenSans-Light';
}

.main-img-wrapper .img-main{
	text-align:left;
}

.main-img-wrapper img{
    border-radius: 50%;
	width:70%;
	text-align:left;
	display:inline-block;
    border: 30px solid rgba(255, 255, 255, 0.1);
}

/***main Img-Wrapper**/



/***Right Img-Wrapper**/

.right-img-wrapper{
	margin:0px;
	padding:0px 0px 80px 0px;
	float:left;
	width:100%; 
}

.right-img-wrapper h1{
	margin:20px 0px 30px 0px;
	padding:0px 0px 15px 0px;
	color:#333;
	font-size:40px;
	position:relative;
	 font-family: 'OpenSans-Light';
}

.right-img-wrapper h1:before{
	content: "";
	position:absolute;
	bottom:0;
	left:0;
	background:#f2a23a;
	height:3px;
	width:10%;
	-webkit-box-shadow: 0px 0px 6px 1px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  	-moz-box-shadow:    0px 0px 6px 1px #ccc;  /* Firefox 3.5 - 3.6 */
  	box-shadow:         0px 0px 6px 1px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.right-img-wrapper p{
	margin:0px;
	padding:0px 0px 30px 0px;
	color:#898989;
	font-size:17px;
	 font-family: 'OpenSans-Light';
}

.right-img-wrapper .img-right{
	text-align:right;
}

.right-img-wrapper img{
    border-radius: 50%;
	width:70%;
	text-align:right;
	display:inline-block;
    border: 30px solid #FFF;
    -webkit-box-shadow: 0px 0px 22px 2px #ccc;
    -moz-box-shadow: 0px 0px 22px 2px #ccc;
    box-shadow: 0px 0px 22px 2px #ccc;
}

/***Right Img-Wrapper**/


/***Left Img-Wrapper**/


.left-img-wrapper{
	margin:0px;
	padding:0px 0px 80px 0px;
	float:left;
	width:100%; 
}

.left-img-wrapper h1{
	margin:20px 0px 30px 0px;
	padding:0px 0px 15px 0px;
	color:#333;
	font-size:40px;
	position:relative;
	 font-family: 'OpenSans-Light';
}

.left-img-wrapper h1:before{
	content: "";
	position:absolute;
	bottom:0;
	left:0;
	background:#f2a23a;
	height:3px;
	width:10%;
	-webkit-box-shadow: 0px 0px 6px 1px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  	-moz-box-shadow:    0px 0px 6px 1px #ccc;  /* Firefox 3.5 - 3.6 */
  	box-shadow:         0px 0px 6px 1px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.left-img-wrapper p{
	margin:0px;
	padding:0px 0px 30px 0px;
	color:#898989;
	font-size:17px;
	 font-family: 'OpenSans-Light';
}

.left-img-wrapper .img-left{
	text-align:left;
}

.left-img-wrapper img{
    border-radius: 50%;
	width:70%;
	text-align:left;
	display:inline-block;
    border: 30px solid #FFF;
    -webkit-box-shadow: 0px 0px 22px 2px #ccc;
    -moz-box-shadow: 0px 0px 22px 2px #ccc;
    box-shadow: 0px 0px 22px 2px #ccc;
}

/***Left Img-Wrapper**/

a#scroll {
  position: fixed;
    right: 10px;
    bottom: 10px;
    color: #FFF;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #f2a23a;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    text-align: center;
    padding: 0px 0px;
    font-size: 30px;
}

a#scroll:hover {
    background-color:#000;
    border:1px solid #f2a23a; 
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


.nopadding-left{
	padding-left:0px;
}

.nopadding-right{
	padding-right:0px;
	margin-right:0px;
}

.nopadding-right .btn{
	margin-right:0px;
}

footer {
  padding: 45px 0 50px;
  float:left;
  width:100%;
  background: #252B34; }
  footer .row:first-child {
    margin-bottom: 35px;
    padding-bottom: 40px;
    border-bottom: 1px solid #000;
    box-shadow: 0px 1px 0 0 rgba(199, 199, 199, 0.1); }
  footer ul {
    margin-top: 20px;
    padding-left: 0px; }
    footer ul li {
      list-style: none;
      color: #fff;
      font-size: 17px;
      font-weight: 400; }
      footer ul li a {
        color: #fff; }
        footer ul li a:hover {
          color: #8fc25d;
          text-decoration: none; }
    footer ul .phone {
      margin-top: 17px; }
  footer h2 {
    color: #fff;
    margin: 7px 0 20px 17px;
    font-size: 24px; }
	 footer h3 {
    color: #fff;
    margin: 7px 0 20px 0px;
    font-size: 24px; }
   
  footer .form-control {
    background: #1B1F25;
    border-color: #2F3743;
    color:#a2a4a6;
    box-shadow: none; }
    footer .form-control:focus {
      border-color: #40542C;
      -webkit-box-shadow: 0 0 8px rgba(143, 194, 93, 0.4);
      box-shadow: 0 0 5px rgba(143, 194, 93, 0.4); }
  footer .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
    font-weight: 400; }
  footer .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
    font-weight: 400; }
  footer .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
    font-weight: 400; }
  footer .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
    font-weight: 400; }
  footer .btn {
    text-transform: uppercase;
    background: #4E535A;
    float: right;
    font-size: 15px;
    padding:5px 22px;
    margin-right: 12px;
    color: rgba(255, 255, 255, 0.8); }
    footer .btn:hover {
      background: #8fc25d;
      color: #fff; }
  footer .row:last-child p {
    margin-top: 5px;
    color: #AAADB0;
    font-size: 12px; }
  footer .row:last-child h6 {
    margin: 6px 0 0 0;
    color: #fff;
    float: left;
    font-size: 22px; }
  footer .row:last-child .social {
    float: right; }
    footer .row:last-child .social a {
      float: left;
      text-align: center;
      width: 33px;
      margin: 0 15px;
      height: 33px;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 100%;
      -webkit-transition: background 0.1s linear;
      -moz-transition: background 0.1s linear;
      -ms-transition: background 0.1s linear;
      -o-transition: background 0.1s linear;
      transition: background 0.1s linear; }
      footer .row:last-child .social a:last-child {
        margin-right: 0; }
    footer .row:last-child .social i {
      font-size: 18px;
      line-height: 36px;
      display: inline-block;
      color: #252b34; }
    footer .row:last-child .social .facebook:hover {
      background: #3b5998; }
    footer .row:last-child .social .twitter:hover {
      background: #00abf0; }
    footer .row:last-child .social .linkedin:hover {
      background: #006599; }
    footer .row:last-child .social .pinterest:hover {
      background: #cb2027; }
    footer .row:last-child .social .gplus:hover {
      background: #000; }
    footer .row:last-child .social .github:hover {
      background: #edce44; }


@media (max-width: 768px) {
   

}

@media (max-width: 767px) {
	
	 footer h2, footer h3 {
        margin-left: 0; } 
		
		footer .row:last-child h6 {
        margin-bottom: 15px; }
		
		footer .row:last-child .social a {
          margin: 0 13px !important; }
		  

.main-img-wrapper img, .right-img-wrapper img, .left-img-wrapper img{
	width:100%;
}

.left-img-wrapper h1, .right-img-wrapper h1, .right-img-wrapper p, .left-img-wrapper p {
	text-align:center;
}

.left-img-wrapper h1:before, .right-img-wrapper h1:before{
	left:50%;
	right:50%;
}

.left-img-wrapper, .right-img-wrapper{
	position:relative;
	padding-bottom:50px;
	margin-bottom:30px;
}

.left-img-wrapper:before, .right-img-wrapper:before{
	content: "";
    display: block;
    width:100%; 
    height:5px;
	background:#f2a23a;
    position: absolute;
    bottom:0;
}

footer{
	text-align:center;
}

footer .row:last-child h6{
	float:none;
}

footer .row:last-child .social {

    float: none;
    text-align: center;

}

footer .row:last-child .social a{
	text-align:center;
	display:inline-block;
	float:none;
}

footer .row .social a{
	margin:5px 13px;
}

footer .row:last-child .social a {

    margin: 7px 13px !important;

}

.top-bar-wrapper{
	margin:0px;
	padding:0px;
}

.main-img-wrapper{
	padding:0px 0px 24px 0px;
}

.main-img-wrapper h1{
	text-align:center;
	margin-top:30px;
}

.main-img-wrapper p{
	text-align:center;
}




}

@media (max-width: 320px) {
 
}
.full-width{
	width:100%;
	margin-bottom:20px;
}



