.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor{}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear:after {
    clear: both;
    content: "";
    display: block;
}

/* Webkit */
::selection {
    background: #252525;
    color: #FFF;
}
/* Gecko/Mozilla */
::-moz-selection {
    background: #252525;
    color: #FFF;
}

/* =Reset default browser CSS.
-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,
	ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
}

del { font-size: 20px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

blockquote {
	quotes: none;
}

blockquote:before,blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
	border: none;
}

img{
	max-width: 100%;
	height: auto;
}

h1{
	font-family: inherit;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	color: #252525;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

h1 span{
	font-weight: 800;
}

h2{
	color: #252525;
	font-family: inherit;
	font-size: 20px;
	line-height: 25px;
	font-weight: 500;
	font-style: italic;
	margin: 0px 0px 15px 0px;
}

h3{
	font-family: inherit;
	font-size: 45px;
	line-height: 45px;
	font-weight: 200;
	font-style: italic;
	margin: 0px 0px 15px 0px;
}

h4{
	font-family: inherit;
	font-size: 16px;
	line-height: 16px;
	color: #252525;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	text-transform: normal;
}

h5{
	color: #252525;
	font-family: inherit;
	font-size: 16px;
	font-style: italic;
	line-height: 16px;
	margin: 0px 0px 15px 0px;
}

h6{
	color: #252525;
	font-size: 14px;
	font-family: inherit;
	font-style: normal;
	font-weight: 600;
	margin: 0px 0px 0px 0px;
}

p,
table.standard-table,
.price_table li,
.progress_bars,
.progress_bars2,
.progres_bars3,
.list.dot ul li, .list.arrow ul li, .list.square ul li, .ordered ul li, .ordered ol li{
	color: #515151;
	font-family: inherit;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	margin: 10px 0px 10px 0px;
}

a{
	color: #252525;
	text-decoration: underline;
}

p a{
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}

a:hover,
p a:hover{
	color: #252525;
	text-decoration: underline;
}

.separator{
	height: 1px;
	background-color: #ACACAC;
	margin: 30px 0px 30px 0px;
	position: relative;
}

.separator.small{
	background-color: #252525;
	height: 1px;
	margin: 15px 0px 19px 0px;
	width: 60px;
}

.alignleft {
	float:left;
	margin: 7px 20px 7px 0;
}
.alignright {
	float:right;
	margin: 7px 0 10px 7px;
}
.aligncenter {
	display: block;
	margin: 7px auto 7px auto;
}
.text-align-right {
	text-align: right;
}
.text-align-left {
	text-align: left;
}
.text-align-center {
	text-align: center;
}

/* =Structure
-------------------------------------------------------------- */

body{
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #e6e6e6;
	color: #515151;
	font-size: 12px;
	overflow-y: scroll;
}

.meta{
	display: none;
}

.page_not_loaded .content,
.page_not_loaded footer{
	visibility: hidden;
}

.container{
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	width: 1120px;
}

header{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 74px;
	margin: 0px 0px 30px 0px;
	border-bottom: 0px solid #acacac;
	z-index: 1000;
	text-align: center;
}

header .header_right_widget{
	position: absolute;
	top: 10px;
	right: 0px;
}

.logo{
	position: absolute;
	left: 0px;
	bottom: 10px;
	text-align: left;
}

.logo a,
.logo a img{
	display: block;
	position: relative;
}

nav.main_menu{
	bottom: -1px;
	float: right;
	height: 46px;
	padding: 29px 0px 0px 0px;
	right: 0;
	z-index: 100;
	text-align: left;
}

nav.main_menu ul {
	list-style:none outside none;
	margin:0px;
	padding:0px;
}

nav.main_menu ul li {
	display:inline-block;
	float:left;
	padding:0px;
	margin:0px;
}

nav.main_menu ul li a {
	font-family: inherit;
	color:#252525;
	cursor:pointer;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
	display: inline-block;
	position: relative;
	text-transform: normal;
	height: 46px;
	line-height: 46px;
	padding: 0px 10px;
	margin: 0px;
	z-index: 3;
	-webkit-transition:all 0.5s ease 0s; 
	-moz-transition:all 0.5s ease 0s; 
	-o-transition:all 0.5s ease 0s; 
}

nav.main_menu ul li.active a{
	color: #ffffff;
}

nav.main_menu ul li:hover a{
	color: #ffffff;
}

.single nav.main_menu ul li:hover a{
	background-color: #252525;
}

/* MOVE DOWN MENU - START */

.move_down .second{
	background-color: #e6e6e6;
	padding: 0px 50px;
	left:-50px;
	margin: 0px;
	top: 75px;
	position: absolute;
	width: 1120px;
	z-index: 1000;
	visibility: hidden;
	overflow: hidden;
}

.move_down .second .inner{

}

.move_down .second .inner2{
	display: inline-block;
	margin: 0px -20px 0px 0px;
	padding: 10px 0px 20px 0px;
}

.move_down .second .inner2a{
	display: inline-block;
	padding: 10px 0px 0px 0px;
}


.move_down .second div.mc{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
	width: 220px;
}

.move_down .second .mc a{
	display: inline-block;
	background-color: transparent !important;
	background-image: url(../img/sub_menu_arrow_right_black.png);
	background-position: right center;
	background-repeat: no-repeat;
	font-family: inherit;
	font-weight: 600;
	font-size: 14px;
	font-style: italic;
	height: auto;
	line-height: 18px;
	color: #252525;
	text-transform: none;
	margin: 3px 0px;
	padding: 0px 15px 0px 0px;
	font-weight: bold;
}

.move_down .mc a:hover,
.move_down .mc a.active a.sub{
	background-color: transparent;
	color: #acacac;
	
}

.move_down .second .mc a.have_sub{
	background-image: url(../img/sub_menu_arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.move_down ul li:hover .second .mc a.sub,
.move_down .second .mc a.sub{
	color: #515151;
	background: none;
	padding: 0px;
	font-weight: normal;
}

.move_down ul li .second .mc a.sub:hover{
	color: #acacac;
}

.move_down .second .mc hr{
	display: block;
	text-align: left;
	width: 60px;
	height: 1px;
	margin: 4px 0px;
	border: 0px;
	background-color: #252525;
}

/* MOVE DOWN MENU - END */

/* DROP DOWN MENU - START */

.drop_down ul li{
	position: relative;
	overflow: visible;
}

.drop_down .second{
	left:0px;
	margin: 0px;
	top: 46px;
	position: absolute;
	z-index: 1000;
	visibility: hidden;
	height: auto;
	display: block;
}

.drop_down .second ul{
	background-color: #252525;
	
}

.drop_down .second ul li{
	float: none;
	display: inline-block;
	padding: 10px 0px;
	position: relative;
	width: 220px;
}

.drop_down .second ul li a{
	display: block;
	background-color: transparent !important;
	font-family: inherit;
	font-weight: 600;
	font-size: 14px;
	font-style: italic;
	height: auto;
	line-height: 18px;
	color: #ffffff;
	text-transform: none;
	margin: 0px;
	padding: 0px 50px 0px 10px;
}

.drop_down .second ul li.sub a{
	background-image: url(../img/sub_menu_arrow_right.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.drop_down .second ul li:hover a{
	color: #acacac;
}

.drop_down .second ul li ul{
	position: absolute;
	left: 100%;
	top: 0px;
	background-color: #252525;
	visibility: hidden;
	height: 0px;
	display: block;
	overflow: hidden;
}

.drop_down .second ul li.sub ul li{
	padding: 0px;
}

.drop_down .second ul li.sub ul li a{
	color: #ffffff;
	background: none;
	margin: 0px;
	padding: 10px 50px 10px 10px
}

.drop_down .second ul li.sub ul li a:hover{
	color: #acacac;
}
	

/* DROP DOWN MENU - END */

.selectnav{
	display: none;
	width: 100%;
	margin: 30px 0px;
}

.selectnav span{
	width: 100%;
	height: 46px;
	z-index: 511;
	display: block;
	position: relative;
	background-image: url('../img/navigation.png');
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #252525;
	cursor: pointer;
}

.selectnav ul{
	display: none;
	width: 100%;
	background-color: #cccccc;
	position: relative;
  top: 0px;
	padding: 10px 0px 10px 0px;
	text-align: left;
}

.selectnav ul li a{
	padding: 4px 10px;
	text-decoration: none;
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 14px;
}

#magic {
	background-color: #acacac;
	bottom: -1px;
	height: 47px;
	left: 0;
	position: absolute;
	width: 0;
	z-index: 1;
}

#magic2 {
	background: none repeat scroll 0 0 #252525;
	bottom: -1px;
	height: 47px;
	left: 0;
	position: absolute;
	width: 0;
	z-index: 2;
}

.content{
	z-index: 100;
	position: relative;
	padding: 74px 0px 0px 0px;
}

.content_inner{
	display: inline-block;
	width: 100%;
}

.content_line_remover{
	background-color: #E6E6E6;
	height: 5px;
	margin: -32px 0 0;
	position: relative;
	width: 100%;
	z-index: 100;
}

.move_menu_separator{
	padding: 30px 0px 0px 0px;
	display: inline-block;
	width: 100%;
	border-top: 0px solid #acacac;
}

.title{
	border-bottom: 1px solid #ACACAC;
	margin: 0 0 30px;
}

.title_search{
	display: block;
	margin: 0 0 30px;
}

.slide .text{
	position: absolute;
	top: 40%;
	right: 0px;
	width: 30%;
	padding: 10px;
}

.slide .text.right_middle{
	top: 18%;
	right: 0px;
	left: auto;
	bottom: auto;
}

.slide .text.left_middle{
	top: 18%;
	left: 0px;
	right: auto;
	bottom: auto;
}

.slide .text.right_top{
	top: 0px;
	right: 0px;
	left: auto;
	bottom: auto;
}

.slide .text.left_top{
	top: 0px;
	left: 0px;
	right: auto;
	bottom: auto;
}
.slide .text.right_bottom{
	bottom: 0px;
	right: 0px;
	top: auto;
	left: auto;
}

.slide .text.left_bottom{
	bottom: 0px;
	left: 0px;
	right: auto;
	top: auto;
}

.slide .text.center_top{
	bottom: auto;
	left: 50%;
	right: auto;
	top: 0px;
	width: 60%;
	margin: 0px 0px 0px -30%;
	text-align: center;
}

.slide .text.center_middle{
	bottom: auto;
	left: 50%;
	right: auto;
	top: 18%;
	width: 60%;
	margin: 0px 0px 0px -30%;
	text-align: center;
}

.slide .text.center_bottom{
	bottom: 0px;
	left: 50%;
	right: auto;
	top: auto;
	width: 60%;
	margin: 0px 0px 0px -30%;
	text-align: center;
}

.slide .text.center_top_right{
	bottom: auto;
	left: 50%;
	right: auto;
	top: 0px;
	margin: 0px;
}

.slide .text.center_middle_right{
	bottom: auto;
	left: 50%;
	right: auto;
	top: 18%;
	margin: 0px;
}

.slide .text.center_bottom_right{
	bottom: 0px;
	left: 50%;
	right: auto;
	top: auto;
	margin: 0px;
}

.slide .text.type2{
	bottom: 0px;
	left: 0px;
	right: auto;
	top: auto;
	padding: 0px;
	background-color: #252525;
	width: auto;
}

.slide .text .toplabel{
	color: #252525;
	font-family: inherit;
	font-size: 12px;
	line-height: 12px;
	font-style: italic;
	margin: 0px 0px 15px 0px;
	padding: 0;
	text-transform: uppercase;
	position: relative;
	display: block;
}

.slide .text h2{
	font-family: inherit;
	color:#252525;
	font-size: 45px;
	font-style: italic;
	font-weight: 200;
	line-height: 45px;
	margin: 0px 0px 25px 0px;
}

.slide .text.type2 h2,
.slide .text.type2 h2 a{
	font-weight: normal;
	margin: 0px;
	line-height: 34px;
	font-size: 16px;
	font-family: inherit;
	color: #ffffff;
	padding: 0px 22px;
	text-decoration: none;
}

.slide .text.type2 h2 a{
	padding: 0px;
}

.slide .text hr{
	background-color: #252525;
	height: 1px;
	width: 60px;
	margin: 0px 0px 25px 0px;
	position:relative;
	display: block;
	border: 0px;
}

.slide .text.center_top hr,
.slide .text.center_middle hr,
.slide .text.center_bottom hr{
	display: inline-block;
}

.slide .text p{
	color: #515151;
	font-family: inherit;
	font-style: normal;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	line-height: 20px;
}

.slide .text a.button{
	margin: 25px 0px 0px 0px;
	background-color: #acacac;
}

.slide .text a.button:hover,
.tp-caption a.button:hover{
	background-color: #252525;
}

.slide .text.type2 a:hover{
	background-color: transparent;
	color: #acacac;
}


.bx-prev,
.bx-next{
	background-color: #252525;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 50%;
	margin: -17px 0px 0px 0px;
	text-decoration: none;
	cursor: pointer !important;
	z-index: 100;
	-webkit-transition:all 0.3s ease 0s; 
	-moz-transition:all 0.3s ease 0s; 
	-o-transition:all 0.3s ease 0s;
}

.bx-prev{
	background-image: url(../img/arrow-left.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	left: -74px;
	z-index: 100;
	text-decoration: none;
	text-indent: -2000px;
}

.bx-prev:hover{
	background-color: #acacac;
	cursor: default;
	text-decoration: none;
	text-indent: -2000px;
}

.bx-next{
	background-image: url(../img/arrow-right.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	right: -74px;
	text-decoration: none;
	text-indent: -2000px;
}

.bx-next:hover{
	background-color: #acacac;
	cursor: default;
	text-decoration: none;
	text-indent: -2000px;
}

.slider_small{
	position: relative;
	margin: 0 0 27px;
	visibility: hidden;
}

footer .slider_small{
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #acacac;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	height: auto;
	min-height: auto;
}

.slider_small .slide_counter{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 16px;
	font-style: italic;
	color: #252525;
}

.slider_small h4{
	margin : 0px 0px 10px 0px;
	color: white;
}

.slider_small .slider_small_holder{
	height: 170px;
	width: 100%;
	position: relative;
  
}

footer .slider_small .slider_small_holder{
	height: auto;
}

.slider_small_holder_inner {
	width:  100%;
	height: 170px;
	position: relative;
}

.type2 .slider_small_holder_inner {
	height: 125px;
}

footer .slider_small_holder_inner {
	height: auto;
}

.slider_small_holder ul{
	display: inline-block;
	margin: 0px -20px 0px 0px;
}

.slider_small_holder ul.on {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
}

.slider_small_holder ul.social_menu{
	display: block;
}

.slider_small_holder ul.social_menu li{
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 2px;
	float: left;
	width: auto;
}

.slider_small_holder ul li {
	float: left;
	height: 236px;
	width: 300px;
	margin: 0px 20px 0px 0px;
	color: #888888;
}

.type2 .slider_small_holder ul li {
	height: 170px;
}

footer .slider_small_holder ul li {
	height: auto;
}

.slider_small .slide_item{
	height: 210px;
	width: 100%;
	position: relative;
}

.slider_small.type2 .slide_item{
	height: 164px;
}

footer .slider_small .slide_item{
	height: auto;
}

.slider_small .slide_item .image{
	overflow:hidden;
	margin: 0 0 8px 0;
	display:block;
}

.slider_small .slide_item .image img{
	width: 100%;
	display: block;
}

.content .slider_small .slide_item h5{
	font-family: inherit;
	font-size: 16px;
	line-height: 16px;
	font-style: italic;
	color:#252525;
	margin: 0px;
	font-weight: 400;
}

.content .slider_small .slide_item p{
	display:none;
	font-family: inherit;
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
	
	margin:0px;
	color: #515151;
}
.content .slider_small.type2 .slide_item p{
	bottom: 82px;
}

.content .slider_small .slide_item a{
	display:none;
	z-index: 100;
	position:absolute;
	bottom:18px;
	margin: 0px;
}

.content .slider_small .slide_item .fake_link{
	text-decoration: none !important;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	background-color: transparent !important;
}

.content .slider_small .slide_item hr{
	display: none;
	height: 1px;
	width: 60px;
	border: 0px;
	background-color: #acacac;
	margin: 28px 0px;
}

.content .slider_small.type2 .slide_item hr{
	margin: 15px 0px;
}

.slider_small.hide_arrows .bx-controls{
	display: none;
}

.accordion h5{
	cursor: pointer;
}

.accordion h5 span{
	background-image: url(../img/plus.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #dedede;
	width: 21px;
	height: 21px;
	display: block;
	position: relative;
	float: left;
	margin: -2px 14px 0px 0px;
	-webkit-transition:all 0.5s ease 0s; 
	-moz-transition:all 0.5s ease 0s; 
	-o-transition:all 0.5s ease 0s; 
}

.accordion h5 span:hover{
	background-image: url(../img/minus.png);
	background-color: #252525;
}

.accordion h5.ui-state-active span{
	background-image: url(../img/minus.png);
	background-color: #252525;
}

.accordion div{
	display: block;
	padding: 0px 0px 10px 0px;
	
}

.accordion div div.inner{
	display: inline-block;
}

.accordion p{
	padding: 0px 0px 0px 35px;
	margin: 0px 0px 10px 0px;
}

footer{
	width: 100%;
	background-color: #2b2b2b;
	color: #888888;
	font-size: 13px;
}

.footer_content{
	border-top: 0px solid #acacac;
	padding: 30px 0px 0px 0px;
	margin: 0 auto;
	position: relative;
	width: 1120px;
}

.footer_bottom{
	display: inline-block;
	width: 100%;
}

.footer_bottom .left{
	width: 50%;
	float: left;
	text-align: left;
}

.footer_bottom .right{
	width: 50%;
	float: right;
	text-align: right;
}


.two_columns_66_33{
	width: 100%;
}

.two_columns_66_33 .column_left,
.two_columns_66_33 .column1{
	width: 66.66%;
	float: left;
}

.two_columns_66_33 .column_left .column_inner,
.two_columns_66_33 .column1 .column_inner{
	padding: 0px 10px 0px 0px;
}

.two_columns_66_33 .column_right,
.two_columns_66_33 .column2{
	width: 33.33%;
	float: left;
}

.two_columns_66_33 .column_right .column_inner,
.two_columns_66_33 .column2 .column_inner{
	padding: 0px 0px 0px 10px;
}

.two_columns_33_66{
	width: 100%;
}

.two_columns_33_66 .column_left,
.two_columns_33_66 .column1{
	width: 33.33%;
	float: left;
}

.two_columns_33_66 .column_left .column_inner,
.two_columns_33_66 .column1 .column_inner{
	padding: 0px 10px 0px 0px;
}

.two_columns_33_66 .column_right,
.two_columns_33_66 .column2{
	width: 66.66%;
	float: left;
}

.two_columns_33_66 .column_right .column_inner,
.two_columns_33_66 .column2 .column_inner{
	padding: 0px 0px 0px 10px;
}

.two_columns_75_25{
	width: 100%;
}

.two_columns_75_25 .column_left,
.two_columns_75_25 .column1{
	width: 75%;
	float: left;
}

.two_columns_75_25 .column_left .column_inner,
.two_columns_75_25 .column1 .column_inner{
	padding: 0px 10px 0px 0px;
}

.two_columns_75_25 .column_right,
.two_columns_75_25 .column2{
	width: 25%;
	float: left;
}

.two_columns_75_25 .column_right .column_inner,
.two_columns_75_25 .column2 .column_inner{
	padding: 0px 0px 0px 10px;
}

.two_columns_25_75{
	width: 100%;
}

.two_columns_25_75 .column_left,
.two_columns_25_75 .column1{
	width: 25%;
	float: left;
}

.two_columns_25_75 .column_left .column_inner,
.two_columns_25_75 .column1 .column_inner{
	padding: 0px 10px 0px 0px;
}

.two_columns_25_75 .column_right,
.two_columns_25_75 .column2{
	width: 75%;
	float: left;
}

.two_columns_25_75 .column_right .column_inner,
.two_columns_25_75 .column2 .column_inner{
	padding: 0px 0px 0px 10px;
}

.two_columns_50_50{
	width: 100%;
}

.two_columns_50_50 .column_left,
.two_columns_50_50 .column1{
	width: 50%;
	float: left;
}

.two_columns_50_50 .column_left .column_inner,
.two_columns_50_50 .column1 .column_inner{
	padding: 0px 10px 0px 0px;
}

.two_columns_50_50 .column_right,
.two_columns_50_50 .column2{
	width: 50%;
	float: left;
}

.two_columns_50_50 .column_right .column_inner,
.two_columns_50_50 .column2 .column_inner{
	padding: 0px 0px 0px 10px;
}

.three_columns{
	width: 100%;
}

.three_columns .column1,
.three_columns .column2,
.three_columns .column3{
	width: 33.33%;
	float: left;
}

.three_columns .column1 .column_inner{
	padding: 0px 13px 0px 0px;
}

.three_columns .column2 .column_inner{
	padding: 0px 7px 0px 7px;
}

.three_columns .column3 .column_inner{
	padding: 0px 0px 0px 13px;
}

.four_columns{
	width: 100%;
}

.four_columns .column1,
.four_columns .column2,
.four_columns .column3,
.four_columns .column4{
	width: 25%;
	float: left;
}

.four_columns .column1 .column_inner{
	padding: 0px 13px 0px 0px;
}

.four_columns .column2 .column_inner{
	padding: 0px 10px 0px 7px;
}

.four_columns .column3 .column_inner{
	padding: 0px 7px 0px 10px;
}

.four_columns .column4 .column_inner{
	padding: 0px 0px 0px 13px;
}

.dropcap.transparent{
	color: #252525;
	float: left;
	font-family: inherit;
	font-size: 33px;
	font-style: italic;
	line-height: 33px;
	margin: 6px 10px 0px 0px;
}

.dropcap.square{
	color: #ffffff;
	background-color: #252525;
	float: left;
	font-family: inherit;
	font-size: 28px;
	font-style: italic;
	line-height: 28px;
	padding: 2px 8px;
	margin: 6px 10px 0px 0px;
}

.dropcap.circle{
	color: #fff;
	background-color: #252525;
	border-radius: 50px 50px 50px 50px;
	float: left;
	font-family: inherit;
	font-size: 28px;
	font-style: italic;
	line-height: 28px;
	padding: 2px 8px;
	margin: 6px 10px 0px 0px;
}


blockquote {
    border-left: 1px solid #ACACAC;
    color: #7d7f7f;
    float: left;
    margin: 10px 15px 10px 0;
    padding-left: 30px;
    width: 33%;
}

blockquote.full{
	width: 100%;
	margin: 30px 0px;
	float: none;
}

.highlight{
	background-color: #000000;
	color: #FFFFFF;
	padding: 0 2px;
}


.list.dot ul, .list.arrow ul, .list.square ul,
.ordered ul,
.ordered ol{
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.ordered ul,
.ordered ol{
	counter-reset: li;
}

.list.dot ul li, .list.arrow ul li, .list.square ul li,
.ordered ul li, .ordered ol li{
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px 0px 9px 0px;
	padding-left: 30px;
}

.ordered ul > li,
.ordered ol > li {
	list-style: none outside none;
	position: relative;
	background: none;
}

.ordered ul > li:before,
.ordered ol > li:before{
	background-color: #252525;
	color: #FFFFFF;
	content: counter(li, decimal);
	counter-increment: li;
	left: 0;
	padding: 0px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 20px;
	height: 20px;
	line-height: 20px;
}


.list.dot ul li{
	background-image: url(../img/list_dot.png);
}

.list.square ul li{
	background-image: url(../img/list_square.png);
}

.list.arrow ul li{
	background-image: url(../img/list_arrow.png);
}

table.standard-table{
	border: medium none;
	border-spacing: 0;
	margin-bottom: 30px;
	width: 100%;
	vertical-align: middle;
}

table.standard-table th{
	font-style: normal;
	background-color: #dedede;
	border: 0px;
	color: #252525;
	font-size: 16px;
	font-weight: normal;
	padding: 15px 25px;
	text-align: left;
	text-transform: uppercase;
}

table.standard-table.border tr{
	border-left: 1px solid #acacac;
	border-right: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
}

table.standard-table.border tr:first-child{
	border: 1px solid #252525;
}

table.standard-table th{
	color: #ffffff;
	background-color: #252525;
}

table.standard-table th h4{
	color: #ffffff;
	margin: 0px;
}

table.standard-table td{
	padding: 15px 25px;
	text-align: left;
}

table.standard-table tr:nth-child(even) td{
	background-color: transparent;
}
table.standard-table tr:nth-child(odd) td{
	background-color: #dedede;
}

.tabs .tabs-nav {
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.tabs .tabs-nav li {
	float: left;
	line-height: 34px;
	margin: 0 0 -1px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.tabs .tabs-nav li a{
	color: #ffffff;
	background-color: #252525;
	display: block;
	font-size: 16px;
	font-family: inherit;
	text-transform: uppercase;
	padding: 0px 25px;
	height: 54px;
	line-height: 54px;
	text-decoration: none;
	-webkit-transition:all 0.5s ease 0s; 
	-moz-transition:all 0.5s ease 0s; 
	-o-transition:all 0.5s ease 0s;
}

.tabs .tabs-nav li a:hover{
	color: #acacac;
}

.tabs .tabs-nav li.active a{
	color: #252525;
	background-color: #dedede;
}

.tabs .tabs-container {
	margin: -1px 0 30px;
	overflow: hidden;
	width: 100%;
	background-color: #dedede;
	-webkit-transition:all 0.5s ease 0s; 
	-moz-transition:all 0.5s ease 0s; 
	-o-transition:all 0.5s ease 0s;
}

.tabs .tab-content {
	padding: 25px;
}

.price_tables{
	width: 100%;
}

.price_table{
	width: 25%;
	float: left;
	margin: 0px 0px 30px 0px;
}

.price_table_inner{
	padding: 0px 4px 0px 0px;
}

.price_table:last-child .price_table_inner,
.price_table:nth-child(2n+4) .price_table_inner{
	padding: 0px;
}

.price_table h4{
	color: #252525;
	background-color: #dedede;
	font-size: 16px;
	line-height: 16px;
	padding: 18px 0px;
	margin: 0;
	font-family: inherit;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition:all 0.5s ease 0s; 
	-moz-transition:all 0.5s ease 0s; 
	-o-transition:all 0.5s ease 0s; 
}

.price_table ul {
	list-style: none outside none;
}


.price_table li {
	text-align: center;
	margin: 0px;
}

.price_table li.cell:nth-child(2n+1) {
	background-color: #dedede;
}

.price_table div.price{
	padding: 20px 0px;
}

.price_table span.price{
	font-family: inherit;
	font-size: 55px;
	line-height: 55px;
	font-style: italic;
	font-weight: 300;
	text-align: center;
	display: block;
}

.price_table span.per{
	font-family: inherit;
	font-size: 14px;
	line-height: 14px;
	font-style: italic;
	text-align: center;
	display: block;
}

.price_table .signup a{
	background-color: #dedede;
	font-family: inherit;
	padding: 18px 0px;
	text-align: center;
	display: block;
	text-decoration: none;
	-webkit-transition:all 0.5s ease 0s; 
	-moz-transition:all 0.5s ease 0s; 
	-o-transition:all 0.5s ease 0s; 
}

.price_table:hover h4,
.price_table:hover .signup a,
.price_table.active h4,
.price_table.active .signup a{
	background-color: #252525;
	color: #ffffff;
}

.price_tables.border .price_table_inner{
	border-top: 1px solid #acacac;
	border-left: 1px solid #acacac;
	padding: 0px;
}

.price_tables.border .price_table:last-child .price_table_inner,
.price_tables.border .price_table:nth-child(2n+4) .price_table_inner{
	border-right: 1px solid #acacac;
}

.price_tables.border .price_table li{
	border-bottom: 1px solid #acacac;
}

.price_tables.border .price_table li.cell:nth-child(2n+1) {
	background-color: transparent;
}

.progress_bars,
.progress_bars2,
.progres_bars3{
	width: 100%;
}

.progress_bars .progress_bar,
.progress_bars2 .progress_bar{
	position: relative;
	margin: 0px 0px 30px 0px;
}

.progress_bars2 .progress_bar{
	margin: 0px 0px 21px 0px;
}

.progress_bars .progress_title,
.progress_bars2 .progress_title{
	margin: 0px 0px 5px 0px;
	display: inline-block;
	position: relative;
	z-index: 100;
	background-color: #e6e6e6;
}

.progress_bars .progress_number{
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	text-align: right;
	margin: 0px;
}

.progress_bars .progress_content_outer{
	height: 12px;
	background-color: #dedede;
	width: 100%;
	position: relative;
}

.progress_bars .progress_content{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 12px;
	background-color: #252525;
}

.progress_bars2 .progress_content{
	position: relative;
	width: 100%;
	display: inline-block;
}

.progress_bars2 .progress_content .bar {
	height: 12px;
	width: 16.66%;
	float: left;
	position: relative;
}

.progress_bars2 .progress_content .bar .bar_noactive,
.progress_bars2 .progress_content .bar .bar_active{
	height: 12px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 96%;
}

.progress_bars2 .progress_content .bar .bar_active{
	display: none;
}

.progress_bars2 .progress_content .bar .bar_noactive{
	background-color: #dedede;
}

.progress_bars2 .progress_content .bar.active .bar_active{
	display: block;
	background-color: #252525;
}

.progres_bars3 .progress_bar{
	float: left;
}

.progres_bars3 .progress_bar_inner{
	padding: 0px 3px 0px 0px;
}

.progres_bars3 .progress_number{
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}

.progres_bars3 .bar{
	height: 12px;
	width: 100%;
	position: relative;
	margin: 0px 0px 4px 0px;
}

.progres_bars3 .bar .bar_noactive,
.progres_bars3 .bar .bar_active{
	height: 12px;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
}

.progres_bars3 .bar .bar_active{
	display: none;
}

.progres_bars3 .bar .bar_noactive{
	background-color: #dedede;
}

.progres_bars3 .bar.active .bar_active{
	display: block;
	background-color: #252525;
	-webkit-transition:all 0.5s ease 0s; 
	-moz-transition:all 0.5s ease 0s; 
	-o-transition:all 0.5s ease 0s; 
}

.progres_bars3 .progress_bar:hover .bar.active .bar_active{
	background-color: #acacac;
}


.action{
	display: inline-block;
}

.action h2{
	margin: 0px 0px 3px 0px;
}

.action .button{
	margin: 0px;
}

.button, input[type='submit'] {
	font-size: 14px;
	border: 0px;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-style: italic;
	padding: 0px 38px 0 0;
	margin: 0px 0px 30px 0px;
	width: auto;
	color: #ffffff;
	background-color: #252525;
	text-decoration: none;
	-webkit-transition:all 0.5s ease 0s; 
	-moz-transition:all 0.5s ease 0s; 
	-o-transition:all 0.5s ease 0s; 
}

.button:hover, input[type='submit']:hover{
	text-decoration: none;
	color: #ffffff;
	background-color: #acacac;
}

.button.tiny {
	padding: 2px 15px;
	line-height: 16px;
}

.button.small {
	font-size: 16px;
	line-height: 38px;
	height: 38px;
}

.button.medium {
	font-size: 16px;
	line-height: 38px;
	height: 38px;
	font-weight: 600;
}

.button.large {
	font-size: 23px;
	line-height: 50px;
	height: 50px;
	font-weight: 600;
}

.button.green {
	background-color: #547312;
}

.button.black {
	background-color: #252525;
}

.button.gray {
	background-color: #acacac;
}

.button.white {
	background-color: #ffffff;
	color: #5e5e5e;
}

.button.green:hover {
	background-color: #7aa71b;
}

.button.black:hover {
	background-color: #4e4e4e;
}

.button.gray:hover {
	background-color: #d5d8d8;
}

.button.white:hover {
	background-color: #eeeeee;
}

.testimonial{
	margin: 0px 0px 30px 0px;
	background-color: #dedede;
}

.testimonial_inner{
	padding: 10px 20px;
}

.testimonial .image{
	float: left;
	margin: 10px 10px 0px 0px;
}

.testimonial .text{
	padding: 0px 0px 0px 70px;
}

.testimonial.no_image .text{
	padding: 0px;
}

.pagination2{
	display: inline-block;
	width: 100%;
	margin: 0px 0px 15px 0px;
}

.pagination ul,
.pagination2 ul{
	display: inline-block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.pagination ul li{
	float: left;
	padding: 0px 7px;
}

.pagination ul li a{
	font-family: inherit;
	color: #515151;
	font-size: 14px;
	line-height: 17px;
	text-decoration: none;
	display: block;
	width: 17px;
	height: 17px;
	text-align: center;
}

.pagination ul li a:hover,
.pagination ul li.active a{
	font-weight: bold;
	text-decoration: underline;
}

.pagination ul li.prev{
	padding: 0px 50px 0px 0px;
}

.pagination ul li.prev a{

	background-image: url(../img/pagination_left.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.pagination ul li.next{
	padding: 0px 0px 0px 50px;
}

.pagination ul li.next a{
	background-image: url(../img/pagination_right.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.pagination2 ul li{
	float: left;
	padding: 0px 2px 2px 0px;
}

.pagination2 ul li a{
	background-color: #252525;
	font-family: inherit;
	color: #ffffff;
	font-size: 14px;
	line-height: 34px;
	text-decoration: none;
	display: block;
	width: 34px;
	height: 34px;
	text-align: center;
	-webkit-transition:all 0.5s ease 0s; 
	-moz-transition:all 0.5s ease 0s; 
	-o-transition:all 0.5s ease 0s; 
}

.pagination2 ul li a:hover,
.pagination2 ul li.active span{
	background-color: #acacac;
}

.pagination2 ul li.prev a{
	background-image: url(../img/arrow-left.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.pagination2 ul li.next a{
	background-image: url(../img/arrow-right.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.pagination ul li span {
	color: #515151;
	display: block;
	font-family: inherit;
	font-size: 14px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	width: 17px;
	font-weight: bold;
  text-decoration: underline;
}
.pagination2 ul li span {
	background-color: #acacac;
	color: #FFFFFF;
	display: block;
	font-family: inherit;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	width: 34px;
}

.message{
	padding: 6px 45px;
	margin: 0px 0px 20px 0px;
	color: #fafafa;
	position: relative;
	text-align: center;
	background-color: #252525;
}

.message.large{
	padding: 45px;
}

.message .close{
	width: 9px;
	height: 9px;
	position: absolute;
	top: 20px;
	right: 20px;
	background-image: url(../img/close_black.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
}

.message p{
	color: #ffffff;
	font-size:16px;
	line-height: 18px;
}

.message.border{
	border: 1px solid #acacac;
}

.message.white .close,
.message.transparent .close{
	background-image: url(../img/close_black.png);
}

.posts_holder{
	margin: 0px 0px 10px 0px;
}

.posts_holder article{
	width: 100%;
	display: inline-block;
	padding: 0px 0px 26px 0px;
}

.posts_holder article .image{
	width: 36%;
	float: left;
}

.posts_holder article .image .flexslider .image{
	width: 100%;
	margin: 0px;
}

.posts_holder article .image .flexslider .flex-direction-nav .flex-prev{
	left: 0px;
}

.posts_holder article .image .flexslider .flex-direction-nav .flex-next{
	right: 0px;
}

.posts_holder article .image img{
	border: 0px;
}

.posts_holder article .text{
	width: 64%;
	float: left;
	
}

.posts_holder article .text .text_inner{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 61px 0px;
	min-height: 277px;
	position: relative;
}

.two_columns_66_33 .posts_holder article .text .text_inner,
.two_columns_33_66 .posts_holder article .text .text_inner{
	min-height: 160px;
}

.two_columns_75_25 .posts_holder article .text .text_inner,
.two_columns_25_75 .posts_holder article .text .text_inner{
	min-height: 160px;
}

.posts_holder article .info{
	border-top: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
	color: #515151;
	font-size: 14px;
	line-height: 16px;
	font-family: inherit;
	font-style: italic;
	display: inline-block;
	width: 100%;
	padding: 13px 0px;
	margin: 17px 0px 0px 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.posts_holder article .info a,
.posts_holder article a.more{
	font-family: inherit;
	text-decoration: none;
	color: #515151;
}

.posts_holder article a.more{
	font-size: 14px;
	font-style: italic;
}

.posts_holder article a:hover{
	text-decoration: underline;
}

.posts_holder article .info .left{
	float: left;
}

.posts_holder article .info .right{
	float: right;
}

.posts_holder article h2{
	margin: 0px 0px 17px 0px;
}

.posts_holder article h2 a{
	text-decoration: none;
	color: #000000;
}

.column_right aside{
	margin: 0px 0px 0px 10px;
}

.column_left aside{
	margin: 0px 10px 0px 0px;
}

aside h5{
	margin: 0px 0px 24px 0px;
}

aside .posts_holder{
	border-bottom: 1px solid #acacac;
	margin: 0px 0px 30px 0px;
}

aside .posts_holder .post{
	display: inline-block;
	margin: 0px 0px 20px 0px;
	width: 100%;
}

aside .posts_holder .post .image{
	width: 60px;
	float: left;
}

aside .posts_holder .post .image img{
	border: 0px;
}

aside .posts_holder .post .text{
	padding: 0px 0px 0px 72px;
	font-family: inherit;
	text-decoration: none;
	color: #515151;
	font-size: 14px;
	font-style: italic;
}

aside .posts_holder .post.no_image .text{
	padding: 0px;
}

aside .posts_holder.no_image .post .text{
	padding: 0px;
}

aside .posts_holder .post .text span{
	color: #ababab;
}

aside .posts_holder .post .text a{
	text-decoration: none;
	color: #515151;
}

aside .posts_holder .post .text a:hover{
	text-decoration: underline;
}

.posts_holder2 article{
	width: 100%;
	display: inline-block;
	margin: 0px 0px 30px 0px;
}

.posts_holder2 article .image{
	width: 100%;
	margin: 0px 0px 10px 0px;
}

.posts_holder2 article .slide .image{
	margin: 0px;
}

.posts_holder2 article .image img{
	width: 100%;
	border: 0px;
}

.posts_holder2 article .text_inner{
	display: inline-block;
}

.posts_holder2 article .text .date{
	position: relative;
	display: block;
	width: 43px;
	background-color: #252525;
	font-family: inherit;
	font-style: italic;
	color: #e6e6e6;
	text-align: center;
	float: left;
	padding: 8px 4px;
	margin: 4px 0px 30px 0px;
}

.posts_holder2 article .text .date span{
	display: block;
	position: relative;
}

.posts_holder2 article .text .date .number{
	font-size: 20px;
	line-height: 20px;
}

.posts_holder2 article .text .date .month{
	font-size: 11px;
	line-height: 11px;
}

.posts_holder2 article .text .date .year{
	font-size: 12px;
	line-height: 12px;
}

.posts_holder2 article .text p{
	padding: 0px 0px 0px 80px;
}

.posts_holder2 article .info{
	border-top: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
	color: #515151;
	font-size: 14px;
	line-height: 16px;
	font-family: inherit;
	font-style: italic;
	display: inline-block;
	width: 100%;
	padding: 13px 0px;
}

.posts_holder2 article .info a,
.posts_holder2 article a.more{
	font-family: inherit;
	text-decoration: none;
	color: #515151;
}

.posts_holder2 article a:hover{
	text-decoration: underline;
}

.posts_holder2 article .info .left{
	float: left;
}

.posts_holder2 article .info .right{
	float: right;
}

.posts_holder2 article h2 a{
	text-decoration: none;
	color: #000000;
}

.posts_holder3{
	margin: 0px -20px 0px 0px;
}

.posts_holder3 article{
	width: 33.33%;
	display: inline-block;
	margin: 0px 0px 17px 0px;
	float: left;
}

.posts_holder3.posts_holder3_v2 article{
		width: 50%;
}

.posts_holder3 article .article_inner{
	padding: 0px 20px 0px 0px;
}

.posts_holder3 article .image{
	width: 100%;
	margin: 0px 0px 10px 0px;
}

.posts_holder3 article .slide .image{
	margin: 0px;
}

.posts_holder3 article .image img{
	border: 0px;
}

.posts_holder3 article h2{
	margin: 0px 0px 5px 0px;
}

.posts_holder3 article h2 a{
	text-decoration: none;
	color: #000000;
}

.posts_holder3 article .text,
.posts_holder3 article .text a,
.posts_holder3 article .info a,
.posts_holder3 article a.more{
	font-family: inherit;
	text-decoration: none;
	color: #515151;
	font-size: 14px;
}

.posts_holder3 article a:hover{
	text-decoration: underline;
}

.posts_holder3 article .text span{
	margin: 0px 0px 20px 0px;
	position: relative;
	display: block;
	font-style: italic;
}

.posts_holder3 article .text p{
	margin: 20px 0px;
}

.posts_holder3 article .info{
	border-top: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
	font-style: italic;
	display: inline-block;
	width: 100%;
	padding: 13px 0px;
}

.posts_holder3 article .info .left{
	float: left;
}

.posts_holder3 article .info .right{
	float: right;
}

.tags{
	border-bottom: 1px solid #acacac;
	padding: 0px 0px 5px 0px;
}

.portfolio_outer{
	overflow: hidden;
}

.portfolio_holder_v2,
.portfolio_holder_v3,
.portfolio_holder_v4{
	display: inline-block;
	margin: 0 -20px -40px 0;
}

.portfolio_holder article{
	width: 100%;
	margin: 0px 0px 40px 0px;
}

.portfolio_holder_v2 article{
	width: 50%;
	float: left;
}

.portfolio_holder_v1,
.portfolio_holder_v2,
.portfolio_holder_v3,
.portfolio_holder_v4{
	width: 965px;
}

.portfolio_holder_v1 article{
	width: 1120px;
	margin: 0px 0px 0px 0px;
}

.portfolio_holder_v2 article{
	width: 460px;
	margin: 0px 20px 0px 0px;
}

.portfolio_holder_v3 article{
	width: 300px;
	margin: 0px 20px 0px 0px;
}

.portfolio_holder_v4 article{
	width: 220px;
	margin: 0px 20px 0px 0px;
}

.portfolio_holder .article_inner{
	position: relative;
}

.portfolio_holder article .image{
	width: 100%;
	margin: 0px 0px 5px 0px;
	overflow: hidden;
}

.portfolio_holder article .image img{
	width: 100%;
	border: 0px;
	height:auto;
	display: block;
}

.portfolio_holder article h5 a{
	color: #252525;
	text-decoration: none;
	z-index: 100;
	position: relative;
}

.portfolio_holder article p{
	display:none;
	font-family: inherit;
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	margin:0px;
	color: #515151;
}

.portfolio_holder article a.view{
	bottom: 0px;
	display: none;
	z-index: 100;
	position: absolute;
	margin: 0px;
}

.portfolio_holder .fake_link{
	background: none;
	text-decoration: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
.portfolio_holder article hr{
	background-color: #252525;
	border: 0 none;
	display: none;
	height: 1px;
	margin: 28px 0;
	width: 60px;
}

.portfolio_holder_v4 article hr {
	margin: 20px 0px;
}

.filter{
	height: 47px;
	margin: 0px 0px 25px 0px;
	overflow: hidden;
}

.filter ul {
	display: inline-block;
}

.filter ul li{
	float: left;
	display: inline;
	position: relative;
}

.filter span,
.filter a{
	font-family: inherit;
	text-decoration: none;
	color: #515151;
	font-size: 14px;
	display: inline-block;
	padding: 0px 5px;
}

.filter ul li > a{
	padding: 0px 5px 15px 5px;
}

.filter span{
	float: left;
}

.filter a:hover,
.filter a.current{
	text-decoration: underline;
}

.filter ul li ul{
	display: none;
	visibility: hidden;
	left: 5px;
	position: absolute;
	top: 25px;	
	width: 1000px;
	padding: 0px 0px 0px 12px;
	background-image: url("../img/filter_sub.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}

.filter ul li ul li a{
	line-height: 22px;
}

.portfolio_images img{
	display: block;
	position: relative;
	margin: 0px 0px 37px 0px;
	width: 100%;
}

.portfolio_images .fluid-width-video-wrapper{
	margin: 0px 0px 37px 0px;
}

.portfolio_detail{
	font-family: inherit;
	color: #515151;
	font-size: 14px;
}

.portfolio_detail .info{
	margin: 0px 0px 25px 0px;
}

.portfolio_navigation{
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	height: 48px;
	line-height: 48px;
	border-top: 1px solid #acacac;
}

.portfolio_navigation a{
	color: #515151;
	font-size: 14px;
	text-decoration: none;
	font-style: italic;
}

.portfolio_navigation a:hover{
	text-decoration: underline;
}

.portfolio_prev,
.portfolio_next,
.portfolio_list{
	display: inline-block;
}
.portfolio_prev{
	position: absolute;
	left: 0px;
}

.portfolio_prev a{
	background-image: url('../img/prev_arrow.png');
	background-position: 0px center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
}

.portfolio_next{
	position: absolute;
	right: 0px;
}

.portfolio_next a{
	background-image: url('../img/next_arrow.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0px 10px 0px 0px;
}

.two_columns_33_66.portfolio_container,
.two_columns_66_33.portfolio_container{
	margin: 0px 0px 25px 0px;
}

.post_single article{
	margin: 0px;
}

.post_single article{
	margin: 0px;
}

.post_list5 article{
	margin: 0 0 30px;
}

.post_single .date{
	margin: 0px 0px 15px 0px;
}

.post_single .image,
.post_single .date{
	margin: 0px 0px 20px 0px !important;
}

.post_single h2{
	margin: 0px 0px 3px 0px;
}

.post_single .date,
.post_single .date a{
	font-family: inherit;
	text-decoration: none;
	color: #515151;
	font-size: 14px;
	font-style: italic;
}

.posts_holder2.post_single article .text p{
	padding: 0px;
}

.posts_holder2.post_single article .info{
	margin: 20px 0px 0px 0px;
}

.comment_holder .comment{
	padding: 25px 0px;
	border-top: 1px solid #acacac;
}

.comment_holder .comment-list li:first-child .comment:first-child{
	border: 0px;
}

.comment_holder .comment-list li ul.children .comment, 
.comment_holder .comment-list li ul.children li:first-child .comment {
	border-top: 1px solid #acacac;
}

.comment_holder .comment-list li ul.children{
	padding:0 0 0 30px;
}

#respond .three_columns {
	border-bottom: none;
	margin: 0px;
	padding: 0px;
}

.comment_holder .comment .image{
	display: block;
	width: 60px;
	height: 60px;
	float: left;
}

.comment_holder .comment .text{
	padding: 0px 0px 0px 80px;
}

.comment_holder .comment .info{
	font-family: inherit;
	text-decoration: none;
	color: #515151;
	font-size: 14px;
	font-style: italic;
	display: inline-block;
	width: 100%;
	margin: 0px 0px 20px 0px;
}

.comment_holder .comment .info a{
	color: #515151;
}

.comment_holder .comment .info .left{
	float: left;
}

.comment_holder .comment .info .right{
	float: right;
}

.comment_holder .comment p{
	margin: 0px;
}

.comment1{
	margin: 0px 0px 0px 30px;
}

.comment2{
	margin: 0px 0px 0px 60px;
}

.comment3{
	margin: 0px 0px 0px 90px;
}

.comment4{
	margin: 0px 0px 0px 120px;
}

.comment5{
	margin: 0px 0px 0px 150px;
}

#commentform .success{
	display: inline-block;
	margin: 0px 0px 0px 30px;
}

#commentform .success p{
	font-family: inherit;
	font-size: 14px;
	font-style: italic;
}

#cancel-comment-reply-link{
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	padding: 0 0 10px;
	text-decoration: none;
	display:block;
}

#cancel-comment-reply-link:hover{
	text-decoration: underline;
}

input[type="text"]{
	font-family: inherit;
	font-size: 14px;
	border: 1px solid #acacac;
	background: none;
	height: 40px;
	margin: 0px 0px 20px 0px;
	color: #515151;
	width: 91%;
	padding: 0px 4%;
	outline: none;
}

input[type="text"]:focus{
	background-color: #252525;
	color: #ffffff;
} 

textarea{
	font-family: inherit;
	font-size: 14px;
	border: 1px solid #acacac;
	background: none;
	height: 100px;
	margin: 0px 0px 20px 0px;
	color: #515151;
	width: 91.7%;
	padding: 20px 4%;
	outline: none;
	resize: none;
}

textarea:focus{
	background-color: #252525;
	color: #ffffff;
}

form .two_columns_50_50{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

form .button{
	float: right;
}

#comments .comment-list{
		border-bottom: 1px solid #ACACAC;
}

.comment_form{

	padding: 25px 0px 0px 0px;
}

.map{
	border: 1px solid #a5a5a5;
	margin: 0px 0px 30px 0px;
	overflow: hidden;
}

.map_inner{
	margin: 0px 0px -4px 0px;
}

.map img{
	width: 100%;
}

.contact_form > div{
	width: 100%;
}

.contact_form input[type="text"]{
	width: 91%;
}

input#capitale, input#rischio {
font-family: 'Arial',Serif;
}

.circle_left{
	width: 100%;
	display: inline-block;
	margin: 0px 0px 15px 0px;
}

.circle_top{
	width: 100%;
	display: inline-block;
	text-align: center;
}

.circle_item .circle{
	font-family: inherit;
	font-size: 20px;
	line-height: 22px;
	font-style: italic;
	width: 164px;
	height: 163px;
	display: block;
	text-align: center;
	color: #ffffff;
	background-color: #252525;
	-moz-border-radius: 82px;
	-webkit-border-radius: 82px;
	border-radius: 82px;
	-webkit-transition:all 0.5s ease 0s; 
	-moz-transition:all 0.5s ease 0s; 
	-o-transition:all 0.5s ease 0s; 
}

.circle_item .circle a{
	color: #ffffff;
	text-decoration: none;
}

.circle_item:hover .circle{
	background-color: #acacac;
}

.circle_left .circle{
	float: left;
}

.circle_left .text{
	padding: 0px 12px 0px 205px;
}

.circle_top .circle{
	margin: 0px 0px 30px 0px;
	display: inline-block;
}

.circle_top .text{
	text-align: left;
}

.parallax{
	margin: 0px -74px 27px -74px;
}

.parallax section{
	position:relative;
	background-repeat: no-repeat;
	background-color: transparent;
	background-attachment: fixed;
	background-position: center 0px;
	padding: 40px 74px;
}

.parallax section *{
	border-bottom: 0px !important;
}

.parallax_bottom{
	text-align: center;
	margin: 27px 0px 0px 0px;
	display: inline-block;
	width: 100%;
}

.touch .parallax section{
	height: auto !important;
	min-height: 300px;  
	background-position: center top !important;  
	background-size: 100% auto !important;  
	background-attachment: scroll;
}
	
.touch	.parallax section.no_background{
	padding: 0px;
}

.back_to_top{
	-webkit-transition:all 0.3s ease 0s; 
	-moz-transition:all 0.3s ease 0s; 
	-o-transition:all 0.3s ease 0s;
	background-image:url(../img/arrow-up.png); 
	background-position: 0px 0px; 
	background-repeat: no-repeat; 
	background-color: #252525;
	width: 34px; 
	height: 34px;
	display: inline-block;
	text-decoration: none;
	text-indent: -3000px;
}

.back_to_top:hover{
	background-color: #00c6ff;
}

.social_menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	overflow: hidden;
}

.social_menu li{
	
	display: inline;
	float: left;
	margin-bottom: 2px;
	margin-right: 2px;
	padding: 0;
	width: auto;
}

.social_menu li a{
	-webkit-transition:all 0.14s ease 0s; 
	-moz-transition:all 0.14s ease 0s; 
	-o-transition:all 0.14s ease 0s; 
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 34px;
	margin: 0;
	padding: 0;
	text-indent: 9999px;
	width: 34px;
}

.social_menu.transparent li a{
	background-image: url(../img/social_transparent.png);
}

.social_menu.black li a{
	background-image: url(../img/social_black.png);
}

.social_menu.white li a{
	background-image: url(../img/social_white.png);
}

.social_menu.natural li a{
	background-image: url(../img/social_natural.png);
}

.social_menu li.facebook a{
	background-position: 0px -36px;
}

.social_menu li.facebook a:hover{
	background-position: 0px 0px;
}

.social_menu li.twitter a{
	background-position: -36px -36px;
}

.social_menu li.twitter a:hover{
	background-position: -36px 0px;
}

.social_menu li.stumbleupon a{
	background-position: -72px -36px;
}

.social_menu li.stumbleupon a:hover{
	background-position: -72px 0px;
}

.social_menu li.googleplus a{
	background-position: -108px -36px;
}

.social_menu li.googleplus a:hover{
	background-position: -108px -0px;
}

.social_menu li.tumblr a{
	background-position: -144px -36px;
}

.social_menu li.tumblr a:hover{
	background-position: -144px -0px;
}

.social_menu li.email a{
	background-position: -180px -36px;
}

.social_menu li.email a:hover{
	background-position: -180px -0px;
}

.social_menu li.forrst a{
	background-position: -216px -36px;
}

.social_menu li.forrst a:hover{
	background-position: -216px -0px;
}

.social_menu li.reddit a{
	background-position: -252px -36px;
}

.social_menu li.reddit a:hover{
	background-position: -252px -0px;
}

.social_menu li.xboxlive a{
	background-position: -288px -36px;
}

.social_menu li.xboxlive a:hover{
	background-position: -288px -0px;
}

.social_menu li.db a{
	background-position: -324px -36px;
}

.social_menu li.db a:hover{
	background-position: -324px -0px;
}

.social_menu li.delicious a{
	background-position: -360px -36px;
}

.social_menu li.delicious a:hover{
	background-position: -360px -0px;
}

.social_menu li.envato a{
	background-position: -396px -36px;
}

.social_menu li.envato a:hover{
	background-position: -396px -0px;
}

.social_menu li.behance a{
	background-position: -432px -36px;
}

.social_menu li.behance a:hover{
	background-position: -432px -0px;
}

.social_menu li.skype a{
	background-position: -468px -36px;
}

.social_menu li.skype a:hover{
	background-position: -468px -0px;
}

.social_menu li.rss a{
	background-position: -504px -36px;
}

.social_menu li.rss a:hover{
	background-position: -504px -0px;
}

.social_menu li.dribbble a{
	background-position: -540px -36px;
}

.social_menu li.dribbble a:hover{
	background-position: -540px -0px;
}

.social_menu li.flickr a{
	background-position: -576px -36px;
}

.social_menu li.flickr a:hover{
	background-position: -576px -0px;
}

.social_menu li.linkedin a{
	background-position: -612px -36px;
}

.social_menu li.linkedin a:hover{
	background-position: -612px -0px;
}

.social_menu li.pinterest a{
	background-position: -648px -36px;
}

.social_menu li.pinterest a:hover{
	background-position: -648px -0px;
}

.social_menu li.youtube a{
	background-position: -684px -36px;
}

.social_menu li.youtube a:hover{
	background-position: -684px -0px;
}

.social_menu li.vimeo a{
	background-position: -720px -36px;
}

.social_menu li.vimeo a:hover{
	background-position: -720px -0px;
}

.social_menu li.lastfm a{
	background-position: -756px -36px;
}

.social_menu li.lastfm a:hover{
	background-position: -756px -0px;
}

.social_menu li.myspace a{
	background-position: -792px -36px;
}

.social_menu li.myspace a:hover{
	background-position: -792px -0px;
}

.social_menu li.zerply a{
	background-position: -828px -36px;
}

.social_menu li.zerply a:hover{
	background-position: -828px -0px;
}

.social_menu li.windowslive a{
	background-position: -864px -36px;
}

.social_menu li.windowslive a:hover{
	background-position: -864px -0px;
}

.social_menu li.aim a{
	background-position: -900px -36px;
}

.social_menu li.aim a:hover{
	background-position: -900px -0px;
}

.page_not_found{
	text-align: center;
	padding: 40px 0px;
}

.page_not_found hr{
	width: 30px;
	height: 1px;
	margin: 20px 0px;
	padding: 0px;
	background-color: #252525;
	display: inline-block;
	border: 0px;
}

/* Stylish select - start */

.stylish-select .SSContainerDivWrapper {
	margin:0;
	padding:0;
	width:227px;
	position:absolute;
	top:38px;
	left:0;
	z-index:2;
}

.stylish-select ul.newList {
	margin:0;
	padding:0;
	list-style:none;
	color:#252525;
	background:#cccccc;
	overflow:auto;
}

.stylish-select ul.newList * {
	margin:0;
	padding:0;
}


.stylish-select ul.newList a {
	color: #252525;
	text-decoration:none;
	display:block;
	padding:0px 10px;
}

.stylish-select .newListSelected {
	width:100%;
	color:#ffffff;
	height:38px;
	line-height: 38px;
	padding:0px;
	background-image:url('../img/select-bg.png');
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #383838;
	font-size: 14px;
	font-style: italic;
	text-align: left;
}

.stylish-select ul.newList li a:focus {
	-moz-outline-style: none;
}

.stylish-select .selectedTxt {
	overflow:hidden;
	height:38px;
	padding:0px 10px;
}

.stylish-select .hiLite {
	background-image:url('../img/hlite.png');
	background-position: right center;
	background-repeat: no-repeat;
}

.stylish-select .newListHover {
	background-color:#bababa!important;
	color:#ffffff!important;
	cursor:default;
}

.stylish-select .newListDisabled {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

.stylish-select .newListItemDisabled {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

.stylish-select .newListOptionDisabled {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

.stylish-select .newListSelHover,
.stylish-select .newListSelFocus {
	cursor:default;
}

.stylish-select .newListOptionTitle {
	font-weight:bold;
}

.stylish-select .newListOptionTitle ul {
	margin:3px 0 0;
}

.stylish-select .newListOptionTitle li {
	font-weight:normal;
}

/* Stylish select - end */


.rev_slider_wrapper{
	margin-bottom: 30px !important;
}

.tp-leftarrow.default, .tp-rightarrow.default {
	width: 34px; 
	height: 34px; 
	z-index: 1000; 
}

.tp-rightarrow.default {
	background-image:url(../img/arrow-right.png); 
	background-position: 0px 0px; 
	background-repeat: no-repeat; 
	background-color: #252525;
}
.tp-leftarrow.default {
	background-image:url(../img/arrow-left.png); 
	background-position: 0px 0px; 
	background-repeat: no-repeat; 
	background-color: #252525;
}

.tp-rightarrow.default:hover,
.tp-rightarrow.default:hover {
	background-color: #ACACAC;
}

.tp-caption a.button{
	color: #ffffff;
}


/* css update - start */

h1{
	color: #252525;
	font-weight: 500;
}

h2{
	font-size: 25px;
	font-weight: 300;
	color: #000000;
}

h3{
	color: #252525;
	font-weight: 300;
}

h4{
	color: #252525;
	font-size: 17px;
	font-style: italic; 
}

.tabs .tabs-nav li a{
	font-size: 17px;
	font-style: italic; 
}

.slider_small .slide_counter{
	color: #252525;
}

h5{
	color: #000000;
	font-size: 15px;
	font-weight: 600;
}

h6{
	color: #252525;
}

p,
table.standard-table,
.price_table li,
.progress_bars,
.progress_bars2,
.progres_bars3,
.list.dot ul li, .list.arrow ul li, .list.square ul li, .ordered ul li, .ordered ol li,
#recentcomments,
#recentcomments li a,
.widget_categories li a,
.widget_recent_entries li a,
.widget_archive a,
.widget_rss a,
#searchform label,
.widget_pages a,
.widget_nav_menu a,
.portfolio_detail .info span{
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
}

#recentcomments{
	font-size: 9px;
}

nav.main_menu ul li a{
	color: #252525;
}

.move_down .second .mc a{
	color: #252525;
}

.slide .text h2{
	color: #252525;
	font-weight: 300;
}

.slide .text .toplabel{
	color: #252525;
}

.content .slider_small.type1 .slide_item h5{
	font-size: 15px;
	font-weight: 600;
}

.content .slider_small.type1 .slide_item p{
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	font-style: italic;
}

.content .slider_small.type2 .slide_item h5{
	font-size: 15px;
	font-weight: 600;
}

.content .slider_small.type2 .slide_item p{
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
}

.portfolio_holder article p{
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
}

.button, input[type="submit"]{
	font-family: 'Source Sans Pro', sans-serif;
}

.button:hover, input[type="submit"]:hover{
	background-color: #00c6ff}
	

.dropcap2_gray,
.dropcap3_gray,
.bx-prev:hover,
.bx-next:hover,
.flex-direction-nav .flex-next:hover,
.flex-direction-nav .flex-prev:hover,
.progres_bars3 .progress_bar:hover .bar.active .bar_active,
.circle_item:hover .circle,
.pagination2 ul li a:hover,
.pagination2 ul li.active span,
.widget_tag_cloud a:hover,
.pagination2 ul li a:hover,
.pagination2 ul li.active span,
#magic,
.slide .text a.button,
.tp-caption a.button,
.tp-rightarrow.default:hover,
.tp-leftarrow.default:hover{
	background-color: #00c6ff;
}

.dropcap1_gray,
.drop_down .second ul li:hover a,
.drop_down .second ul li.sub ul li a:hover,
.tabs .tabs-nav li a:hover,
.recentcomments,
.move_down .mc a:hover,
.move_down ul li .second .mc a.sub:hover,
.slide .text.type2 a:hover{
	color: #00c6ff;
}


blockquote {
	border-left: 2px solid #00c6ff;
}

.share_social_icons{
	display: block;
	width: 100%;
	margin: 20px 0px;
}

.share_social_icons ul{
	display: block;
	list-style: none;
}

.share_social_icons ul li{
	float: left;
	display: inline-block;
	margin-right: 20px;
}

.share_social_icons ul li a{
	text-decoration: none;
	font-size: 14px;
	font-style: italic;
}

.share_social_icons ul li a img{
	margin-right: 5px;
}

/* TABLE CHARTS */
.tablepress th, .tablepress td { padding: 3px; font-family: 'Arial', Serif;}

/* DYNAMIC RISK */
#dynamic_risk { margin: 0px auto; width: 1120px; height: 420px;
}

#dynamic_risk .image { 
	background-image: url(../img/dinamic-risk.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 420px;
	width:821px;
	float: left;
	}
	
#dynamic_risk .formy  { background-image: url(../img/dinamic-risk-form.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 420px;
	width: 299px;
	float: left;
	padding: 0px;
	}
	
#dynamic_risk .formy h1{ font-size: 45px; line-height: 50px; color: white; font-weight: 400; padding: 15px 20px 0px 20px; font-family: Raleway, sans-serif;}
#dynamic_risk .formy p{ line-height: 16px; color: white; font-weight: 300; padding: 0px 20px 0px 20px; margin-top: -10px;}

#dynamic_risk .formy .dr { 
    padding: 0px 20px 0px 20px;
}

#dynamic_risk .formy .dr label { 
    color: white;
}

#dynamic_risk .formy input { /* Stili per il campo di testo e per la textarea */
    background: #FFFFFF; /* Colore di sfondo */
    border: 1px solid #A9820A; /* Bordo */
    color: #333333; /* Colore del testo */
    height: 30px; /* Altezza */
    line-height: 30px; /* Altezza di riga */
    width: 210px; /* Larghezza */
    padding: 0 10px; /* Padding */
    font-family: 'Arial', Serif;
}
#dynamic_risk .formy .button { 
    background: #A9820A; 
    border: 0px solid #A9820A; 
    color: #FFFFFF; 
    height: 30px; 
    line-height: 30px; 
    width: 120px; 
    padding: 0px 20px; 
    text-align: center;
    float: left;
    font-style: normal;
    text-transform: uppercase;
    margin-left: 40px;
}

#dynamic_risk_home { margin: 0px auto; width: 100%; height: 140px; background-color: #DBAB17; text-align: center;}

#dynamic_risk_home .formy h1{ font-size: 36px; line-height: 36px; color: white; font-weight: 400; padding: 15px 20px 0px 20px; font-family: Raleway, sans-serif;}
#dynamic_risk_home .formy p{ line-height: 16px; color: white; font-weight: 300; padding: 0px 20px 0px 20px; margin-top: -20px;}
#dynamic_risk_home .formy .dr { 
    padding: 0px 20px 0px 20px;
    width: auto;
}

#dynamic_risk_home .formy .dr label { 
    color: white;
    padding: 0px 10px;
}

#dynamic_risk_home .formy input {
    background: #FFFFFF;
    border: 1px solid #A9820A;
    color: #333333;
    height: 30px;
    line-height: 30px;
    width: 110px;
    padding: 0 10px;
    @include transition(all 0.30s ease-in-out);
	margin-left: 0px;
  	outline: none;
}

#dynamic_risk_home .formy input:hover {
	@include box-shadow(0 0 5px rgba(81, 203, 238, 1));
	border: 1px solid rgba(255, 255, 255, 1);
}

#dynamic_risk_home .formy .button { 
    background: #A9820A; 
    border: 0px solid #A9820A; 
    color: #FFFFFF; 
    height: 34px; 
    line-height: 34px;
    
    width: 120px; 
    padding: 0px 0px; 
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    margin: 0px;
     margin-left: 15px;
    float: none;
}

.footer_content .textwidget p { color: #888888; }

.woocommerce div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page #content div.product div.images { width: 20% }
	
/* css update - end */


#qtranslate-chooser { margin: 0px auto; text-align: right;  z-index: 100000; margin-top: 20px; width: 80px; float: right;}
#qtranslate-chooser li {float: left;  margin: 0px 2px 0 0; list-style-type: none; text-transform: uppercase; font-size: 11px; padding: 1px 2px}

#qtranslate-chooser li a, #qtranslate-chooser li a:visited, #qtranslate-chooser li a:active { color: white; }
#qtranslate-chooser li a:hover { color: #FFF;  text-decoration: underline}

#qtranslate-chooser li.a, #qtranslate-chooser li.visited { color: white; }
#qtranslate-chooser li.hover { color: #0F6C37;  }
#qtranslate-chooser li.active { color: white;  }