/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */



/* #IMPORT SECTION 
======================================================= */

@import url("base.css");     	/* Default Reset, Typography, Forms, etc. */ 
@import url("skeleton.css"); 	/* 960 Grid + Media Query Layouts */ 
@import url("flexslider.css"); 	/* Slide Responsive */ 	
@import url("superfish.css");   	
@import url("fancybox/jquery.fancybox-1.3.4.css");  
@import url("jPages.css");
@import url("animate.css");
@import url("buttons.css");   
@import url(http://fonts.googleapis.com/css?family=PT+Serif);	






/* #Site Styles
================================================== */

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0px;
	word-spacing: 0em;
	line-height: 21px;
	background-repeat: repeat;
	background-color: #fff;
	color: #555;
	padding: 0px;
	margin: 0px;
	background-image: url(images/bg.png);
}


/* Links */

a {  color: #000;  font-family: Helvetica, Arial, sans-serif;  font-weight: bold;  text-decoration: none; }
a:visited {  color: #000; }
a:focus {  outline: none; }
a:hover, a:active {
	outline: 0;
	text-decoration: none;
	color: #333;
}

a { 
	text-decoration: none;
	transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -webkit-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
}



h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
	color: #222!important;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 0;
	font-weight:  700;
	
	
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{
	text-decoration: none;
	color: #000!important; 	
}


h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:  700;
	padding: 0;
}

h1 {
	font-size: 24px;
	line-height: 28px;
}

h2 {
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 16px;
	line-height: 20px;
}

h4 {
	font-size: 14px;
	line-height: 18px;
}

h5 {
	font-size: 12px;
	line-height: 18px;
}

h6 {
	font-size: 10px;
	line-height: 16px;
}




/* Tables */

table {border-collapse:separate;border-spacing:0;width:100%;border-top:1px solid #eaeaea;margin-bottom:18px;}
table,td,th {vertical-align:middle;}
th{padding:10px;color:#666;border-top:1px solid #fff;text-transform:uppercase;}
td{padding:10px;color:#888;}
tfoot td{border:0px;}
th,tr:hover{background-color:#f5f5f5;}



/* Responsive Images - Combined with Sencha.io on the frontend */
.columns img, .column img{max-width: 100%; height: auto;}
.content img{ margin: 0px;}

/* Basic alignment */
.align-left{float: left;}
.align-center{text-align: center;}
.align-right{float: right}

img.align-left{float: left; margin: 0 15px 0px 0;}
img.align-center{text-align: center; clear: both; margin: 15px auto; display: block;}
img.align-right{float: right; margin: 0 0 12px 15px;}


#page_effect { display:none; #display:block; _display:block;}

.full-width{
	width: 100%;
	
}


input[type=email], textarea  {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}

input[type=email]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}





/* #header
================================================== */


#header {
	
	z-index: 9999;
	top: 0px;
	background-image: url(images/header.png);
	padding-top: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-repeat: repeat-x;
	height: 57px;
	
}



@media only screen and (max-width: 767px) {
#header {
	
	position: relative;
}
}





/* Logo */
.logo, .logo a {
    border-bottom: none;
	font-size: 28px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}


/* #Slide
================================================== */


.flex-caption {
	width: 100%;
	padding: 12px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	font-size: 14px;
	line-height: 18px;
	background-image: url(images/caption.png);
	background-repeat: repeat-x;
	background-position: center center;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -2px;
	margin-left: 0px;	
}


.flexslider img{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

@media only screen and (max-width: 767px) {
#section-slide {
	position: relative;
	top: -20px;
}
.flex-direction-nav li .prev {
background-position: 0 -29px;
}
.flex-direction-nav li .next {
background-position: -169px -29px; }

}







/* Countdown
/* ======================================================= */

.counter {
	margin-top: -190px;
	position: relative;	
}

.countdown {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	text-align: center;
	display: block;
	position: relative;
	width: 510px;
	height: 125px;
}


.countdown_section {
	display: block;
	float: left;
	color: #FFF;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-align: center;
	height: 100px;
	width: 87px;
	padding-top: 21px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/counter.png);
	background-repeat: no-repeat;
	background-position: center center;
}



.countdown_amount {
	display: inline-block;
	font-size: 50px;
	width: auto;
	height: 53px;
	line-height: 53px;
	color: #FFF;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


@media only screen and (max-width: 959px) {.counter {
	margin-top: 0px;
	position: relative;	
}}



@media only screen and (max-width: 520px) {
	
	
	.countdown_amount {
	
	font-size: 30px;
	width: auto;
	height: 63px;
	
}


.countdown_section {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 10px;
	height: 100px;
	width: 57px;
	
}



	
	}


/* Subscribe
/* ======================================================= */

.subscribe{
	margin-right: auto;
	margin-left: auto;
	width: 54.2%;
	position: relative;
	margin-top: 100px;
	padding-top: 2%;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 140px;
	background-color: #FFF;
	text-align: center;
	background-image: url(images/e-mail.jpg);
	background-repeat: repeat-x;
	background-position: -4px top;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s,box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s,box-shadow linear 0.2s;
	-o-transition: border linear 0.2s,box-shadow linear 0.2s;
	transition: border linear 0.2s,box-shadow linear 0.2s;
	border: 1px solid #CCC;
}

.subscribe input {
	height: 30px;
	width: 79.3%;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s,box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s,box-shadow linear 0.2s;
	-o-transition: border linear 0.2s,box-shadow linear 0.2s;
	transition: border linear 0.2s,box-shadow linear 0.2s;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
}

@media only screen and (max-width: 959px) {
	.subscribe input {width: 98.5%;}
	}


.subscribe .submit {
	float: left;
	height: 37px;
	width: 100px;
	margin-top: 5px;
}

@media only screen and (max-width: 959px) {
	.subscribe .submit {
	width: 100%;
}

	}
	


/* Hover
================================================== */
.view {
	margin: 0px;
	padding: 0px;	
	max-width: 100%; height: auto;
}

.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(0, 0, 0, 0.8);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	margin-top: 5%;
}

.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}

.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

.view {
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
  
}
.view .mask,.view .content {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0px;
	bottom: 0px;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
	color: #FFF;
	text-align: center;
	position: absolute;
	padding: 10px;
	bottom: 0;
	left: 0px;
	right: 0px;
	margin: 0px;
	background-image: url(images/title.png);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 14px;
}

.view a.info {
	display:  inline-block;
	font-size: 60px;
	color: #fff;
	text-decoration: none;
	height: 100%;
	width: 100%;
	text-align: center;
	padding-top: 15%;
}
.view a.info: hover {
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	text-decoration: none!important;
}



.holder {
	position: absolute;
	top: 0px;
}


	   
.customBtns {
	position:relative;
}


.arrowPrev,.arrowNext {
	width: 26px;
	height: 47px;
	position:absolute;
	top:0px;
	cursor:pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	z-index: 9000;
	margin-top: 150px;
}





.arrowPrev {
	left: -50px;
	background-image: url(images/arrows.png);
	background-repeat: no-repeat;
	background-position: -18px -15px;
    
}

.arrowNext {
	right: -50px;
	background-image: url(images/arrows.png);
	background-repeat: no-repeat;
	background-position: -56px -15px;	
}

.arrowPrev:hover {
	background-position: -18px -89px;	
	
	}
	
	
	
.arrowNext:hover {background-position: -56px -89px;}	

/* Boxes 
================================================== */

.box {
	background-color: #00C;
	background: #EAEEF1;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .5), 0 2px 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .5), 0 2px 3px rgba(0, 0, 0, .5);
	-o-box-shadow: 0 2px 10px rgba(0, 0, 0, .5), 0 2px 3px rgba(0, 0, 0, .5);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .5), 0 2px 3px rgba(0, 0, 0, .5);
	border: 1px solid white;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}


.box p {
	margin: 0px;
	padding: 0px;
}

.photo {
	position: relative;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	-o-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	width: 100%;
}

.photo img {
	width: 100%;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -6px;
	margin-left: 0px;
	position: relative;
}

.photo-home {
	position: relative;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	-o-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	
	
}

.photo-home img {
	
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -6px;
	margin-left: 0px;
	position: relative;
	padding: 0px;
}

.photo:after, #nextprev li a:after, .photo-home:after, #nextprev li a:after  {
	content: " "; 
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid rgba(255, 255, 255, .1);
	border-bottom: 0;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .15)), to(rgba(0, 0, 0, .25))), -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, .1)), color-stop(0.501, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0)));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .25)), -moz-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
	background: linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .25)), linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
	-webkit-background-origin: border-box;
	-moz-background-origin: border;
	background-origin: border-box;
}





.col3 {
	width: 310px;
	
}
.col3 img {
	max-width: 310px;
	
}

.col4 {
	width: 220px;
	
}
.col4 img {
	max-width: 220px;
	
}


.col2 {
	width: 460px;
	
}
.col2 img {
	max-width: 460px;
	
}




/* Footer
/* ======================================================= */



.footer {
	background-color: #FFF;
	margin-top: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0 -2px 2px rgba(0,0,0,0.04);
	-webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.04);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D4D7DB;
}


.copy {
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
.social-c {
	float: right!important;
	margin: 0px;
	padding: 0px;	
}	


	
ul.social li a{
	text-indent: -9999px;
	display: block;
	height: 16px;
	width: 16px;
	float: left;
	background-repeat: no-repeat;
	margin-left: 5px;
}	

.twitter {
	background-image: url(images/twitter.png);
}

.dribbble {
	background-image: url(images/dribbble.png);
}

.forrst {
	background-image: url(images/forrst.png);
	}
	
.flickr {
	background-image: url(images/flickr.png);
	}	
	
	
.facebook {
	background-image: url(images/facebook.png);
	}	
	
.vimeo {
	background-image: url(images/vimeo.png);
	}	
	
	
.google {
	background-image: url(images/google.png);
	}
	
	
.tumblr {
	background-image: url(images/tumblr.png);
	}					


/* ======================================================= */
/* UItoTop jQuery Plugin 1.1 http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
/* ======================================================= */	


#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background-image: url(images/ui.totop.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 900000;
}

#toTopHover {
	background:url(images/ui.totop.png) no-repeat 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;
}



/* Tipsy */

.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(images/tipsy.gif); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center;}
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px;  }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center;}


/* Accordion and Toggle */	



h2.acc_trigger, .toggle h2 {
	height: auto;
	line-height: 40px;
	font-size: 14px;
	font-weight: normal;
	color: #444;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 97%;
	background-image: url(images/arroacc.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 3%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
}

h2.acc_trigger a, .toggle h2 a {
	text-decoration: none;
	display: block;
	
}

h2.active, .toggle h2.active {
	background-image: url(images/arroaccup.png);
	background-repeat: no-repeat;
	background-position: 96% center;
}
.acc_container{
	overflow: hidden;
	clear: both;
	width: 100%;
}


.acc_container .block, .toggle div {
	padding: 2.5%;
}



.toggle div {
	overflow: hidden;
	clear: both;
	width: 95%;
}



/* IMG BG BOX
================================================== */

.bg-img {
	background-image: url(images/bg-img.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 20px;
	padding-bottom: 80px;
	position: relative;
	width: 100%;
}


.bg-img h1, .bg-img p, .bg-img ul, .bg-img a {color:#fff;}

.bg-img span { font-size: 40px;}


.video-wrapper {
	position: relative;
}


#video_popup {
	padding-top: 20px;
	padding-bottom: 40px;
	position:absolute;
	bottom: -30px;
	display:none;
	z-index: 1;
	background-image: url(images/bg-vd.png);
	background-repeat: repeat;
	left: 0px;
	right: 0px;
}


.videopop {
	z-index: 4;
	display: block;
	height: 53px;
	width: 100%;
	background-image: url(images/vg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	position: absolute;
	bottom: -80px;	
}


.videopopcenter {
	width: 100px;
	position: absolute;
	left: 45%;
	right: 45%;
	background-image: url(images/ribon.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 13px;
	padding-left: 35px;
	padding-bottom: 15px;
}

.videopopcenter span{
	font-size:14px;
	margin-left: -32px;
	position: relative;
	padding-right: 10px;
}


/* BG COLOR
================================================== */

.bg-color {
	background-color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(images/bg-color.png);
	background-repeat: repeat;
	margin-bottom: 20px;	
}


.bg-color h1 { color:#fff;}




/* Thumbs Speakers
================================================== */
.da-thumbs {
	list-style: none;
	position: relative;
	padding: 0;
}
.da-thumbs li {
	float: left;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div.da-animate {
	-webkit-transition: all 0.3s ease;
	-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;
}
/* Initial state classes: */
.da-slideFromTop {
	left: 0px;
	top: -100%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px; 
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
/* Final state classes: */
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
	text-align: center;
}




/* Logos
================================================== */

#logos a {
	display: block;
	
}


#logos a img {
	display: block;
	-webkit-transition: all 0.5s;
}

/*Hover effects*/
#logos a img:hover {
	-webkit-filter: none; /*Returns to default state*/
}
/*Default state for brightness has to be specified specifically*/
#logos a img.brightness:hover {
	-webkit-filter: brightness(0);
}



/*Filter styles*/
.grayscale {filter: grayscale(100%);}
.grayscale {-moz-filter: grayscale(100%);}
.grayscale {-webkit-filter: grayscale(100%);}






/* ======================================================= */
/* List
/* ======================================================= */

.custom-list ul {
list-style: none !important;
list-style-image: none !important;
padding-left: 0 !important;
margin: 0 !important;
}

.custom-list ul li {
	padding-left: 25px !important;
	margin: 5px 0 !important;
	list-style: none !important;
	background-image: url(images/dot.png);
	background-repeat: no-repeat;
	background-position: 7px;
}




/* ======================================================= */
/* Page Style
/* ======================================================= */



.title-page {
	background-image: url(images/bg-img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
	overflow: hidden;
	position: relative;
	background-attachment: fixed;
}

@media only screen and (max-width: 767px) {
.title-page {
	position: relative;
	top: -20px;
}


}

.title-page h1 {
	font-size: 70px;
	font-weight: bold;
	letter-spacing: -4px;
	color: #FFF;
	padding-top: 6%;
	
}


@media only screen and (max-width: 767px) {
	.title-page h1 {
	font-size: 50px;
	line-height: 40px;
}

	}

.box-container{
	background-color: #fff;
	padding-top: 2%;
	padding-bottom: 2%;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04);
	-moz-box-shadow:  0 2px 2px rgba(0, 0, 0, 0.04);
	-webkit-box-shadow:  0 2px 2px rgba(0, 0, 0, 0.04);
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D4D7DB;
	border-right-color: #D4D7DB;
	border-bottom-color: #D4D7DB;
	border-left-color: #D4D7DB;
}


#s {
	background: white;
	float: left;
	border: 0;
	font-size: 11px;
	color: #777;
	outline: none;
	width: 88%;
	font-family: Georgia, serif;
	padding-right: 25px;
	padding-bottom: 8px;
	padding-left: 8px;
	border: solid 1px #EAEAEA;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}
	

#searchsubmit {
float: right;
border: none;
height: 30px;
width: 30px;
background: url(images/search-icon.png) no-repeat 5px center;
outline: none;
margin: 0 0 0 -34px;
display: block;
}



.space-single {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	overflow: hidden;
	position: relative;
	height: 40px;
	width: 100%;
	margin: 0px;
}


.data {
	font-size: 10px;
	color: #999;
	font-family: 'PT Serif', serif;
	margin-top: -10px!important;
	margin-bottom: 10px!important;
}

.readmore-bg {
	font-size: 36px;
	margin-right: 50%;
}


/* Masonry
================================================== */	



/**** Transitions ****/

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.masonry {
  -webkit-transition-property: width, height;
     -moz-transition-property: width, height;
      -ms-transition-property: width, height;
       -o-transition-property: width, height;
          transition-property: width, height;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}


/* ======================================================= */
/* video / audio
/* ======================================================= */	

video {
	max-width: 100%;
	
	
}

audio {
	max-width: 100%;
	
}





	
/* Reset CSS */
.mejs-inner,
.mejs-inner div,
.mejs-inner a,
.mejs-inner span,
.mejs-inner button {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	
}

/* Video Container / General Styles */
.mejs-container {
	position: relative;
	background: #000000;
	max-width: 100%;
	
	
}

.mejs-inner {
	position: relative;
	width: inherit;
	height: inherit;
	max-width: 100%;
	
	
}

.me-plugin { position: absolute; }

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video,
.mejs-embed,
.mejs-embed body,
.mejs-mediaelement {
	width: 100%;
	height: 100%;
}

.mejs-embed,
.mejs-embed body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
	
}

.mejs-poster img { display: block; }

.mejs-background,
.mejs-mediaelement,
.mejs-poster,
.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
}

.mejs-overlay-play { cursor: pointer; }

.mejs-inner .mejs-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	background: url(images/play.png) no-repeat;
}

/* Controls Container */
.mejs-container .mejs-controls {
	position: absolute;
	width: 100%;
	height: 34px;
	left: 0;
	bottom: 0;
	background: rgb(0,0,0); /* IE8- */
	background: rgba(0,0,0, .7);
}

/* Controls Buttons */
.mejs-controls .mejs-button button {
	display: block;
	cursor: pointer;
	width: 16px;
	height: 16px;
	background: transparent url(images/controls.png);
}

/* Play & Pause Button */
.mejs-controls div.mejs-playpause-button {
	position: absolute;
	top: 12px;
	left: 15px;
}

.mejs-controls .mejs-play button,
.mejs-controls .mejs-pause button {
	width: 12px;
	height: 12px;
	background-position: 0 0;
}

.mejs-controls .mejs-pause button { background-position: 0 -12px; }

/* Mute & Unmute */
.mejs-controls div.mejs-volume-button {
	position: absolute;
	top: 12px;
	left: 45px;
}

.mejs-controls .mejs-mute button,
.mejs-controls .mejs-unmute button {
	width: 14px;
	height: 12px;
	background-position: -12px 0;
}

.mejs-controls .mejs-unmute button { background-position: -12px -12px; }

/* Full-Screen Button */
.mejs-controls div.mejs-fullscreen-button {
	position: absolute;
	top: 7px;
	right: 7px;
}

.mejs-controls .mejs-fullscreen-button button,
.mejs-controls .mejs-unfullscreen button {
	width: 27px;
	height: 22px;
	background-position: -26px 0;
}

.mejs-controls .mejs-unfullscreen button { background-position: -26px -22px; }

/* Volume Slider */
.mejs-controls div.mejs-horizontal-volume-slider {
	position: absolute;
	cursor: pointer;
	top: 15px;
	left: 65px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	width: 60px;
	background: #d6d6d6;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	width: 0;
	top: 0;
	left: 0;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	height: 4px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* Progress Bar */
.mejs-controls div.mejs-time-rail {
	position: absolute;
	width: 100%;
	left: 0;
	top: -10px;
}

.mejs-controls .mejs-time-rail span {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 100%;
	height: 10px;
	top: 0;
	left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	background: rgb(152,152,152); /* IE8- */
	background: rgba(152,152,152, .5);
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: rgb(0,0,0); /* IE8- */
	background: rgba(0,0,0, .3);
}

.mejs-controls .mejs-time-rail .mejs-time-current { width: 0; }

/* Progress Bar Handle */
.mejs-controls .mejs-time-rail .mejs-time-handle {
	position: absolute;
	cursor: pointer;
	width: 16px;
	height: 18px;
	top: -3px;
	background: url(images/handle.png);
}

/* Progress Bar Time Tooltip */
.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	width: 33px;
	height: 23px;
	top: -26px;
	margin-left: -17px;
	background: url(images/tooltip.png);
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
	position: absolute;
	display: block;
	left: 0;
	top: 4px;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner { display: none; }

/* Green Gradient (for progress and volume bar) */
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	
	background-color: #000;
	background-position: top;
}


/* ======================================================= */
/* Contact
/* ======================================================= */

.element .textarea {
	height:120px; 
	width:70%;
	padding-left:20px;
}
.element .hightlight {
	border:2px solid #ffa5a5;
	
}
.element #submit {
}
.loading {
	float:left;
	height:28px;
	width:28px;
	display:none;
}
.done {
	padding-left:20px;
	font-family:arial;
	font-size:12px; 
	width:100%; 
	margin:20px auto; 
	display:none
}
	



/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

@font-face {
    font-family: 'ModernPictogramsNormal';
    src: url('pictograms/modernpics-webfont.eot');
    src: url('pictograms/modernpics-webfont.eot?#iefix') format('embedded-opentype'),
         url('pictograms/modernpics-webfont.woff') format('woff'),
         url('pictograms/modernpics-webfont.ttf') format('truetype'),
         url('pictograms/modernpics-webfont.svg#ModernPictogramsNormal') format('svg');
    font-weight: normal;
    font-style: normal;

}


.picto {font: 100% 'ModernPictogramsNormal', Arial, sans-serif;}


::selection {
background: #000;
color: white;
text-shadow: none;
}