/*
Theme Name: Empire XHTML Template
Theme URI: <a href="http://www.themeprince.com">Theme Prince</a>
Description: XHTML Template by <a href="http://www.themeprince.com">Theme Prince</a>
Author: ThemePrince
Author URI: <a href="http://www.themeprince.com">Theme Prince</a>
Version: 1.1
*/

@import 'reset.css';


/* BASIC ELEMENT STYLINGS */

body,html {
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	font-family: 'Sansation', Arial;
	font-size: 13px;
	line-height: 20px;	
	font-weight: bold;
	background-color: #fff;
	color: #043264;
	width: 100%;
	height: 100%;	
}


h1 {	
	float: left;
	font-size: 20px;	
	text-align: left;
	width: 100%;
	font-weight: bold;
	clear: left;
	margin-bottom: 0px;
	margin-top:15px;
}

h2 {
	float: left;
	font-size: 18px;	
	text-align: left;
	width: 100%;
	font-weight: normal;	
	margin-bottom: 10px;
}

h3 {
	font-weight: normal;
	float: left;
	font-size: 16px;	
	text-align: left;
	width: 100%;
	margin-bottom: 10px;
}

h4 {
	font-weight: normal;
	float: left;
	font-size: 15px;	
	text-align: left;
	width: 100%;
	margin-bottom: 10px;
}

h5 {
	font-weight: normal;
	float: left;
	font-size: 14px;	
	text-align: left;
	width: 100%;
	margin-bottom: 10px;
}

h6 {
	float: left;
	font-size: 13px;	
	text-align: left;
	width: 100%;
	margin-bottom: 10px;
}


a{
	color: #043264;	
	font-weight: bold;
}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {
	text-decoration: none;
	color: #0C84DE;
}


table {
	width: 100%;
}

td{
	padding: 4px;
	line-height: 20px;
}


.image, #content iframe {
	float: left;
	border: 1px solid #ddd;	
	padding: 3px;
	background-color: #fff;
	max-width: 100%;		
}
.image{
	margin-right: 15px;
	margin-bottom: 5px;
}


blockquote{	
	width: 85%;		
	float: left;		
	padding: 0px;
	margin: 0px;
	padding: 0px;
	padding-left: 15%;	
	margin-right: 10px;
	margin-left: 10px;
	font-size: 14px;	
	background-image: url('../images/quote.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;		
}

#content blockquote p{	
	margin: 0px;
	margin-bottom: 15px;
}


code {
	line-height: 20px;
	width: 98%;
	border: 1px solid #ccc;	
	float: left;
	background-image: url('../images/code_bg.gif');
	padding-left: 1%;
	padding-right: 1%;		
	margin-bottom: 30px;	
	margin-top: 15px;
}

pre {
	line-height: 20px;
	width: 98%;
	border: 1px solid #ccc;	
	float: left;	
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-right: 40px;
	margin-top: 20px;

}


.autoresize{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.clear{
	clear: both;
}



/* FORM DESIGNS */
input,textarea{
	float: left;		
	height: 21px;
	font-size: 12px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: transparent;
	background-repeat: no-repeat;
	font-family: arial;
	border: 1px solid #c7c7c7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-image: linear-gradient(bottom, rgb(255,255,255) 37%, rgb(255,255,255) 69%, rgb(245,245,245) 85%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 37%, rgb(255,255,255) 69%, rgb(245,245,245) 85%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 37%, rgb(255,255,255) 69%, rgb(245,245,245) 85%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 37%, rgb(255,255,255) 69%, rgb(245,245,245) 85%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 37%, rgb(255,255,255) 69%, rgb(245,245,245) 85%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.37, rgb(255,255,255)),
		color-stop(0.69, rgb(255,255,255)),
		color-stop(0.85, rgb(245,245,245))
	);	
}





/* TABLE */


.table table {	
	font-size: 12px;
	clear: left;	
	width: 100%;
	background-image: url('../images/table_bg.gif');
	background-repeat: repeat-x;
	background-color: #94B8D5;
	background-position: 0px 30px;
	margin-bottom: 30px;
}

.table th {
	background-color: #38628D;
	height: 32px;
	vertical-align: middle;	
	text-align: center;	
}

.table thead{
	border: 2px solid #C0C0C0;
}

.table tr {		
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #fff;
}

.table tbody {
	border: 2px solid #C0C0C0;
	
}

.table tr:hover {
	background-color: #fbf9f4;
}

.table td {	
	height: 27px;
	vertical-align: middle;
	text-align: center;
	
}



/* TEXTS */

.dropcap {
	font-size: 38px;
	font-weight:  bold;
	float: left;
	margin-top: 10px;
	margin-right: 6px;
}


#content .alignright, .align_right {
	float: right;
}
blockquote.align_right, blockquote.align_left{
	width: 40%;
}

#content .alignleft, .align_left {
	float: left;
}

#content .align_center {
	margin-left:auto;
	margin-right:auto;
}

#content .justify{
	text-align: justify;
}


.read_more{
	color: #b69d31;
	font-weight: normal;
}



/* LISTS */


.list1 {
	float: left;
	margin-right: 30px;	
	
}
.list1 li {
	background-image: url('../images/list1-bullet.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;		
	margin: 0px;
	line-height: 30px;
}
.list2 {
	float: left;
	margin-right: 30px;
}
.list2 li {
	background-image: url('../images/list2-bullet.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin: 0px;
	line-height: 30px;
}
.list3 {
	float: left;
	margin-right: 30px;
}
.list3 li {
	background-image: url('../images/list3-bullet.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 10px;
	margin: 0px;
	line-height: 30px;
	padding-right: 10px;
}
.list4 {
	float: left;
	margin-right: 30px;
}
.list4 li {
	background-image: url('../images/list-bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 20px;
	margin: 0px;
}


/* NUMBERED LIST */
.circle,#content .circle{
	-moz-border-radius: 36px;
    -webkit-border-radius: 36px;
	-khtml-border-radius: 36px;
	border-radius: 36px 36px 36px 36px;	
	float: left;	
	color: #fff;
	font-size: 22px;
	text-align: center;
	width: 36px;
	height: 36px;
	line-height: 36px;
	display: block;
	margin-right: 8px;
	margin-top: 4px;	
	background-color: #666;
}





/* VIDEO PLAYER */

.video_player{
	float: left;	
	border: 1px solid #cfcfcf;	
	background-color: #fff;
	padding: 4px;
}

object{
	margin: 0px;
	padding: 0px;
	vertical-align: bottom; 
}



/* HORIZONTAL LINES*/ 

.hr {
	width: 100%;
	float: left;
	clear: left;
	height: 15px;
	background-image: url('../images/horizontal_ruler.png');	
	background-position: top center;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	margin-top: 30px;
}

.hr2{
	width: 100%;
	float: left;
	clear: left;
	height: 1px;
	background-image: url('../images/hr2.gif');	
	background-position: top center;
	background-repeat: repeat-x;
	margin-bottom: 30px;
	margin-top: 15px;
}


/* VERTICAL SPACE */

.vspace {
	float: left;
	clear: left;
	width: 100%;
	height: 15px;
}




/* JAVASCRIPT FALLBACK */

#notification {
	float: left;
	left: 0px;
	top: 0px;
	height: 35px;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 20;
	background-color: #fff1ba;
	font-size: 12px;
	color: #000;	
	font-weight: bold;
	line-height: 35px;
	z-index: 100;
}



/* WARNING FOR IE7 OR LOWER */

#ie_warning{
	display: none;
	width: 100%;
	top: 350px;
	left: 0px;
	vertical-align: middle;
	text-align: center;
	margin: 0px auto;
	color: #333;
	font-size: 13px;
	position: fixed;
}



/*  MENU */


#sidebar #sidebar-content #menu {					
	display: none;
}


#responsive-menu {
	clear: both;
	margin: 0px auto;
	margin-top: 30px;
	width: 200px;	
	height: 22px;
	z-index: 100;
	line-height: 22px;
	position: relative;
}	
	
#responsive-menu select{	
	width: 200px;	
	height: 22px;
	line-height: 22px;	
	border: 0px;
	cursor: pointer;
	opacity: 0;
	position: relative;
	z-index: 101;	
	float: left;
}

#responsive-menu-title{	
	width: 200px;	
	height: 22px;
	line-height: 22px;
	position: absolute;
	top: 0px;    
    left: 0px;
	z-index: 100;
	color: #fff;
	cursor: pointer;	
	float: left;
	text-align: center;
}



/* NIVO SLIDER */

.slider-nivo-holder{
	float: left;
	width: 98%;
	height: auto;		
	max-height: 220px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	padding: 1%;	
	border: 1px solid #cfcfcf;
	background-color: #fff;
}


.slider-nivo-holder #nivo-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;	
	background-color: #fff;
	left: 0px;
	top: 0px;	
}

#slider-nivo{
	position: relative;
	float: left;
	width: 100%;	
	height: auto;	
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;	
	z-index: 98;	
}

#wrapper #page #content #slider-nivo .nivo-slice,#wrapper #page #content #slider-nivo, #slider-nivo img {
	width: 100%;
	max-width: 100%;
	height: auto;		
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-attachment: fixed;	
}





/* BACKGROUND SLIDER */


#bg_slider{
	display: none;
}




/* SIDEBAR */

#logo {				
	text-align: center;
	margin: 0px auto;	
	width: 100%;
	padding-bottom: 30px;
	background-image: url('../images/sidebar-hsep.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: transparent;
}

#logo img{	
}


#wrapper{
	width: 100%;	
	min-height: 100%;
	margin: 0px auto;	
	z-index: 1;	
	position: relative;
    
}



#sidebar{
	position: absolute;
	width: 100%;		
	height: 270px;
	float: left;
	z-index: 11;	
}

#sidebar-color{
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	z-index: 12;
	background-color: #0086eb;		
}

#sidebar-border{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 10px;
	float: left;
	z-index: 13;
	background-image: url('../images/sidebar-border-responsive.png');
	background-repeat: repeat-x;	
	background-color: transparent;
	background-position: center bottom;
	
}


#sidebar-light{
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	z-index: 14;
	background-image: url('../images/sidebar-light-responsive.png');
	background-repeat: no-repeat;
	background-position: center top;		
}


#sidebar-texture{
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	z-index: 15;
	background-image: url('../images/sidebar-texture-carbon-responsive.png');
	background-repeat: repeat;	
	background-position: top left;	
}


#sidebar-content{
	position: absolute;
	z-index: 16;
	width: 90%;
	float: left;	
	margin-top: 200px;	
	padding-left: 5%;
	padding-right: 5%;
}



#sidebar-bottom{
	float: left;
	clear: left;
	width: 100%;
	position: relative;	
	z-index: 17;		
	margin-top: 30px;
	
	display: none;
}

#sidebar-bottom li {
	display: inline;
	margin-right: 4px;
	margin-left: 4px;
}

#copyright{
	float: left;
	clear: left;
	width: 100%;		
	position: relative;	
	z-index: 17;	
	text-align: center;	
	color: #999;
	margin: 0px;
	font-size: 12px;
	
	
	display: none;
}

#copyright a{
	color: #fff;
	font-weight: normal;
}
#copyright a:hover{
	color: #f2e9cd;
}



/* PAGE */

#page {
	position: relative;	
	margin-top: 270px;
	width: 100%;	
	max-width: 100%;
	min-height: 100%;
	float: left;
	background-color: #f5f5f5;	
	z-index: 1;	
	background-image: url('../images/page-bg-responsive.png');
	background-repeat: repeat-y;	
	background-position: right top;
}


#content{	
	float: right;		
	margin-top: 40px;
	text-align: left;
	min-height: 100%;		
	padding-bottom: 30px;	
	position: relative;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	max-width: 100%;
}


#content p{
	clear: none;	
	margin-bottom: 30px;
}

#content ol{		
	clear: left;
	list-style-position: inside;
	list-style-type: decimal;
}

#content ol li{	
	width: 100%;
}

#content .bullets{
	list-style-position: inside;
	list-style-type: square;
}




/* SINGLE POST */


#page #content .blog-post-info{
	float: left;
	width: 100%;		
	text-align: left;
	padding: 0px;
	margin: 0px;
	height: 22px;
	line-height: 22px;
	margin-top: -15px;
	margin-bottom: -15px;
}

#page #content .blog-post-info img {
	vertical-align: middle;
	margin-top: -1px;
}

#page #content .full{
	width: 100%;
}





/* BLOG - SMALL THUMBS */

#blog-small {
	float: left;	
}
#blog-small li {
	float: left;
	clear: left;
	width: 100%;
	margin: 0px;
	padding: 0px;	
}

.blog-small-text h1 {
	font-size: 16px;
	margin-bottom: 5px;
}

.blog-small-text h1 a{
	font-weight: normal;
}


.blog-small-image {	
	width: 100%;
}

.blog-small-image img {
	float: left;
	border: 0px;	
	width: 100%;
	max-width: 100%;
	border: 1px solid #d2d2d2;
	padding: 3px;
	margin-bottom: 15px;
}

.blog-small-text {
	float: left;
	width: 100%;
}

#page #content .blog-small-excerpt{
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;	
}


#page #content .blog-small-sep {	
	height: 29px;
	width: 100%;
	background-image: url('../images/blog_small_sep.png');
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	clear: left;	
	margin-bottom: 30px;
}



.post_separator {	
	margin-bottom: 30px;
	height: 25px;
	width: 100%;
	background-image: url('../images/hr2.gif');
	background-position: center bottom;
	background-repeat: repeat-x;
	float: left;
	clear: left;	
}

.post_separator a {
	font-size: 11px;
	float: right;
	font-weight: normal;	
}


#blog-small .blog-info{
	float: left;
	width: 100%;
	height: 20px;	
	line-height: 20px;	
	text-align: left;
	padding: 0px;
	margin: 0px;
	margin-bottom: 30px;
	font-size: 11px;	
}

#blog-small .blog-info img {
	margin-top: -1px;
	vertical-align: middle;
}




/* BLOG - MEDIUM THUMBS */


.blog-medium {
	float: left;	
	width: 100%;
	clear: left;	
	overflow: hidden;		
}
.blog-medium li {
	float: left;		
	width: 100%;	
	padding: 0px;
	margin: 0px;		
	margin-bottom: 60px;
}


.blog-medium-text h1 {
	font-size: 16px;
	margin-bottom: 0px;
}

.blog-medium-image {
	
}

.blog-medium-image img {
	float: left;
	border: 0px;	
	width: 96%;
	max-width: 96%;
	border: 1px solid #d2d2d2;
	padding: 3px;
	margin-bottom: 15px;
}

.blog-medium-text {
	float: left;
	clear: left;
	width: 100%;			
}

#content .blog-medium  .blog-medium-excerpt{
	width: 100%;
	float: left;
	clear: left;
	padding: 0px;
	margin: 0px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 5px;	
	border-bottom: 1px solid #d5d5d5;		
}


#page #content .blog-medium .blog-info{
	float: left;
	width: 100%;
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-size: 11px;	
	height: 20px;
	line-height: 20px;
}

#content .blog-medium .blog-info img {
	margin-right: 4px; 
	margin-left: 4px; 	
	vertical-align: middle;
	margin-top: -1px;
}







/* PORTFOLIO */ 


.pf_categories{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	margin-top: -15px;
}
.pf_categories li {
	float: left;
	line-height: 24px;
	margin-bottom: 5px;
}

.pf_categories li a {
	font-weight: normal;	
	padding-left: 15px;
	padding-right: 15px;
	display: block;
}

.pf_categories li a:hover {
	background-color: #ededed;
}

.pf_categories .active a{
	background-color: #ededed;
}





/* PORTFOLIO 3 COLS*/

.portfolio-3c {
	width: 100%;
	float: left;
	clear: left;		
	overflow: hidden;
	margin-bottom: -30px;
}
.portfolio-3c li {
	width: 45%;
	float: left;		
	margin-bottom: 25px;		
	margin-right: 5%;
}

.portfolio-3c li:nth-child(2n+1){
	clear: left;
}

.portfolio-3c .thumb{
	
}

.portfolio-3c  img {
	float: left;	
	width: 96%;
	max-width: 96%;
	border: 1px solid #ddd;
	padding: 3px;	
	margin-bottom: 15px;
}

#content .portfolio-3c p {
	float: left;
	
	text-align: justify;
	margin-top: 15px;	
	margin-bottom: 0px;
}

#content .portfolio-3c h1 {
	width: 100%;	
	font-size: 16px;	
	float: left;
	margin-bottom: 0px;
	background-image: none;
	line-height: 20px;
	height: auto;
}



/* PORTFOLIO 2 COLS*/

.portfolio-2c {
	width: 100%;
	float: left;
	clear: left;		
	overflow: hidden;
	margin-bottom: -30px;
}
.portfolio-2c li {
	float: left;
	margin-bottom: 30px;
	width: 100%;	
}

.portfolio-2c .thumb{
	width: 100%;
	float: left;
	margin-bottom: 10px;		
	
}

.portfolio-2c  img {
	float: left;	
	width: 95%;
	max-width: 95%;
	border: 1px solid #ddd;
	padding: 3px;	
}

.portfolio-2c h1 {
	width: 100%;	
	font-size: 16px;	
	float: left;
	margin-bottom: 0px;
	background-image: none;
	line-height: 20px;
	height: auto;
}
#content .portfolio-2c p {
	float: left;
	width: 100%;
	text-align: justify;
	margin-top: 15px;	
	margin-bottom: 0px;
}




/* GALLERY */


.galleries {
	float: left;
	width: 100%;				
}

.galleries li  {
	width: 45%;	
	margin-bottom: 25px;	
	float: left;
	margin-right: 5%;
}

.galleries li img {
	float: left;	
	width: 100%;
	max-width: 100%;
	border: 1px solid #ddd;
	padding: 3px;	
}

.galleries li  h1 {
	width: 100%;	
	font-size: 16px;	
	float: left;
	margin-bottom: 0px;
	margin-top: 15px;
	background-image: none;
	line-height: 20px;
	height: auto;
}







/* ARCHIVES */

.archives {
	float: left;
	width: 100%;	
	margin-top: -5px;
}

.archives li {
	clear: left;
	float: left;
	line-height: 30px;
	background-image: url('../images/widget_li_arrow.png');
	background-repeat: no-repeat;
	background-position: 0px 12px;
	padding-left: 10px;
	width: 95%;	
}

.archives li a {
	display: block;
}




/* POPULAR POSTS */

.posts_list {
	float: left; 
	margin-bottom: -30px;
}

.posts_list li {
	float: left;
	clear: left;
	height: auto;	
}

.posts_list li  p{
	float: left;
	width: auto;	
}


.posts_list li  p img{
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	border: 1px solid #d2d2d2;
	background-color: #fff;
	padding: 2px;
}






/* COMMENTS */

.comments-text img {
	margin-right: 15px;
	float: left;
	border: 1px solid #ddd;
	padding: 3px;		
}	

.comments-text {		
	float: left;	
	width: 95%;
}

.comments-text a{
	float: right;
}


#comments-list {
	float: left;
	width: 100%;
	margin-top: 30px;	
	margin-bottom: -30px;
}

#comments-list li {
	float: left;	
	clear: left;				
	
	width: 100%;
}

#comments-list  li ul .comments-text{
	width: 85%;	
	margin-left: 5%;
}

#comments-list li ul li {
	border: 0px;
	padding: 0px;			
}





/* COMMENTS / RESPOND */

#respond {
	float: left;
	clear: left;
	margin-top: 30px;
	width: 100%;
}

#respond li{
	clear: left;
	float: left;
	margin-bottom: 15px;
	width: 100%;
}

#respond  label {
	float: left;		
	font-family: arial;
	height: 22px;
	line-height: 22px;
	margin-left: 10px;
}

#respond  .comment-textinput {
	width: 30%;
	height: 22px;	
}

#respond .comment-textarea {
	width: 100%;
	height: 90px;
	overflow: auto;
	line-height: 18px;
}

#respond  .required{
	color: red;
}

#respond .info{
	font-style: italic;
	color: #999;
}

#respond #submit_btn {
	float: left;
	height: 24px;
	width: 80px;	
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;	
	cursor: pointer;	
	background-color: #000;			
	background-image: none;
	color:#fff;
	font-family: Arial;
	cursor: pointer;
	border: 0px;
	margin-top: 15px;
}






/* FOOTER */

#footer_widget_area {
	width: 100%;
	margin: 0px auto;
	text-align: left;		
	font-size: 12px;	
}

#footer_widget_area #first{
	width: 100%;
	float: left;	
	margin-right: 0%;
	margin-bottom: 30px;	
}

#footer_widget_area #second{
	width: 100%;
	float: left;	
	margin-right: 0%;
	margin-bottom: 30px;	
}

#footer_widget_area #third{
	width: 100%;
	float: left;	
	margin-right: 0%;
	margin-bottom: 30px;	
}

#footer_widget_area h3{
	margin-bottom: 30px;
	float: left;
}





/* FOOTER CONTACT FORM */

.contact_form {
	float: left;	
	width: 100%;
}

.contact_form  li {
	float: left;	
	margin-bottom: 10px;		
	clear: left;
	width: 100%;
}

.contact_form  input {
	width: 50%;
}

.contact_form #ub_w_cf4 {
	float: left;	
	font-size: 11px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: transparent;	
	text-transform: uppercase;
	letter-spacing: 1px;
}

.contact_form  #ub_w_cf4 {		
	width: 38px;
}

.contact_form .send_button {	
	width: 60px;
	height: 28px;
	font-size: 11px;
	text-align: center;
	cursor: pointer;	
	background-color: #000;			
	background-image: none;
	color:#fff;
}


.contact_form  label {
	float: left;		
	margin-left: 10px;
	height: 20px;
	line-height: 22px;	
}

.contact_form  img {
	border: 1px solid #999;
	float: left;
	margin-left: 2px;
}

.contact_form  textarea {	
	width: 100%;
	height: 92px;
	line-height: 20px;
	overflow: auto;
}

.contact_form .captcha {
	width: 40px;
	height: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}




/* ON PAGE CONTACT FORM */

.page_contact_form {
	float: left;	
	width: 100%;
}

.page_contact_form  li {
	float: left;	
	margin-bottom: 15px;	
	width: 100%;
	clear: left;
}

.page_contact_form  input {
	height: 22px;
	width: 50%;
}

.page_contact_form  label {
	float: left;		
	margin-left: 10px;
	line-height: 22px;
}

.page_contact_form  img {
	border: 1px solid #333;
	float: left;
	margin-left: 6px;
}

.page_contact_form  textarea {
	width: 100%;
	height: 130px;
	overflow: auto;
}

.page_contact_form #cf4 {
	width: 50px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #ededed;
}

.page_contact_form .send_button {
	width: 120px;
	height: 25px;			
	background-color: #000;			
	border: 0px;	
	cursor: pointer;
	color: #fff;	
	font-size: 12px;
	background-image: none;
}





/* IMAGES AND HOVERS */

.hidden {
	display: none;
}


.small_image img,.small_image .preloader {
	border: 0px;	
	min-width: 146px;
	min-height: 113px;
	padding: 3px;
	border: 1px solid #ddd;
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}


.medium_image img,.medium_image .preloader {
	border: 0px;
	min-width: 272px;
	min-height: 128px;
	border: 0px;	
	padding: 3px;
	border: 1px solid #ddd;
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}

.large_image img,.large_image .preloader {
	border: 0px;
	max-width: 100%;	
	padding: 3px;
	border: 1px solid #ddd;
	float: left;
	margin-bottom: 15px;	
}


.imghover_small_blog {		
	display: none;
}



.imghover_medium_blog {	
	display: none;
}

.imghover_3c_pfolio {	
	display: none;
}

.imghover_2c_pfolio {	
	display: none;
}

.imghover_1c_pfolio {	
	display: none;
}

.imghover_gallery{
	display: none;
}


.imghover_small {	
	display: none;
}

.imghover_medium {	
	display: none;
}
.imghover_large {	
	display: none;
}








/* COLUMNS */ 

.one_half {
	width: 100%;	
	float: left;
	margin-right: 0%;
	margin-bottom: 15px;
}
.one_half_last{	
	width: 100%;	
	float: left;
	margin-right: 0%;
	margin-bottom: 15px;	
}

.one_third {
	width: 100%;
	float: left;	
	margin-right: 0%;
	margin-bottom: 15px;		
}

.one_third_last{	
	width: 100%;
	float: left;	
	margin-right: 0%;
	margin-bottom: 15px;
}


.two_third {
	width: 100%;
	float: left;	
	margin-right: 0%;
	margin-bottom: 15px;
}

.two_third_last{	
	width: 100%;
	float: left;	
	margin-right: 0%;
	margin-bottom: 15px;
}









/* PURCHASE BUTTON */

#content .purchase_button p{
	margin: 0px;
	padding: 0px;
	margin-top: -4px;
}

.purchase_button{
	float: left;
	clear: left;				
	width: 100%;
}

.purchase_button p{		
	width: auto;
	max-width: 100%;	
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 30px;	
}

.purchase_button a{
	display: block;
	clear: both;
	white-space: nowrap;
	background-image: url('../images/button-light.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding-left: 20px;
	padding-right: 20px;	
	line-height: 40px;
	height: 40px;
	color: #fff;
	font-weight: normal;
	font-size: 14px;		
	min-width: 150px;	
	width: auto;
	max-width: 90%;
	margin: 0px auto;
	text-align: center;
	margin-top: 20px;
}

.purchase_button a:hover{
	background-image: none;
}

.purchase_button-gold{
	background-color: #d4af74;
}
.purchase_button-black{
	background-color: #4c4c4c;
}
.purchase_button-white{
	background-color: #fff;
}
.purchase_button-grey{
	background-color: #999999;
}
.purchase_button-blue{
	background-color: #363d97;
}
.purchase_button-pink{
	background-color: #eb93e0;
}
.purchase_button-green{
	background-color: #2a873e;
}
.purchase_button-orange{
	background-color: #f6a13c;
}
.purchase_button-red{
	background-color: #ab1919;
}
.purchase_button-purple{
	background-color: #8719ab;
}



/* ICON LIST */

img.small_icon{
	float: left;
	margin-right: 15px;	
}



/* BUTTONS */

.button-small,.button-medium,.button-large {
	float: left;	
	clear: left;
	margin-bottom: 15px;
	white-space: nowrap;
	background-image: url('../images/button-light.png');
	background-repeat: no-repeat;
	background-position: top center;	
	color: #fff;
	background-color: #4c4c4c;
	text-align: center;
}

.button-small:hover,.button-medium:hover,.button-large:hover{
	background-image: none;
}


.button-small{
	width: 100px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	font-size: 12px;
}
.button-small:hover{
	color: #fff;
}


.button-medium{
	margin-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: normal;
	font-size: 14px;
}
.button-medium:hover{
	color: #fff;
}

.button-large{
	margin-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
	font-weight: normal;
}
.button-large:hover{
	color: #fff;
}



/* TABS */

#tabs { float: left; clear: left; width: 98%; }
.ui-tabs { position: relative; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {  margin: 0; width: 100%; float: left; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin-bottom: 15px; }
.widget-area .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; margin: 0px; border-bottom: 0 !important; padding: 0; white-space: nowrap; width: 33%; text-align: center; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; margin: 0px; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { padding-left: 10px; padding-right: 10px; line-height: 35px; text-decoration: none; font-size: 11px;  text-align: center; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin: 0px; padding: 0px; border-top: 3px solid #999; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; line-height: 30px; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 0px; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
.ui-tabs .ui-widget-content { float: left; }




/* TOGGLES */

.toggle{
	float: left;
	clear: left;
	margin-bottom: 15px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-image: url('../images/icon-plus.png');
	background-position: 0px 3px;
	color: #043264;
}

.toggle_box {
	background-color:#fff;
	border: 1px solid #ddd;
	/* Rounder Corner */
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	overflow: hidden;
	width: 90%;
	clear: both;
	margin-bottom:10px;
}

.toggle_box .block {
	padding: 15px;
}

.block {clear: both;}	
	

/* CAROUSEL (HORIZONTAL) */

#carousel { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
.viewport { float: left; width: 219px; height: 135px; overflow: hidden; position: relative; }
.buttons { background:url("../images/carousel-buttons.png") no-repeat scroll 0 0 transparent; display: block; margin: 10px 10px 0 0; background-position: 0 -38px; text-indent: -999em; float: left; width: 39px; height: 37px; overflow: hidden; position: relative; }
.next { background-position: 0 0; margin: 90px 0 0 0px; position: absolute;  }
.disable { /*visibility: hidden;*/ }
.overview { list-style: none; position: absolute; width: 240px; left: 0 top: 0; }
.overview li{ float: left; margin: 0 30px 0 0; padding: 1px; height: 135px; width: 208px;}
.overview li img{ float: left; margin-right: 15px; width: 208px; height: 122px; border: 1px solid #ddd; padding: 4px; background-color: #fff;}

#carousel1 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel2 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel3 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel4 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel5 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel6 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel7 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel8 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel9 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel10 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel11 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel12 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel13 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel14 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel15 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel16 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel17 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel18 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel19 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel20 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel21 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel22 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel23 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel24 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel25 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel26 { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }





/* IMAGE PRELOADER */

.preloader {  
	background: url('../images/preloader.gif') center center no-repeat #fff;  
	display: inline-block;  	
}  



/* HOMEPAGE PRELOADER */

#hp_preloader {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1000;
}


/* Custom css Robert */
.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}
.center{
	text-align: center;
}
.toggle_box_alberghi {
	background-color:#fff;
	border: 1px solid #043264;
	/* Rounder Corner */
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	overflow: hidden;
	width: 100%;
	clear: both;
	margin-bottom:10px;
}

#crossslide{
	width: 100%;
	min-height:100%;
	height:100%;
	margin:0px auto;
	position:fixed;
}
.box {

	background-color: #FFF;
}
#supersized-loader {display: none;}
	
#supersized {display: none; }

#sidebar-top{
	position: absolute;
	z-index: 16;
	width: 90%;
	margin-top: 10px;
	margin-bottom: 25px;
	margin-left: 20px;

}


.imager, #content iframe {
	float: right;
	border: 1px solid #ddd;
	margin-left: 15px;
	padding: 4px;
	background-color: #fff;
}

.breadcrumb{
	color: #043264;
	font-weight: normal;
}

.partenze {display:none;}
.ESCURSIONI {font-weight: bold; margin-bottom: 5px;}
.tit {text-align: center; font-weight: bold;}
.titc {color:#043264;}

