@charset "utf-8";


/* ---------------------------------------------------------------------- */
/*	Import styles
/* ---------------------------------------------------------------------- */

/* bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).*/
@import url("../css/bootstrap/bootstrap.css");
/*jquery.fancybox-1.3.1.css  - Lightbox*/
@import url("../js/fancybox/jquery.fancybox-1.3.1.css");
/*slide.css*/
@import url("../css/slide/camera.css");
/*Animations*/
@import url("../css/animations/animate.css");
/*Skins*/
@import url("../css/skins/blue/blue.css");
/*Google Fonts*/
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,300,700,800");



/* Standar Styles --------------------------------------------------------*/

body{
	font-size: 14px;	
	font-family: 'Open Sans', sans-serif;
	line-height:24px;
	color:#eee;
	position: relative;
	font-weight:normal;	
	background-color: #26292C;
	background: url("../img/bg_body.png");
	/*text-align:justify;*/
}
a{
	color: #fff;
}
a:hover{
	text-decoration: underline;	
	color: #fff;
}
p{
	margin:0 0 10px 0;
	padding: 0;
}
h1 {font-size:24px;}
h2 {font-size:22px;}
h3 {font-size:18px;}
h4 {font-size:16px;}
h5 {font-size:14px;}
h6 {font-size:12px;}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	line-height: 30px;
	padding: 5px 0 15px 0;	
	margin: 0;	
	color: #bcbcbc;
	font-family: 'OpenSansBold', Arial, sans-serif;
}

/* Class and styles General ----------------------------*/

.clearfix{
	width:1px;
	height:1px;	
	display:block;
	clear:both;
	content:" , ";
}
.divider{
	border-bottom: 3px double #dcdcdc;
	margin:50px 0;
	width: 100%;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.text_right{
	text-align: right;
}
.text_right a{
	color: #EEEEEE;
}
.center{
	text-align: center;
}
.padding_top{
	padding-top: 50px;
}
strong{
	color: #EEE;
}
.button{
	width: auto;
	background-color: #555;
	border: 0;
	color: #fff;
	border-radius: 3px;
	padding: 10px 20px;
	-webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.button:hover{
	-webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
	text-decoration:none;
	border: 0;
}
ul li{
	list-style: none;
}
.titles{
	width: 100%;	
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}
.titles span {
	display: inline-block;	
	border-radius: 4px 4px 0 0;
	color: #fff;
	padding: 5px 20px;
	text-align: left;
	margin: 0;
}
.titles_white{
	width: 100%;
	border-bottom: 1px solid #fff;
	margin: 0 0 40px 0;
	padding: 0;
	text-align: left;
}
.titles_white span {
	display: inline-block;
	background-color: #fff;	
	color: #232323;
	padding: 5px 20px;
	margin: 0;

}
.video iframe{
	height: 250px;
	width: 100%;
}
.text_resalted h3{	
	font-style: italic;
}
.more_horizontal{
	background: url("../img/more.png") no-repeat center center;	
	width: 100%;
	padding: 20px 0;
	height: 50px;
}
.more_vertical{
	background: url("../img/more_white.png") no-repeat center 0;	
	height: 300px;
	width: 100%;
}


/* -------------------------------------------------- */
/*	0.8  404 Error Page
/* -------------------------------------------------- */

.error_page{
	padding: 80px 0;
}
.error_page h1{
	font-size: 200px;
	font-weight: bold;	
	color: #fff;	
	float: right;
}
.error_page h2{
	margin-top:0px;
	font-size: 52px;
	line-height: 55px;
	float: left;
}
.message_error{
	padding: 20px 0;
	margin-top: 60px;
	border-top: 3px double #cdcdcd;
}
.message_error h3{
	padding-bottom: 20px;
}
.message_error .button:hover{
	color: #fff;	
}
.offline h1{
	font-size: 120px;
	float: left;
}
.offline h2{
	font-size: 40px;
	float: right;
}

/* ---------------------------------------------------------------------- */
/*	General Structure
/* ---------------------------------------------------------------------- */


/* Client Login ---------------------------------------*/

.line{
	height: 5px;	
}
.jBar {	
	background-position:top;
	height: auto;
	display: none;
	padding-bottom: 15px;
	background:#272727 url("../img/panelbg.png") center no-repeat;
	position:relative;
	color:#FFF;	
}
.jRibbon {
	padding:3px;
	position:absolute;
	top:0px;
	right:7%;
	display:none;	
	font-size: 12px;
	padding: 2px 20px;		
	color:#FFF;
	cursor:pointer;
}
.downarrow {
	position:absolute;
	bottom:-50px;
	z-index: 99;
	padding: 0 20px;
	right:7%;	
	font-size: 12px;
	padding: 2px 20px;
	cursor: pointer;	
}
.up {
	top:-50px;
}
.jBar h1{
	color: #fff;
	text-align: center;
	margin-top: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 28px;
}
.jBar ul{
	margin-top: 25px;
}
.jBar ul li{
	padding-bottom: 20px;
	text-align: right;
}
.jBar ul li span{	
	font-size: 20px;
	margin: 0;
	float: left;
	padding: 0;
	margin-right: 10%;	
	line-height: 22px;
	font-weight: bold;
}
.jBar input{
	width: 90%;
	margin:10px 2% 10px 5%;
	height: 25px;	
}
.jBar .botton{
	border: none;
	width: auto;	
	padding: 5px 15px 25px 15px;
	color: #fff;
	float: right;
}


/*  Info head -----------------------------------------*/

.info_head{
	padding: 15px 0;
}
.info_head ul{
	margin:0;
}
.info_head ul li{
	list-style: none;
	float: left;
	margin-right: 25px;
	font-size: 13px;
}
.info_head ul li i{
	padding: 5px 5px 0 0;
}
.info_head ul li a{
	color: #EEEEEE;
}



/*  Logo -----------------------------------------*/

.logo{
	position: relative;
}
.logo img{
	position: absolute;
	z-index: 999;
	left: 0;
	top: 8px;
}
.bg_logo{
	position: absolute;	
	top: 0;
	left: 0;
	width: 90px;
	height: 90px;
	z-index: 99;
}
.logo h1{
	color: #fff;
	z-index: 999;
	position: absolute;
	font-weight: bold;
	padding: 20px 0;
	margin: 0 0 0 5%;
}
.logo h1 span{
	color: #fff;
	margin-left: 15px;
}


/*  Main Navigation -----------------------------------------*/

nav{
	background-color: #f0f0f0;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}
.tinynav{ 
	display: none 
}
.sf-menu{	
	margin:0;	
	float: right;		
}
.sf-menu a{	
	color:#0099ff;		
}
.sf-menu ul{
	position:absolute;
	top:-999em;
	width:170px;
	display:none;
}
.sf-menu > li{
	position: relative;
	float:left;	
	list-style: none;	
}
.sf-menu > li > a {
	text-decoration:none;
	display:block;
	font-size:15px;	
	/*color:#fff;*/
	padding:25px 20px;		
}
.sf-menu > li.current-menu-item > a {
	padding:22px 20px;	
}

.sf-menu li:hover ul,.sf-menu li.sfHover ul{top:70px; border: 1px solid #DDD; border-bottom: none; left:-5px; z-index:999;}
.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul{top:-999em}
.sf-menu li.current,.sf-menu li:hover,.sf-menu li.sfHover{
	text-decoration:none;
}
.sf-menu li li a{
	display:block;
	margin:0;
	position:relative;
	text-decoration:none;
	font-size:12px;
	line-height:16px;
	color:#777;
	overflow:hidden;
	padding:12px 15px;
	background-color: #F9F9F9;	
	border-bottom: 1px solid #DDD;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current > a{
	color:#1B1823;		
}
.sf-menu li li{
	float:none;
	position:relative;
	border-bottom: 1px solid #fff;
}
.sf-menu li li a:hover{
	background-color: #eee;		
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul{left:145px;top:0;}


/* Search Domain --------------------------------*/

.search_domain{			
	border-bottom: 1px solid #555;
	border-top: 1px solid #555;	
	z-index: 999999;
	width: 100%;
}
.search_domain h1{
	margin: 0;
	padding: 18px 0;
}
.arrow_domain{
	position: relative;	
}
.arrow{
	right: -22px;	
	position: absolute;
	top: 0;
	height: 100%;
	width: 20px;
}
.form_domain{
	padding: 14px 0;
}
.form_domain span{
	float: left;
	padding: 4px 4px 0 0;
	font-size: 20px;
	font-weight: bold;
}

.form_domain input{
	margin:0;	
	width: 45%;
	height: 26px;
}
.form_domain select{
	height: 36px;
	width: 15%;
	margin:0 2%;
}
.form_domain .button{
	padding: 6px 30px;
	height: 32px;
	margin: 0;
	width: auto;
}
.form_domain form{
	margin:0;
	padding: 0;
}

/* Info Content */

.info_content{
	padding: 20px 0;		
}
.border_top{
	border-top: 1px solid #555;	
}
.border_right{
	border-right: 1px solid #555;
	padding-right: 15px;
}
.shadow_top{
	box-shadow:inset 0px 4px 3px 0px #111;
}
.shadow_height{
	height: 6px;
}
.gray{	
	background:#232323;	
}

/* Features */

.item_feature{
	margin-bottom: 40px;	
}
.head_feature{
	/*margin-bottom: 15px;*/
}
.head_feature h4,h6{
	padding: 0;
	margin: 0;
}
.head_feature h6{
	line-height: 20px;	
	font-style: italic;
}

/* Table Princing */

.item_table{
	border-radius: 4px;	
	background-color: #fff;
	padding-bottom: 30px;
	color: #555;
	margin-bottom: 30px;
	text-align: center;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;	
}
.item_table:hover{
	margin-top: -5px;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;	
}
.head_table{
	color: #fff;	
	background-color: #555;
	position: relative;	
	z-index: 9999;
	text-align: center;
}
.head_table h1{
	color: #fff;
	margin:0;
	padding: 10px 0;	
	border-bottom: 1px solid #fff;
}
.head_table h2{	
	font-size: 30px;
	margin: 0;
	padding: 10px 0 0 0;
}
.head_table h2 span{
	font-size: 14px;
	color: #fff;
}
.head_table h5{
	margin:0;
	padding: 0;
	color: #fff;
	padding-bottom: 10px;
}
.arrow_table{
	position: absolute;
	z-index: -1;
	background: url("../img/arrow_table.png") no-repeat center;
	bottom: -45px;	
	height: 67px;
	width: 45%;
	left: 0;
	margin-left:27.5%;
	
}
.item_table .color{
	background-color: #f5f4f4;
}
.item_table ul{
	margin:60px 0 20px 0;
}
.item_table ul li{
	list-style: none;
	border-top: 1px solid #ddd;
	text-align: center;
	padding: 10px 0;
}
.item_table .button{	
	padding: 10px 35px;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;	
}
.item_table .button:hover{		
	color: #fff;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;	
}

.promotion_table{
	margin-top: -40px;
}
.promotion_table:hover{
	margin-top: -40px;
}
.promotion_table .head_table{
	color: #fff;		
	position: relative;	
	z-index: 9999;
	text-align: center;
}
.promotion_table .arrow_table{
	position: absolute;
	z-index: -1;
	background: url("../img/arrow_table_promotion.png") no-repeat center;
	bottom: -45px;	
	height: 67px;
	width: 45%;
	left: 0;
	margin-left:27.5%;
}
.promotion_table h2{
	color: #555;
}



/* -------------------------------------------------- */
/*	Varius - Tabs
/* -------------------------------------------------- */

.tabs_varius{
	display: table;	
	margin: 0 auto;
	margin-bottom: 50px;
}
.tabs_varius li{
	float: left;	
	font-size: 18px;
	font-weight: bold;
	background-color: #f5f4f4;
	padding: 25px 40px;
	border: solid 1px #e3e3e3;
	border-right: 0;
	list-style: none
}
.tabs_varius li:last-child{	
	border-right: solid 1px #e3e3e3;	
}
.tabs_varius li a{	
	cursor: pointer;
	padding: 20px 40px;
	color: #555;
}


/* Our Facilitites --------------------------*/

.item_facilities{
	border: solid 1px #555;
	padding:10px;
	background-color: #232323;
	border-bottom: 3px double #555;
	text-align: center;
}
.item_facilities img:hover{
	opacity: 0.7;
}
.item_facilities p{
	margin:0;
	padding: 10px 0 0 0;
}

/* Items Stories --------------------------*/

.item_storie{
	margin-bottom: 15px;	
}
.item_storie .image_storie img{
	width: 93%;
	padding: 3.5%;
	margin-top: 10px;
	border-radius: 5px;
	background: #555;
	border: 1px solid #232323;
}
.item_storie .info_storie{
	background: #fff;
	padding: 10px 15px;
	float: right;
	border-radius: 5px;
	width: 85%;
	border: solid 1px #555;
	border-bottom: 3px double #555;
	background-color: #1e1e1e;
}
.item_storie .info_storie h4{	
	margin: 0;	
	padding: 0 0 5px 0;
	font-weight: 600;
	font-style: italic;
}
.item_storie .info_storie p{
	font-size: 13px;
}
span.quote-arrow {
	display: block;
	float: left;
	margin-left: -33px;
	margin-top: 5%;
	z-index: 2;
	background: url("../img/arrow_testimonial_blak.png") no-repeat;
	width: 24px;
	height: 39px;
}

/* Sponsors ---------------------------------------------*/

.sponsors{
	padding: 15px 0;
}
.sponsors img{
	-webkit-filter: grayscale(90%);
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.sponsors img:hover{
	-webkit-filter: grayscale(0%);
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

/* Footer Top ----------------------------------------------*/

.footer_top{
	padding: 25px 20px 40px 20px;
}
.footer_top h2{
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 20px;
	padding-bottom: 10px;
}

.footer_top form .input-prepend{
	width: 90%;
	margin-bottom:15px;
}
.footer_top form .input-prepend input{
	width: 85%;	
}
.footer_top form .input-prepend i{
	padding: 0;
}

/* Social Footer ----------------------------------------------*/

ul.social_footer{
	margin: 15px 0 0 0;
}
ul.social_footer li{
	margin:0 0 15px 0;
	list-style: none;
	background-color: #e5e5e5;
	padding: 10px 15px 10px 60px;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
ul.social_footer a{
	color: #222;
	font-size: 13px;
}
ul.social_footer li:hover{
	cursor: pointer;
	border-radius: 3px;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
ul.social_footer li:hover a{
	color:#0099ff;
}
ul.social_footer .facebook{
	background:#e5e5e5 url("../img/social/facebook.png") no-repeat 10px 5px;
}
ul.social_footer .facebook:hover{
	background:#00b4ff url("../img/social/facebook.png") no-repeat 10px 5px;	
}
ul.social_footer .twitter{
	background:#e5e5e5 url("../img/social/twitter.png") no-repeat 10px 5px;
}
ul.social_footer .twitter:hover{
	background:#97CAD3 url("../img/social/twitter.png") no-repeat 10px 5px;
}
ul.social_footer .youtube{
	background:#e5e5e5 url("../img/social/youtube.png") no-repeat 10px 5px;
}
ul.social_footer .youtube:hover{
	background:#C32127 url("../img/social/youtube.png") no-repeat 10px 5px;
}
ul.social_footer .rss{
	background:#e5e5e5 url("../img/social/rss.png") no-repeat 10px 5px;
}
ul.social_footer .rss:hover{
	background:#CE8819 url("../img/social/rss.png") no-repeat 10px 5px;
}

/* Contact Footer -------------------------------------------*/

ul.contact_footer{
	text-align:left;
	margin: 0;
}
ul.contact_footer li{
	margin:0 0 15px 0;
	list-style: none;
}
ul.contact_footer li a{
	color: #EEEEEE;
}
ul.contact_footer li i{
	padding-right: 10px;
}

/* Menu Down --------------------------------------------*/

.menu_down{
	background-color: #232323;
	color: #fff;
	margin-bottom: 60px;
}
.menu_down p{
	margin: 0;
}
.menu_down ul{
	margin: 0;
}
.menu_down .nav_footer li{
	list-style: none;
	float: left;
	margin:0 1% 0 0;
}
.menu_down .nav_footer li a{
	width: auto;
	background-color: #555;
	border: 0;
	color: #fff;
	border-radius: 3px;
	padding: 10px 15px;
	-webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.menu_down .nav_footer li a:hover{	
	-webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
	background-color: #0099ff;
	text-decoration:none;
}

/* Footer Down --------------------------------------------*/

.footer_down{
	background-color: #232323;
	color: #fff;
	padding: 15px 0;
}
.footer_down p{
	margin: 0;
}
.footer_down ul{
	margin: 0;
}
.footer_down .nav_footer li{
	list-style: none;
	float: left;
	margin:0 4% 0 0;
}
.footer_down .nav_footer li a{
	color: #fff;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.footer_down .nav_footer li a:hover{	
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}



#links ul {
    list-style: none ;
    margin: 0 0 20px;
}
#links ul li {    
    line-height: 20px;
    margin: 14px 0;
    padding-left: 20px;
}

/* Sections Title ------------------------------------------------------*/

.section_title{
	background-color: #232323;
	padding: 30px 0;
}
.section_title h1{
	position: relative;
	float: right;
	width: 50%;
	text-align: left;
	padding: 14px 10px 14px 42px;	
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 32px;	
}
.arrow_title{	
	position: absolute;
	width: 39px;
	height: 58px;
	left: -39px;
	top: 0;
}

/* About ------------------------------------------------------*/


.item_team{
	margin-bottom: 30px;
}
.img_team{
	position: relative;
}
.img_team img{
	width: 100%;
}
.item_team:hover .name_team{
	opacity: 0;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
.name_team{
	position: absolute;
	top: 0;
	width: 98%;
	left: 0;
}
.name_team h5{
	padding: 2px;
	color: #fff;
	width: 100%;
	text-align: center;
	margin-bottom: 1px;	
}
.name_team span{
	background: 000;
	background: rgba(0,0,0,0.7);
	color: #fff;	
	padding: 5px 15px;
	font-style: italic;
	font-size: 12px;	
}
.info_team{
	background-color: #fff;
	border:solid 1px #cdcdcd;
	border-bottom: 3px double #cdcdcd;
	border-top: 0;
	padding: 10px;
	color: #555;
}
.info_team p{
	font-size: 13px;
	line-height: 19px;
	padding-bottom: 10px;
	margin: 0;
	border-bottom: 1px solid #cdcdcd;
}
ul.social_team{	
	display: table;
	margin: 0 auto;
}
.social_team li{
	display: inline-block;
	padding: 0 3px;
}
.social_team li a{
	font-size: 10px;
}

/* Contact -----------------------------------------------------*/

.map iframe{
	width: 95%;
	height: 330px;
	margin-left: 5%;
	border: 0;
}
.contact input{
	width: 75%;
	margin-bottom:20px;
	height: 28px;
}
.contact textarea{
	width: 95%;
	height: 150px;
}
.contact form{
	margin: 0;
}
.contact .button{
	width: auto;
	height: auto;
	margin: 0;
}
#result{
	float: right;
	margin-top: -30px;
	margin-right: 4%;
}

/* Top ---------------------------------------------------------*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url("../img/ui.totop.png") no-repeat left top;
}
#toTopHover {
	background:url("../img/ui.totop.png") no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;	
}
#toTop:active, #toTop:focus {
	outline:none;
}


/* ACCORDION ------------------------------------------*/

.accordion-trigger h3{
	margin: 0 10px;
}
.accordion-trigger{
	text-decoration: none;
	padding:10px 10px 10px 25px;
	margin:0 0 10px 0;
	cursor: pointer;
	color: #555;
	font-weight: bold;
	border: 1px solid #dbdbdb;
	background: #f9f9f9 url("../img/toggle.png") no-repeat right 14px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
.accordion-trigger.active{	
	color: #fff;
}
.accordion-trigger:hover{	
	color: #fff;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
.accordion-container{	
	padding:10px 0;
}
.accordion-container p{
	margin: 0;
}
/* ul - list-check style */
ul.check{
	margin: 0;
}


/* Blog ------------------------------------------------*/

.post{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #cdcdcd;
}
.post .button:hover{
	color: #fff;
}
.post h3{
	padding:0 0 5px 0;
}
.image_post{
	position: relative;
	border:2px solid #1e1e1e;
}
.image_post ul{
	margin: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
}
.image_post ul li{	
	padding: 5px 12px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
.image_post ul li:last-child{
	border: 0;
}
.image_post img{
	width: 100%;
}
.meta{
	margin: 0;
	list-style: none;
	margin-bottom: 5px;
}
.meta li{
	display: inline-block;
	font-style: italic;
}
.meta .author{
	border-right: 1px solid #cdcdcd;
	padding:0 10px 0 6px;
	margin-right: 5px;
}
.meta a{
	color: #fff;
}
.pagination{
	margin: 0;
	list-style: none;
}
.pagination li{
	display: inline-block;
	padding: 5px 15px;
	margin-right: 10px;
	border:solid 1px #cdcdcd;
	background-color: #494949;	
}
.pagination li:hover{
	background-color:#0099ff;
}
.pagination .active{
	background-color:#0099ff;
}
.pagination li a{
	color: #fff;
}

aside{
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 30px;
}
aside h4{
	padding-top: 0;
}
aside .tags li a{
	color: #fff;
}
aside .tags{
	padding-bottom: 20px;
}

.tags{
	margin: 0;
	list-style: none;
}
.tags li{
	display: inline-block;
	background: #494949;
	padding: 5px 10px;
	margin: 5px;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;	
}
.tags li:hover{	
	cursor: pointer;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;	
}
.single .image_post{
	margin-bottom: 30px;
}
.comment{
	border-bottom: 1px solid #cdcdcd;
	margin: 20px 0;
	padding-bottom: 30px;
}
.image-visitor {	
	margin-left: auto;
	margin-right: auto;
	width: 110px;
	height: 110px;	
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: #888;
	border: solid 4px white;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15000000000000002);
	-moz-box-shadow: 2px 2px 15px rgba(0,0,0,0.15000000000000002);
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15000000000000002);
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.title_comment{
	margin-bottom: 10px;
}
.comment:last-child{
	border:0;
	margin-bottom: 0;
}
.title_comment span{
	padding-right: 10px;
	font-style: italic;
	font-size: 18px;
}
.form_comment input{
	width: 37%;
	margin-right: 3.5%;
	display: inline-block;
	height: 35px;
}
.form_comment textarea{
	width: 80%;
	margin-top: 10px;
	height: 200px;
	display: block;
}
.form_comment .button{
	display: block;
	margin-top: 20px;	
	width: auto;
}

/* Sidebar ------------------------------------------------*/

#sidebar .widget {
    /*border-bottom: 1px solid #E5E2E2;
    margin-bottom: 20px;*/
}
#sidebar h2 a {
    font-size: 24px;
	padding: 0px;
	color:#0099ff;
}

#sidebar ul {
    list-style: none ;
    margin: 0 0 20px;
}
#sidebar ul li {    
    line-height: 20px;
    margin: 14px 0;
    padding-left: 20px;
}
#sidebar ul li a {
    color: #fff;
    font-family: "Helvetica neue",helvetica,sans-serif;
    font-size: 15px;
    font-weight: normal;
	text-align:left;
}
#sidebar ul li a:hover {
    color: #EEE;
}
#sidebar .textwidget {
    color: #646A69;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#sidebar .rss-date {
    font-size: 12px;
	font-style:italic;
}
#sidebar .textwidget p {
    color: #EEE;
}
#sidebar .tagcloud a {

    background: none repeat scroll 0 0 #191919;
    color: #FFFFFF;
    display: inline-block;
    font-size: 15px !important;
    font-weight: normal;
    margin: 5px;
    padding: 0px 10px;
    transition: all 0.3s ease 0s;
}
#sidebar .tagcloud a:hover {

    background: none repeat scroll 0 0 #0099ff;
    color: #FFFFFF;
}
.screen-reader-text {
    color: #BCBCBC;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
	font-size: 14px;
	margin-bottom: 20px;
}
#searchform #searchsubmit{
    background-color: #0099ff;
    border: 1px solid #EFEDED;
    color: #FFFFFF;
    margin-bottom: 12px;
    padding: 5px;
	width: 70px;
}
.widget_search form input[type="text"]{ padding:5px; border: 1px solid #e5e2e2;}
.tagcloud {
    margin-bottom: 20px;
    margin-left: -4px;
	margin-top: 10px;
}
#calendar_wrap {
    margin-bottom: 20px;
    margin-left: -1px;
}
#calendar_wrap caption {
    color: #BCBCBC;
    font-size: 15px;
    font-weight: normal;
	margin-top: 10px;
}
#calendar_wrap thead th {
    font-size: 10pt;
    font-weight: normal;
}
#calendar_wrap td {
    font-size: 15px;
    font-weight: normal;
    padding-left: 6px;
    padding-right: 5px;
	color: #fff;
}
#calendar_wrap #today {
	background-color: #0099ff;
    color: white;
}
#calendar_wrap td a {
    color: #fff;
    font-size: 10pt;
    font-weight: normal;
} 
.search-results .span3 {
    float: left;
}
.container .search-results .row-fluid {
    float: left;
    width: 869px;
}
.search_res {
    margin-bottom: 20px;
border-bottom: 1px solid #E5E2E2;
}


/* Comment ------------------------------------------------*/

.commentlist {
    color: transparent;
}
.commentlist img {
    display: block;
    margin-bottom: -103px;
    margin-top: 20px;
    background: none repeat scroll 0 0 #888888;
    border: 4px solid white;
    border-radius: 50% 50% 50% 50%;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
    height: 110px;
    overflow: hidden;
    transition: all 0.4s ease-out 0s;
    width: 110px;
}
.comment-author .fn {
    color: #BCBCBC;
    float: left;
    font-size: 18px;
    font-style: italic;
    margin: -12px 5px 10px 180px;
    text-transform: capitalize;
}
.comment-author .says  {
    color: #BCBCBC;
    float: left;
    font-size: 18px;
    font-style: italic;
    margin: -12px 0 10px;
    padding-left: 1px;
    padding-right: 10px;
    text-transform: capitalize;
}
.commentlist .comment-meta  {
    margin-left: 280px;
}
.commentlist .comment-meta a {
    color: #BCBCBC;
    float: left;
    font-size: 18px;
    font-style: italic;
    margin-top: -12px;
    padding-right: 10px;
}
.comment-body {
    margin-left: 29px;
}
.comment-body p {
    color: #EEE;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 23px;
    margin: 23px 0 31px 180px;
    width: 636px;
}

.comment-edit-link {
}
.reply {
    margin-left: 180px;
    margin-top: 32px;
}
.reply a {
    float: left;
    margin-top: -15px;
	color: #EEE;
}
.form_comment p a {
	color: #EEE;
}
#respond {
border-top: 1px solid #CDCDCD;
}
#respond h2 {
    color: #BCBCBC;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    padding: 5px 0 15px;
	font-size: 14px;
	margin-top: 15px;
}
.comment-awaiting-moderation {
    color: red;
    float: right;
    margin-right: 87px;
    margin-top: 14px;
}


#stories li{
	margin:0px 20px;
    max-width: 353px;
    min-width: 352px;
}
#facilities li{   
    margin:0px 10px;
    max-width: 273px;
    min-width: 273px;
}
#sponsors li{
	max-width: 152px;
	margin: 0 12px;
	text-align: center;
}


/*Carousel ------------------------------------*/

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none; 
}
.nbs-flexisel-inner {
    overflow:hidden;
    width:100%; 
}

.nbs-flexisel-item {
    float:left;
    padding:0px;    
    position:relative;    
}
.nbs-flexisel-item:first-child,
.nbs-flexisel-item:last-child {
    margin: 0 5px;
}

/*Sponsors Carousel ---------------------------------*/

.sponsors .nbs-flexisel-container {
    position:relative;
    max-width:100%;
    padding: 10px 5%;
}
.sponsors .nbs-flexisel-nav-left,
.sponsors .nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    top: 33%;
    opacity: 0.5;
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.sponsors .nbs-flexisel-nav-left:hover,
.sponsors .nbs-flexisel-nav-right:hover {
    opacity: 1;
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.sponsors .nbs-flexisel-nav-left {
    left: 10px;
    background: url("../img/button-previous.png") no-repeat;
}

.sponsors .nbs-flexisel-nav-right {
    right: 5px;
    background: url("../img/button-next.png") no-repeat;
}


/*Navigation Carousel stories and facilities ---------------------------------*/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
    top: -40px;
    right: 0;
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
    opacity: 1;
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.nbs-flexisel-nav-left {
    right: 30px;
    background: url("../img/button-previous.png") no-repeat;
}
.nbs-flexisel-nav-right {
    right: 5px;
    background: url("../img/button-next.png") no-repeat;
}



/* ---------------------------------------------------------------------- */
/*	1024 Version
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 1024px) {

	.camera_wrap .camera_pag .camera_pag_ul{
		bottom: -3%;
		width: 20%;
		margin-left: 40%;
	}

	/* camera_caption b */

	.camera_caption{
		padding-top: 5%;			
	}
	.camera_caption h1{
		font-size: 30px;
		line-height: 30px;
	}

	/* camera_caption b */

	.camera_captionb{
		padding-top: 5%;	
		max-width: 800px;	
	}
	.camera_captionb h1{
		font-size: 30px;	
		line-height: 35px;	
	}
	.camera_captionb p{
		font-size: 13px;
		line-height: 20px;
	}

	/* camera_caption c */

	.camera_captionc{
		padding-top: 6%;	
		max-width: 800px;	
	}
	.camera_captionc h1{
		font-size: 30px;	
		line-height: 35px;	
	}
	.camera_captionc p{
		font-size: 13px;
		line-height: 20px;
	}
	.sf-menu > li > a {
		padding:25px 10px;		
	}

}

/* ---------------------------------------------------------------------- */
/*	Mobile Version
/* ---------------------------------------------------------------------- */


@media handheld, only screen and (max-width: 767px) {
	.info_head{
		padding: 10px 5%;
		font-size: 10px; 
	}
	#menu{
		display: none;	
	}	
	nav{
		position: relative;
	}
	.tinynav {
		display: inline;
		width: 50%;		
		right:5%;
		top: -5px;
		position: absolute;
		background: white;
		margin-top: 20px;
		float: right;		
		font-size: 14px;
		border: 1px solid #dbdbdb;
		height: 35px;	
	} 
	.item_feature{
		text-align: center;

	}
	/*  Logo -----------------------------------------*/

	.bg_logo{		
		width: 90px;
		height: 80px;		
	}
	.logo h1{
		margin: 0 0 0 2%;
	}
	
	.search_domain{			
		display: none;
	}
	.camera_wrap .camera_pag .camera_pag_ul{
		display: none;
	}
	#undefined-sticky-wrapper{
		display: none;
	}
	.border_right{
		border:0;
	}

	.jBar .contact_info{
		display: none;
	}


	/* camera_caption  */

	.camera_caption{
		padding-top: 6%;			
	}
	.camera_caption h1{
		font-size: 20px;
		line-height: 20px;
		padding: 0 0 15px 0;
		margin:0;
	}
	.camera_caption p{
		font-size: 14px;
		margin:0;
		padding: 0 0 15px 0;
	}

	/* camera_caption b */

	.camera_captionb{
		padding-top: 5%;	
		width: 70%	
	}
	.camera_captionb h1{
		font-size: 18px;	
		line-height: 22px;	
	}
	.camera_captionb p{
		font-size: 10px;
		line-height: 15px;
	}

	/* camera_caption c */

	.camera_captionc{
		padding-top: 6%;	
		width: 70%;
	}
	.camera_captionc h1{
		font-size: 18px;	
		line-height: 22px;	
	}
	.camera_captionc p{
		font-size: 10px;
		line-height: 15px;
	}
	

	.sponsors img{
		margin-left: 30%;
		width: 40%;
	}
	.tabs_varius li{
		float: none;
		width: 100%;
		margin:0;
		padding: 25px 0;		
	}
	
	.menu_down .nav_footer{
		display: table;
		margin: 0 auto;
		width: 90%;
	}
	.menu_down .nav_footer li a{
		font-size: 16px;
	}
	.menu_down .text_right{		
		text-align: center;
		margin-top: 20px;
	}
	
	.footer_down .nav_footer{
		display: table;
		margin: 0 auto;
		width: 90%;
	}
	.footer_down .nav_footer li a{
		font-size: 12px;
	}
	.footer_down .text_right{		
		text-align: center;
		margin-top: 20px;
	}
	.more_vertical{
		height: 70px;
	}
	.promotion_table{
		margin-top: 0;
	}
	.item_table:hover{
		margin-top: 0;
	}
	span.quote-arrow {
		display: none;	
	}
	.item_storie .info_storie{
		width: 95%;
		margin-top: 10px;
	}
	.item_team{
		margin:0 auto 20px auto;
		max-width: 270px;
	}
	.item_table{
		max-width: 380px;
		margin: 0 auto 30px auto;
	}

	.error_page{
		padding: 60px 0 0 0;
	}
	.error_page h1{
		font-size: 180px;
		text-align: center;
		float: none;
	}
	.error_page h2{
		margin-top:50px;
		font-size: 40px;		
		float: none;
		text-align: center;
	}
	.message_error{
		padding: 20px 0;
		margin-top: 10px;
		border-top: 3px double #cdcdcd;
	}

	.offline{
		padding-top: 20px;
	}
	.offline h1{
		font-size: 70px;
		float: none;
	}
	.offline h2{
		font-size: 30px;
		line-height: 35px;
		margin: 0 0 20px 0;
		float: none;
	}
	#sidebar {
	Display:none;
	}

}


/* ---------------------------------------------------------------------- */
/*	480px Version
/* ---------------------------------------------------------------------- */


@media handheld, only screen and (max-width: 480px) {

	.tinynav {
		display: inline;
		width: 45%;		
		right:5%;		
	} 
	/*  Logo -----------------------------------------*/

	.bg_logo{		
		width: 70px;
		height: 80px;		
	}
	.logo h1{
		margin: 0 0 0 2.5%;
		font-size: 20px;
	}
	
	.error_page h1{
		font-size: 130px;	
	}
	.error_page h2{
		margin-top:40px;
		font-size: 30px;
		line-height: 35px;		
	}
	.offline h1{
		font-size: 70px;
		float: none;
	}
	.offline h2{
		font-size: 30px;
		line-height: 35px;
		margin: 0 0 20px 0;
		float: none;
	}
	#sidebar {
	Display:none;
	}
}

/* Whmcs Styles -------------------------*/

#primary .breadcrumb {
    border: 1px solid #cdcdcd;
    color: #222;
}

#primary {
    margin: 20px auto;
    width: 970px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    color: #fff;
}

#primary a,
#primary td {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color: #fff;
}

#bridge table.data th {
    text-align: left;
}

#primary #bridge a, #bridge a:visited {
    color: #fff;
    text-decoration: underline;
}

#primary #bridge strong {
    color: #fff;
}

#primary #bridge table.data td {
    color: #222 !important;
}

#primary table tr td img {
    padding: 0 20px 0 0;
}

#primary input[type="button"], #primary input[type="submit"] {
    width: auto;
    background-color: #555;
    border: 0;
    color: #fff;
    border-radius: 3px;
    padding: 8px 20px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#primary input[type="button"]:hover , #primary input[type="submit"]:hover {
    background-color: #0099ff;
    color: #fff;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#primary #bridge .breadcrumb  a,#primary  #bridge .breadcrumb  a:visited {
    color: #222;
}

#primary input[type="text"] {
    width: auto;
    height: 18px;
    margin: 0 0 0 0px;
}

#primary .carttableproduct td strong {
    color: #222;
}

#primary .subtotal,
#primary #bridge .cart tr td a{
    color: #222;
}
#primary #bridge .cartcats a ,
#primary #bridge table a ,
#primary #bridge .product,
#primary #bridge .cart tr td,
#primary #bridge .cart tr td strong,
#primary #bridge  table tr td strong,
#primary #bridge .billingcycle tr td label{
  color:#999;
 }