/* IMPORTS ------------------------------------------------------------*/

@import url('reset.css');
@import url('comments.css');


/* HACKS ------------------------------------------------------------*/

.clear{
	clear:both;
	height:3px;
}

.inv{ display:none; }


/* GENERAL ------------------------------------------------------------*/


body {
	line-height: 1.5em;
	color:#FFF;
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2NjIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMxMTlDOEUiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNDMUUzRDEiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c2NjIpIiAvPgo8L3N2Zz4=);
	font-family: "Tahoma";
	font-size:13px;
	
}

#top-gap{ height: 100px; }

#shore_excursions{
	position: absolute;
	top: 0px;
	left: 30px;
}

p{ margin-bottom: 21px;
   font-size:14px;
   color:#000;
}

a{
	color:#066;

}

}

#center-gap{ height: 500px; }

#date_excursions{
	position: absolute;
	left: 0px;
}


/* OVERLAY --------------------------------------------------------*/

.titolo_box{ margin-left:20px;}
.testo-box{ margin:15px;}

.apri{ font-size:18px; font-family:Verdana, Geneva, sans-serif; float:right; margin-right:50px;}
.apri:hover{ font-size:22px; font-family:Verdana, Geneva, sans-serif; cursor:pointer;}
.chiudi{ font-size:18px; color:#000; font-weight:bold; position:absolute; right:2%; top:0%;  cursor:pointer;}



#box{ width:600px; height:400px; background-color:#FFF; display:none; z-index:+300; position:absolute; left:30%; top:20%; -moz-border-radius: 15px;  -webkit-border-radius: 15px;
border-radius: 15px;}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC;
    border-right: 0 solid #CCCCCC;
    border-style: solid;
    border-width: 1px 0 0; 
	width:60%}


/* SIDE CONTENT -----------------------------------------------------*/

#side-content{
	width: 540px;
	float: left;
	margin-right: 20px;
	min-height: 500px;
}


/* SIDE CONTENT -----------------------------------------------------*/

#side-contentnew{
	width: 430px;
	float: left;
	min-height: 500px;
	margin-left:30px;
}

/* CENTRAL CONTENT -----------------------------------------------------*/

#central-content{
	width: 960px;
	float: central;
	margin-right: 20px;
}

/* WP IMG ALIGNMENT  --------------------------------------------------*/


.alignright {
	display:inline;
	float:right;
	margin-right:5px;
	margin-top:4px;
}

.alignleft {
	display:inline;
	float:left;
	margin-right:5px;
	margin-left:5px;
	margin-top:4px;
}

.aligncenter {
	display:inline;
	float:middle;
	margin-right:20px;
	margin-left:20px;
	margin-bottom:30px;
	margin-top:30px;
}

.alignsub {
	display:inline;
	float:right;
	margin-left:10px;
	margin-top:4px;
}

.blockquote{
	background: no-repeat;
	display: block;
	padding-left: 0px;
	font-family:"Georgia",Times New Roman, Times, serif;
	font-size: 16px;
	line-height: 1em;
}

.popWindow{
	display: table;
	background:#f1f1f1 url(../img/icon-pop.png)   no-repeat bottom right;
	padding: 5px 5px 20px 5px;
	border: 1px solid #ccc;
}

.popWindow:hover{
	background: #dedede url(../img/icon-pop.png) no-repeat bottom right;
}

/* TABLE -----------------------------------------------------*/

.table{
	width:500px;
	position:relative;
	font:Tahoma, 12px;
	
	border-bottom:5px double #333;
	border-top:#090 double 3px;
	border-spacing: 5px #090;
		
	margin-left:20px;
	margin-right:20px;	

}


/* BLOG  -----------------------------------------------------*/

.blog-loop .post{
	position: relative;
}

.single-post .post{
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.blog-loop .post-feature-img,
.single-post .post-feature-img{
	display: block;
	background: #f1f1f1;
	padding: 7px;
	line-height: 0em;
	border: 1px solid #e5e5e5;
	margin-bottom: 0px;
}

.blog-loop .post h4,
.single-post .post h4{
	margin-bottom: 10px;
}


.blog-loop .post .meta{
	margin-bottom: 60px;
}

.single-post .post .meta{
	margin-bottom: 15px;
}

.blog-loop .post .meta,
.blog-loop .post .meta a,
.single-post .post .meta,
.single-post .post .meta a{
	font-style: italic;
	color:#099;
	font-size: 11px;
}


.blog-loop .post .meta a:hover,
.single-post .post .meta a:hover{
	color:#F60;
	text-transform:uppercase;
}

.blog-loop .post .meta,
.single-post .post .meta{
	font-size: 12px;
	font-family: Georgia, arial;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0px 0px 0px 5px;
	line-height: 40px;
	overflow: hidden;
}

.blog-loop .read-more{
	float: right;
	padding: 0px 10px;
	text-decoration: none;
}

.blog-loop .post .meta .read-more:hover{
	background:#099;
}

.blog-loop .post .meta a.read-more{
	color:#099;
}

.blog-loop .post .excerpt{
	margin-bottom: 10px;
}

.blog-loop .meta-date,
.single-post .meta-date{
	position: absolute;
	top: 20px;
	left: -63px;
	background: no-repeat;
	width: 37px;
	height: 65px;
	font-family: 'Georgia', serif;
	padding: 15px 13px;
	color: #F1F1F1;
}

.meta-date .meta-day{
	font-size: 20px;
	display: block;
	margin-bottom: 5px;
}

.meta-date .meta-month{
	font-size: 20px;
	display: block;	
	margin-bottom: 3px;	
}

.meta-date .meta-year{
	font-size: 10px;
	display: block;		
}


/* LINK BUTTON ------------------------------------------------------------*/

.link-button{
	opacity: 1;
	
	color: #f1f1f1;	
	background: #424242;
	text-decoration: none;
	font-size: 11px;
	padding-left: 8px;
	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	
	padding: 2px 8px;
	
	-webkit-box-shadow: 0px 2px 0px rgba(56, 7, 7, 1); 
	-moz-box-shadow: 0px 2px 0px rgba(56, 7, 7, 1); 
	box-shadow: 0px 1px 0px rgba(0, 0, 0, .2); 
}

.link-button:hover{
	color: #606060;
	background: #f1f1f1;
}

/* COMMENTS ------------------------------------------------------------*/

.show-comments{
	cursor: pointer;
	display: table;
	padding: 5px 15px;
	
	color:#FFF;
	background:#C00;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#900), to(#C00)); 
	background: -moz-linear-gradient(top,  #900,  #C00);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#900', endColorstr='#C00', GradientType=0);
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	

	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	
}

.show-comments span{
	font-size: 12px;
	font-style:normal;
	color:#FFF;
}

.comments-switcher{
	display:none;
}

/* PAGER ------------------------------------------------------------*/

.pager{
	overflow: hidden;
	display: block;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 12px;
}

.pager li{
	display: block;
	margin-right: 5px;
	float: left;
}

.pager li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
	color: #282D34;
	width: 20px;
	border: 1px solid #CCCCCC;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #F0F0F0;
}

.pager li.active a{
	color: #fff;
	background: #282d34;
	border: 1px solid transparent;
}

.pager li:hover a{
	color: #606060;
	background: #dddddd;
}

/* FORMS ------------------------------------------------------------*/

#commentform,
#contactForm{
	margin-bottom: 18px;
}

#contactForm input,
#contactForm textarea,
#commentform input,
#commentform textarea{
	padding: 10px 15px;
	background: #fff;
	color: #606060;
	border: 1px  solid #d6d6d6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#contactForm input,
#commentform input{
	width: 200px;
	height:30px;
	margin-bottom: 15px;
}

#contactForm textarea,
#commentform textarea{
	width: 540px;
	height: 200px;
}

#contactForm #submit,
#commentform #submit{
	width: 150px;
	margin: 21px 0px;
	padding: 10px 14px;
	
	color:#FFF;
	text-shadow: 0px 1px rgba(0, 0, 0, 0.9);
	
	background: -webkit-gradient(linear, left top, left bottom, from(#C00), to(#F00)); 
	background: -moz-linear-gradient(top,  #C00,  #F00);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C00', endColorstr='#F00', GradientType=0);
}

#contactForm #submit:hover,
#commentform input#submit:hover{
	opacity: 0.8;
}

#contactForm label,
#commentform label{
	padding-left: 7px;
}


#respond{ 
	margin: 25px 0 0px 0px;
	overflow: hidden;
}

#respond .cancel-comment-reply a{
	color: #282d34;
	text-decoration: none;
	margin-bottom: 20px;
	display: block;
}

#error{
	margin-left: 10px;
}

/* GOOGLE MAP -----------------------------------------------------*/

#map { 
	width:314px; 
	height:400px;
	margin-bottom: 20px;
}

/* SIDEBAR  -----------------------------------------------------*/

#sidebar{
	width: 350px;
	float: right;
	font-size: 14px;
}

#sidebar .sideblock{
	background: url(../img/sidebar-title.png) no-repeat;
	margin-bottom: 20px;
}

#sidebar .sideblock a{
	text-decoration:underline;
	color:#066;
}

#sidebar .sideblock a:hover{
	color: #000000;
}

#sidebar .sideblock h6{
	margin-left: 10px;
	padding-left: 15px;
	padding-top: 10px;
	color:#FFF;
	font-size: 18px;
	margin-bottom: 10px;
	text-align:center;
}

#sidebar .sideblock ul{
	margin: 0px 25px;
}

#sidebar .sideblock ul li{
	border-bottom: 1px solid #e8e8e8;
	padding: 5px 0px;
	text-align:left;

}

#sidebar .sideblock ul li:last-child{
	border-bottom: none;
}


/* SIDEBAR new  -----------------------------------------------------*/

#sidebarnew{
	width: 430px;
	float: right;
	font-size: 14px;
	margin-right:30px;
}

#sidebarnew .sideblock{
	background: no-repeat;
	font-size:16px;
	}

#sidebarnew .sideblock a{
	text-decoration:underline;
	color:;
}

#sidebarnew .sideblock a:hover{
	color: #000000;
}



/* PROJECT INFO ------------------------------------------------------------*/


#sidebar .project-info .date{
	background: url(../img/icon-date.png) no-repeat 0px 5px;
	padding-left: 22px;
}

#sidebar .project-info .client{
	background: url(../img/icon-client.png) no-repeat 0px 5px;
	padding-left: 22px;
}

#sidebar .project-info .link{
	background: url(../img/icon-link.png) no-repeat 0px 5px;
	padding-left: 22px;
}

#sidebar .project-info .info{
	background: url(../img/icon-info.png) no-repeat 0px 5px;
	padding-left: 22px;
}

/* PROJECT TAGS ------------------------------------------------------------*/


#sidebar .sideblock .wp-tag-cloud {
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 0;
    padding-left: 0;
}

#sidebar .sideblock .wp-tag-cloud li{
	display: block;
	float: left;
	border: none;
	margin: 2px;
}

#sidebar .sideblock .wp-tag-cloud li a {
    background: #F0F0F0;
    color: #282D34;
    display: block;
    line-height: 14px;
    padding: 3px 10px;
    text-decoration: none;
    
    border: 1px solid #ccc;
    
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#sidebar .sideblock .wp-tag-cloud li a:hover{
	background: #DDDDDD;
}


/* HEADERS ------------------------------------------------------------*/

h1{ font-size: 30px; }

h2{ font-size: 28px; }

h3{ font-size: 26px; }

h4{ font-size: 24px; }

h5{ font-size: 22px; }

h6{ font-size: 20px; }

h1,h2,h3,h4,h5,h6{
	margin-bottom: 21px;
	line-height: 15px;
	font-family: "Tahoma";
	font-weight: 400;
	line-height: 1.2em;
	color:#C00;
	
}

/* PAGE TITLE -------------------------------------------------------------------*/

.page-title{
	background:url(../img/page-title.png)  center bottom no-repeat ;
	margin-bottom: 30px;
}

.page-title a{
	text-decoration:none;
	}

.page-title h1{
	display: inline;
	line-height: 70px;
	color:#C00;
}

.page-title span{
	color: #999999;
	font-family: "Tahoma", Geneva, sans-serif;
	font-size: 13px;
	margin-left: 5px;
	margin-right: 5px;
}


/* BACKGROUND SLIDER ------------------------------------------------------------*/


/* HEADER */

.headerimg {
	background-position: top center;
	background-repeat: no-repeat;
	width:100%;
	height:100%;
	position:absolute;
	left: 3px;
	top: 34px;
}

/* CONTROLS */
.btn { 
	height: 62px; 
	width: 40px;
	float: left;
	display:block;
	position:fixed;
	
}

.btn:hover{
	background-position: 0px -62px;
}

/* HEADER HAVIGATION */

#headernav {
	position:absolute;
	background-attachment:fixed;
	top: 30px;
	margin: 2px;
	width:100%;
	display:block;
	left: 1px;
}


/* WRAPPER ------------------------------------------------------------*/

.wrapper { 

	position: relative;
	width: 1020px; 
	margin: 0px auto;  
	background:url(../img/wrapper-bg.png) no-repeat top center;
	padding-top: 120px;
}


#content-wrap{
	margin-left:20px;
	margin-right: 20px;
	background: #ffffff;
	min-height: 600px;
}

#page-wrap{
	margin-left:20px;
	margin-right: 20px;
	padding-bottom: 40px;
}


/* NAVIGATION BAR HOLDER --------------------------------------------------------*/

#nav-bar-holder{
	position: absolute;
	top: 28px;
	right: 30px;
	z-index: 5000;
	width: 675px;
	height: 74px;
}

/* NAVIGATION --------------------------------------------------------*/

#nav{
	float:inherit;
	display:block;
	font-size: 10px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;	
}

#nav>li{
    text-decoration:none;
	text-align:center;
	color:#900;
	width:100px;
	padding: 0px 0px 0px 0px;
	display: block;
	background:#C00;
	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	line-height: 15px;

background: -webkit-gradient(linear, left top, left bottom, from(#COO), to(#900)); 
background: -moz-linear-gradient(top,  #C00,  #900);

		
}

#nav li>a{ 
	color:#FFF;
	text-decoration:none;
	padding: 5px 5px 5px 5px;
	display: block;
	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#nav li:last-child{
background: -webkit-gradient(linear, left top, left bottom, from(#COO), to(#900)); 
background: -moz-linear-gradient(top,  #C00,  #900);

	
}

#nav>li:hover>a,
#nav>li.current-menu-item>a{
	color:#FFF;
	text-transform:none;	
	background:#C00;
	
background: -webkit-gradient(linear, left top, left bottom, from(#C00), to(#900)); 
background: -moz-linear-gradient(top,  #C00,  #900);

	
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	box-shadow: 0px 1px 2px rgba(0,0,0,.5); 

}

/* SUB NAV ------------------------------------------------------------*/

#nav>li ul{
	display:block;
	float:left;
	width:200px;
	margin-top: 10px;
	background:#C00;
	margin-top:30px;
	margin-left: 5px;
	font-size:10px;
    font-family: "Tahoma", Arial, Helvetica, sans-serif;

	
background: -webkit-gradient(linear, left top, left bottom, from(#900), to(#C00)); 
background: -moz-linear-gradient(top,  #900,  #C00);

		
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	-webkit-box-shadow: 0px 2px 2px  rgba(0,0,0,.3); 
	-moz-box-shadow: 0px 2px 2px  rgba(0,0,0,.3); 
	box-shadow: 0px 2px 2px rgba(0,0,0,.3);
	}

#nav>li ul li a{
	color:#FFF;
	text-decoration:none;
	
}

#nav>li ul li{ 
border-top: 0.1em solid #FFF;
width:190px;}

#nav>li ul li:first-child{
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	
background: -webkit-gradient(linear, left top, left bottom, from(#C00), to(#900)); 
background: -moz-linear-gradient(top,  #C00,  #900);

	}
	
#nav>li ul li:last-child{
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#C00), to(#900)); 
background: -moz-linear-gradient(top,  #C00,  #900);
	
}

#nav>li ul li:first-child{
	border: none;
}

#nav>li ul li:hover{ background:none;}

#nav>li ul li a:hover{ color:#FFF;}


/* SOCIAL --------------------------------------------------------*/

.social-icons {
	padding: 10px!important;
	margin: 10px!important;
	margin-top:0px;
	list-style-type: none!important;
}
.social-icons li{
	float: right!important;
	margin-right: 2px!important;
	margin-bottom: 2px!important;
	padding: 0px!important;
	display:block!important;
	width: auto!important;

}			
.social-icons li a {
	-moz-transition: all 0.3s ease 0s;
	display: block!important;
	float: right!important;
	height: 100%!important;
	margin: 0!important;
	padding: 0!important;
	width: 30px!important;
	height: 30px!important;
	text-indent: -9999px!important;
}
.social-icons li a:hover {
	background-position: 0 -40px!important;
}
.social-icons li a {
	background-color:transparent;
}
.social-icons li.facebook a {
	background:url(../img/facebook.png) no-repeat 0 0;
}
.social-icons li.facebook a:hover {
	background-color: #3b5998;
}

.social-icons li.googleplus a {
	background: url(../img/googleplus.png) no-repeat 0 0;
}
.social-icons li.googleplus a:hover {
	background-color: #d94a39;
}

.social-icons li.twitter a {
	background: url(../img/twitter.png) no-repeat 0 0;
}
.social-icons li.twitter a:hover {
	background-color: #48c4d2;
}



/* FRONT SLIDES -------------------------------------------------------*/

#front-slides{
	position:relative;
	margin-left:10px;
}

#front-slides #front-slides-cover{
	position: absolute;
	top: -2px;
	left: -4px;
	width: 940px;
	background:url(../img/front-cover.jpg) no-repeat;
	z-index:0px;
}

/* Set the height if not specified on the image */

#front-slides .slides_container {
	width:610px;
	height:200px;
	margin-top:10px;
	margin-left:10px;
	float:left;
}

#front-slides .slides_container div {
	width:630px;
	height:200px;
	display:block;
}

#front-slides .slides_container .caption {
	display:inline;
}

/* FRONT SLIDES PAGINATION ----------------------------------------------*/

#front-slides .pagination {
	display: block;
	position: absolute;
	top:30px;
	right: 10px;
	z-index: 4002;
}

#front-slides .pagination li {
	float: left;
	list-style: none outside none;
	margin: 0 2px;
	display: block;
	width: 10px;
	height: 10px;
}

#front-slides .pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: #fff;
	opacity: 0.6;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#front-slides .pagination li a:hover,
#front-slides .pagination li.current a {
	opacity: 1;
}


/*SLIDER------------------------------*/

#slider{margin:0 10px;padding:0;float:inherit;width:630px;height:400px}
#slider ul{margin:0;padding:0;list-style:none;float:left;position:relative}
#slider ul li{
	margin:0;
	padding:0;
	opacity:0;
	position:absolute;
	top:0;
	left:-6px;
	-o-animation-name:slides_animation;
	-o-animation-duration:25s;
	-o-animation-timing-function: linear;
	-o-animation-iteration-count: infinite;
	-o-animation-delay: 0;
	-o-animation-play-state: running;
	-o-animation-fill-mode: forwards;
	-webkit-animation-name:slides_animation;
	-webkit-animation-duration:25s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-delay: 0;
	-webkit-animation-play-state: running;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name:slides_animation;
	-moz-animation-duration:25s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-delay: 0;
	-moz-animation-play-state: running;
	-moz-animation-fill-mode: forwards;
	animation-name:slides_animation;
	animation-duration:25s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-delay: 0;
	animation-play-state: running;
	animation-fill-mode: forwards;
	width: 606px;
}
#slider ul li:nth-child(2){-o-animation-delay:5s;-webkit-animation-delay:5s;-moz-animation-delay:5s;animation-delay:5s}
#slider ul li:nth-child(3){-o-animation-delay:10s;-webkit-animation-delay:10s;-moz-animation-delay:10s;animation-delay:10s}
#slider ul li:nth-child(4){-o-animation-delay:15s;-webkit-animation-delay:15s;-moz-animation-delay:15s;animation-delay:15s}
#slider ul li:nth-child(5){-o-animation-delay:20s;-webkit-animation-delay:20s;-moz-animation-delay:20s;animation-delay:20s}
#slider ul li img{display:inline-block}

/*animation css3*/
@-o-keyframes slides_animation{
   0%{opacity:0;}
   4%{opacity:1;}
   16%{opacity:1;}
   24%{opacity:0;}
   100%{opacity:0;}
}
@-webkit-keyframes slides_animation{
   0%{opacity:0;}
   4%{opacity:1;}
   16%{opacity:1;}
   24%{opacity:0;}
   100%{opacity:0;}
}

@-moz-keyframes slides_animation{
   0%{opacity:0;}
   4%{opacity:1;}
   16%{opacity:1;}
   24%{opacity:0;}
   100%{opacity:0;}
}

@keyframes slides_animation{
   0%{opacity:0;}
   4%{opacity:1;}
   16%{opacity:1;}
   24%{opacity:0;}
   100%{opacity:0;}
}


/* HEADLINE -------------------------------------------------------*/

#headline{
	position: absolute;
	bottom: -1117px;
	left: 86px;
	width: 665px;
	padding: 35px 70px 0px 70px;
	background:url(../img/headline-bg.png);
	text-align: center;
}

/* FEATURED TITLE -------------------------------------------------------*/


.featured-title{
	background:url(../img/shadow-divider.png) no-repeat center;
	margin-bottom: 5px;
}

.featured-title .ribbon{
	margin: 0px auto;
}


/* RIBBON -------------------------------------------------------*/

.ribbon{
	display: table;
	font-family: 'Georgia', serif;
	color: #f2f2f2;
	line-height: 59px;
	padding-left: 49px;
	font-size: 20px;
	background: no-repeat top left;
	
	text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}

.ribbon span{
	background: no-repeat bottom right;
	display: block;
	line-height: 59px;
	padding-right: 49px;
}

/* FEATURED -------------------------------------------------------*/

.featured-posts{
	display: block;	
	overflow: hidden;
	margin-left: 2px;
	margin-bottom: 0px;
	width: 940px;
}


.featured-posts li{
	display: block;
	float: left;
	position: relative;
	width: 310px;
	margin:0px;
	margin-top:20px;
	margin-bottom:20px;
}

.featured-posts li .thumb{
	display: block;
	width: 300px;
	margin-bottom: 0px;
	line-height: 0em;
	
	background: #f1f1f1 no-repeat center center ;
	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
	box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
}

.featured-posts li .thumb img{
	margin: 5px;
}

.featured-posts li .thumb span:hover img{
	opacity: 0.4;
}


.featured-posts .link-button{
	opacity: 0;
}

.featured-posts li:hover .link-button{
	opacity: 1;
}

.featured-posts li .link-button:hover{
	background: #f1f1f1;

	padding: 2px 8px;
	
	-webkit-box-shadow: 0px 2px 0px rgba(56, 7, 7, 1); 
	-moz-box-shadow: 0px 2px 0px rgba(56, 7, 7, 1); 
	box-shadow: 0px 1px 0px rgba(0, 0, 0, .2); 
}

.featured-posts .excerpt-arrow{
	position: absolute;
	top: -10px;
	left: 20px;
	background: url(../img/excerpt-arrow.png) no-repeat top left;
}

.featured-posts .excerpt{
	position: relative;
	padding: 15px 15px 0px 15px;
	margin-bottom: 0px;
}

.featured-posts .excerpt .heading {
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.featured-posts .excerpt .content {
	font-size: 14px;
	text-align:center;
	height:50px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#content-wrap .featured-posts .excerpt .heading a{
	text-decoration: none;
	color:#C00;
}

#content-wrap .featured-posts .excerpt .heading a:hover{
	color: #000000;
}
/* REEL ------------------------------------------------------------*/

#reel{
	position: relative;
	width: 980px;
	height: 210px;
	margin-left: -20px;
	margin-bottom: 15px;
	background:no-repeat;
}


#reel .prev{
	position: absolute;
	top: 85px;
	left: 0px;
	display: block;
	width: 45px;
	height: 40px;
	background: no-repeat;
}

#reel .next{
	position: absolute;
	top: 85px;
	right: 0px;
	display: block;
	width: 45px;
	height: 40px;
	background: no-repeat;
}


#reel .prev:hover,
#reel .next:hover{
	background-position: 0px -40px;
}

#reel .slides_container{
	position: absolute;
	overflow: hidden;
	top: 20px;
	left: 40px;
	width: 898px;
	height: 170px;
	
}

#reel .slides_container  .slide-box{
	width: 898px;
	height: 200px;
	padding-left: 10px;
	padding-right: 10px;
}

#reel .slides_container .box-container{
	overflow: hidden;
	float: left;
	width: 273px;
	margin: 0px 10px;
}

#reel .slides_container .box-container h6{
	color: #484848;
	margin-top: 5px;
	margin-bottom: 7px;
}

#reel .box-icon{
	float: left;
	margin-right: 10px;
}

#reel .slides_container .box-divider{
	clear: both;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
/* GALLERY ----------------------------------------------------*/


#gallery-holder{

}

.gallery-thumbs a,
.work-thumbs a{
	text-decoration:none;
}

.gallery-thumbs,
.work-thumbs{
	overflow: hidden;
	margin: 10px 0px;
	line-height: 0em;
	width: 980px;
	margin-left: -10px;
}

.gallery-thumbs>li,
.work-thumbs>li{
	float: left;
	margin: 10px;
	width: 300px;
	
}

.gallery-thumbs>li a.plusbg,
.work-thumbs>li a.plusbg{
	display: block;
	background: #f1f1f1 no-repeat center center;
	
	-webkit-box-shadow: 0px 0px 2px  rgba(0,0,0,.3); 
	-moz-box-shadow: 0px 0px 2px  rgba(0,0,0,.3); 
	box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
}

.gallery-thumbs>li img,
.work-thumbs>li img{
	margin: 8px;
}

.gallery-thumbs>li .thumb-description,
.work-thumbs>li .thumb-description{
	line-height: 1.5em;
	margin-top: 15px;
}

.gallery-thumbs>li .thumb-description p,
.work-thumbs>li .thumb-description p{
	margin-bottom: 0px;
}

.gallery-thumbs>li .thumb-description .thumb-title,
.work-thumbs>li .thumb-description .thumb-title{
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align:left;
	color:#C00;
	border-bottom: 1px solid #066;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/* FILTER ------------------------------------------------------------*/

.gallery-filter{
}

.gallery-filter li{
	display:inline;
	float: left;
	height: 100%;
	line-height: 33px;
	padding: 0px 5px;
	font-weight: bold;
	margin-bottom: 10px;
	color:#C00;
}

.gallery-filter a{
	text-decoration: none;
	color:#FFF;
	padding: 0px 10px 0px 10px;
	display: block;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#C00;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#C00), to(#900)); 
	background: -moz-linear-gradient(top,  #900,  #C00);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C00', endColorstr='#900', GradientType=0);
	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.5); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.5); 
	box-shadow: 0px 0px 2px rgba(0,0,0,.5); 
}

.gallery-filter a:hover{
	
	color:#FFF;
			
    background: -webkit-gradient(linear, left top, left bottom, from(#C00), to(#900)); 
	background: -moz-linear-gradient(top,  #900,  #C00);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C00', endColorstr='#900', GradientType=0);	
}


/* LAYOUT BUTTONS -----------------------------------------------------*/

.gallery-filter li.layout-label{
	float: right;
}


.gallery-filter li.layout-text,
.gallery-filter li.layout-notext{
	display: block;
	float: right;
	width: 33px;
	height: 33px;
	padding: 0px;
	margin-right: 5px;
	background: no-repeat;
	cursor: pointer;
}

.gallery-filter li.layout-text{
	background-position: -33px 0px;
}

.gallery-filter li.layout-text:hover,
.gallery-filter li.layout-text.active{
	background-position: -33px -33px;
}

.gallery-filter li.layout-notext:hover,
.gallery-filter li.layout-notext.active{
	background-position: 0px -33px;
}


/* FOOTER ------------------------------------------------------------*/

#footer{
	position: relative;
	width: 100%;
	padding-bottom: 10px;
	backgrounD:#F90;
	border-bottom: #383838 solid 1px;
	border-top: 2px solid #ccc;
}


.footer-wrapper{
	overflow: hidden;
	width: 980px;
	margin: 0 auto;	
}



.footer-wrapper{
	background: #066 no-repeat top center;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer p
{
	color:#FFF;
	margin-bottom: 10px;
}

/* FOOTER COLS ------------------------------------------------------------*/

#footer-cols{
	display: block;
	background:#FFF;
	overflow: hidden;
	margin-top: 20px;
	padding: 0px 10px;
	strong color:#000;
}

#footer-cols>li{
	display: block;
	float:left;
	width: 280px;
	margin: 20px 20px;
}

#footer-cols > li > ul > li{
	background-color: repeat-x scroll left bottom ;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#footer-cols > li > ul > li:last-child{
	background: none;
}

#footer-cols > li a{
	text-decoration: none;
	color:#FFF;
}

#footer-cols > li a:hover{
	color: #fff;
}

/* FOOTER-BOTTOM ------------------------------------------------------------*/

#footer-bottom{ 
	overflow: hidden;
	background:#C00;
	font-size: 12px;
	color:#FFF;
	padding-top: 15px;
	padding-bottom: 15px;
}

.bottom-wrapper{
	overflow: hidden;
	width: 940px;
	margin: 0 auto;	
}

#footer-bottom left{
	float: left;
	width:200px;
	position:fixed;
}

#footer-bottom center{
	float: left;
	width:200px;
	position:fixed;
}

#footer-bottom right{
	float: right;
	width:200px;
	position:fixed;
}

#footer-bottom a{
	text-decoration: none;
	font-size:14px;
	color:#FFF;
}

#footer-bottom a:hover{
	color: #fff;
}

/* FOOTER-NAV ------------------------------------------------------------*/

#footer-nav{
	display: block;
	overflow: hidden;
}

#footer-nav li{
	display: block;
	float: left;
	margin-left: 10px;
}

/*SIDE LEFT-----------------------------------*/
.side-content{
	background:#FFF;
}
.grid{
	width:295px;
	height:108px;
	cursor:pointer;
	margin-bottom:1px;
	background:#C00;
	padding: 1em 0;
}

.gridtwo{
	width:295px;
	height:108px;
	cursor:pointer;
	margin-bottom:1px;
	background:#099;
	padding: 1em 0;
}

.side-content-pic{
	float:left;
	width:100px;
}
.side-content-pic img{
	display:block;
	width:100px;
	height:100px;
}
.side-content-info{
	float:right;
	width:180px;
	margin-left:0px;
}
.side-content-info p{
	font-size:14px;
	color:#FFF;
	width: 100%;
	line-height: 1.5em;
	text-align:center;
}

.side-content-two{
	float:left;
	width:250px;
	margin-left:1px;
	text-align:left;
}


.side-content-two-img{
	float:left;
	width:40px;
	height:40px;
	margin-left:1px;
}

.side-content:hover .side-content-info p{
	color:#FFF;
}

/*----SIDE COLUMN---*/
.side-column{
	float: left;
	width: 295px;
	height:400px;
	margin-top:10px;
	margin-right: 2px;
	
}
.side-right{
	width: 295px;
	height:400px;
	
}
	.wrap{
		width:295px;
		
	}


/*---INFO-BOX---*/

.info-box{
	float:left;
	width: 750px;
	margin-left:90px;
	margin-top:20px;
	margin-bottom:20px;

border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	line-height: 15px;
	border:solid 1px;
	border-bottom-color:#C00;
	border-left-color:#C00;
	border-right-color:#C00;
	border-top-color:#C00;


}

.info-box-pic{
	float:left;
	margin-left:10px;
	margin-right:20px;
	margin-bottom:10px;
	width:100px;
}
.info-box-pic img{
	display:block;
	width:100px;
	height:100px;
}
.info-box-content{
	float:left;
	width:600px;
	margin-left:5px;
	margin-right:10px;
	color:#000;
}
.info-box-content p{
	font-size:13px;
	line-height: 1.2em;
}

.info-box-click {
	float:right;
	width:200px;
	height:20px;
	margin-right:10px;
	background-color:#399;
	text-align:center;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	line-height: 15px;
}	

.info-box-click a{
		color:#FFF;
}	

.info-box-click strong{
		color:#FFF;
}	
