#wrapper{
	position:relative;
	background:#f0f0ff;
	overflow:hidden;
}
#slidewrapper{
	position:relative;
	overflow:hidden;
}
/*
@media (max-width: 1024px) {
	#vegas-content{
		background: url(../img/slide/slide-bg1_1024.jpg) repeat fixed 0 0,
					url(../img/slide/slide-bg2_1024.jpg) repeat fixed 0 0,
					url(../img/slide/slide-bg3_1024.jpg) repeat fixed 0 0;
	}
}
@media (max-width: 1280px) {
	#vegas-content{
		background: url(../img/slide/slide-bg1_1280.jpg) repeat fixed 0 0,
					url(../img/slide/slide-bg2_1280.jpg) repeat fixed 0 0,
					url(../img/slide/slide-bg3_1280.jpg) repeat fixed 0 0;
	}
}
@media (max-width: 1366px) {
	#vegas-content{
		background: url(../img/slide/slide-bg1_1366.jpg) repeat fixed 0 0,
					url(../img/slide/slide-bg2_1366.jpg) repeat fixed 0 0,
					url(../img/slide/slide-bg3_1366.jpg) repeat fixed 0 0;
	}
}
@media (max-width: 1440px) {
	#vegas-content{
		background: url(../img/slide/slide-bg1_1440.jpg) repeat fixed 0 0,
					url(../img/slide/slide-bg2_1440.jpg) repeat fixed 0 0,
					url(../img/slide/slide-bg3_1440.jpg) repeat fixed 0 0;
	}
}
@media (min-width: 1600px) {
	#vegas-content{
		background: url(../img/slide/slide-bg1_1600.jpg) repeat fixed 0 0,
					url(../img/slide/slide-bg2_1600.jpg) repeat fixed 0 0,
					url(../img/slide/slide-bg3_1600.jpg) repeat fixed 0 0;
	}
}
*/
.containt{
	position:relative;
	padding-top:60px;
	padding-bottom:60px;
}
.pattren-bg{
	background:#e5e7eb url(../img/pattren.jpg) repeat fixed 0 0;
}
.pattren-bg-light{
	background:#e5e7eb url(../img/bg-light.png) repeat fixed 0 0;
}
.no-bg{
	background: transparent !important;
}
.half-wrapper{
	position:relative;
	float:left;
	width:100%;
	padding:0;
	margin:0;
}
.half-column{
	float:left;
	width:50%;
	padding:0;
	margin:0;
}
.half-column-right{
	float:right;
	width:50%;
	padding:0;
	margin:0;
	overflow: hidden;
}
.half-containt{
	padding:80px 60px 80px 60px;
}

/* Home */
.home-wrapper,
.bg-slide{
	/* background:url(../img/main-bg.jpg) 50% 0 no-repeat fixed; */
	position:relative;
	padding:60px;
	margin: 0 auto;
	overflow: auto;
	overflow-y: hidden;
	width: 100%;
	z-index:3;
	color:#fff;
}
/*
.bg-slide{
	background:none;
}
*/
.no-bottom-pad {
	padding-bottom: 0;
}
.inetta,
div.detail {display: none; color: #333; border-radius: 15px; padding-top: 0.7em;}

.strong {
	font-weight:700;
}

.videobg{
	background:#212121;
}

.home-container{
	border:40px double rgba(255, 255, 255, 0.5);
	margin-bottom:0;
	padding:220px 0 220px 0;
}

div.h1,
div.h2,
.home-wrapper h1, .home-wrapper h2, .home-wrapper h3, .home-wrapper h4, .home-wrapper h5, .home-wrapper h6,
.bg-slide h1, .bg-slide h2, .bg-slide h3, .bg-slide h4, .bg-slide h5, .bg-slide h6, .bg-slide p {
	color:#fff;
	text-shadow: 0 0px 3px #000;
}

div.h1,
.home-wrapper h1,
.bg-slide h1{
	font-size:52px;
	line-height:48px;
	letter-spacing:4px;
}

div.h2,
.home-wrapper h2,
.bg-slide h2{
	margin-bottom:10px;
	text-transform:uppercase;
}
div.h2 {
    font-size: 36px;
    line-height: 48px;
}

.scrolltop ul{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

.scrolltop ul li{
	float:left;
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	letter-spacing:3px;
}

/*
How it work
=========================== */
.timeline{
	float:left;
	background:url(../img/gray-line.png) repeat-y top center;
	padding:40px 0 40px 0;
	margin-top:20px;
	margin-bottom:20px;
}

.circle{
	border:1px solid #8f9495;
	position:absolute;
	width:14px;
	height:14px;
	border-radius:50%;
	left:50%;
	margin-left:-8px;
}

.circle.on-top{
	top:0;
	margin-top:-14px;
}

.circle.on-bottom{
	top:100%;
	margin-bottom:-14px;
}

.box-line{
	position:relative;
	width:50%;
	clear:both;
}

.box-line.on-right{
	float:right;
}

.box-line.on-left{
	float:left;
}

.box-icon,
.box-time{
	position:absolute;
	width:80px;
	height:80px;
	border:1px solid;
	color:#fff;
	font-size:42px;
	line-height:82px;
	text-align:center;
	border-radius:50%;
	top:50%;
	margin-top:-40px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}
.box-icon-rel {
	position:relative;
	top:0;
}
.pricing-head-rel {
	background: #e8f1f1 !important;
}

.box-line.on-right .box-icon,
.box-line.on-right .box-time{
	left:0;
	margin-left:-40px;
}

.box-line.on-left .box-icon,
.box-line.on-left .box-time{
	right:0;
	margin-right:-40px;
}

.box-time{
	font-size:16px;
	line-height:76px;
	font-weight:700;
}

.box-wrapp{
	background-image:url(../img/box-line.png);
	background-repeat:repeat-x;
}

.box-line.on-right .box-wrapp{
	background-position:left center;
	padding-left:85px;
}

.box-line.on-left .box-wrapp{
	background-position:right center;
	padding-right:85px;
}

.box-containt{
	background:#f8fbfb;
	border:1px solid #bfcaca;
	border-radius:3px;
	padding:25px;
	box-shadow: 5px 5px 5px #aaaaaa;
}

.box-line.on-right .box-containt{
	text-align:left;
}

.box-line.on-left .box-containt{
	text-align:right;
}

.box-containt h5,
.box-containt p{
	margin-bottom:10px;
}

/*
Client logo
=========================== */
#client{
	background-color: #e5e7eb;
	/*
	background: #e5e7eb url("../img/super-bg.jpg") repeat scroll 0 100%;
	background-size: cover;
	*/
}
.client{
	padding:45px 0 40px 0;
	/* padding:75px 0 60px 0; */
	margin-top:-5px;
}
#new_year{
	background:	#e5e7eb url("../img/zima_bg.jpg") no-repeat fixed 0 100%;
	background-size: cover;
}
#action{
	background-size: cover;
	position: relative;
}
#action.evning,
#action.night {
	background:	#e5e7eb url("../img/action_bg_night.jpg") no-repeat fixed 0 100%;
}
#action.morning,
#action.day {
	background:	#e5e7eb url("../img/action_bg_day.jpg") no-repeat fixed 0 100%;
}
.bant {
	background:
		url("../img/action_bant_l.png") no-repeat scroll 0 0
		/*rgba(0, 0, 0, 0.4) url("../img/action_bant_l.png") no-repeat scroll 0 0*//*,
		url("../img/action_bant_r.png") no-repeat scroll 100% 0*/
	;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
/*
#gallery{
	background:	#e5e7eb url("../img/portfolio_bg.jpg") no-repeat fixed 0 100%;
	background-size: cover;
}
*/
#features{
	background:	#e5e7eb url("../img/features_bg.jpg") no-repeat fixed 0 100%;
	background-size: cover;
	color: white !important;
	text-shadow: 0 0 5px #000 !important;
}
/*
#pricing,
#workit {
    border-top: 5px solid #dadada;
}
*/
.morning1 {
	/* http://colorzilla.com/gradient-editor/#77a1f3+0,fff5ff+100 */
	background: #77a1f3; /* Old browsers */
	background: -moz-linear-gradient(top,  #77a1f3 0%, #fff5ff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #77a1f3 0%,#fff5ff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #77a1f3 0%,#fff5ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77a1f3', endColorstr='#fff5ff',GradientType=0 ); /* IE6-9 */
}
.day1 {
	/* http://colorzilla.com/gradient-editor/#87dbff+0,eafffd+100 */
	background: #87dbff; /* Old browsers */
	background: -moz-linear-gradient(top,  #87dbff 0%, #eafffd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #87dbff 0%,#eafffd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #87dbff 0%,#eafffd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87dbff', endColorstr='#eafffd',GradientType=0 ); /* IE6-9 */
}
.evning1 {
	/* http://colorzilla.com/gradient-editor/#bb240f+0,ffed7f+100 */
	background: #bb240f; /* Old browsers */
	background: -moz-linear-gradient(top,  #bb240f 0%, #ffed7f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #bb240f 0%,#ffed7f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #bb240f 0%,#ffed7f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb240f', endColorstr='#ffed7f',GradientType=0 ); /* IE6-9 */
}
.night1 {
	/* http://colorzilla.com/gradient-editor/#050730+0,6bafde+100 */
	background: #050730; /* Old browsers */
	background: -moz-linear-gradient(top,  #050730 0%, #6bafde 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #050730 0%,#6bafde 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #050730 0%,#6bafde 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050730', endColorstr='#6bafde',GradientType=0 ); /* IE6-9 */
}
.evning1 #greeting,
.evning1 #greeting h5,
.night1 #greeting,
.night1 #greeting h5{
	color: #fff;
}

.client h5{
	margin-bottom:10px;
	text-transform:uppercase;
}

.client-wrapper{
	float:left;
	width:100%;
}

.client-logo{
	display:inline-block;
	position:relative;
}

.client-link{
	cursor:pointer;
	position:absolute;
	z-index:2;
	width:108px;
	height:75px;
}

/*
MacBook video
=========================== */
.video-player{
	position:absolute;
	width:960px;
	top:30px;
	left:111px;
	z-index:4;
}

.video-player{
	position:absolute;
	width:592px;
	top:25px;
	left:109px;
	z-index:4;
}

.video-image{
    position: absolute;
	width:100%;
	height:100%;
    top: 0;
    left: 0;
	z-index:60;
}

/*
Crausel tabs
=========================== */
.jwg_slider_module {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
}

.jwg_slider_module .tabbed_navigation {
	overflow:hidden;
	position:relative;
	float:left;
	width:100%;
	height:auto;
	display:block;
	text-align:center;
}

.jwg_slider_module .tabbed_navigation > ul {
	display:inline-block;
	margin:10px 0 50px 0;
	padding:0;
}

.jwg_slider_module .tabbed_navigation > ul:after {
	content:"";
	clear:both;	
	display:block;
}

.jwg_slider_module .tabbed_navigation > ul li {
	position:relative;
	display:inline-block;
	cursor:pointer;
	margin:0 3px 0 3px;
	padding:15px 0 15px 0;
	list-style:none;
	font-size:14px;
	line-height:14px;
	font-weight:700;
	text-align:center;
	width:110px;
	/* border:1px solid #c9d7d7; */
	background:#ddeaea;
	border-radius:2px;
	color:#000;
	text-shadow: 0 0 5px #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.jwg_slider_module .tabbed_navigation > ul li.current,
.jwg_slider_module .tabbed_navigation > ul li:hover{
	color:#fff;
}

.jwg_slider_module .tabbed_navigation > ul li i{
	display:block;
	margin:0 0 10px 0;
	font-size:38px;
	line-height:30px;
}

.jwg_slider_module .slides {
	float:left;
	width: 100%;
	position: relative;
	height:100%;
}
.jwg_slider_module .slides > .slide {
	float:left;
	width:100%;
	height:inherit;
	position: relative;
	padding:0;
}

.tabs-containt{
	padding-top:60px;
	padding-bottom:40px;
}

/*
Counter
=========================== */
.counter-containt{
	float:left;
	width:100%;
	color:#fff;
	padding-top:0px;
/* 	padding-top:60px;
	padding-bottom:60px;
 */}

.counter-containt h5{
	margin-bottom:10px;
	text-transform:uppercase;
}

.appear{
	display:block;
	margin-top:20px;
}

.counter-number{
	display:block;
	font-size:46px;
	line-height:42px;
	font-weight:300;
	letter-spacing:4px;
	margin-bottom:5px;
}

.counter-text{
	text-transform:uppercase;
}

.counter-icon{
	display:block;
	font-size:36px;
	line-height:32px;
	margin-bottom:15px;
}

/*
Gallery
=========================== */
#gallery {
	padding:60px 0 40px 0;
}

.gallery-wrapper{
	float:left;
	width:100%;
	overflow:hidden;
}

.filter{
	display:block;
	text-align:center;
	margin:0;
	padding:20px 0 5px 0;
}

.filter li{
	display:inline-block;
	list-style:none;
	margin:0 5px 20px 5px;
	padding:0;
}

.filter li a{
	text-transform:uppercase;
	background:#ddeaea;
	border:1px solid #c9d7d7;
	border-radius:2px;
	letter-spacing:1px;
	padding: 8px 25px;
	color:#444;
	font-weight:700;
}

.filter li.active a,
.filter li a:focus,
.filter li a:active,
.filter li a:hover{
	text-decoration:none;
	color:#fff;
}

.gallery-containt{
	margin:0;
	/*margin-left:-20px;
	margin-right:-20px;*/
}

.gallery-item{
	float:left;
	width: 33%;
	padding:20px;
}

.gallery-item.two-column{
	width: 50%;
}

.img-column{
	float:left;
	width:100%;
	border:1px solid #d8d8d8;
	padding:20px;
	box-shadow: 5px 5px 5px #aaa;
	transition: all 0.5s ease 0s;
}
.img-column:hover{
	border:1px solid #aaa;
	box-shadow: 5px 5px 5px #666;
}

.img-wrapper{
	position:relative;
	overflow:hidden;
}

.img-caption{
	position:absolute;
	background:rgba(255, 255, 255, 0.85);
	width:100%;
	height:100%;
	text-align:center;
	border:15px solid rgba(0, 0, 0, 0.1);
	padding:34% 20px 0 20px;
	overflow:hidden;
}

.img-caption h6,
.img-caption p{
	margin-bottom:0;
	text-transform:uppercase;
}

.img-caption h6 a{
	color:#484b49;
}


/*
Portfolio detail
=========================== */
.detail-warpp{
	background:#f8fbfb;
	border:1px solid #bfcaca;
	padding:1px;
	float:left;
	width:100%;
	margin:0;
	padding:0;
	display:block;
}

.detail-post{
	float:left;
	width:70%;
	margin:0;
	padding:0;
}

.detail-desc{
	float:left;
	width:100%;
	background:#fff;
	border-right:1px solid #bfcaca;
	padding:40px 20px 40px 20px;
}

.detail-desc .divider {
	background:none;
	border-bottom:1px dashed #d8d8d8;
}

.detail-aside{
	float:left;
	width:30%;
	height:100%;
	margin:0;
	padding:20px;
	color:#3c3c3c;
}

.author-info{
	float:left;
	width:100%;
	border-bottom:1px solid #c8c8c8;
	padding-bottom:10px;
	margin-bottom:40px;
}

.author-info img{
	background:#fff;
	border:1px solid #dfdfdf;
	padding:5px;
}

.author-info p{
	margin-bottom:15px;
	line-height:24px;
}

.detail-list{
	display:block;
	margin:0 0 40px 0;
	padding:0;
}

.detail-list li{
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	list-style:none;
	border-bottom:1px dashed #c8c8c8;
}

.detail-list li label{
	display:inline-block;
	margin-right:5px;
}

/*
Heading
=========================== */
.pricing-wrapper{
	background: rgba(248, 251, 251, 0.4);
	border:1px solid #bfcaca;
	padding:1px;
	text-align:center;
	display:block !important;
	margin-top:20px;
	border-radius:3px;
	box-shadow: 5px 5px 5px #666;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.pricing-wrapper:hover {
	box-shadow: 5px 5px 5px #000;
}
.pricing-price{
	position:relative;
	font-size:40px;
	line-height:60px;
	font-weight:700;
	color:#fff;
	text-shadow: 0 0 4px #000;
	padding:20px;
}

.pricing-price p{
	margin-bottom:0;
}

.pricing-price span{
	position:absolute;
	font-size:18px;
	line-height:24px;
	opacity: 0.75;
}
.pricing-price small{
	font-size:0.5em;
	opacity: 0.75;
}

.pricing-head{
	/* border-top:1px solid #ddeaea; */
	border-bottom:1px solid #ddeaea;
	padding:5px;
}
.pricing-head span {
	color: #333;
    font-family: "Open Sans",sans-serif;
    position: absolute;
    top: 1em;
}

.pricing-head h4{
	text-transform:uppercase;
	margin-bottom:0;
	color:#444;
	letter-spacing: 0px;
	font-size: 22px;
}

.pricing-wrapper .pricing-head.popular h4{
	color:#fff;
}

.pricing-list{
	margin:15px 0 15px 0;
	padding:0;
}

.pricing-list li{
	list-style:none;
	margin:0;
	padding:7px;
	color:#000;
	text-shadow: 0 0 3px #fff;
	font-size:16px;
	line-height:20px;
	letter-spacing:1px;
}

.pricing-bottom{
	/*
	background:#e8f1f1;
	border-bottom:1px solid #ddeaea;
	*/
	border-top:1px solid #ddeaea;
	padding:14px;
}

/*
Testimoni
=========================== */
#testimoni{
	background:url(../img/testimoni-bg.jpg) 50% 0 no-repeat fixed;
	position:relative;
	overflow: auto;
	overflow-y: hidden;
	color:#fff;
	text-align:center;
	background-attachment: fixed;
	min-height: 413px;
}

#testimoni blockquote{
	background:none;
	position:relative;
	margin:0 0 20px 0;
	padding:0;
	border:none;
	font-weight:400;
	font-size:30px;
	line-height:52px;
	letter-spacing:1px;
	text-shadow: 0 0 2px #000000;
}
.testimoni-wrapper{
	background:rgba(45, 51, 57, 0.3);
	color:#fff;
	padding:60px 0 30px 0;
}
@media (max-width: 768px) {
	#testimoni, .testimoni-wrapper {
		height: 550px;
	}
	#testimoni blockquote{
		font-size:24px;
		line-height:32px;
		letter-spacing:0px;
	}
}
@media (min-width: 768px) and (max-width: 990px) {
	#testimoni, .testimoni-wrapper {
		height: 450px;
	}
}


.testimoni-avatar{
	width:100px;
	height:100px;
	border:10px solid rgba(0, 0, 0, 0.15);
	border-radius:50%;
	margin-bottom:20px;
}

/*
Blog
=========================== */
.recent-post{
	margin-bottom: 20px;
	margin-top:20px;
}

.recent-post h4 a{
	color:#444;
}

.meta-post{
	position:relative;
	display:block;
	background:url(../img/dashed.png) repeat-x left center;
	width:100%;
	height:60px;
	margin:30px 0 30px 0;
}

.post-icon{
	position:absolute;
	width:60px;
	height:60px;
	border-radius:50%;
	color:#fff;
	text-align:center;
	font-size:24px;
	line-height:58px;
	left:50%;
	margin-left:-30px;
	top:0;
}

.meta-col-left,
.meta-col-right{
	position:relative;
	float:left;
	width:50%;
	margin:0;
	padding:0;
}

.meta-col-left li,
.meta-col-right li{
	position:relative;
	float:left;
	list-style:none;
	width:100%;
	margin:0;
	padding:2px 0 3px 25px;
	color:#808080;
}

.meta-col-left li a,
.meta-col-right li a{
	color:#808080;
}

.meta-col-left li i{
	position:absolute;
	left:0;
	top:9px;
}

.meta-col-right li{
	text-align:right;
	padding:2px 25px 3px 0;
}

.meta-col-right li i{
	position:absolute;
	right:0;
	top:9px;
}

article{
	border-bottom:1px dashed #d8d8d8;
	padding-bottom:20px;
	/* margin-bottom:50px; */
}

article h4{
	border-bottom:1px dashed #d8d8d8;
	padding-bottom:20px;
}

article h4 a{
	color:#444;
}

aside{
	float:left;
	width:100%;
	border-left:1px solid #d8d8d8;
	padding-left:30px;
}

.widget{
	float:left;
	width:100%;
	display:block;
	margin-bottom:30px;
}

aside .widget h5{
	border-bottom:2px solid #444;
	padding-bottom:20px;
}

.cat{
	margin:0;
	padding:0;
}

.cat li{
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
}

.cat li a{
	display:block;
	padding:5px 15px 5px 25px;
	color:#444;
}

.cat li i{
	position:absolute;
	text-align:center;
	font-size:14px;
	line-height:30px;
	top:5px;
	left:0;
	border-radius:50%;
}

.recent{
	margin:0;
	padding:0;
	display:block;
	width:100%;
}

.recent li{
	list-style:none;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	display:block;
	width:100%;
	border-bottom:1px dashed #d8d8d8;
}

.img-thumb{
	width:55px;
	height:auto;
	float:left;
	margin:0 15px 15px 0;
	border:1px solid #d8d8d8;
	padding:5px;
}

.recent li h6{
	font-size:14px;
	line-height:24px;
	margin:0;
}

.recent li h6 a{
	color:#444;
}

.recent-work{
	float:left;
	width:100%;
	margin:0 -5px 0 -5px;
	padding:0;
}

.recent-work li{
	float:left;
	list-style:none;
	width: 33.33333333%;
	margin:0 0 10px 0;
	padding:0 5px 0 5px;
}

.recent-work li a{
	display:block;
	padding:10px;
	border:1px solid #d8d8d8;
}

.tag{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

.tag li{
	float:left;
	list-style:none;
	margin:0 5px 5px 0;
	padding:0;
}

.tag li a{
	display:block;
	background:#f8fbfb;
	border:1px solid #bfcaca;
	border-radius:2px;
	letter-spacing:1px;
	padding: 5px 10px;
	color:#444;
}

.tag li a:hover{
	color:#fff;
	text-decoration:none;
}

/*
Comments
=========================== */
.comment-wrapper{
	float:left;
	width:100%;
}

.comment-wrapper .media {
	float:left;
	position:relative;
	position:relative;
	margin:0 0 30px 5%;
	padding:30px 30px 10px 70px;
	border:1px solid #d8d8d8;
	border-radius:2px;
	width:95%;
	overflow:visible;
}

.media-avatar img{
	position:absolute;
	float:left;
	background:#f0f0ff;
	border:1px solid #d8d8d8;
	padding:5px;
	width:80px;
	height:80px;
	left:-5%;
	top:30px;
	z-index:1px;
}

.comment-wrapper .media h5 a{
	color:#444;
}

.comment-wrapper .divider {
	background:none;
	border-bottom:1px dashed #d8d8d8;
}

/*
Contact
=========================== */
.contact-detail{
	float:left;
	width:100%;
	color:#fff;
	padding-top:20px;
	padding-bottom:20px;
}

.contact-detail h5{
	margin-bottom:10px;
	text-transform:uppercase;
}

.contact-icon{
	display:block;
	font-size:36px;
	line-height:32px;
	margin-bottom:15px;
}

.contact-wrapper{
	background: #2F3132 url(../img/contact-bg.jpg) 50% 0 no-repeat fixed;
	position:relative;
	overflow: auto;
	overflow-y: hidden;
	color:#fff;
}

.contact-form{
	/*
	background:rgba(45, 51, 57, 0.5);
	color:#fff;
	*/
	padding:20px 0 30px 0;
}
.contact-form h5{
	color: #fff;
	text-shadow: 0 0 3px #000;
	letter-spacing: 0;
}
.contact-detail .container,
.contact-form{
	position: relative;
	z-index: 2;
}

ul.listForm{
	float:left;
	width:100%;
	padding:0;
	margin:0;
}

ul.listForm li {
	/* float:left; */
	/* width:49%; */
	padding:0;
	margin:0 0 30px 0;	
	list-style:none;	
}

ul.listForm li .form-control:-moz-placeholder {
  color: #FC7D00;
}
ul.listForm li .form-control::-moz-placeholder {
  color: #FC7D00;
}
ul.listForm li .form-control:-ms-input-placeholder {
  color: #FC7D00;
}
ul.listForm li .form-control::-webkit-input-placeholder {
  color: #FC7D00;
}

ul.listForm li .form-control{
	background:none;
	border:1px solid #fff;
	width: 95%;
}
#actionform .form-control{
	color: #333;
}

ul.listForm li.first-list {
	/* margin-right:2%; */
}

ul.listForm li.full-list{
	width:100%;
}

#sendmessage{
	display:none;
}

#sendmessage.show,.show  {
	display:block;
}

/*
Footer
=========================== */
footer{
	background:#2f3233;
	color:#fff;
	padding: 60px 0 0px 0;
	text-align:center;
	position: relative;
	overflow: hidden;
}

footer h3{
	margin-bottom:10px;
	text-transform:uppercase;
	line-height: 1.1em;
}

.subscribe-form{
	width:100%;
	position:relative;
	margin:30px 0 30px 0;
}

input.subscribe:-moz-placeholder {
  color: #3b3b3b;
}

input.subscribe::-moz-placeholder {
  color: #3b3b3b;
}

input.subscribe:-ms-input-placeholder {
  color: #3b3b3b;
}

input.subscribe::-webkit-input-placeholder {
  color: #3b3b3b;
}

input.subscribe{
	position:relative;
	width:100%;
	border:none;
	background:#fff;
	padding:20px;
	border-radius:4px;
	color: #333;
}

.subscribe-button{
	position:absolute;
	width:40px;
	height:40px;
	border:none;
	border-radius:50%;
	right:20px;
	top:14px; 
	font-size:16px;	
}

.subscribe-button:hover{
	opacity: 1;
	filter: alpha(opacity=100); 	
}

.copyright{
	color:#989b9c;
}

.social-network{
	display:block;
	width:100%;
	font-size:24px;
	line-height:24px;
}

.social-network a{
	display:inline-block;
	color:#989b9c;
	margin:0 2px 5px 2px;
}

/*
Search
=========================== */
.search-wrapper{
	float:right;
	position:relative;
	background:none;
	background:#fff;
	border-radius:3px;
	width:50%;
	margin-top:20px;
}

.search{
	display:block;
	width:40%;
	background:none;
	border:none;
	padding:8px 20px 8px 20px;
	color:#4e4e4e;
}

.btn-search{
	background:#232a34 url(../img/search.png) no-repeat center center;
	position:absolute;
	border:none;
	text-indent:-9999px;
	overflow:hidden;
	top:0;
	right:0;
	padding:8px 25px 8px 25px;
	border-radius:0 3px 3px 0;
}

.btn-search:hover{
	background:#2f3640 url(../img/search.png) no-repeat center center;
}

/*
Inner page
=========================== */
.inner-head{
	color:#fff;
	padding:40px 0 40px 0;
	margin-top:-5px;
}

.inner-wrapper{
	position:relative;
}

.inner-head h3{
	text-transform:uppercase;
	margin-bottom:10px;
}

.inner-head p{
	margin:0;
}

.inner-page{
	position:relative;
}

/*
Team
=========================== */
.team-list,
.team-list li ul{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

.team-list li{
	float:left;
	width:100%;
	list-style:none;
	margin:-1px 0 0 0;
	padding:0;
	border:none;
	border-top:1px solid #8f9495;
}

.team-list li.first{
	border-top:none;
}

.team-list li ul li{
	width: 33.33333333%;
	padding:40px;
	border-left:1px solid #8f9495;
	border-top:none;
}

.team-list li ul li.first{
	border-left:none;
}

/*
Story line
=========================== */
.story-line{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

.story-box{
	float:left;
	width:20%;
	position:relative;
	border-bottom:1px solid #d8d8d8;
	padding:0 0 20px 40px;
}

.story-box p{
	margin-bottom:10px;
}

.story-box.on-bottom{
	margin-top:158px;
	border-top:1px solid #d8d8d8;
	padding:20px 0 0 40px;
}

.time-year{
	position:absolute;
	background:url(../img/dotted.png) repeat-y top center;
	float:left;
	width:60px;
	height:100%;
	text-align:center;
	left:-30px;
}

.time-year span{
	color:#fff;
	padding:20px 15px 20px 15px;
	border-radius:50%;
	font-weight:700;
}

.circle-sparator{
	position:absolute;
	width:14px;
	height:14px;
	border:1px solid #d8d8d8;
	background:#f0f0ff;
	border-radius:50%;
	bottom:0;
	left:0;
	margin:0 0 -7px -7px;
	z-index:2;
}

/*
Services
=========================== */
.service-box{
	display:block;
	position:relative;
	border:4px double #d8d8d8;
	padding:60px 40px 40px 40px;
	background:#f8fbfb;
	text-align:center;
	border-radius:3px;
	margin-top:30px;
}

.service-icon{
	position:absolute;
	background:#444;
	width:80px;
	height:80px;
	color:#fff;
	border-radius:50%;
	text-align:center;
	font-size:40px;
	line-height:78px;
	top:0;
	left:50%;
	margin-left:-40px;
	margin-top:-40px;
}

/*
Divider
=========================== */
.divider{
	float:left;
	width:100%;
	height:1px;
	background:#d8d8d8;
	margin:60px 0 60px 0;
}

/*
Heading
=========================== */
.heading{
	background:url(../img/heading-bg.png) no-repeat center bottom;
	color:#444;
	font-weight:700;
	font-size:36px;
	line-height:54px;
	letter-spacing:0px;
	padding-bottom:20px;
	margin-bottom:30px;
}

.heading h3{
	text-transform:uppercase;
	font-size:18px;
	line-height:18px;
}

/*
Media responsive
=========================== */
.video-container,.map-container,.embed-container{
	position:relative;
	margin:0 0 15px 0;
	padding-bottom:58%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	border:none;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.video-container iframe,
.map-container iframe,
.map-container object,
.map-container embed,
.video-container video,  
.video-container source,  
.video-container object,  
.video-container embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

iframe {
	border:none;
}

/*
Ui to top
=========================== */
#toTop{
	display:none;
	text-decoration:none;
	z-index:600;
	position:fixed;
	bottom:20px;
	right:20px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	border-radius:2px;
	text-indent:-999px;
	background-image:url(../img/ui.totop.png);
	background-repeat:no-repeat;
	background-position: top left;
	background-color:rgba(0, 0, 0, 0.4);
}

#toTopHover{
	background-image:url(../img/ui.totop.png);
	background-repeat:no-repeat;
	background-position: left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus{
	outline:none;
}

/*
Loading
=========================== */
div.loading-invisible{
    display:none;
}

div.loading-visible{
    position:fixed;
	z-index:9999999;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
    padding-top:20%;
	font-size:24px;
	line-height:36px;
	color:#fff;
	font-weight:300;
}

div.loading-visible i{
	display:inline-block;
	margin-bottom:20px;
}

div.loading-visible .loader{
	margin-bottom:20px;
}

/*
Clear spacer
=========================== */
.margin-clear{
	margin:0;
}

.padding-clear{
	padding:0;
}

.margintop-clear{
	margin-top:0;
}

.paddingtop-clear{
	padding-top:0;
}

.marginbot-clear{
	margin-bottom:0;
}

.paddingbot-clear{
	padding-bottom:0;
}

.marginbot-min40{
	margin-bottom:-40px;
}

.margintop-min15{
	margin-top:-15px;
}

/*
Custom top spacer
=========================== */
.margintop5{
	margin-top:5px;
}

.margintop10{
	margin-top:10px;
}

.margintop15{
	margin-top:15px;
}

.margintop20{
	margin-top:20px;
}

.margintop25{
	margin-top:25px;
}

.margintop30{
	margin-top:30px;
}

.margintop35{
	margin-top:35px;
}

.margintop40{
	margin-top:40px;
}

.margintop45{
	margin-top:45px;
}

.margintop50{
	margin-top:50px;
}

.margintop55{
	margin-top:55px;
}

.margintop60{
	margin-top:60px;
}

.margintop80{
	margin-top:80px;
}

/*
Custom bottom spacer
=========================== */
.marginbot5{
	margin-bottom:5px;
}

.marginbot10{
	margin-bottom:10px;
}

.marginbot15{
	margin-bottom:15px;
}

.marginbot20{
	margin-bottom:20px;
}

.marginbot25{
	margin-bottom:25px;
}

.marginbot30{
	margin-bottom:30px;
}

.marginbot35{
	margin-bottom:35px;
}

.marginbot40{
	margin-bottom:40px;
}

.marginbot45{
	margin-bottom:45px;
}

.marginbot50{
	margin-bottom:50px;
}

.marginbot55{
	margin-bottom:55px;
}

.marginbot60{
	margin-bottom:60px;
}

.marginbot80{
	margin-bottom:80px;
}

/*
Custom left spacer
=========================== */
.marginleft5{
	margin-left:1px;
}

.marginleft10{
	margin-left:10px;
}

.marginleft15{
	margin-left:15px;
}

.marginleft20{
	margin-left:20px;
}

/*
Custom right spacer
=========================== */
.marginright5{
	margin-right:1px;
}

.marginright10{
	margin-right:10px;
}

.marginright15{
	margin-right:15px;
}

.marginright20{
	margin-right:20px;
}

#pricing {
	background: #333 url("../img/tarifs/tarifs_1920x1080.jpg") no-repeat scroll 0 0;
	background-size: 100% 100%;
}
#pricing .price-detail{
	display: none;
}
/*
Custom responsive
=========================== */
@media (min-width: 1200px){
	.video-player{
		width:720px;
		top:30px;
		left:128px;
		font-size: 0.9em;
		line-height: 1em;
	}
	div.h1,
	.home-wrapper h1,
	.bg-slide h1{
		font-size:72px;
		line-height:68px;
		font-weight: 700;
	}
	.scrolltop ul li{
		font-size:18px;
		line-height:30px;
	}
}
@media (min-width: 991px) and (max-width: 1200px) {
	.navbar-default .navbar-nav li a{
		padding: 20px 8px;
	}
	.contact-text{
		display:block;
		margin-bottom:20px;
	}
}
@media (min-width: 768px) and (max-width: 990px) {
	.navbar-default .navbar-nav li a{
		font-size:11px;
		padding:20px 3px;
	}
	.video-player{
		width:546px;
		top:23px;
		left:103px;
	}
	div.h1,
	.home-wrapper h1,
	.bg-slide h1{
		font-size:52px;
		line-height:48px;
		font-weight: 700;
	}
	.scrolltop ul li{
		font-size:14px;
		line-height:20px;
	}
	.timeline{
		float:left;
		width:100%;
		padding-bottom:20px;
		padding-left:10%;
		padding-right:10%;
	}
	.box-line.on-right, .box-line.on-left{
		float:left;
		width:100%;
		padding-top:100px;
		padding-bottom:30px;
	}
	.box-line.on-right .box-wrapp, .box-line.on-left .box-wrapp{
		background:none;
		padding-left:20px;
		padding-right:20px;
	}
	.box-line.on-right .box-icon,
	.box-line.on-left .box-icon,
	.box-line.on-right .box-time,
	.box-line.on-left .box-time{
		top:0;
		left:50%;
		margin:0 0 0 -40px;
	}
	.box-line.on-right .box-containt,
	.box-line.on-left .box-containt{
		text-align:center;
	}
	.jwg_slider_module .tabbed_navigation > ul li{
		margin-bottom:10px;
	}
	.tabs-containt{
		padding-top:0;
		padding-bottom:20px;
	}
	.half-column-right,
	.half-column{
		width:100%;
	}
	.counter-containt .half-column-right{
		text-align:center;
	}
	.counter-containt .half-column-right ul{
		text-align:left;
	}
	.half-containt{
		padding:60px 60px 40px 60px;
	}
	.counter-text{
		display:block;
		margin-bottom:30px;
	}
	.gallery-item,
	.gallery-item.two-column{
		width: 50%;
	}
	.recent-post{
		float:left;
		margin-bottom:20px;
	}
	.contact-text{
		display:block;
		margin-bottom:20px;
	}
	.search-wrapper{
		float:left;
	}
	.service-box{
		margin-top:80px;
	}
	aside{
		border-left:none;
		padding-left:0;
	}
	.detail-post,
	.detail-aside{
		width:100%;
	}
	.detail-desc{
		border-right:none;
	}
	.detail-aside{
		border-top:1px solid #bfcaca;
	}
}
@media (max-width: 767px) {
	.navbar-brand {
		margin-left: -10px;
		padding-top: 4px;
	}
	.half-column-right {
		float:none;
		width:100%;
	}
	.half-column-right img {
		width: 100%;
	}
	.video-player{
		width:72.38%;
		height:84%;
		top:5.5%;
		left:14%;
	}
	.navbar-default .navbar-collapse{
		float:none;
	}
	.navbar-default .navbar-nav > li{
		padding:0 20px 0 20px;
		margin-bottom:5px;
		float:left;
		width:100%;
	}
	.navbar-default .navbar-nav > li > a{
		border:1px solid #dedede;
		padding:8px 20px;
		border-radius:4px;
	}
	.navbar-default .dropdown-menu {
		position:relative;
		background:none;
		float:left;
		width:100%;
		padding:0 10px 0 10px;
		-webkit-box-shadow: none;
		box-shadow: none;
		border:none;
		left:0;
	}
	.navbar-default .dropdown-menu li a{
		font-size:14px;
		line-height:14px;
		border:1px solid #dedede;
		padding:10px 20px 10px 20px;
		border-radius:4px;
		margin-top:5px;
	}
	.home-wrapper,
	.bg-slide{
		padding:20px;
	}
	.home-wrapper h2,
	.bg-slide h2{
		font-size:20px;
		line-height:20px;
	}
	div.h1,
	.home-wrapper h1,
	.bg-slide h1{
		font-size:32px;
		line-height:28px;
		font-weight: 700;
	}
	.scrolltop ul li{
		font-size:12px;
		line-height:20px;
	}
	.home-container{
		padding:80px 0 80px 0;
	}
	.timeline{
		float:left;
		width:100%;
		padding-bottom:20px;
	}
	.box-line.on-right, .box-line.on-left{
		float:left;
		width:100%;
		padding-top:100px;
		padding-bottom:30px;
	}
	.box-line.on-right .box-wrapp, .box-line.on-left .box-wrapp{
		background:none;
		padding-left:20px;
		padding-right:20px;
	}
	.box-line.on-right .box-icon,
	.box-line.on-left .box-icon,
	.box-line.on-right .box-time,
	.box-line.on-left .box-time{
		top:0;
		left:50%;
		margin:0 0 0 -40px;
	}
	.box-line.on-right .box-containt,
	.box-line.on-left .box-containt{
		text-align:center;
	}
	.jwg_slider_module .tabbed_navigation > ul {
		float:left;
		width:100%;
	}
	.jwg_slider_module .tabbed_navigation > ul li{
		float:left;
		width:30%;
		margin-bottom:5px;
	}
	.tabs-containt{
		padding-top:0;
		padding-bottom:20px;
	}
	.half-column{
		width:100%;
	}
	.half-containt{
		padding:60px 60px 40px 60px;
	}
	.counter-text{
		display:block;
		margin-bottom:30px;
	}
	.gallery-item,
	.gallery-item.two-column{
		width: 50%;
	}
	.recent-post{
		float:left;
		margin-bottom:20px;
	}
	.contact-text{
		display:block;
		margin-bottom:20px;
	}
	.team-list li{
		border:none;
	}
	.team-list li ul li,
	.team-list li ul li.first{
		width: 60%;
		border:1px solid #8f9495;
		margin-bottom:40px;
		margin-left:20%;
		margin-right:20%;
	}
	.search-wrapper{
		float:left;
	}
	.service-box{
		margin-top:80px;
	}
	aside{
		border-left:none;
		padding-left:0;
	}
	.detail-post,
	.detail-aside{
		width:100%;
	}
	.detail-desc{
		border-right:none;
	}
	.detail-aside{
		border-top:1px solid #bfcaca;
	}
	#pricing {
		background: #e5e7eb url("../img/pattren.jpg") repeat scroll 0 0;
		background-size: auto auto;
	}
	#pricing .price-detail{
		display: block;
	}
	#pricing .pricing-list{
		display: none;
	}
	#pricing .col-md-3{
		margin-bottom:30px;
	}
	.contact-wrapper {
		background-size: cover;
	}
	#secondeffect {
		display: none;
	}
}

@media (max-width: 670px) {	
	.gallery-item,
	.gallery-item.two-column{
		width: 100%;
		text-align:center;
	}
	.img-column{
		width:60%;
		margin-left:20%;
	}
	.bant {
		display: none;
	}
}

@media (max-width: 570px) {	
	.gallery-item,
	.gallery-item.two-column{
		width: 100%;
	}
	.img-column{
		width:80%;
		margin-left:10%;
	}
	.team-list li ul li,
	.team-list li ul li.first{
		width: 80%;
		border:1px solid #8f9495;
		margin-bottom:40px;
		margin-left:10%;
		margin-right:10%;
	}
	.home-wrapper,
	.bg-slide{
		padding:20px;
	}
	.home-wrapper h2,
	.bg-slide h2{
		font-size:16px;
		line-height:16px;
	}
	div.h1,
	.home-wrapper h1,
	.bg-slide h1{
		font-size:24px;
		line-height:28px;
		font-weight: 700;
	}
	.scrolltop ul li{
		font-size:10px;
		line-height:18px;
	}
	.home-container{
		padding:80px 0 80px 0;
	}
}

@media (max-width: 470px) {	
	.gallery-item,
	.gallery-item.two-column,
	.img-column{
		width: 100%;
		margin:0;
	}
}

/*
Demo
=========================== */
/*
Demo
=========================== */
#panel {
	position:fixed;
	top: 50px;
	left:-230px;
	width: 230px;
	color: #fff;
    z-index: 9999;
    font-size: 11px;
	background:#181818;
}

#panel input{
	width:160px;
}

.colorpicker {
    z-index: 99999;	
}
.panel-inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.options_box {
	margin:0;
	padding:0;
	overflow:hidden;
}

.options_box .solidline {
	margin-bottom:10px;
}

.options_box h6 {
	text-align:center;
	font-weight:bold;
	background:#333333;
	padding:14px 0 13px 0;
	margin-top:0;
	margin-bottom:20px;
	color:#fff;
}


.options_box .layout{
	width: 190px;
	margin:0 20px 20px 20px;
}

.options_toggle_holder {
	position:absolute;
	right:-48px;
}

.options_toggle  {
	background:#333333;
	margin:0;
	padding:0;
	width: 48px;
	height: 47px;
	cursor: pointer;
	border-left:none;
	display:block;
	font-size:26px;
	line-height:26px;
	text-align:center;
}
.options_toggle  i{
	margin:0;
	padding:10px 15px 16px 10px;
}


.options_toggle:hover,.options_toggle:focus,.options_toggle:active{
	outline:0;
	text-decoration:none;
}

#accent_color{
	color: #333;
	border: none;
	text-transform: uppercase;
	margin-left: 2px;
	text-align: center;
	outline:0;
}

.demo-header{
	float:left;
	width:100%;
	/* background:#e53637; */
	background:#c500ff;
	color:#fff;
	text-align:center;
	padding:60px 0 60px 0;
	font-size:32px;
	line-height:42px;
	text-transform:uppercase;
}

.demo-header h1{
	color:#fff;
}

.demo-wrapper{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
}

.demo-container{
	float:left;
	width:50%;
	margin:0;
	padding:60px 60px 60px 60px;
}


/*==================  cbp-so-scroller   ======================*/
.cbp-so-scroller {
  overflow: hidden;
}

/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
  opacity: 0;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.cbp-so-init .cbp-so-side-left {
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  transform: translateX(-80px);
}

.cbp-so-init .cbp-so-side-right {
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  transform: translateX(80px);
}

/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
  -webkit-transition: -webkit-transform .7s, opacity 0.5s;
  -moz-transition: -moz-transform .7s, opacity 0.5s;
  transition: transform .7s, opacity 0.5s;
  -webkit-transform: translate(0px);
  -moz-transform: translate(0px);
  transform: translate(0px);
  opacity: 1;
}

/* For example, add a delay for the right side:*/
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

a .contact-text {
	color: #fff;
	border-bottom: 1px dashed #fff;
}
a .contact-text:hover {
	border-bottom: 2px dotted #fff;
}
#contact {
    position: relative;
}
#constellation {
	display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}
#vegas-content {
	z-index: 0;
	position: absolute;
	width: 100%;
	/* background: #e5e7eb url("../img/pattren.jpg") repeat scroll 0 0; */
	/* background-color: #337AB7; */
	height: auto;
}
.form-control {
	color: #eee;
}

.listForm .msg {
    display: block;
    margin-top: 20px;
    position: absolute;
}
.contact-form .mfValidation {color: #f00;}
.white {color: white !important;}
.shadow {text-shadow: 0 0 5px #000 !important;}
a.whitelink {color: white; text-decoration: underline;}
a.whitelink:hover {color: white; border-bottom: 1px dashed #fff;}
.recaptcha div {
    margin: 0 auto;
	padding-bottom: 2em;
}
#fss {
    height: 640px;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
}
body.blur #slidewrapper{
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}
.centered {
	margin: 0 auto;
}
.centered i{
	color: #aaa;
}
.centered i:hover{
	color: #fff;
}
#particles {
  width: 100%;
  overflow: hidden;
  position: absolute;
  height: 95%
}

.fancybox-title {
    color: #fff;
    font: 1.3em/1.5em "Open sans",Helvetica,Arial,sans-serif !important;
    position: absolute !important;
    text-align: center;
    text-shadow: 0 0 5px #000 !important;
	padding-top: 0px !important;
    top: 0;
    width: 100%;
	z-index: 1050 !important;
}
.fancybox-outer {
    padding-top: 1.1em !important;
}
/*
#quality div.half-column img.responsive {
	position: relative;
	z-index: 2;
}
#large-header {
	background: red none repeat scroll 0 0;
    position: absolute;
    top: 0;
    z-index: 2;
}
*/
.new_year_static,
#countdowncontainer2 {
	margin-top: 2em;
	font-size: 1.5em;
	color: #000 !important;
	text-shadow: 0 0 5px #fff !important;
}
#new_year_text {
	color: white !important;
	text-shadow: 0 0 5px #000 !important;
}
.nonewyear {
	margin-top: 1em;
	font-weight: 700;
	font-size: 2em;
}
.detail h2 {
	text-align: center;
}
.underline {
	text-decoration: underline;
}