@font-face {
	font-family: 'Proxima Nova Lt';
	src: url('../fonts/ProximaNova-Semibold.eot');
	src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-Semibold.woff') format('woff'),  url('../fonts/ProximaNova-Semibold.ttf') format('truetype'),  url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('../fonts/ProximaNova-Bold.eot');
	src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-Bold.woff') format('woff'),  url('../fonts/ProximaNova-Bold.ttf') format('truetype'),  url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('../fonts/ProximaNova-Regular.eot');
	src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-Regular.woff') format('woff'),  url('../fonts/ProximaNova-Regular.ttf') format('truetype'),  url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova Lt';
	src: url('../fonts/ProximaNova-Light.eot');
	src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-Light.woff') format('woff'),  url('../fonts/ProximaNova-Light.ttf') format('truetype'),  url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height:25px;
}
a {
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.navbar-fixed-top {
	transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}

.navbar-fixed-top .icon-bar{
			background-color:#000;
	}

.h1, h1 {
	margin-top: 0;
}
.navbar-white {
	background: #fff;
	padding-bottom:21px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
.navbar-nav {
	margin-top: 28px;
}

.navbar-nav>li{
		margin-left:4px;	
	}

.nav>li>a {
	padding: 10px 15px;
	color: #fff;
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 5px;
}
.nav>li>a:focus, .nav>li>a:hover {
	background: #ee362d;
}

.nav>li>a.active{
		background: #F55A52;
		color:#fff !important;	
	}



.navbar-white .nav>li>a {
	color: #000;
}
.navbar-white .nav>li>a:focus, .navbar-white .nav>li>a:hover {
	background: #F55A52;
	color: #fff;
}
.color-logo {
	display: none !important;
}
.navbar-white .color-logo {
	display: block !important;
}
.navbar-white .white-logo {
	display: none !important;
}
#top_banner .item {
	position: relative;
	text-align: center;
	background-size: cover !important;
}
.owl-pagination {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.owl-buttons {
	position: absolute;
	top: 50%;
	width: 100%
}
.owl-buttons .owl-prev {
	position: absolute;
	left: 5px;
	z-index: 9999
}
.owl-buttons .owl-prev:before {
	content: "\f104";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	color: #fff;
	font-size: 28px;
	padding-top: 0px;
	line-height:40px;
}
.owl-buttons .owl-next:before {
	content: "\f105";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	color: #fff;
	font-size: 28px;
	padding-top: 0px;
	line-height:40px;
}
.owl-buttons .owl-next {
	position: absolute;
	right: 5px;
}
#top_banner .item .slide-caption-wrap {
	display: table;
	width: 100%;
	height: 100%;
}
#top_banner .item .slide_dis {
	display: table-cell;
	vertical-align: middle;
}
#top_banner .item .container {
	height: 100%;
}
#top_banner .item .slide-title {
	font-size: 50px;
	font-family: 'Proxima Nova Lt';
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	margin-bottom:25px;
}

#top_banner .item .btn{
		margin-top:15px;	
	}


.section-about {
	text-align: center;
	padding-top: 55px;
	padding-bottom: 55px;
}
.section-about h1 {
	font-size: 45px;
	font-family: 'Proxima Nova Lt';
	font-weight: 300;
	margin-bottom: 20px;
	color: #000;
}
.section-about .btn {
	margin-top: 20px;
}
.section-about p {
	font-size: 18px;
}
.btn-danger {
	color: #F55A52;
	background-color: transparent;
	border-color: #F55A52;
}
.btn-danger:hover {
	color: #fff;
	background-color: #F55A52;
	border-color: #F55A52;
}
.btn-white {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}
.btn-white:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}
.btn {
	font-size: 15px;
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 0;
	padding: 10px 20px;
}
.our_vertical {
	position: relative;
}
.our_vertical .vertical_top {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 9;
}
.our_vertical .vertical_top h2 {
	color: #fff;
	font-size: 65px;
	font-family: 'Proxima Nova Lt';
	font-weight: 300;
	margin-top: 55px;
}
.our_vertical .vertical_top .sub_head {
	color: #fff;
	font-size: 22px;
}
.vertical_slider .item {
	background-size: cover !important;
	padding-top: 230px;
	padding-bottom: 55px;
	background-position: center center;
}
.vertical_slider .item h2 {
	margin-top: 0;
	color: #fff;
	font-size: 60px;
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	margin-bottom:20px;
}
.vertical_slider .item .log_vertical {
	text-align: right;
}
.vertical_slider .item p {
	font-size: 25px;
	color: #fff;
	font-family: 'Proxima Nova Lt';
	font-weight: 300;
	width: 50%;
	line-height: normal;
}
.vertical_slider .item .btn {
	margin-top: 20px;
}
.vertical_slider .owl-pagination {
	display: none;
}
.vertical_slider .item {
	height: 631px;
}
.whatsNew {
	padding-top: 55px;
	padding-bottom: 55px;
}




.whatsNew h2 {
	text-align: center;
	font-size: 33px;
	color: #000;
	margin-top: 0;
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
}
.whatsNew p.sub_head {
	font-size: 22px;
	text-align: center;
	margin-top: -5px;
	margin-bottom: 30px;
}
.whatsNew .article_teaser h3 a {
	color: #333333;
	font-size: 20px;
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
}

.whatsNew .article_teaser h3 a:hover, .whatsNew .article_teaser h3 a:focus{
		color:#ee362d;	
		text-decoration:none;
	}


.whatsNew .date_art {
	color: #a3a3a3;
	font-style: italic;
	font-size: 13px;
}
.whatsNew .btn {
	margin-top: 10px;
}
.testi_home {
	background: url(../images/testi_bg.jpg) no-repeat;
	background-size: cover;
	padding-top: 55px;
	padding-bottom: 55px;
	text-align: center;
	color: #fff;
}
.testi_home h2 {
	text-align: center;
	font-size: 33px;
	color: #fff;
	margin-top: 0;
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
}
.testi_home .sub_head {
	font-size: 18px;
	text-align: center;
	margin-top: -5px;
	margin-bottom: 30px;
	color: #fff;
}
.testi_home .testi_sign {
	margin-bottom: 20px;
}
.testi_home .testi_sign i {
	font-size: 55px;
}
.testi_home .testi_content {
	font-family: Times New Roman;
	font-size: 19px;
	font-style: italic;
	margin-bottom: 20px;
}
.testi_home .testi_name {
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	margin-bottom: 2px;
}
.testi_home .item {
	padding-left: 105px;
	padding-right: 105px;
}
.testi_home .owl-pagination {
	bottom: -40px;
}
.our_clients_home {
	padding-top: 55px;
	padding-bottom: 55px;
}
.our_clients_home h2 {
	text-align: center;
	font-size: 33px;
	color: #000;
	margin-top: 0;
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	margin-bottom: 35px;
}
.our_clients_home .item {
	text-align: center;
}

.our_clients_home .item img{
		display: block;
		max-width: 100%;
		height: auto;	
		margin:0 auto;
	}

.our_clients_home .owl-pagination {
	display: none;
}
.footer {
	background: #2f2f2f;
	color: #d0d0d0;
	padding-top: 30px;
}
.footer h5 {
	font-size: 18px;
	color: #fff;
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
}
.footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer .col2 li a {
	color: #d0d0d0;
}
.footer .col2 li {
	padding-bottom: 10px;
}
.footer .col3 .media_thumb {
	width: 69px;
	margin-left: 0px;
	float: left;
	margin-top: 4px;
}
.footer .col3 li {
	overflow: hidden;
	margin-bottom: 15px;
}
.footer .col3 li a {
	color: #fff;
	font-size: 13px;
	line-height: normal;
}
.footer .col3 .media_content {
	margin-left: 85px;
	line-height: normal;
}
.footer .col3 .media_content span {
	display: block;
	font-size: 11px;
	color: #8d8d8d;
	margin-top: 4px;
}
.footer .col4 li {
	float: left;
	margin-right: 10px;
}
.footer .col4 li a {
	width: 48px;
	height: 48px;
	display: block;
	border: 2px solid #fff;
	text-align: center;
	line-height: 48px;
	border-radius: 50%;
	font-size: 20px;
	color: #fff;
}
.footer_bottom {
	border-top: 1px solid #444444;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 15px;
	text-align: center;
	font-size: 13px;
}
.footer_bottom p {
	margin-bottom: 5px;
}
.footer_bottom a {
	color: #fff;
}
.inner_banner {
	background-size: cover !important;
	height: 400px;
	margin-top: 90px;
	text-align: center;
	color: #fff;
}
.inner_banner .container {
	/*padding-top:100px;*/
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.inner_banner h1 {
	font-size: 55px;
	font-family: 'Proxima Nova Lt';
	font-weight: 300;
}
.inner_banner p {
	font-size: 24px;
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
}
.star_buzz, .number_facts {
	padding-top: 55px;
	padding-bottom: 55px;
}

.number_facts{
		background:#030303;
		color:#fff;
		text-align:center;	
	}
	
.number_facts h2{
	 margin-top: 0;
    font-size: 60px;
    color: #fff;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
    margin-bottom: 20px;
		
	}	
	
.number_facts span{
		font-size:55px;	
	}
	
.number_facts h4{
		font-size:55px;	
		font-family: 'Proxima Nova Rg';
		font-weight:bold;
		margin-top:0;
		margin-bottom:0;	
	}
	
	
.number_facts p{
		text-transform:uppercase;	
	}			

.star_buzz h2 {
	margin-top: 0;
	font-size: 60px;
	color: #000;
	font-family: 'Proxima Nova Lt';
	font-weight: 300;
	margin-bottom: 20px;
}
.star_buzz p {
	font-size: 28px;
	font-weight: 300;
	line-height:normal;
}
.star_buzz .btn, .know_your_result .btn, .active_connect .btn {
	margin-top: 15px;
}
.star_quiz {
	background: url(../images/star_quiz_bg.jpg) no-repeat;
	background-size: cover;
	padding-top: 55px;
	height: 520px;
}
.star_quiz h2, .hot_on_follo h2, .alive_pix h2, .alive_video h2, .know_your_result h2, .mobile_solution h2, .active_connect h2 {
	margin-top: 0;
	font-size: 60px;
	color: #fff;
	font-family: 'Proxima Nova Lt';
	font-weight: 300;
	margin-bottom: 20px;
}
.star_quiz p, .hot_on_follo p, .alive_pix p, .know_your_result p, .mobile_solution p, .active_connect p {
	font-size: 28px;
	font-family: 'Proxima Nova Lt';
	font-weight: 300;
	color: #fff;
	line-height:normal;
}
.star_quiz .btn, .star_shop .btn, .hot_on_follo .btn, .alive_onescan .btn, .alive_pix .btn, .alive_qr .btn, .greetZap .btn {
	margin-top: 15px;
}
.btn-lg {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
.star_shop {
	padding-top: 80px;
	padding-bottom: 55px;
}
.star_shop h2, .follo_social h2, .alive_onescan h2, .alive_qr h2, .greetZap h2 {
	margin-top: 0;
	font-size: 60px;
	color: #000;
	font-family: 'Proxima Nova Lt';
	font-weight: 300;
	margin-bottom: 20px;
}
.star_shop p, .alive_onescan p, .alive_qr p, .mvas_first p, .greetZap p {
	font-size: 28px;
	font-family: 'Proxima Nova Lt';
	font-weight: 300;
	line-height:normal;
}
.mvas_first p.sub_head {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 35px;
}
.greetZap p.sub_head {
	font-size: 18px;
	font-weight: bold;
	margin-top: -15px;
	margin-bottom: 35px;
}
.hot_on_follo {
	background: url(../images/hot_on_follo_bg.png) no-repeat;
	background-size: cover;
	padding-top: 55px;
	padding-bottom: 55px;
}
.follo_social {
	padding-top: 55px;
	padding-bottom: 55px;
}
.follo_social ul {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow:hidden;
}
.follo_social ul li {
	float: left;
	margin-right: 8px;
}
.follo_social ul li a {
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 50%;
	border: 2px solid #000;
	text-align: center;
	line-height: 53px;
	font-size: 25px;
	color: #000;
}
.follo_social ul li.fb_follo a {
	color: #336699;
	border: 2px solid #336699;
}
.follo_social ul li.tw_follo a {
	color: #3399cc;
	border: 2px solid #3399cc;
}
.follo_social ul li.gp_follo a {
	color: #dc4b3f;
	border: 2px solid #dc4b3f;
}
.follo_social ul li.pin_follo a {
	color: #bd081c;
	border: 2px solid #bd081c;
}
.follo_social ul li.andr_follo a {
	color: #96bf23;
	border: 2px solid #96bf23;
}
.follo_social ul li.appl_follo a {
	color: #88898d;
	border: 2px solid #88898d;
}
.follo_social ul li.wind_follo a {
	color: #0078d7;
	border: 2px solid #0078d7;
}
.alive_onescan, .alive_qr, .mvas_first, .greetZap {
	padding-top: 55px;
	padding-bottom: 55px;
}
.alive_pix {
	background: url(../images/alive_pix.jpg) no-repeat;
	background-size: cover;
	padding-top: 55px;
	padding-bottom: 55px;
}
.alive_video {
	background: url(../images/alive_video.jpg) no-repeat;
	background-size: cover;
	padding-top: 55px;
	padding-bottom: 55px;
	text-align: center;
}
.alive_video .play_video {
	margin-top: 50px;
	margin-bottom: 50px;
	display: inline-block;
	outline: none;
}
.know_your_result {
	background: url(../images/know_your_result_banner.jpg) no-repeat;
	background-size: cover;
	padding-top: 55px;
	padding-bottom: 55px;
}
.know_your_result img {
	margin-top: 25%;
}
.mobile_solution {
	background: url(../images/mobile_sol.jpg) no-repeat;
	background-size: cover;
	padding-top: 55px;
	padding-bottom: 55px;
	text-align: center;
}
.whats-new {
	padding-top: 55px;
}
.whats-new .article_thumb {
	margin-bottom: 38px;
}
.whats-new .article_details h4 a, .whats-new .article_details h4 {
	font-size: 30px;
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
	color: #333333;
	text-decoration: none;
}

.whats-new .article_details h4 a:hover, .whats-new .article_details h4 a:focus {
		color:#ee362d;	
		text-decoration:none;	
	}


.whats-new .article_details span.date-article {
	color: #a3a3a3;
	font-style: italic;
	display: block;
	margin-bottom: 20px;
}
.whats-new .article_details .btn {
	margin-top: 15px;
}
.whats-new .articleRow {
	margin-bottom: 50px;
}
.latest_post h2 {
	margin-top: 0;
}
.latest_post .title-section, .stay_connected .title-section {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 30px;
}
.title-section h2 {
	color: #222222;
	font-size: 19px;
	font-weight: 700;
	margin: 0 0 30px;
	text-transform: uppercase;
	margin-bottom: -1px;
}
.title-section h2 span {
	display: inline-block;
	padding-bottom: 16px;
	padding-right: 5px;
	border-bottom: 1px solid #f44336;
}
.latest_post ul, .stay_connected ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.stay_connected ul {
	overflow: hidden;
}
.stay_connected {
	margin-bottom: 40px;
}
.stay_connected li {
	float: left;
	margin-right: 10px;
}
.stay_connected li a {
	width: 48px;
	height: 48px;
	display: block;
	border: 2px solid #000;
	text-align: center;
	line-height: 48px;
	border-radius: 50%;
	font-size: 20px;
	color: #000;
}
.stay_connected li.facebook a {
	border-color: #3b5998;
	color: #3b5998;
}

.stay_connected li.facebook a:hover{
		background:	#3b5998;
		color:#fff;
	}

.stay_connected li.twitter a {
	border-color: #00aced;
	color: #00aced;
}

.stay_connected li.twitter a:hover {
		background:	#00aced;
		color:#fff;	
	}


.stay_connected li.linkedin a {
	border-color: #007bb6;
	color: #007bb6;
}
.stay_connected li.linkedin a:hover {
		background:	#007bb6;
		color:#fff;		
	}


.newsletter {
	background: #f2f2f2;
	padding: 15px;
	margin-bottom:40px;
}
.newsletter h2 {
	font-size: 19px;
	font-weight: 600;
	color: #222222;
	text-transform: uppercase;
	margin-top:0
}


.newsletter .form-control{
		background:#fff;
		border-radius:0;
		padding-top:9px;
		padding-bottom:9px;
		height:auto;
		padding-right: 50px;
		
	}
	
.newsletter button{
		    position: relative;
    display: inline-block;
    background: #ee362d;
	    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
	color: #fff;
    font-size: 15px;
    border: none;
    margin-top: -40px;
    z-index: 2;
    float: right;
    outline: none;
	
	}	
	
.newsletter p{
		margin-top:15px;	
	}	




.latest_post li {
	list-style: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
}
.latest_post li img {
	width: 92px;
	margin-right: 20px;
	float: left;
}
.latest_post .post-content h5 {
	margin-top: 0;
	margin-bottom: 5px;
}
.latest_post .post-content h5 a {
	margin-top: 0;
	font-size: 15px;
	color: #333333;
	font-weight: 600;
	font-family: 'Proxima Nova Lt';
	line-height: 20px;
}
.latest_post .post-content h5 a:hover, .latest_post .post-content h5 a:focus {
		color:#ee362d;	
		text-decoration:none;	
	}




.latest_post .post-content .date {
	color: #999999;
	font-size: 13px;
	font-style: italic;
}


.share-post-box{
	margin-bottom: 20px;
    padding: 10px 0px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
	}
	
.share-box{
		margin: 0;
    padding: 0;	
	list-style:none;
	}	
	
.share-box li{
		    display: inline-block;
    color: #666666;
    margin-right: 8px;
    margin-bottom: 2px;	
	}
	
.share-box li i{
		    font-size: 20px;
    margin-right: 12px;
	
	}	
	
.share-box li a{
		width: 35px;
    height: 35px;
    display: block;
    border: 2px solid #000;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    font-size: 16px;
    color: #000;
	text-align:center;	
	}
	
.share-box li a.facebook i, .share-box li a.twitter i, .share-box li a.google i{
		margin-right:0;	
		font-size:15px;
	}	
	
.share-box li a.facebook{
		border-color: #3b5998;
    color: #3b5998;	
	}			
	
.share-box li a.twitter{
	    border-color: #00aced;
    color: #00aced;;	
	}	
	
	
	.share-box li a.google{
	    border-color: #dc4b3f;
    color: #dc4b3f;	
	}	
	
.media{
		padding-top:55px;	
	}
	
.media .article_teaser h3 a {
    color: #333333;
    font-size: 20px;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
}


.media .article_teaser h3 a:hover,.media .article_teaser h3 a:focus{
		color:#ee362d;
		text-decoration:none;	
	}

.media .article_teaser .date_art {
    color: #a3a3a3;
    font-style: italic;
    font-size: 13px;
}

.media .article_teaser .btn {
    margin-top: 10px;
	margin-bottom:40px;
}



.item { 
  border: none;
}

/* Isotope Transitions
------------------------------- */
.isotope,
.isotope .item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
		  
}

.border-image{
		border:1px solid #ccc;	
		text-align:center;
		height:150px;
		position:relative;
		margin-bottom:30px;
	}
	
.border-image img{
		max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;	
	}
	
.clients_main #filters{
		padding-left:15px;
		margin-bottom:25px;	
	}
	
#filters a{
		font-size:14px;
		color:#000000;
		border-radius:0;	
	}
	
#filters a:hover{
		background:#F55A52;
		color:#fff;	
	}	
	
#filters .active a{
		background:#F55A52;
		color:#fff;	
	}			
	
.contact_page h2{
		    margin-top: 0;
    font-size: 50px;
    color: #000;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
    margin-bottom: 20px;	
	}	
	
	
.contact_page input, .contact_page textarea{
	background:#e5e5e5;
	border:1px solid #b5b9b9;
	padding:10px 10px;
	width:80%;
	}
	
.contact_page textarea{
		height:120px;	
	}	
	
.contact_detail .con_icon{
		float:left;
		width:40px;	
		margin-right:15px;
	}
	
	
.contact_detail{
		font-size:18px;	
	}	
	
.contact_page{
		padding-bottom:55px;	
	}	
	
.contact_detail a{
		text-decoration:none;
		color:#333;	
	}	
	
.contact_detail .con_icon i{
		font-size:50px;	
	}	
	
.contact_detail .con_icon i.fa-envelope{
		font-size:36px;	
	}			
	
.contact_detail .con_content{
		overflow:hidden;	
	}
	
.contact_detail .con_content a:hover{
		color:#ee362d;
		text-decoration:none;	
	}	
	
	
.contact_detail .con_row{
		margin-bottom:20px;	
		overflow:hidden;
	}	
	
.about_us{
		padding-top:55px;
		padding-bottom:55px;	
	}	
	
.dropdown-menu{
		min-width:200px;
		background-color: #ee362d;
		padding-top:0;
		border-radius: 5px;
		box-shadow:none;
		border:none;
		top:93%;	
	}	
	
	
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background-color: #ee362d;		
	}	
	
.dropdown-menu>li>a{
		        padding: 10px 30px;	
				color:#fff;
				
	}
	
.navbar-nav>li>.dropdown-menu{
		left:0;	
	}
	
.scrollup{
	border-radius: 4px;
    bottom: 80px;
    display: none; 
    font-size: 20px;
    height: 40px;
    opacity: 0.8;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 40px;
    z-index: 99;
    background: #EA5D53;
    color: #fff;
	line-height:40px;	
	}	
	
.scrollup:hover{
	 opacity: 1;
	 color:#fff;
	}			
	
	
.alive_video p a{
		font-size:20px;	
		color:#fff;
		font-weight:bold;
		
	}	
	
.active_connect {
	background: url(../images/active_connect_banner.png) no-repeat;
    background-size: cover;
    padding-top: 55px;
    padding-bottom: 55px;	
	}	