/*===================================================================================*/
/*  GENERAL                                                                            */
/*===================================================================================*/


@import url('http://fonts.googleapis.com/css?family=Poiret+One|Roboto:400,300,400italic,500,500italic&subset=latin,latin-ext,vietnamese');

html, body{height: 100%;}
body
{
	font-size: 16px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 20px;
	color: #666;
	background: #FFF;
	font-weight: 300;
}
a
{
	
	text-decoration: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	outline: none !important;
}

a:hover, a:active
{
	color: #666;
	opacity: 0.7;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
	text-decoration: none;
}

a:focus {text-decoration:none;}
a:focus, input:focus, select:focus, textarea:focus {outline: none !important;}

h1,h2,h3,h4,h5,h6
{
	
	
	font-weight: 400;
}
h1 {
	font-size: 80px;
	
}

* p:last-child {  margin-bottom: 0; }
p:empty { display: none; }


/*For Black White Plugin*/
.bwWrapper
{
	position:relative;
	display:block;
}

.fullslide h2 {font-size: 40px;}

/*===================================================================================*/
/*  NAVIGATION                                                                       */
/*===================================================================================*/

#nav-mobile-sticky-wrapper{
	display: none;
}

.nav-normal
{
	width: 100%;
	z-index: 2000;
	background: #FFF;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	z-index: 2;
	position: relative;
	overflow: hidden;
}

.nav-normal h1
{
	text-transform: uppercase;
	float: left;
	margin: 0;
	line-height: 60px;
	font-size: 30px;
}

.nav-normal ul
{
	text-align: left;
	text-align: center;
	float: right;
	padding: 0;
	line-height: 70px;
	margin: 0;

}

.nav-normal ul li
{
	display: inline-block;
	margin-left: 25px;
}
.nav-normal ul li:first-child
{
	margin-left: 0;
}
.nav-normal ul li a
{
	color: #666;
	text-decoration: none;
		text-transform: uppercase;
	font-family: Arial,Helvetica,"Nimbus Sans L",sans-serif;
	font-weight: 500;
	font-size: 14px;
}

.nav-normal ul li:hover a, .nav-normal ul li.active a, .nav-normal ul li.current a{
	color: #AAA;
}

/*Navigation circle*/

.nav-circle h1{display: none;}
.nav-circle .container
{
	position: fixed;
	height: 100%;
	display: table;
	z-index: 2;
	left:5px;
	top:0;
}

.nav-circle ul
{
	text-align: left;
	display: none;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	list-style: none;
}

.nav-circle ul li
{
	border-left: 3px solid #AAA;
	height: 25px;
	position: relative;
	top: -26px;
	margin-bottom: 26px;

}
.nav-circle ul li:first-child
{
	border-left: none;
	margin-left:4px;
}
.nav-circle ul li a
{
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial,Helvetica,"Nimbus Sans L",sans-serif;
	font-weight: 400;
	font-size: 14px;
	position: absolute;
	top: 29px;
	padding-left: 20px;
}

.nav-circle ul li a:before
{
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 3px solid #AAA;
	left: -16px;
	top: -6px;
}
.nav-circle ul li a:after
{
	content: '';
	position: absolute;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 0px;
	height: 0px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	left: 0px;
	top: 9px;
	background: #AAA;
}
.nav-circle ul li.active a:after, .nav-circle ul li.current a:after, .nav-circle ul li:hover a:after
{
	width: 16px;
	height:16px;
	left: -9px;
	top: 1px;
	opacity: 1;
}

.nav-circle ul li a span
{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	padding-left: 10px;
}

.nav-circle ul li:hover a span
{
	opacity: 1;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=1)';
	padding-left: 0px;
}


/*Navigation slide*/

.nav-slide h1{display: none;}
.nav-slide .container{max-width: 100% !important;}

.nav-slide{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	border-width: 0px;
	border-style: solid;
	border-color: #333;
	background-color: rgba(0,0,0,0);
	-webkit-backface-visibility: hidden;
	-webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	z-index: 3000;
}

.nav-slide.open {
	height: 100%;
	border-width: 30px 30px 30px 100px;
	background-color: rgba(0,0,0,0.3);
	-webkit-transition: border-width 0.3s, background-color 0.3s;
	transition: border-width 0.3s, background-color 0.3s;
}
.nav-overlay {
	position: absolute;
	width: 100%;
}

.nav-slide.open .nav-overlay {
	height: 100%;
}


.nav-button {
	position: fixed;
	top: 10px;
	left: 20px;
	z-index: 100;
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	pointer-events: auto;
}

.nav-button span {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 8%;
	background-color: #AAA;
	font-size: 0px;
}

.nav-button span:before,
.nav-button span:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: #AAA;
	content: '';
}

.nav-button span:before {top: -10px;}
.nav-button span:after {top: 10px;}

.nav-slide.open .nav-button span:before {top: -15px;}
.nav-slide.open .nav-button span:after {top: 15px;}

.nav-slide ul {
	position: fixed;
	margin: 0;
	padding: 0;
	list-style: none;
	top: 75px;
	left: 0;
}

.nav-slide ul li,
.nav-slide ul li a {
	display: block;
	font-weight: 400;
}


.nav-slide ul li {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.nav-slide.open ul li {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.nav-slide ul li {
	width: 100px;
	height: 40px;
	line-height: 40px;
	-webkit-transform: translate3d(-100%,50%,0);
	transform: translate3d(-100%,50%,0);
}

.nav-slide.open ul li {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.nav-slide ul li a {
	display: block;
	outline: none;
	text-decoration: none;
	padding: 0 10px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1em;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-weight: 400;
}
.nav-slide ul li.current a, .nav-slide ul li.active a, .nav-slide ul li:hover a  {
	background: #444;
	opacity: 1;
}





/*===================================================================================*/
/*  PAGE                                                                             */
/*===================================================================================*/

body.onepage{
	overflow: hidden;
}

p {font-size: 18px; line-height: 30px;}
li {font-size: 18px; line-height: 30px;}
#preloader {
    background: #FFF url('/css/485.GIF') center center no-repeat;
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    z-index: 9999;
    text-align: center;
    overflow: hidden;
}

.page{
	padding: 30px 0 30px;
	clear: both;
	overflow: hidden;
	background: #FFF;
	position: relative;
	z-index: 1;
}


.pad-top{
	padding-top: 30px;
	overflow: hidden;
}
.pad-bottom{
	padding-bottom: 30px;
	overflow: hidden;
}

.space{
	background: #FFF;
	padding: 30px 0;
}

.fullwidth
{
	width: 100%;
}
.gray{
	background: #f4f4f4;
}
.dark{
	background: #666;
}

.fullslide {text-align: left; padding: 15px 0; word-wrap:break-word;}

.title{
	text-align: left;
	display: table;
}
.title strong{
	font-weight: 400;
}
.title h1{
	font-size: 65px;
	display: table-cell;
	vertical-align: middle;
	
	text-align: left;

	padding-right: 20px;
}
.title h2{
	
	font-size: 40px;
	
}
.title h3{
	line-height: 1.2;
	margin: 0;
	font-weight: 100;
	
	font-size: 22px;
}
.title h1 + h3{
	line-height: 1.8;
	width: 60%;
	display: table-cell;
	vertical-align: middle;
}


.dark .title{
	color: #FFF !important;
}
/*===================================================================================*/
/*  PARALLAX                                                                         */
/*===================================================================================*/


.parallax{
	position: relative;
	overflow: hidden;
	
}

.bg-parallax{
	position: absolute;
	width: 100%;
	height: 100%;
	min-width:1200px;
	z-index: 1;
    background-attachment: fixed !important;
  
}
@media only screen and (min-width: 1280px) {
    .bg-parallax { background-size: cover !important; }
}

@media only screen and (max-width: 1024px) {
    .bg-parallax {
     /*  background-size: cover !important; */
      /*   background-attachment: scroll !important;*/
         /*  background-position: top center !important;*/
    }
}

.bg-video, .home-slider{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	overflow: hidden;
}
.bg-video .video{
	min-width: 100%;
	min-height: 100%;
}

.pattern_2
{
	background: url('/css/pattern_2.png') repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0.5;
}
.pattern
{
	background: url('/css/pattern.png') repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.overlay{
	background: rgba(0,0,0,0.3);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.parallax .parallax_wrap
{
	position: relative;
	z-index: 3;
	padding: 60px 0 50px;
	color:#fff;
}
.parallax .title {
	color: #FFF;
	margin: 0 auto;
}



/*===================================================================================*/
/*  HOME SECTION                                                                     */
/*===================================================================================*/

#home
{
	width: 100%;
	height: 100%;
	display: table;
}
#video-iframe
{
	width: 100%;
	height: 100%;
	display: table;
}

#home-content
{
	position: relative;
	z-index: 3;
	display: table-cell;
	vertical-align: middle;
}

.logo{
	color: #FFF;
	font-family: Arial,Helvetica,"Nimbus Sans L",sans-serif;
	position: relative;
	max-width: 273px;
}
.logo img{
	width: 100%;
}

.home-text-slider{
	margin: 30px 0 0;
}

.home-text-slider .bxslider
{
	font-size: 30px;

	line-height: 0.85;
	color: #FFF;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

/*begin button start*/
.call-action a, .call-action a i{
	color: #FFF;
	margin: 30px 10px 0 0;
	font-weight: 400;
}

.call-action .btn-start
{
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	border: 2px solid #FFF;
	padding: 8px 15px;
	font-weight: 300;
}
.call-action .btn-start:hover
{
	background: #FFF;
	color: #666;
}

/*Text slider*/



/*===================================================================================*/
/*  ABOUT SECTION                                                                    */
/*===================================================================================*/

/*about desc*/

#about-desc img{
	width: 100%;
	margin-bottom: 30px;
}

#about-desc p{
	margin-bottom: 30px;
}


/* timeline */


#timeline {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 500px;
}


#timeline:before {
	position: absolute;
	border-left: 1px dashed #666;
	content: '';
	height: 100%;
	left: 10px;
}

#dates {
	width: 130px;
	height: 400px;
	overflow: hidden;
	position: absolute;
	z-index: 20;
	list-style: none;
	padding: 0;
	margin: 0;
}

#dates li {

	width: 100px;
	line-height: 85px;
	padding-left: 25px;
}

#dates a {
	font-size: 14px;
	text-transform: uppercase;
	font-family: Arial,Helvetica,"Nimbus Sans L",sans-serif;
	color: #666;
	font-weight: 400;
	text-decoration: none;
	position: relative;
}

#dates a:before {
	width: 16px;
	height: 16px;
	background: #aaa;
	border-radius: 100%;
	position: absolute;
	border: 4px solid #FFF;
	content: '';
	left: -23px;
	top: 3px;
}
#dates .selected {
    font-size: 26px;
	color: #666;
}
#dates a.selected:before {
	width: 20px;
	height: 20px;
	background: #666;
	border-radius: 100%;
	position: absolute;
	left: -25px;
	top: 12px;
}

#issues {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: absolute;
	top:0;
	padding: 50px 0 50px 150px;
	text-align: center;
}
#issues li {
	height: 410px;

	overflow: auto;
}
#issues li h4 {
	text-transform: uppercase;
	margin-top: 20px;
}
#issues li img {
	margin: 20px auto;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
	-webkit-transform: scale(0.7,0.7);
	-moz-transform: scale(0.7,0.7);
	-o-transform: scale(0.7,0.7);
	-ms-transform: scale(0.7,0.7);
	transform: scale(0.7,0.7);
}

#issues li p {
	font-size: 13px;
	margin:0;
	font-weight: normal;
	line-height: 22px;
	vertical-align: middle;
	text-align: left;
}

#issues li.selected img{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}


#grad_top,
#grad_bottom {
	width: 100%;
	height: 65px;
	position: absolute;
	z-index: 30;
}
#grad_top {
    top: 0;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
    background-image: -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
    background-image: linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
}
#grad_bottom {
    bottom: 0;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
    background-image: -o-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
    background-image: linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
}

#next,
#prev {
	position: absolute;
	left: 61%;
	font-size: 40px;
	overflow: hidden;
	color: #666;
	z-index: 40;
	opacity: 0.8;
	text-decoration: none;
}
#next:hover,
#prev:hover {
	opacity: 1;
}
#next {
	bottom: 0;
}
#prev {
	top: 0;
}
#next.disabled,
#prev.disabled {
	opacity: 0.2;
}

/* Tweet slider*/

.latest-tweets{
	margin: 30px auto 0;
	text-align: center;
}
.latest-tweets  .slider
{
	margin: 0;
	padding: 0;
}
.latest-tweets  .slider li
{
	font-size:24px;
	color: #fff;
	line-height: 1.2;
}
.latest-tweets .slider li a{color:#ccc;}

.latest-tweets .slider .tweet_avatar
{
	display:block;
	margin:0 auto 20px;
	width:48px;
	height:48px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	overflow:hidden;
	border-bottom:none;
}

.latest-tweets .slider .tweet_time {
	display:block;
	position:relative;
	margin-bottom:40px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}


.tweet-control{
	margin: 10px auto 30px;
	text-align: center;
}
.tweet-control a, .tweet-control a:active, .tweet-control a:focus{
	color: #FFF;
}

.tweets-next, .tweets-prev{
	display: inline-block;
	margin: 0 20px;
}
.tweets-next, .tweets-prev{
	font-size: 50px;
	color: #FFF;
}

/*===================================================================================*/
/*  TESTIMONIAL & ClIENT                                                             */
/*===================================================================================*/



.testimonials-slider{
	margin: 50px auto 0;
	color: #FFF;
	text-align: center;
}
.testimonials-slider .bxslider li p{
	margin: 10px 0;
	font-size: 24px;
	line-height: 1.2;
}
.testimonials-slider .bxslider li img{
	width: 50px;
	height: 50px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid #FFF;
	margin: 20px auto 0;
}
.testimonials-slider .bxslider li span.name{
	font-style: italic;
	display: block;
}
.testimonials-slider .bxslider li span.post{
	font-style: italic;
	display: block;
	font-size: 11px;
	font-weight: 400;
}
#client-wrap{
	background: rgba(255,255,255,0.2);
	position: relative;
	z-index: 20;
}

.client-list{
	margin: 0;
	text-align: center;
	padding: 0;
	list-style: none;
}
.client-list li{
	list-style: none;
	display: inline-block;
	margin: 20px 15px;
}
.client-list li a img{
	max-width: 100px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 0 5px;
	border: 1px dashed transparent;
}

.client-list li a:hover img, .client-list li a.active img{
	opacity: 1;
	filter: alpha(opacity=100);
	border: 1px dashed #FFF;
}


/*===================================================================================*/
/*  CONTACT SECTION                                                                  */
/*===================================================================================*/

#contact_wrap{
	position: relative;
}
#contact_wrap .container{
	position: relative;
	z-index: 2;
	pointer-events: none;
}
#contact_wrap .form-container{
	background:#FFF;
	padding: 20px;
	pointer-events: auto;
}
.contact-info{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.contact-info li{
	padding: 5px 0;
}
.contact-info li i{
	margin-right: 10px;
}
.contact-form input.btn{
	display: block;
	width: 100%;
	margin: 0;

}
#map_canvas
{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
}



/*===================================================================================*/
/*  BLOG                                                                             */
/*===================================================================================*/


/*Post*/
.post{
	margin: 0 0 80px;
}
.post .post-thumb{
	margin: 0 0 15px;
}
.post .post-thumb img{
	width: 100%;
}
.post-thumb .bx-controls-direction a{
	text-indent: 0;
	font-size: 50px;
	color: #FFF;
	background: rgba(0,0,0,0.6);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: 0px;
	top: 0;
}
.post-thumb .bx-controls-direction .bx-prev {
	left: inherit;
	right: 55px;
}
.post-thumb .bx-controls-direction .bx-next {
	right: 0px;
}
iframe{
	border: none;
}
.media-container iframe{
	width: 100%;
}
.post .post-title{
	margin: 20px 0;
}
.post .post-meta{
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-left: 3px solid #f3f3f3;
	background: #f6f6f6;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.post .post-meta .author,.post .post-meta .time, .post .post-meta .categories{
	margin-right: 10px;
}
.post .post-meta i, .post .post-tags i{
	margin-right: 5px;
	line-height: 1;
}
.post .post-excerpt{
	margin: 10px 0 20px;
}
.post .post-tags{
	margin: 10px 0 20px;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}


/*Pagination*/
.pagination{
	padding: 0px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	width: 100%;
	background: #f3f3f3;
	margin-bottom: 40px;
}
.pagination .previous, .pagination .nexts{
}
.pagination .previous i{
	margin-right: 8px;
}
.pagination .nexts i{
	margin-left: 8px;
}
.pagination .pages{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.pagination .pages li{
	display: inline-block;
}
.pagination .pages li a{
	display: inline-block;
	padding: 5px 10px;
}
.pagination .pages li a.current{
	background: #DDD;
}

/*Post author box*/

.post-author {
	margin-bottom: 20px;
	overflow: hidden;
}
.post-author img {
	width: 100%;
	margin-right: 10px;
	max-width: 100px;
	padding: 4px;
	border: 1px solid #e8e8e8;
}
.post-author p {
	margin-left: 120px;
}


/*Post Comment*/
.comments{
	margin: 50px 0 0;
}
.comments h3{
	margin-bottom: 30px;
}
.comments h3 i{
	margin-right: 15px;
}
.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 65px;
}
.commentlist li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.commentlist .comment-content {
	border-bottom: 1px solid #e7e6e6;
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 0 0 20px;
	padding: 10px 0;
}
.commentlist .avatar{
	float:left;
	margin-right: 8px;
}
.commentlist .avatar img{
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	padding: 5px;
	background: #f2f2f2;
}
.commentlist .comment-box{
	display: block;
}
.commentlist .comment-box .comment-meta{
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #f2f2f2;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	width: 100%;
}
.commentlist .comment-box .comment-text{
	padding: 10px 0;
	margin-left: 70px;
}
/*===================================================================================*/
/*  WIDGET                                                                             */
/*===================================================================================*/

.widget{
	margin: 0 0 20px;
}
.widget-title h3{
	text-align: center;
	font-size: 20px;
	margin: 0 0 10px;
}
.widget-content{
	padding: 10px 0;
}

/*Search Form*/
.search-form{
	position: relative;
	display: block;
	height: 35px;
}
.search-form .search-input{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
}
.search-form .submit{
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: transparent;
	text-align: center;
	display: block;
	font-size: 16px;
	border-color: #aaa;
	color: #666;
	}
.search-form .submit i {
	line-height: 32px;
	}


/*List categories*/
.categories{
	list-style: none;
	padding: 0;
	margin: 0;
}
.categories li{
	border-bottom: 1px solid #EEE;
	padding: 7px 0;
}

.categories li a{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
}
.categories li a:before{
	content: '+';
	margin-right: 10px;
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
}

/*List tags*/
.tags{
	list-style: none;
	padding: 0;
	margin: 0;
}
.tags li{
	display: inline-block;
	margin: 3px 2px;
}

.tags li a{
	display: inline-block;
	padding: 4px 10px;
	background: #f6f6f6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
}

/*===================================================================================*/
/*  FOOTER                                                                           */
/*===================================================================================*/

footer#footer{
	background: #666;
	padding: 5px 0;
	color: #FFF;
}

footer#footer ul.socicals{
	margin: 5px 0;
	text-align: left;
	padding: 0 !important;
}
footer#footer ul.socicals li{
	display: inline-block;
}

footer#footer ul.socicals li a{
	color: #fff !important;
	font-size: 18px;
	display: inline-block;
	width: 32px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	transition: ease-in 0.2s;
	-webkit-transition: ease-in 0.2s;
	-moz-transition: ease-in 0.2s;
	position: relative;
	background: transparent;
}
footer#footer ul.socicals li a:hover{
	background: transparent;
}
footer#footer #copyright{
	line-height: 45px;
	font-size: 11px;
	text-align: right;
}

/*===================================================================================*/
/*  BAR CHART                                                                           */
/*===================================================================================*/

span.skillset {
background: #ff9500;
margin-bottom: 10px;
margin-top: 10px;
padding: 15px 20px;
color: #fefefe;
display: block;
box-shadow: 0 1px rgba(0, 0, 0, 0.1) inset;
text-align: right;
width: 0%;
opacity: 0;
transition: all 1s ease-in-out;
border-radius: 0 20px 20px 0;
}

#toolbar {
position: fixed;
left: 0;
top: 0;
width: 100%;
background: #eee;
z-index: 200000000;
text-align: left;
padding: 10px;
border-bottom: 2px solid #000;
}


.content_wrapper {
	padding-top: 30px;
}

.content_wrapper > div > .aloha-block-handle {
display: none!important;
}
.aloha-block-handle {

}

.GENTICS_block .aloha-editicons {

left: 5px;
top:30px!important;
background: none!important;
border: 0 !important;
width: 110px!important;

}

.buorg {
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    border-bottom:1px solid #A29330;
    background:#Fddddd no-repeat 1em 0.55em url(http://browser-update.org/img/dialog-warning.gif);\
    text-align:left;
    cursor:pointer;
    font-family: Arial,Helvetica,sans-serif; color:#000;
    font-size: 12px;
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices,.stButton  .stButton_gradient {

height: 24px!important;

}
.btn {margin-top: 0!important;}
#alert {background: #009900; padding: 10px; color:#fff;}
img {max-width: 100%;}
.social {padding: 20px 0;}
.mbYTP_wrapper {z-index: 1!important;}

 td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #ddd;
}
.counter .number{
display: block;
font-size: 72px;
font-weight: 600;
line-height: 1;
margin-bottom: 5px;
text-transform: uppercase;
color: #ec005f;
}
.counter {
text-align: center;
margin-bottom: 30px;
}
.counter .label {
padding: 0;
line-height: 1;
font-size: 15px;
font-weight: 400;
color: #000;
text-align: left;
}
/*===================================================================================*/
/*  Text Effects                                                                          */
/*===================================================================================*/
.neon{
      text-shadow: 0 0 10px #fff,
                   0 0 20px #fff,
                   0 0 30px #fff,
                   0 0 40px #ff00de,
                   0 0 70px #ff00de,
                   0 0 80px #ff00de,
                   0 0 100px #ff00de,
                   0 0 150px #ff00de;
}
.dreid {  
   text-shadow: 6px 6px 0px rgba(0,0,0,0.2);
}
/*===================================================================================*/
/*  Real Edit                                                                          */
/*===================================================================================*/
.aloha.aloha-ribbon {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 6;
}
.GENTICS_block .aloha-editicons {
z-index: 1000!important;
}
.hiding {opacity: 0;}

.container {

}
h1, h2, h3 {
margin-top: 0;
margin-bottom: 10px;
}

.fa {font-size: 22px;}

.fa-check {color: #6aa84f;}
.fa-times-circle {color: #a61c00;}


h4 {line-height: 30px;}
.ssleft {float: left; height:50px;}
.socialshare {min-height: 25px; max-width: 400px; margin: 0 auto;}
#footer {margin: 30px 0;}


.overlay {
background-color: #fff;
padding:20px;
color: #333;
position: absolute;
width: 600px;
z-index: 400;
height: 230px;
top: 0px;
display:none; 
border-width: 3px;
border-style: solid;
border-color: #428bca;
margin-top: 120px;
margin-left: 232px;
-webkit-box-shadow: 0px 2px 19px 0px rgba(50, 50, 50, 0.67);
-moz-box-shadow:    0px 2px 19px 0px rgba(50, 50, 50, 0.67);
box-shadow:         0px 2px 19px 0px rgba(50, 50, 50, 0.67);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.show {
width:50px;
height:50px;
left:40%;
top:30%;
background-color:#9C9C9C;
    position:absolute;
}

.close {
width: 13px;
height: 18px;
background-color: blue;  
}


/*============================================================================*/
/*  Overview                                                                         */
/*============================================================================*/
body {
	background: #eee;

}
.navbar-inverse {
background-color: #fff;
border-color: #428bca;
color: #428bca;
}
#gt-logo {float: right;margin-top:4px;}
.navbar-inverse h1{font-size: 30px;margin: 14px 0;}
.navbar-fixed-top, .navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
border-width: 0 0 2px;
}
article {}

.icon-edit {font-size: 20px;color: #428bca;}
.icon-check {font-size: 20px;color: #428bca;}
.icon-minus-sign {font-size: 20px;color: #428bca;}

.center {text-align: center;}
.w30 {width: 30px;}
td a {color: #428bca;}
th {vertical-align: bottom!important;}
.panel {margin-top: 100px;}
.panel-heading {padding: 0 15px; margin-top:10px}
.panel-heading h2{margin-bottom: 0px!important;line-height: 20px; font-size: 20px;padding-top: 8px; float:left}
.panel-body p {padding: 15px;}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
margin:8px 0 0 0;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.single-image, .image-gallery, .iframe {
	cursor: pointer;
	display: block;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
}

.single-image.none, .image-gallery.none, .iframe.none,
.single-image.none img, .image-gallery.none img, .iframe.none img {
	display: inline;
	margin-bottom: 0;
	overflow: visible;
}
	
.single-image.align-left, .image-gallery.align-left, .iframe.align-left { margin-bottom: 15px; margin-right: 15px; }
.single-image.align-right, .image-gallery.align-right, .iframe.align-right { margin-bottom: 15px; margin-left: 15px; }

.single-image img, .image-gallery img, .iframe img { margin-bottom: -5px; }

.single-image .zoom, .image-gallery .zoom, .iframe .zoom {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.4);
	color: transparent;
	display: block;
	font: 0/0 a;
	height: 100%;
	left: 0;
	filter: alpha(opacity=0); 
	opacity: 0;
	position: absolute;
	text-shadow: none;
	top: 0;
	-webkit-transition: opacity .2s ease-in-out;
	   -moz-transition: opacity .2s ease-in-out;
		-ms-transition: opacity .2s ease-in-out;
		 -o-transition: opacity .2s ease-in-out;
			transition: opacity .2s ease-in-out;
	width: 100%;
}

/* -------------------------------------------------- */
/*	Image Gallery Slider
/* -------------------------------------------------- */
	
.image-gallery-slider {
	position: relative;
	margin: 0 0 25px;
}
	
.image-gallery-slider > ul { margin: 0; }

.image-gallery-slider > ul > li {
	background: #fff;
	display: none;
	list-style: none;
	margin: 0;
}

.no-js .image-gallery-slider > ul > li, .image-gallery-slider.disabled > ul > li {
	display: block;
	margin-bottom: 25px;
}

.image-gallery-slider > ul > li:first-child { display: block; }

.image-gallery-slider a { margin: 0 auto; }

.image-gallery-slider img, .image-gallery-slider img.entry-image {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.image-gallery-slider-nav {}

.image-gallery-slider-nav a {
	background: rgb(241, 90, 35) url(/Content.Node/img/slider-arrows-medium.png) no-repeat 0 0; /* Fallback for old IE */
	filter: alpha(opacity=60); /* Fallback for old IE */
	background: rgba(241, 90, 35, 0.6) url(/Content.Node/img/slider-arrows-medium.png) no-repeat 0 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font: 0/0 a;
	height: 53px;
	margin: -26.5px 0 0;
	position: absolute;
	text-shadow: none;
	top: 50%;
	width: 25px;
	z-index: 90;
}

.image-gallery-slider-nav a.prev {
	background-position: -7px center;
	left: 0;
}

.image-gallery-slider-nav a.next {
	background-position: -46px center;
	right: 0;
}

.image-gallery-slider-nav a:hover, .image-gallery-slider-nav a:active {
	background-color: rgb(241, 90, 35);
	background-color: rgba(241, 90, 35, 1);
	filter: alpha(opacity=100); /* Fallback for old IE */
}

.single-image .zoom:before, .image-gallery .zoom:before, .iframe .zoom:before {
	background: url(/Content.Node/img/zoom.png) no-repeat;
	content: '';
	display: block;
	position: absolute;
	height: 58px;
	margin: -29px 0 0 -29px;
	left: 50%;
	top: 50%;
	width: 58px;
}

.single-image.video .zoom:before, .image-gallery.video .zoom:before, .iframe.video .zoom:before {
	background-image: url(/Content.Node/img/zoom-video.png);
}

.single-image.link .zoom:before, .image-gallery.link .zoom:before, .iframe.link .zoom:before {
	background-image: url(/Content.Node/img/zoom-link.png);
}

.single-image:hover .zoom, .image-gallery:hover .zoom, .iframe:hover .zoom {
	filter: alpha(opacity=40); 
	opacity: 1;
}
embed {max-width:100%;}

/* RIBBON BANNERS */

.ribbon {
	position: absolute;
	top: 0;
	right: 0;
}

/* reset certain elements (in case of conflicting CSS for classes, links, etc.) */
.ribbon .text,
.ribbon .banner,
.ribbon a {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.ribbon a {
	color: #fff;
	text-decoration: none;
}

.no-css-transforms .ribbon {
	font-size: 1em;
	position: relative;
	width: 100%;
}

.ribbon .banner {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	color: #fff;
	-webkit-font-smoothing: antialiased;
	display: block;
	float: right;
	position: relative;
	right: 0;
	top: 22px;
	width: 100px;
}

.ribbon-small .banner {
	right: -8px;
	top: 15px;
	width: 65px;
}

.ribbon-large .banner {
	right: -20px;
	top: 32px;
	width: 150px;
}

.ribbon .banner::after,
.ribbon .banner::before {
	content: '';
	display: block;
	height: 12px;
	position: absolute;
	width: 30px;
}

.ribbon-small .banner::after,
.ribbon-small .banner::before {
	height: 6px;
	width: 20px;
}

.ribbon-large .banner::after,
.ribbon-large .banner::before {
	height: 18px;
	width: 45px;
}

.ribbon .banner::before {
	-webkit-transform: skewY(-45deg) translate(50%,15px);
	-moz-transform: skewY(-45deg) translate(50%,15px);
	-ms-transform: skewY(-45deg) translate(50%,15px);
	-o-transform: skewY(-45deg) translate(50%,15px);
	-webkit-transform-origin: 100% center;
	-moz-transform-origin: 100% center;
	-ms-transform-origin: 100% center;
	-o-transform-origin: 100% center;
	left: -45px;
}

.ribbon-small .banner::before {
	top: -5px;
	left: -30px;
}

.ribbon-large .banner::before {
	top: 9px;
	left: -68px;
}

.ribbon .banner::after {
	-webkit-transform: translate(100%,-100%) skewY(45deg) translateX(-58%);
	-moz-transform: translate(100%,-100%) skewY(45deg) translateX(-58%);
	-ms-transform: translate(100%,-100%) skewY(45deg) translateX(-58%);
	-o-transform: translate(100%,-100%) skewY(45deg) translateX(-58%);
	-webkit-transform-origin: 0 center;
	-moz-transform-origin: 0 center;
	-ms-transform-origin: 0 center;
	-o-transform-origin: 0 center;
	right: -17px;
}

.ribbon-small .banner::after {
	top: 18px;
	right: -12px;
}

.ribbon-large .banner::after {
	top: 45px;
	right: -26px;
}


.no-css-transforms .ribbon .banner {
	position: static;
	width: 100%;
	float: none;
	font-size: 10px;
}

.ribbon .text {
	position: relative;
	z-index: 2;
	padding: 6px 0;
	font-size: 12px;
	font-weight: bold;
	min-height: 18px;
	line-height: 18px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.20);
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* small text */
.ribbon-small .text {
	padding: 3px 0;
	font-size: 8px;
	min-height: 14px;
	line-height: 14px;
}

/* large text */
.ribbon-large .text {
	padding: 9px 0;
	font-size: 18px;
	min-height: 28px;
	line-height: 28px;
}


.ribbon .text::before,
.ribbon .text::after {
	content: '';
	display: block;
	height: 30px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

/* small text */
.ribbon.ribbon-small .text::before,
.ribbon.ribbon-small .text::after {
	height: 20px;
}

/* large text */
.ribbon.ribbon-large .text::before,
.ribbon.ribbon-large .text::after {
	height: 46px;
}

.ribbon .text::before {
	-webkit-transform: translateX(-15%) skewX(-45deg);
	-moz-transform: translateX(-15%) skewX(-45deg);
	-ms-transform: translateX(-15%) skewX(-45deg);
	-o-transform: translateX(-15%) skewX(-45deg);
}

.ribbon .text::after {
	-webkit-transform: translateX(15%) skewX(45deg);
	-moz-transform: translateX(15%) skewX(45deg);
	-ms-transform: translateX(15%) skewX(45deg);
	-o-transform: translateX(15%) skewX(45deg);
}

.no-css-transforms .ribbon .text {
	height: 25px;
	padding: 3px;
}


/*--- RIBBON COLORS ---*/

/* default */
.ribbon .banner::after,
.ribbon .banner::before {
	background-color: #51a351;
}
.ribbon .text::before,
.ribbon .text::after,
.no-css-transforms .ribbon .text {
	background-color: #62c462;
}

/* green */
.ribbon-green .banner::after,
.ribbon-green .banner::before {
	background-color: #51a351;
}
.ribbon-green .text::before,
.ribbon-green .text::after,
.no-css-transforms .ribbon-green .text {
	background-color: #62c462;
}

/* blue */
.ribbon-blue .banner::after,
.ribbon-blue .banner::before {
	background-color: #0044cc;
}
.ribbon-blue .text::before,
.ribbon-blue .text::after,
.no-css-transforms .ribbon-blue .text {
	background-color: #0088cc;
}

/* mms blue */
.ribbon-blue-mms .banner::after,
.ribbon-blue-mms .banner::before {
	background-color: #2d5b98;
}
.ribbon-blue-mms .text::before,
.ribbon-blue-mms .text::after,
.no-css-transforms .ribbon-blue-mms .text {
	background-color: #367ab3;
}

/* light blue */
.ribbon-blue-light .banner::after,
.ribbon-blue-light .banner::before {
	background-color: #2f96b4;
}
.ribbon-blue-light .text::before,
.ribbon-blue-light .text::after,
.no-css-transforms .ribbon-blue-light .text {
	background-color: #5bc0de;
}

/* yellow */
.ribbon-yellow .banner::after,
.ribbon-yellow .banner::before {
	background-color: #f2ba00;
}
.ribbon-yellow .text::before,
.ribbon-yellow .text::after,
.no-css-transforms .ribbon-yellow .text {
	background-color: #ffd95e;
}

/* orange */
.ribbon-orange .banner::after,
.ribbon-orange .banner::before {
	background-color: #f89406;
}
.ribbon-orange .text::before,
.ribbon-orange .text::after,
.no-css-transforms .ribbon-orange .text {
	background-color: #fbb450;
}

/* red */
.ribbon-red .banner::after,
.ribbon-red .banner::before {
	background-color: #bd362f;
}
.ribbon-red .text::before,
.ribbon-red .text::after,
.no-css-transforms .ribbon-red .text {
	background-color: #ee5f5b;
}

/* purple */
.ribbon-purple .banner::after,
.ribbon-purple .banner::before {
	background-color: #611bbd;
}
.ribbon-purple .text::before,
.ribbon-purple .text::after,
.no-css-transforms .ribbon-purple .text {
	background-color: #af4ce8;
}

/* pink */
.ribbon-pink .banner::after,
.ribbon-pink .banner::before {
	background-color: #f000c0;
}
.ribbon-pink .text::before,
.ribbon-pink .text::after,
.no-css-transforms .ribbon-pink .text {
	background-color: #ff5edf;
}

/* black */
.ribbon-black .banner::after,
.ribbon-black .banner::before {
	background-color: #222222;
}
.ribbon-black .text::before,
.ribbon-black .text::after,
.no-css-transforms .ribbon-black .text {
	background-color: #444444;
}



/* overlay & video */

.overlayBackground
{
background-color: #FFFFFF;
opacity: 0.9;
filter: alpha(opacity=90);
}

.overlayDialog { width: auto;}

.overlayClose
{
top: 0px;
right: 0px;
height: 18px;
overflow: hidden;
line-height: 22px;
padding-right: 30px;
font-family: "Univers LT W01 65 Bold";
text-decoration: underline;
background-position: right 0px;
background-repeat: no-repeat;
}

.overlayClose:hover { background-position: right -18px; }

div.videoDetail
{
width: 980px;
padding-top: 36px;
}

iframe.videoPlayer
{
width: 100%;
height: 550px;
border: none;
}

div.videoTitle
{ padding: 22px 0px 22px 0px; font-size: 24px; line-height: 33px; font-family: "Univers LT W01 65 Bold"; font-weight: normal; }

div.videoIcon
{
position: absolute;
top: 34%;
left: 42%;
width: 14%;
height: 28%;
background-position: 0px 0px;
background-repeat: no-repeat;
background-size: 100%;
}

/* /overlay & video */

blockquote {margin: 1px 0 20px;}

.downarrow {
display: block;
width: 80px;
margin: 0 auto;
}
.fa:hover {color: #ccc; cursor:pointer;}
.fa-4 {
font-size: 80px;
color: #fff;
}

.galerietext {
padding:60px;
}

body.plugin {
    overflow: scroll!important;
}

@media all and (max-width: 480px) {
.form-horizontal
{
	padding:30px;
}
.container {
padding-right: 0;
padding-left: 0;
margin-right: auto;
margin-left: auto;
}
.col-xs-3 {
width: 100%;
}
td {
padding: 4px;
line-height: 1.42857143;
vertical-align: top;
border: 1px solid #ddd;
word-break: break-word;
font-size:12px;
}
.navbar-inverse h1 {font-size: 20px;}
.galerietext {
padding:0;
margin:0;
}

}

@media all and (max-width: 768px) {
img.contentimage {width: 100%;}
}

/* Edited 2015-04-08 */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* SUP-14338 pager overlapping with description */
.bx-wrapper .bx-pager {
    bottom: -30px!important;
}

@media all and (max-width: 1024px) {
 .hiddenvidfull {
  display: none!important;
 }
 .visiblevidemb{
	 display: block!important;
 }
}
@media all and (min-width: 1025px) {
 .hiddenvidemb {
  display: none!important;
 }
 .visiblevidfull{
	 display: block!important;
 }
}
@media only screen and (max-width: 767px) {
	.table-striped>tbody>tr>td {
    text-align:right;
  }
  /* Force table to not be like tables anymore */
  .table-striped {
    border-top: 4px solid #7896b4;
  }
  .table-striped table,
  .table-striped thead,
  .table-striped tbody,
  .table-striped th,
  .table-striped td,
  .table-striped tr {
    display: block;
  }
  .table-striped tr {
    border-bottom: 1px solid #7896b4;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .table-striped tr th{
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-striped>caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: blue;
    font-weight: 700;
  }
  .table-striped td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 50%!important;
    white-space: normal;
    text-align:left;
    min-height: 30px;
  }
  .table-striped td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 8px;
    left: 6px;
    width: 40%;
    padding-right: 10px;
    white-space: nowrap;
    text-align:left;
    font-family: Interstate, sans-serif;
    font-weight: bold;
  }

  /*
  Label the data
  */
  .table-striped td:before { content: attr(data-title); }

  .table-striped>tbody>tr:nth-of-type {
    background-color: transparent;
  }


  .table-striped>tbody>tr>td:nth-of-type(odd) {
    background-color: #f0f3f7;
  }
  .table-striped>tbody>tr>td:nth-of-type(even) {
    background-color: #ffffff;
  }

  [data-value] {
    font-family: Interstate, sans-serif;
    font-weight: bold;
  }
}