*{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;  
  margin: 0px;
  outline: none !important;
}
html{
	position: relative;
	min-height: 100%;
}
input[type="text"], input[type="email"], input[type="search"], input[type="password"],.form-control,select, select.form-control {
	background-clip: padding-box;
}
html,
body{
	font-family: 'Ubuntu', sans-serif;
	overflow-x: hidden;
}
.mobile-menu,
.slicknav_menu{
	display: none;
}
.btn,
.btn:focus,
.btn:hover{
	transition: all 0.3s ease-in;
	border-radius: 4px;
}
.btn-black{
	background-color: #151515;
	color: #fff;
}
.btn-black:hover,
.btn-black:focus{
	background-color: #519bda;
}
.btn-blue{
	background-color: #519bda;
	color: #fff;
}
p{
	color: #2c2c2c;
}
body{
	margin-bottom: 830px;
}
header{
	padding: 15px 0px;
	padding-bottom: 0px;
	background-color: rgba(255, 255, 255, 0.9);
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999;
}
header .contact-bar{
	text-align: right;
}
header .contact-bar .contact-box-top,
header .contact-bar .contact-box-top-social{
	display: inline-block;
}
header .contact-bar .contact-box-top{
	border-right: 2px solid #406c9c;
	min-width: 100px;
	padding-right: 10px;
	margin-right: 30px;
	font-size: 1.2em;
}
header .contact-bar .contact-box-top a{
	color: #2c2c2c;
}
header .contact-bar .contact-box-top span{
	display: block;
	color: #519bda;
}
header .contact-bar .contact-box-top-social a{
	font-size: 2.3em;
	color: #519bda;
}
header .navbar-nav {
	/*margin: 0px;*/
	margin-top: 20px;
}
header .navbar-nav>li>a{
	font-size: 1.3em;
	color: #2c2c2c;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-bottom: 15px;
}
header .navbar-nav>li>a:hover,
header .navbar-nav>li>a:focus,
header .navbar-nav>li.active>a,
header .navbar-nav li.dropdown:hover>a{
	background-color: transparent;
	color: #519bda;
}
header .navbar-nav li .dropdown-menu{
	border-radius: 0px;
	border: 0px;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: none;
	border-bottom: 2px solid #519bda;

}
header .navbar-nav li .dropdown-menu>li>a:hover,
header .navbar-nav li .dropdown-menu>li.active>a{
	color: #519bda;
	background-color: transparent;
}
header .navbar-nav li:hover .dropdown-menu{
	display: block;
}

header .logo {
	display: block;
	padding-top: 5px;
}
#slideshow{
	min-height: 950px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#slideshow .slides-cycle{
	min-height: 950px;
	margin: 0px;
}
#slideshow .slide{
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	min-height: 950px;
}
#slideshow-bottom{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	padding: 30px 0px;
	padding-bottom: 15px;
	/*min-height: 200px;*/
	background-color: rgba(255, 255, 255, 0.7);
}
#slideshow-bottom h1{
	padding: 0px;
	text-transform: uppercase;
	margin: 0px;
	font-size: 2.3em;
	color: #519bda;
	padding-bottom: 15px;
}
#slideshow-bottom h1 span{
	color: #2c2c2c;
}
#slideshow-bottom p{
	font-size: 1.3em;
	color: #2c2c2c;
	line-height: 30px;
}
#contact-form{
	
	position: absolute;
	right: 30px;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.7); 
	min-height: 500px;
	bottom: 20px;
	max-width: 400px;
}
#contact-form h2{
	padding: 0px;
	text-transform: uppercase;
	margin: 0px;
	text-align: left;
	font-size: 2.5em;
	color: #519bda;
	padding-bottom: 15px;
	font-weight: bold;
}
#contact-form h2 span{
	color: #2c2c2c;
}
#contact-form .form-content{
	padding: 0px 0px;
	color: #2c2c2c;
	font-weight: bold;
}
#contact-form .col-left{
	padding-right: 5px;
}
#contact-form .col-right{
	padding-left: 5px;
}
#contact-form #form{
	padding-top: 20px;
}
#contact-form #form .input-group{
	margin-bottom: 10px;
}
#contact-form #form .input-group .input-group-addon{
	background-color: #fff;
	padding-right: 0px;
	border-right: 0px;
	color: #519bda;
	vertical-align: top;
	padding-top: 9px;
	border-color: #a4a4a4;
}
#contact-form #form .input-group .form-control,
#contact-form #form .input-group .form-control:focus{
	border-left: 0px;
	box-shadow: none;
	font-weight: normal;
	border-color: #a4a4a4;
}

#contact-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4a4a4a;
  font-weight: normal;
}
#contact-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #4a4a4a;
  font-weight: normal;
}
#contact-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #4a4a4a;
  font-weight: normal;
}
#contact-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #4a4a4a;
  font-weight: normal;
}
#home-boxes{

}
#home-boxes a{
	display: block;
	min-height: 360px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	border: 1px solid #fff;
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
	border-left: 0px;
	transition: all 0.3s linear;
	position: relative;
	text-align: center;
	border-bottom: 0px;
}
#home-boxes a:hover{
	-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
    transition: all 0.3s linear;
}
#home-boxes .row .last{
	border-right: 0px;
}
#home-boxes a span.title{
	margin-top: 170px;
	display: inline-block;
	background-color: rgba(0,0,0,0.9);
	box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.7);
	color: #fff;
	text-transform: uppercase;
	padding: 10px 15px;
	font-weight: normal;
	font-size: 1.2em;
	font-family: 'Ubuntu', sans-serif;
}

#callus{
	background-color: #fff;
	padding: 30px;
}
#callus h3{
	font-size: 2em;
	padding: 0px;
	margin: 0px;
	color: #2c2c2c;
	position: relative;
}
#callus h3:before{
	position: absolute;
	top: 15px;
	left: 0px;
	right: 0px;
	content: '';
	border-top: 2px solid #e1e1e1;
}
#callus h3 span{
	position: relative;
	background-color: #fff;
}
#callus h3 span.text{
	display: inline-block;
	padding: 0px 30px;
}
#callus h3 a.phone{
	color: #509bda;
	text-decoration: none;
}
#talent-alone{

}
#talent-alone .talent-left,
#talent-alone .talent-right{
	min-height: 500px;
}
#talent-alone .talent-left{
	background-color: #ededed;
	text-align: right;
}
#talent-alone .talent-right{
	background-image: url(../images/talent-alone.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
#talent-alone .content{
	padding: 40px 0px;
	min-width: 580px;
	max-width: 580px;
	display: inline-block;
	text-align: left;
	margin-right: 50px;

}
#talent-alone .content h3{
	font-size: 2.7em;
	text-transform: uppercase;
	padding-bottom: 20px;
}
#talent-alone .content h3 span{
	color: #519bda;
}

#talent-alone .content h3 span{
	/*display: block;*/
}
#talent-alone .content p{
	font-size: 1.2em;
	line-height: 30px;
}
#talent-alone .content .btn{
	border-radius: 0px;
	/*margin-right: 25px;*/
}

#latest-news{
	min-height: 700px;
	background-image: url(../images/latest-news-banner.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-attachment: fixed;
	padding: 100px 0px;
}

#latest-news a.box{
	display: block;
	text-decoration: none;
	color: #519bda;
}
#latest-news a.box h4{
	color: #519bda;
	font-size: 1.6em;

}
#latest-news a.box .image-wrapper{
	display: block;
	padding: 10px;
	background-color: #fff;
}
#latest-news a.box .bottom-image{
	color: #519bda;
}
#latest-news a.box .image-wrapper img{
	padding-bottom: 10px;
	height: 180px;
	width: 100%;
}
#latest-news a.box  p{
	padding-top: 15px;
}

.trans-box{
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.5);
}
.trans-box h3{
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	padding-bottom: 15px;
	text-align: center;
}
.trans-box h3 span{
	color: #519bda;
}
#latest-news .links-list{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#latest-news .links-list li{
	display: block;
	margin-bottom: 17px;
	position: relative;
	padding-left: 40px;
}
#latest-news .links-list li:before{
	position: absolute;
	left: 0px;
	top: 9px;
	content: '\f0c1';
	font-family: 'FontAwesome';
	font-size: 1.4em;
}
#latest-news .links-list a{
	display: block;
	color: #1e1e1e;
	text-decoration: none;
}
#latest-news .links-list a span{
	display: block;
	font-weight: bold;
}
#latest-news .btn{
	border-radius: 0px;
}
#latest-news hr{
	border-color: #989797;
	border-width: 2px;
}
#callus-second{
	background-color: #fff;
	padding: 30px;
	font-size: 1.7em;
}
#callus-second span{
	color: #519bda;
}

#small-banner{
	padding-top: 200px;
	padding-bottom: 80px;
	background-color: #eee;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
#small-banner .h1-wrapper{
	padding: 20px 75px;
	display: inline-block;
}
#small-banner .h1-wrapper h1{
	padding: 0px;
	margin: 0px;
	font-size: 3em;
	color: #333;
}
#small-banner .h1-wrapper h1 span.last-word{
	color: #519bda;
}

#breadcrumb {
  list-style: none;
  margin: 0px;
  padding: 0px;

  padding-top: 10px;
  display: inline-block;
}
#breadcrumb li{
	color: #333;
	font-size: 1.3em;
  display: inline-block;
  float: left;
}
#breadcrumb li:after{
  content: '\00a0  \f105 \00a0';
  font-family: 'FontAwesome'; 
}
#breadcrumb li:last-child:after{
  content: '' !important;
}
#breadcrumb a{
  color: #519bda;
}
#wrapper{
	padding: 40px 0px;
}
#wrapper p{
	font-size: 1.1em;
	color: #333;
}
#wrapper h2,
#wrapper h3{
	color: #333;
}
#wrapper h2 .last-word,
#wrapper h3 .last-word{
	color: #519bda;
}
.page-sidebar-wrapper{
	padding-right: 20px;
}
.page-sidebar-wrapper hr{
	border-color: #ccc;
	margin: 50px 0px;
}
.page-sidebar-wrapper ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.page-sidebar-wrapper ul li a{
	display: block;
	padding: 8px 0px;
	font-size: 1.1em;
	color: #333;
	text-decoration: none;
}
.page-sidebar-wrapper ul li a:hover,
.page-sidebar-wrapper ul li.active a{
	color: #519bda;
}
.page-sidebar-wrapper ul li.active{
	padding-left: 10px;
}
.page-sidebar-wrapper ul li a i{
	color: #519bda;
	padding-right: 5px;
}
.page-content{

}
#wrapper h2{
	margin-top: 0px;
	padding-top: 0px;
}
.page-content-service{
	border-left: 1px solid #ccc;
	padding-left: 30px;
}
.sidebar-news-item{
	display: block;
	color: #333;
	text-decoration: none;
	padding: 15px 0px;
}
.sidebar-news-item h4{
	color: #519bda;
}
.sidebar-news-item:hover{
	text-decoration: none;
}
.sidebar-news-item-date{
	display: block;
	padding: 4px 0px;
	font-size: 0.9em;
}
.blogpost-listing{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
	display: block;
}
.blogpost-listing:hover{
	text-decoration: none;
}
.blogpost-listing .row-bottom{
	padding-top: 10px;padding-bottom: 10px;
}
.post-social-shares * {
	box-sizing: content-box;
}
#wrapper a.blogpost-listing h3,
#wrapper a.blogpost-listing h3 span{
	color: #519bda;
	padding-top: 0px;margin-top: 0px;
}

.archive ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.archive ul li a{
	font-size: 1.3em;
	color: #333;
}
.archive ul li ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	/*padding-left: 5px;*/
}
.archive ul li ul li a{
	font-size: 1.1em;
}
.archive ul li ul li a i{
	padding-right: 5px;
}
.alert-hogan{
	background-color: #519bda;
	border-color: #519bda;
	color: #fff!important;
	font-size: 12px;
	margin: 0px;
}
footer{
	min-height: 830px;
	background-image: url(../images/footer-bg-banner.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-attachment: fixed;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding-top: 80px;
}
footer h3{
	text-transform: uppercase;
	color: #1e1e1e;
	text-align: center;
	font-size: 2.6em;
	padding-bottom: 30px!important;
}
footer h3 span{
	color: #519bda;
}
footer .input-group{
	margin-bottom: 15px;
}
footer .form-control {
	border-left: 0px;
	box-shadow: none;
}
footer .input-group-addon{
	border-right: 0px;
	color: #519bda;
	background-color: #fff;
}
footer textarea{
	min-height: 120px;
}
footer .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4a4a4a;
  font-weight: normal;
}
footer .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #4a4a4a;
  font-weight: normal;
}
footer .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #4a4a4a;
  font-weight: normal;
}
footer .form-control:-moz-placeholder { /* Firefox 18- */
  color: #4a4a4a;
  font-weight: normal;
}
footer #copyright{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
footer #legal-disclaimer {
	padding: 25px 0px;
	background-color: rgba(255, 255, 255, 0.7);
	color: #222;
	border-bottom: 1px solid #fff;
}
footer #legal-disclaimer p{
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	line-height:24px;
}
footer #main{
	background-color: #519bda;
	padding: 8px 0px;
	color: #fff;
}
footer #main a{
	color: #fff;
}

@media(min-width: 1025px){
	header{
		position: fixed;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	#slideshow .slide,
	#slideshow,
	#slideshow .slides-cycle{
		min-height: 700px;
	}
	#talent-alone .talent-left, #talent-alone .talent-right{
		min-height: 575px;
	}
}

@media(min-width: 1024px){
	
	#talent-alone .content{
		max-width: 100%;
		min-width: 100%;
	}
	#talent-alone .content h3{
		font-size: 2em;
	}
	#talent-alone .content p{
		font-size: 1em;
	}
	body{
		margin-bottom: 0px;
	}
	footer .trans-box{
		margin-bottom: 80px;
	}
	footer,
	footer #copyright{
		min-height: 0px;
		position: relative;
	}
}
@media(max-width: 768px){
.slicknav_menu{
		display: block;
	}
	header .navbar-nav{
		display: none;
	}
	header .contact-bar{
		text-align: right;
		padding: 15px 0px;
	}
	header .contact-bar .contact-box-top{
		margin-right: 0px;
		border-right: 0px;
		font-size: 0.9em;
	}
	#contact-form{
		position: relative;
	}
	#slideshow-bottom{
		width: 100%;
		/*position: relative;*/
		top: 0px;/*
		left: 0px;
		right: 0px;
		bottom: 0px;*/
	}
	#slideshow-bottom p{
		padding: 15px;
		background-color: rgba(255, 255, 255, 0.7);
		font-size: 1.1em;
		margin-bottom: 10px;
	}
	.slides-cycle{
		width: 100%;
		overflow: hidden;
	}
	#contact-form{
		max-width: 100%;
		left: 0px;
		right: 0px;
		padding: 15px;
	}
	#talent-alone .content{
		max-width: 100%;
		min-width: 100%;
		margin: 0px;
	}
	#talent-alone .talent-right{
		display: none;
	}
	.trans-box{
		margin: 10px 0px!important;
		box-shadow: none;
	}
	body{
		margin-bottom: 0px;
	}
	footer,
	footer #copyright{
		position: relative;
	}
	#latest-news a.box{
		margin-bottom: 25px;
	}
	#callus-second{
		font-size: 1.2em;
	}
	#small-banner{
		padding: 50px 0px;
	}
	.page-sidebar hr{
		margin: 15px 0px !important;
	}
	.page-sidebar{
		margin-bottom: 50px;
	}
	footer{
		padding-top: 50px;
	}
	footer .trans-box{
		margin-bottom: 50px!important;
	}
	#callus h3:before{
		display: none;
	}
}
@media(max-width: 767px){

	.slicknav_menu{
		display: block;
	}
	header .navbar-nav{
		display: none;
	}
	header .contact-bar{
		text-align: left;
		padding: 15px 0px;
	}
	header .contact-bar .contact-box-top{
		margin-right: 0px;
		border-right: 0px;
		font-size: 0.9em;
	}
	#contact-form{
		position: relative;
	}
	#slideshow-bottom{
		width: 100%;
		/*position: relative;*/
		top: 0px;/*
		left: 0px;
		right: 0px;
		bottom: 0px;*/
	}
	#slideshow-bottom p{
		padding: 15px;
		background-color: rgba(255, 255, 255, 0.7);
		font-size: 1.1em;
		margin-bottom: 10px;
	}
	.slides-cycle{
		width: 100%;
		overflow: hidden;
	}
	#contact-form{
		max-width: 100%;
		left: 0px;
		right: 0px;
		padding: 15px;
	}
	#talent-alone .content{
		max-width: 100%;
		min-width: 100%;
		margin: 0px;
	}
	#talent-alone .talent-right{
		display: none;
	}
	.trans-box{
		margin: 10px 0px!important;
		box-shadow: none;
	}
	body{
		margin-bottom: 0px;
	}
	footer,
	footer #copyright{
		position: relative;
	}
	#latest-news a.box{
		margin-bottom: 25px;
	}
	#callus h3{
		font-size: 1.4em;
	}
	#callus h3:before{
		display: none;
	}
	#callus h3 a.phone{
		display: block;
	}
	#talent-alone .content h3{
		font-size: 2em;
	}
	#callus-second{
		font-size: 1.1em;
	}
	#small-banner{
		padding: 50px 0px;
	}
	footer .btn{
		margin-top: 10px;
		display: block;
		width: 100%;
	}
	#breadcrumb{
		font-size: 0.7em;
	}
	#small-banner .h1-wrapper h1{
		font-size: 2.5em;
	}
	.page-sidebar hr{
		margin: 15px 0px !important;
	}
	.page-sidebar{
		margin-bottom: 50px;
	}
	.blogpost-content img{
		margin: 15px 0px;
		width: 100%;
	}
	.map-wrapper{
		margin-bottom: 25px;
	}

	#contactPageCaptcha {
		transform: scale(0.86);
		-webkit-transform: scale(0.86);
	    transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}

	#footerPageCaptcha{
		transform: scale(0.76);
		-webkit-transform: scale(0.76);
	    transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}

}

@media (max-width: 767px) {
	header .logo {
		text-align: center;
		max-width: auto;
	}
	header .logo img{
		margin: 0px auto;
		display: block;
	}
	#wrapper .page-content img{
		width: 100%!important;
		margin: 0px!important;
		margin-bottom: 10px!important;
	}
	.page-content-service {
		min-height: none !important;
	}

	#slideshow {
		min-height: 1000px;
	}

	#slideshow .slides-cycle {
		min-height: 1000px;
	}

	#slideshow .slide {
		min-height: 1000px;
	}

	#talent-alone .content .btn {
		margin-right: 0 !important;
	}

	.center {
		text-align: center;
	}

	#small-banner .h1-wrapper {
		padding: 20px 10px;
	}

	#slideshow-bottom > div > div:nth-child(1) > div.col-lg-7.col-md-6 > h1 {
		text-align: center;
	}
}

@media (max-width: 991px) {
	div.row.mtt-row > div.col-sm-9.col-xs-12 > h2.mtt-center {
		text-align: center !important;
		margin-top: 20px;
	}
}

.mtt-row {
	margin-bottom: 20px;
}

.mtt-image {
	margin-bottom: 20px;
	text-align: center;
}

div.blogsidebar-box > ul {
	list-style: none;
}
/*
@media (min-width: 342px) and (max-width: 372px) {
	
}*/

.alert-custom {
	background-color: #519bda;
    margin-bottom: 0px;
    color: white;
    border-radius: 0;
    font-size: 18px;
}

.alert-custom p {
	color: white;
}

@media screen and (max-width: 700px) {
    .alert-custom p {
        font-size: 13px;
		margin-top: 0px;
    }

    .alert-custom h3 {
        font-size: 20px;
        margin-top: 0px;
	}
}