/*
Theme Name:The Law
Theme URI:http://demo.themetor.com/thelaw
Author: ThemeTor
Author URI:http://themetor.com
Description:The Law Lawyer Legal Attorney Responsive WordPress theme, Clean design with more felexibility and awesome sliders and supports WooCommerce, WPML, RTL languages.
Version:3.9
License:GNU General Public License v2 or later
License URI:http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:thelaw
*/

/* 	Reset Styling
----------------------------------------------------------------------*/
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, img, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, img {
	display:block;
}
body {
	line-height:1;
	overflow-x: hidden;
}

blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
* {
	outline:none;
	padding:0px;
	margin:0px
}

/*	General Styling
----------------------------------------------------------------------*/
body {
	margin:0 auto;
	background:#FFF;
	color:#7A7A7A;
	line-height:18px;
	font-family:"Tahoma", Helvetica, Arial;
	font-size:12px;
}
::selection{
	color:#fff;
	background:#191919
}
::-moz-selection{
	color:#fff;
	background:#191919
}
img {
	border:none;
	max-width:100%;
	height: auto;
}
a {
	color:#000;
	text-decoration:none !important;
	-webkit-transition:color 0.1s ease-in-out;
	transition:color 0.1s ease-in-out
}
a:hover {
	color:#ACACAC
}
h1, h2, h3, h4, h5, h6 {
	color:#000;
	padding:0;
	margin:0 0 20px 0;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	line-height:1;
}
h1 { font-size:32px }
h2 { font-size:26px }
h3 { font-size:20px }
h4 { font-size:18px }
h5 { font-size:14px }
h6 { font-size:12px }
p {
	margin-bottom:30px
}
p:last-child {
	margin-bottom:0
}
strong {
	font-weight:bold
}
em {
	font-style:italic
}
ol {
	padding:0;
	margin:0
}
ol li {
	list-style:decimal;
	padding:0 0 10px 0;
	margin:0 0 0 20px;
	line-height:24px
}
ul {
	padding:0;
	margin:0;
	list-style-type:disc;
}
cite {
	padding:0 0 5px 0
}
hr {
	background:#e6e6e6;
	border:0;
	clear:both;
	width:100%;
	height:1px;
	padding:0;
	margin:20px 0;
	position:relative
}
pre {
	color:#333;
	border-radius:3px;
	background:#eee;
	padding:14px 20px;
	margin:5px 0 20px 0;
	overflow:auto;
	font-size:12px;
	
}
code {
	background: none repeat scroll 0 0 #f2f2f2;
    border: 2px solid #e6e6e6;
    border-radius: 3px;
    color: #888;
    padding: 2px 4px;
}
iframe {
	max-width:100%;
}
.fb-like iframe {
    max-width: none;
}
mark {
	padding:3px 5px;
}
textarea { 
	white-space:pre; 
}


sub {
    bottom: -3px;
}

sup {
    top: -7px;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
dt {font-weight: 700;}
dd {margin: 4px 0 0;padding: 0 0 10px;}


ol {list-style: outside none decimal;}
ol,.post-content ul{margin-bottom:30px;padding: 0 0 0 20px;}
ol ol,.post-content ul ul{margin:0}
ol li{margin:0;padding:0}

address{margin-bottom:30px;}
/*	Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_1_5,
.grid_2_5,
.grid_3_5,
.grid_4_5 {
	display:inline;
	float:left;
	position:relative;
	margin-left:1%;
	margin-right:1%;
}

/*	Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
	margin-left:0 !important
}
.omega {
	margin-right:0 !important
}

/*	Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.grid_1 {
	width:6.333%;
}
.grid_2 {
	width:14.667%;
}

.grid_3 {
	width:23.0%;
}

.grid_4 {
	width:31.333%;
}

.grid_5 {
	width:39.667%;
}

.grid_6 {
	width:48.0%;
}

.grid_7 {
	width:56.333%;
}

.grid_8 {
	width:64.667%;
}

.grid_9 {
	width:73.0%;
}

.grid_10 {
	width:81.333%;
}

.grid_11 {
	width:89.667%;
}
.grid_12 {
	width:98.0%;
}
.grid_1_5 {
	width:18.0%;
}
.grid_2_5 {
	width:38.0%;
}
.grid_3_5 {
	width:58.0%;
}
.grid_4_5 {
	width:78.0%;
}

.grid_1.alpha,.grid_1.omega {
	width:7.333%;
}
.grid_2.alpha,.grid_2.omega {
	width:15.667%;
}

.grid_3.alpha,.grid_3.omega {
	width:24.0%;
}
.portfolio .grid_3.alpha,.portfolio .grid_3.omega {
	width:23.75%;
}
.grid_4.alpha,.grid_4.omega {
	width:32.333%;
}

.portfolio .grid_4.alpha,.portfolio .grid_4.omega {
	width:32%;
}
.grid_5.alpha,.grid_5.omega {
	width:40.667%;
}

.grid_6.alpha,.grid_6.omega {
	width:49.0%;
}

.grid_7.alpha,.grid_7.omega {
	width:57.333%;
}

.grid_8.alpha,.grid_8.omega {
	width:65.667%;
}

.grid_9.alpha,.grid_9.omega {
	width:74.0%;
}

.grid_10.alpha,.grid_10.omega {
	width:82.333%;
}

.grid_11.alpha,.grid_11.omega {
	width:90.667%;
}

.grid_12.alpha,.grid_12.omega {
	width:99.0%;
}
.grid_1_5.alpha,.grid_1_5.omega {
	width:19.0%;
}
.grid_2_5.alpha,.grid_2_5.omega {
	width:39.0%;
}
.grid_3_5.alpha,.grid_3_5.omega {
	width:59.0%;
}
.grid_4_5.alpha,.grid_4_5.omega {
	width:79.0%;
}

.grid_1.alpha.omega {
	width:8.333%;
}
.grid_2.alpha.omega {
	width:16.667%;
}

.grid_3.alpha.omega {
	width:25.0%;
}

.grid_4.alpha.omega {
	width:33.333%;
}

.grid_5.alpha.omega {
	width:41.667%;
}

.grid_6.alpha.omega {
	width:50%;
}

.grid_7.alpha.omega {
	width:58.333%;
}

.grid_8.alpha.omega {
	width:66.666%;
}

.grid_9.alpha.omega {
	width:75.0%;
}

.grid_10.alpha.omega {
	width:83.333%;
}

.grid_11.alpha.omega {
	width:91.667%;
}

.grid_12.alpha.omega {
	width:100.0%;
}
.grid_1_5.alpha.omega {
	width:20%;
}
.grid_2_5.alpha.omega {
	width:40%;
}
.grid_3_5.alpha.omega {
	width:60%;
}
.grid_4_5.alpha.omega {
	width:80%;
}
.grid_12:after {
	content:"";
	clear:both;
}
.grid_full {
	width:100%;
}
.row {
	width:980px;
	margin:0 auto;
	padding:0;
	position:relative;
}

.row1440 .row{width:1440px;}
.row1280 .row{width:1280px;}
.row1170 .row{width:1170px;}
.row960 .row{width:960px;}


.boxed {
	margin:0 auto;
	width:1140px;
	position:relative;
	overflow:hidden;
}
.boxed-margin {
	margin:30px auto;
	width:1140px;
	position:relative;
	overflow:hidden;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.05);
}
#layout, #home {
	position:relative;
	z-index:2;
}
.snapjs-left #layout {
	box-shadow:-10px 0 10px rgba(0, 0, 0, 0.3);
}
.full {
	width:100%;
	margin:0 auto;
	overflow:hidden;
}

.fullBG {
	width:100%;
	margin:0 auto;
	background:#f5f5f5;
}
.sliderBG {
	padding:10px 40px;
}
.page-template-page-left-sidebar .posts,
.posts.sidebar-left {
	float:right
}

.fullwide {
	width:98%;
	margin:0 auto;
	padding:0 1%;
}

.fullwidth{
	margin:auto -100% !important;
	padding:0 !important;
	}

div.frame_1 { background:url(images/frames/1.png) repeat-y center top;}
div.frame_2 { background:url(images/frames/2.png) repeat-y center top }
div.frame_3 { background:url(images/frames/3.png) repeat-y center top }
div.frame_4 { background:url(images/frames/4.png) repeat-y center top }
div.frame_5 { background:url(images/frames/5.png) repeat-y center top }
div.frame_6 { background:url(images/frames/6.png) repeat-y center top }
div.frame_7 { background:url(images/frames/7.png) repeat-y center top }
div.frame_8 { background:url(images/frames/8.png) repeat-y center top }
div.frame_9 { background:url(images/frames/9.png) repeat-y center top }
div.frame_10 { background:url(images/frames/10.png) repeat-y center top }

#LandingPage[class^="frame_"] .full #header, 
#LandingPage[class^="frame_"] .boxed #header, 
#LandingPage[class^="frame_"] .boxed-margin #header {
	width:auto !important
}
#LandingPage[class^="frame_"] .full, 
#LandingPage[class^="frame_"] .boxed, 
#LandingPage[class^="frame_"] .boxed-margin {
	margin:0 auto;
	box-shadow:none;
}
#LandingPage .boxed-margin {margin:0 auto}

/*	Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
	  clear:both;
	  display:block;
	  overflow:hidden;
	  visibility:hidden;
	  width:0;
	  height:0;
}
.clearfix:before,
.clearfix:after {
	  content:'\0020';
	  display:block;
	  overflow:hidden;
	  visibility:hidden;
	  width:0;
	  height:0;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1;
}

.gap{
	clear:both;
	margin:0;
}

/*	Header
----------------------------------------------------------------------------------------------------*/

.arrow-down {
	border-radius:4px;
    bottom: -18px;
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 20px;
    text-align: center;
    width: 30px;
    z-index: 9999;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	border:solid 2px;
}
.header_v9 .arrow-down,.header_v8 .arrow-down ,.header_v10 .arrow-down {bottom:-52px;border:none;border-bottom:solid 2px;}
.header_v9 .arrow-down.opened,.header_v8 .arrow-down.opened ,.header_v10 .arrow-down.opened {bottom:-12px;}
.header_v11 .arrow-down{bottom: -18px;border:solid 2px;}

.arrow-down i{}
.arrow-left {left:20px;right:auto}
.arrow-center {right:48%}

.opened {
	bottom:-9px;
	border-bottom:0 !important;
}

.extrabox {
	position:absolute;
	top:-1000px;
	right:0;
	z-index:99999;
	width:100%;
	background:#000;
}
.extra-content {
	padding:32px 16px;
	display:inline-block;
	width:100%;
	color:#EEE;
}
.extra-content a{
	color:#EEE
	}
.extra-content h3 {
	color:#EEE;
}


/*	contactForm
----------------------------------------------------------------------------------------------------*/
#contactForm-widget span {
	margin-left:10px;
	color:#F00;
}
#contactForm-widget span i {
	color:#fff;
}
#contactForm-widget #message {
	display:block;
	width:100%;
	border:1px solid #2C2C2C;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:16px 10px;
	font-size:11px;
	background:#222;
	color:#FFF;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
#contactForm-widget #senderName, 
#contactForm-widget #senderEmail {
	display:block;
	width:100%;
	border:1px solid #2C2C2C;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:0 10px;
	line-height:24px;
	height:34px;
	font-size:11px;
	background:#222;
	color:#FFF;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
#contactForm-widget #senderEmail {
	float:right;
}
#contactForm-widget .flr {
	margin:0 0 10px 0 !important;
}
#contactForm-widget .fll {
	margin:0 0px 10px 0 !important;
}
#contactForm-widget #senderName:focus, 
#contactForm-widget #senderEmail:focus, 
#contactForm-widget #message:focus {
	-webkit-box-shadow:none;
	box-shadow:none;
	border:1px solid #696969
}
.fieldtrue {
	border:1px solid #1ABC5B !important
}
.fielderror {
	border-color:#F00 !important;
}
#contactForm-widget #sendMessage {
	background:#222;
	color:#FFF;
	margin:10px 0 0 0;
	padding:10px 20px;
	border:0;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	cursor:pointer;
}
#contactForm-widget #sendMessage:hover {
	background:#696969;
}
.error {
	color:red
}
.load-color {
	background:#191919 !important;
	cursor:default !important;
}
#contactForm-widget textarea {
	width:98%;
}
#contactForm-widget #comment-button {
	background:#2C3E50;
	color:#FFF;
	margin:20px 0 0 0;
	padding:10px 20px;
	border:0;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-transform:uppercase;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	cursor:pointer;
}
#contactForm-widget #comment-button:hover {
	background:#1ABC9C
}

/*	contactForm
----------------------------------------------------------------------------------------------------*/
#contactForm span {
	margin:11px 10px;
	display:inline-block;
	color:#F00;
}
#contactForm span strong {
	color:#F00;
}
#contactForm i {
	color:#fff;
	margin:0 10px 0 0
}
#track_input, 
#contactForm #senderName, 
#contactForm #senderEmail {
	display:block;
	width:100%;
	border:1px solid #EAEAEA;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	padding:0 10px;
	line-height:24px;
	height:34px;
	background:#F7F7F7;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
#contactForm #message {
	display:block;
	width:100%;
	border:1px solid #EAEAEA;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	padding:16px 10px;
	background:#F7F7F7;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
#track_input:focus, 
#contactForm #senderName:focus, 
#contactForm #senderEmail:focus, 
#contactForm #message:focus {
	background:#fff;
	border:1px solid #C5C5C5;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
}
#track_order label {
	font-weight:600;
	margin-bottom:14px;
}
#contactForm #senderEmail {
	float:right;
}
#contactForm .flr {
	margin:0 0 10px 0 !important;
}
#contactForm .fll {
	margin:0 0px 10px 0 !important;
}
.fieldtrue {
	border:1px solid #1ABC5B !important
}
.fielderror {
	border-color:#F00 !important;
}
#contactForm #sendMessage, #sendOrder {
	width:auto;
	margin-top:10px;
	float:right;
	padding:8px 10px;
	display:inline-block;
	cursor:pointer;
	position:relative;
	background:#191919;
	-webkit-border-radius:2px;
	border-radius:2px;
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
	border:1px solid rgba(0,0,0,0.1);
	background-image:linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image:-o-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image:-moz-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image:-webkit-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image:-ms-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0, rgba(0,0,0,0.08)),color-stop(0.5, rgba(128,128,128,0.08)),color-stop(1, rgba(255,255,255,0.08)));
	-moz-box-shadow:inset 0 0 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.1);
	box-shadow:inset 0 0 1px rgba(0,0,0,0.1);
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
#contactForm #sendMessage:hover, #sendOrder:hover {
	background:#333
}
#contactForm textarea {
	width:98%;
}
#contactForm #comment-button {
	background:#2C3E50;
	color:#FFF;
	margin:20px 0 0 0;
	padding:10px 20px;
	border:0;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-transform:uppercase;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	cursor:pointer;
}
#contactForm #comment-button:hover {
	background:#1ABC9C
}


#login_form_thelaw #login_input, 
#register_form_thelaw #register_input {
	display:block;
	width:300px;
	border:1px solid #EAEAEA;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	padding:0 10px;
	line-height:24px;
	height:34px;
	font-size:12px;
	background:#F7F7F7;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
#login_form_thelaw #login_input:focus, 
#register_form_thelaw #register_input:focus {
	background:#fff;
	border:1px solid #C5C5C5;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
}
#login_form_thelaw #login_button, 
#register_form_thelaw #register_button {
	width:auto;
	margin-top:10px;
	padding:8px 10px;
	display:inline-block;
	cursor:pointer;
	position:relative;
	background:#191919;
	-webkit-border-radius:2px;
	border-radius:2px;
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
	border:1px solid rgba(0,0,0,0.1);
	background-image:linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image:-o-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image:-moz-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image:-webkit-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image:-ms-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0, rgba(0,0,0,0.08)),color-stop(0.5, rgba(128,128,128,0.08)),color-stop(1, rgba(255,255,255,0.08)));
	-moz-box-shadow:inset 0 0 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.1);
	box-shadow:inset 0 0 1px rgba(0,0,0,0.1);
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
#login_form_thelaw #login_button:hover, 
#register_form_thelaw #register_button:hover {
	background:#333
}
#login_form_thelaw span {
	display:block;
	padding:10px 0 0
}

.head {
	position:relative;
	border-top-style:solid;
}
.headBG {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.logo {
	float:left;
}
.header_ads {
	margin:20px 0;
	float:right;
}
.social-head {
	float:right;
}
.social {text-align:center}
.social a {
	float:none;
	display:inline-block;
	text-align:center;
	margin:0 0 0 6px;
	width:34px;
	height:33px;
	border-radius:3px;
	border:solid 2px;
	-webkit-transition:all 0.1s ease;
	transition:all 0.1s ease;
}

.header_v1 .social a,.header_v3 .social a{margin:0 0 0 2px;}

.social a:hover i {
	color:#fff;
}
.social a i {
	padding:9px 0;
	display:block;
	font-size:14px;
	border-radius:2px;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
	background-image:url(images/reflect.png);
	background-position:-34px !important;
	background-repeat:no-repeat;
}

.social.with_color a{border:none;}
.social.with_color a:hover{border:none;}

.headdown{
	height:42px;
	border-bottom:solid 2px;
	position:relative;
	z-index:9999;
}
.header_v1 .headdown,.header_v3 .headdown,.header_v4 .headdown,.header_v5 .headdown,.header_v6 .headdown,.header_v7 .headdown{
	border-bottom:none;
	border-top:solid 2px;
}
.header_v8 .headdown{
	border-top:none;
	border-bottom:solid 2px;
}
.headdown .social a {margin:0 0 0 2px;}
.tt-metro-social a i {
	padding:6px 0;
	font-size:20px;
}
.social a:hover i {
	background-position:0 !important;
}
.social.without_border a:hover i,.social.with_color a:hover i {
	transform:rotateY(360deg);
}

.circular a,.circular a i, .circular a:hover, .circular a:hover i {
	-webkit-border-radius:100%;
	border-radius:100%;
}
.with_color a {
	color:#fff
}
.social a:hover .icon-twitter, .social a:hover .icons-social-twitter, .with_color a .icon-twitter, .with_color a .icons-social-twitter { background-color:#00abdc; }
.social a:hover .icon-xing, .with_color a .icon-xing{ background-color:#006464; }
.social a:hover .icon-dropbox, .with_color a .icon-dropbox{ background-color:#007ee5; }
.social a:hover .icon-bitbucket, .with_color a .icon-bitbucket{ background-color:#205081; }
.social a:hover .icon-weibo, .with_color a .icon-weibo{ background-color:#d52b2b; }
.social a:hover .icon-facebook, .social a:hover .icons-social-facebook, .with_color a .icon-facebook, .with_color a .icons-social-facebook { background-color:#325c94; }
.social a:hover .icon-dribbble, .social a:hover .icons-social-dribbble, .with_color a .icon-dribbble, .with_color a .icons-social-dribbble { background-color:#fa4086; }
.social a:hover .icon-rss, .social a:hover .icons-rss, .with_color a .icon-rss, .with_color a .icons-rss { background-color:#f1862f; }
.social a:hover .icon-github, .social a:hover .icons-social-github, .with_color a .icon-github, .with_color a .icons-social-github { background-color:#333; }
.social a:hover .icon-instagram, .with_color a .icon-instagram { background-color:#964b00; }
.social a:hover .icon-linkedin, .social a:hover .icons-social-linkedin, .with_color a .icon-linkedin, .with_color a .icons-social-linkedin { background-color:#0073b2; }
.social a:hover .icon-pinterest, .social a:hover .icons-social-pinterest, .with_color a .icon-pinterest, .with_color a .icons-social-pinterest { background-color:#d9031f; }
.social a:hover .icon-google-plus, .social a:hover .icons-social-google-plus, .with_color a .icon-google-plus, .with_color a .icons-social-google-plus { background-color:#d9031f; }
.social a:hover .icon-foursquare, .with_color a .icon-foursquare { background-color:#0cbadf }
.social a:hover .icon-skype, .social a:hover .icons-social-skype, .with_color a .icon-skype, .with_color a .icons-social-skype { background-color:#00b9e5 }
.social a:hover .icon-cloud, .social a:hover .icons-social-soundcloud, .with_color a .icon-cloud, .with_color a .icons-social-soundcloud { background-color:#ff7700 }
.social a:hover .icon-youtube, .social a:hover .icons-social-youtube, .with_color a .icon-youtube, .with_color a .icons-social-youtube { background-color:#d9031f }
.social a:hover .icon-tumblr, .social a:hover .icons-social-tumblr, .with_color a .icon-tumblr, .with_color a .icons-social-tumblr { background-color:#325c94 }
.social a:hover .icon-stackexchange, .with_color a .icon-stackexchange { background-color:#4e4e4e; }
.social a:hover .icon-flickr, .social a:hover .icons-social-flickr, .with_color a .icon-flickr, .with_color a .icons-social-flickr { background-color:#fa4086 }
.social a:hover .icon-envelope-alt, .with_color a .icon-envelope-alt ,.social a:hover .icon-sitemap, .with_color a .icon-sitemap{ background-color:#777; }
.info {
	float:right;
	margin-right:20px;
}

.info i{margin:0 5px 0 20px}
.info i:first-child{margin:0 5px 0 0}

.info span {
	margin:0 10px 0 0
}

.headdown .social-head {
	margin:7px 0 6px 10px
}
.headdown .social a {
	width:30px;
	height:28px;
	border:1px solid #272727
}
.headdown .social a:hover {
	border:1px solid #000
}
.headdown .social a i {
	padding:7px 0
}

/*	Superfish
----------------------------------------------------------------------*/

.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
}
.sf-menu {
	line-height:1.0;
	float:left;
	padding:15px 0;
	position:relative;
	margin:0 0 0 -20px;
	z-index:99999;
}
.sf-menu li:after {
    content: "";
    height: 8px;
    position: absolute;
    width: 100%;
}
.sf-menu ul li:after {

}
.sf-menu ul {
	position:absolute;
	top:-999em;
	width:185px;
	margin-top:5px;
}
.sf-menu ul ul{
	margin-top:0px;
	margin-left:1px;
}
.sf-menu ul li { 
	width:100%;
	margin:0;
	padding:10px 0;
}

.sf-menu li:hover { visibility:inherit }
.sf-menu li {
	float:left;
	position:relative;
	padding:0 20px
}

.sf-menu li:before {
	content:'|';
	color:#818181;
	color:rgba(255,255,255,.4);
	font-size:12px;
	position:absolute;
	left:0;
	top:1px
}
.sf-menu li:first-child:before, .sf-menu li li:before, .sf-menu li.back:before {
	content:'' !important
}
.sf-menu li li {
	border-top:1px solid #252525;
	border-bottom:1px solid #141414;
	border-top-color:rgba(255,255,255,.15);
	border-bottom-color:rgba(0,0,0,.15);
	margin:0;
	padding:0;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease
}

.sf-menu li li:first-child {
	border-radius:4px 4px 0 0;
	border-top:none;
}
.sf-menu li li:last-child {
	border-radius:0 0 4px 4px;
}
.sf-menu li li:first-child:last-child {
	border-radius:4px;
}
.sf-menu li li li{margin-top:1px;}
.sf-menu li li li:first-child {
	border-top:0;
}
.sf-menu li li ul {
	padding-top:1px !important;
}
.sf-menu li li a {
	padding:8px 15px;
	line-height:20px;
	color:#FFF;
	text-transform:none;
	letter-spacing:0;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.sf-menu li li a:hover {
	padding-left:22px;
	background: rgba(0,0,0,0.1);
}
.sf-menu ul ul:before {
	position:absolute;
	width:0 !important; 
	padding:0 !important; 
	margin:0 !important; 
	height:0 !important;
	border-top:6px solid transparent;
	border-bottom:6px solid transparent;
	border-left:6px solid #fff;
	left:0;
	top:0
}


.sf-menu i {
	margin-right:8px
}
.sf-menu a {
	display:block;
	position:relative;
	font-size:14px;
	font-weight:bold;
	opacity:.7;
}
.sf-menu li li a {
	font-size:12px;
	font-weight:normal
}
.sf-menu li:hover > a, .sf-menu li > a:hover, .sf-menu li.current-menu-item > a, .sf-menu li.current-menu-parent > a {
	opacity:1
}
.sf-menu li li.current-menu-item a {background: rgba(0,0,0,0.1);}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:0px;
	z-index:999;
	top:11px;
	padding:16px 0 0 0;

}
.sf-menu li:hover ul li ul,
.sf-menu li.sfHover ul li ul, 
.sf-menu li:hover ul li ul li ul,
.sf-menu li.sfHover ul li ul li ul  {
	left:185px;
	z-index:999;
	top:-1px !important
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:185px;
	top:-1px !important;
	padding:0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:185px;
	top:0;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:0;
	opacity:1;
}

/*** arrows **/
.sf-menu a.sf-with-ul { min-width:1px }
.sf-sub-indicator {
	position:absolute;
	display:block;
	text-indent:-999em;
	overflow:hidden;
}
a > .sf-sub-indicator { 
	position:absolute;
	width:0; 
	height:0; 
	left:28%;
	top:19px;
}
li li a .sf-sub-indicator {  border-bottom:0 !important }


.sf-menu li.back {
	position:absolute;
	padding:0 !important; 
	margin:0 !important; 
	top:35px;
	overflow:inherit !important
}
.sf-menu li.back .left {
	position:absolute;
	width:0 !important; 
	padding:0 !important; 
	margin:1px 0 0 0 !important; 
	height:0 !important;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-bottom:6px solid #fff;
	left:42%;
}

#header.header_v22 ul.sub-menu:before {
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-bottom:6px solid;
	width:0;
	height:0;
	content:"";
	left:10px;
	top:-6px;
	position:absolute;
	}
#header.header_v2 ul.sub-menu ul:before {display:none}
	
.sf-menu .subarrow{display: none}
.sf-menu ul li .subarrow{display:inline-block;float:right;margin-top:10px;}


#header .search {
	float:right;
}
#header.header_v7 .search {
	clear:right;
}
#header .search form {
	position:relative;
}
#header .search input {
	background:transparent;
    border:none;
    cursor: pointer;
    font-family: fontawesome;
    font-size: 14px;
    height: 23px;
    line-height: 24px;
    margin:11px 0 0 5px;
    padding: 0 6px;
    width: 22px;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
	border-radius:3px;
}
#header.header_v5 .search input {margin-top:8px}

#header .search input:focus {
	width:120px;
	cursor:text;
	background:#fff;
	color:#333;
	border:solid 2px;
}

#header.header_v9 .search {float:left;}
#header.header_v7 .search input{height:26px;width:15px;border:solid 2px #aaa;margin-top:-6px}
#header.header_v7 .search input:focus{width:120px}

#header .search:hover button {
	color:#191919
}
#header .search button {
	position:absolute;
	top:13px;
	right:7px;
	background:none;
	border:0;
	color:#DDD;
	font-size:11px;
	cursor:pointer;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
#header .search button:hover {
	color:#666;
}

.sf-menu li.submenu_2col ul{width:360px;left:-120px;}
.sf-menu li.submenu_3col ul{width:540px;left:-210px;}
.sf-menu li.submenu_4col ul{width:720px;left:-310px;}

#header.header_v2 .sf-menu .submenu_2col ul.sub-menu:before{left:174px;}
#header.header_v2 .sf-menu .submenu_3col ul.sub-menu:before{left:255px;}
#header.header_v2 .sf-menu .submenu_4col ul.sub-menu:before{left:354px;}


.sf-menu li.submenu_2col ul li,.sf-menu li.submenu_3col ul li,.sf-menu li.submenu_4col ul li{width:180px;float:left;background:transparent}
.sf-menu li.submenu_2col ul li:first-child,.sf-menu li.submenu_3col ul li:first-child,.sf-menu li.submenu_4col ul li:first-child{border-top:1px solid rgba(255, 255, 255, 0.15) !important}


#header.header_v5 .head{
	border-bottom:none;
	}	
/*	Page Content
----------------------------------------------------------------------*/
.page-content {
	padding:50px 0;
	background:#f5f5f5;
}
.grey-line,.wrapbox {
	padding:40px 0;
	margin:auto -100%;
}
.wrapbox.with-shadow {
	box-shadow: 0 0 5px rgba(0,0,0,0.3) inset;
}

.grey-line.thelaw_feature_one {
	padding:40px 0 0;
}
.action-simple {
	text-align:center;
	padding:0 0 45px 0;
	border-bottom:1px solid #E6E6E6;
}
.action-simple h5 {
	color:#919191
}
.col-title {
	margin:0 0 30px !important;
	display:inline-block;
}
.col-title p{margin-bottom:0}
.col-title:before ,.col-title:after{
	color: #aaa;
    content: "-";
    margin: 10px;
	font-size:24px;
	}
#footer .col-title:before, #footer .col-title:after{
	position:relative;
	top:4px
	}
.title-left .col-title:before,.widget .col-title:before,.title-right .col-title:after{content: "";margin:0}
.title-icon {padding-right:6px}
.title-center{text-align:center}
.title-left{text-align:left}
.title-right{text-align:right}

.thelaw-shop h3 small {
	display:block;
	margin-top:10px;
	text-transform:none;
}

#footer h3 {
	color:#fff;
}
.col-ten {
	border-bottom:1px solid #ddd; 
	font-weight:300; 
	font-size:1.846em; 
	line-height:1em;
}
.col-ten span {
	margin-bottom:-30px; 
	padding:0 10px 5px 0; 
	border:none; 
	background:#fff; 
	line-height:1em;
}
.col-eleven {
	background:url("images/backgrounds/48.png"); 
	color:#3f3f3f; 
	font-size:1.538em; 
	line-height:0.8em; 
	text-transform:uppercase;
}
.col-eleven span {
	margin-top:-5px; 
	padding-right:10px; 
	padding-bottom:0; 
	border-bottom:none; 
	background:#fff; 
	line-height:1em;
}
.tac .col-eleven span {
	padding:0 10px;
}
.tar .col-eleven span {
	padding:0 0 0 10px;
}
.liner {
	display:none;
}
.liner.double {
	border-bottom:4px double #E6E6E6;
}
.liner.doublepress {
	border-bottom:1px solid #E0E0E0;
	border-top:2px solid #E0E0E0;
	height:1px;
}
.list, .tower {
	line-height:24px;
}
.list i {
	margin-right:2px;
}

.breadcrumb-place {
	background-position:center !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}
.breadcrumb-place.dark .page-title{
	color:#000;
}

.breadcrumb-place.dark .breadcrumbIn span,
.breadcrumb-place.dark .breadcrumbIn ul,
.breadcrumb-place.dark .breadcrumbIn ul li,
.breadcrumb-place.dark .breadcrumbIn ul li a,
.breadcrumb-place.dark .breadcrumbIn ul li a i{
	color:#000;
	text-shadow:none;
	}

.page-title {
	float:left;
	margin:0;
	font-weight:400;
	color:#fff;
	font-size:24px;
	line-height:inherit;
	letter-spacing:5px;
	text-transform: uppercase;
	white-space: nowrap;
}
.breadcrumbIn {
	float:right;
}
.breadcrumbIn span {
	display:inline-block;
	font-size:11px;
	color :#C2C2C2;
}
.breadcrumbIn ul {
	display:inline-block;
}
.breadcrumbIn ul li {
	color :#C2C2C2;
	font-size:12px;
	padding:0 10px;
	font-weight:normal;
	display:inline-block;
	white-space:nowrap;
	position:relative;
}
.breadcrumbIn ul li a {
	color :#fff
}
.breadcrumbIn ul li a:hover {
	color :#ddd
}

.breadcrumbIn li:first-child:before {
	content:"";
	height:0;
	width:0;
	border:0;
}

.breadcrumb-place.centerstyle,
.breadcrumb-place.centerstyle .page-title,
.breadcrumb-place.centerstyle .breadcrumbIn {
	float:none;
	}

.breadcrumb-place.centerbread .page-title {margin-top:35px}
.breadcrumb-place.centerbread .row {line-height:25px}


.image_titlebar img {
	max-width:none;
	width:100%;
	}
	
	
	
/*	Header versions
----------------------------------------------------------------------*/

.header_v2 .sf-menu {
	float:right;
	margin:40px 0 0 -20px;
}
.header_v2 .sf-menu li:before, 
.header_v2 .sf-menu li:first-child:before {
	content:'';
}
.header_v2 .sf-menu li {
	padding:0;
	margin:0 3px;
}
.header_v2 .sf-menu li li{
	margin:0;
}
.header_v2 .sf-menu li a {
	background:none;
	padding:7px 10px 9px 12px;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.header_v2 .sf-menu > li:hover > a, 
.header_v2 .sf-menu > li > a:hover, 
.header_v2 .sf-menu > li.current-menu-item > a {
	opacity:1;
	z-index:999;
}
.header_v2 .sf-menu ul li:hover {
	background:#222;
}
.header_v2 .sf-menu li.back {
	top:13px;
	border: 2px solid #ccc;
    border-radius:3px;
	display:none;

}

.header_v2 .sf-menu > li:before {
	content: "";
	color: #FFF;
	width: 100%;
	height: 0px;
	left: 0;
	top: 50%;
	border:solid 2px;
	border-radius: 3px;
	position: absolute;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity:0;
	-webkit-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.header_v2 .sf-menu > li:hover:before {
	height: 100%;
	border:solid 2px;
	opacity:1

}

.header_v2 .sf-menu li.special:before {
	border:solid 2px;
	opacity:1;
	height:100%;
}

.header_v2 .sf-menu li.back .left {
	border:0 !important;
}
.header_v2 .sf-menu li:hover ul, 
.header_v2 .sf-menu li.sfHover ul {
	top:32px;
	padding:0;
	-webkit-animation:fadeInUp 0.4s;
	animation:fadeInUp 0.4s;
}
.header_v2 .sf-menu li li:first-child {
	border-top:0
}

.magazine_header .sf-menu li:hover ul, .magazine_header .sf-menu li.sfHover ul {
	-webkit-animation:fadeIn 0.4s;
	animation:fadeIn 0.4s;
}

.header_v3 .sf-menu li.back .left {
	position:relative;
	width:auto !important;
	left:0
}
.header_v3 .sf-menu li:before {
	content:'';
}
.header_v3 .headdown .search input {
	-webkit-border-radius:2px;
	border-radius:2px;
}

.header_v4 .logo {
	float:none;
	margin-right:auto;
	margin-left:auto;
}
.header_v4 .sf-menu {
	float:none;
	margin:0 auto;
	text-align:center;
}
.header_v4 .sf-menu li {
	float:none;
	display:inline-block;
}
.header_v4 .sf-menu li li {
	text-align:left;
}
.header_v4 .sf-menu li:before {
	content:"";
}

.header_v4 .sf-menu li:hover ul, .header_v4 .sf-menu li.sfHover ul {
	-webkit-animation:fadeInRight 0.4s;
	animation:fadeInRight 0.4s;
}

.header_v5 .info {
	margin:12px 0 12px;
	font-size:12px;
}


.header_v6 .sf-menu a {z-index:999}
.header_v6 .sf-menu li.back {
	background:#FFF;
    border-radius:3px;
    height:24px !important;
    opacity:0.15;
    top:9px;
    z-index:1;
}
.header_v6 .sf-menu li:hover ul, .header_v6 .sf-menu li.sfHover ul {
	-webkit-animation:fadeInRight 0.4s;
	animation:fadeInRight 0.4s;
}
.header_v6 .sf-menu li.back .left {display:none}
.header_v6 .sf-menu li:before {content:''}
.header_v6 .sf-menu li li:first-child{border-top:0;}

.header_v7 .sf-menu { float:right	}
.header_v7 .social-head { 
	float:left;
	margin:6px 0 6px
}
.header_v7 .sf-menu li.back {
	top:0px
}
.header_v7 .sf-menu li.back .left {
	border-top:6px solid #FFF;
	border-bottom:0;
	margin-top:0 !important;
}
.header_v7 .sf-menu li:hover ul, .header_v7 .sf-menu li.sfHover ul {
	-webkit-animation:fadeInUp 0.5s;
	animation:fadeInUp 0.5s;
}
.header_v7 .sf-menu li li:first-child{border-top-color:#333}
.header_v7 .sf-menu li:before {content:""}
.header_v7 .sf-menu li li:first-child {border-top:none !important}

.header_v8 .sf-menu li{padding:0 16px;}
.header_v8 .sf-menu li li{padding:0;}

.header_v8 .sf-menu li.back {
	display:none;
}

.header_v10 .sf-menu{float:right}
.header_v10 .sf-menu li.special,.header_v11 .sf-menu li.special{
	border: 2px solid;
    border-radius: 4px;
    height: 100%;
    margin: -10px 0;
    opacity: 1;
    padding: 9px;
}
.header_v10 .sf-menu li.back {
	display:none;
}
.header_v9 .info {
	float:right;
	margin:12px 0 0 20px;
	font-size:11px
}

.header_v9 .social-head { 
	float:left;
	margin:8px 0 0;
}
.header_v9 .head {
	border-top:0
}

.my_sticky.sticky {
	position:fixed !important;
	z-index:1000;
	top:0;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.2);
}
.header_v8 arrow-down,.header_v9 arrow-down{background:#fff !important}

.my_sticky{-webkit-backface-visibility: hidden; backface-visibility: hidden}
.my_sticky.sticky .row {padding:0 40px}
.full .my_sticky.sticky {
	width:100%;
	left:0
}

.header_v2 .my_sticky.sticky .sf-menu, .header_v3 .my_sticky.sticky .sf-menu {margin:0}

.header_v10 .social-head {float:right}
.header_v10 .info {margin:12px 0;float:left}
.header_v10 .sf-menu li:hover ul, .sf-menu li.sfHover ul {top:10px}
.header_v10 .sf-menu li li:first-child {border-top:1px solid transparent}


.header_v12 .logo{margin-left:20px}
.full .header_v12{padding-top:1px;}
.header_v12 .head{
	margin: 30px auto;
	border-top:none;
	border-radius: 5px;
}
.full .header_v12 .head.my_sticky.sticky{margin-top:0;width:100%}
.header_v12 .head.my_sticky.sticky{margin-top:0;width:auto}
.header_v12 .sf-menu{margin:10px 5px 0 0;}


#header.overlay-header{position:absolute;z-index:99;width:1140px;}
.full #header.overlay-header{width:100%}


/*	Blog Post
----------------------------------------------------------------------*/
.btn-share {
	float:left;
	margin-right:10px;
}
.thumb-big img {
	border-radius:3px;
}
.thumb-medium {
	width:47%;
}
.thumb-medium img {
	border-radius:3px;
}
.thumb-small {
	width:32%;
}
.thumb-small img {
	border-radius:3px;
}

.content-half, .content-two-third{
	width:99%;
	}

.has-post-thumbnail .content-half {
	float:left;
	width:48%;
	padding-left:1%;
}

.has-post-thumbnail .content-two-third {
	float:left;
	width:63%;
	padding-left:1%;
}
.grid_7 .content-two-third {
	width:62%;
}

.iframe-thumb {
	border-radius:3px;
	overflow:hidden
}
.iframe-thumb iframe {
	width:100%;
}

.m-thumbnails .iframe-thumb iframe {
	height:190px !important;
}

.s-thumbnails .iframe-thumb iframe {
	height:130px !important;
}


.post,.search-results .posts .page{
	display:inline-block;
	position:relative;
	width:91.5%;
	padding:20px;
	margin:0 0 20px 0;
	border:solid 2px #aaa;
	border-radius:4px;
}
.two-column .post {
	width:49% !important;
	margin:0 1% 20px 0 !important;
}
.two-column .image-author {
	margin:-20px 10px 0;
}
.three-column .post {
	width:32.3% !important;
	margin:0 1% 20px 0 !important
}
.three-column .meta-more span{
	font-size:11px;
    margin-left:5px;
	}

.three-column .image-author {
	margin:13px 10px 5px;
	width:40px;
	height:40px
}
.post .tbutton, 
.two-column .tbutton, 
.three-column .tbutton {
	float:right
}
.post-format {
	float:left;
	margin-right:30px
}
.post-format .circle-radius {
	width:60px;
	height:60px;
	display:block;
	background-color:#F2F2F2;
	text-align:center
}
.post-format i {
	font-size:18px;
	margin:20px 0;
	left:37%;
	float:left;
	color:#A0A0A0;
	z-index:5;
	position:relative
}
.icon-heart:hover, .icon-heart-empty:hover {
	color:#EC4C4C
}

.meta-box {
	position:relative;
	z-index:99;
	display:inline-block;
	width:100%;
	margin:0 0 20px 0;
	color:#d4d4d4;

}
.image-author,.meta-box .avatar-80 {
	float:left;
	margin:-20px 20px 0 20px;
	border-radius:4px;
	width:80px;
	height:80px;
}
.comment-author .image-author{
	margin:0 20px 25px 0;
}
.image-author-big {
	border-radius:4px;
	width:100px;
	height:100px;
	
}
.author-box .image-author-big.fll{margin-bottom:0 !important;}
.author-box {
	display:inline-block;
	border:2px solid #aaa;
	padding:0;
	margin:0 0 40px 0;
	width:97%;
	border-radius:6px;
}
.author-box .author-details {
	float:left;
	width:73%;
	margin-top:15px;
}
.author-box h3 {
	font-size:18px
}
.author-box small {
	color:#C2C2C2;
	font-weight:normal;
	text-transform:none;
	font-size:11px;
}
.author-social {
	float:right;
}
.post-links {
	display:inline-block;
	border-bottom:1px solid #E6E6E6;
	padding:0 0 40px 0;
	margin:0 0 40px 0;
	width:100%;
}
.post-links a {
	margin-bottom:0;
	font-weight:bold;
	text-transform:uppercase;
	width:47%;
}
.post-links a.flr {
	text-align:right
}
.meta-box h3 {
	font-size:18px;
	font-weight:700;
	margin:18px 0 8px 0;
}
.meta-more a {
	color:#888;
}
.meta-more a:hover {
	color:#444;
}
.meta-more span {
	margin-left:20px
}
.meta-more span i {
	margin-right:5px
}
.meta-more span:first-child {
	margin-left:0
}
.post .blockquote-post {
	position:relative;
	background:#323232;
	color:#fff;
	padding:32px 32px 40px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.blockquote-post span {
	position:absolute;
	bottom:10px;
	right:20px;
	font-size:11px;
	color:#ddd;
}
.blockquote-post span a{color:#ddd}
.blockquote-post span a:hover{color:#FFF}

.pagination-tt ul ,.pagination{
	float:left;
	width:100%;
	text-align:center;
}
.pagination-tt ul li,.pagination span {
	display:inline-block;
	margin:0;
}
.pagination-tt ul li span,.pagination span {
	display:block;
	padding:10px 12px;
	border:solid 2px #aaa;
	color:#191919;
	font-weight:700;
	border-radius:3px;
	margin:0 2px;
}
.pagination-tt ul li a ,.pagination a span {
	display:block;
	background:#eee;
	padding:10px 12px;
	color:#191919;
	border-radius:3px;
	margin:0 2px;
	border:solid 2px #AAA;
	-webkit-border-radius:3px;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.pagination-tt ul li a:hover ,.pagination a:hover span{
	color:#fff;
	background:#191919
}
.pagination-tt .pages {
	float:right;
	padding:10px 12px;
	border-bottom:2px solid #F7F7F7;
	border-radius:3px;
	-webkit-border-radius:3px;
}

.pagination span,.pagination a span{display:inline-block}

.m-thumbnails h3 {
	margin:0px 0 8px 0;
	line-height:20px;
}

.m-thumbnails .format-quote h3,
.s-thumbnails .format-quote h3 {
	margin:18px 0 8px;
}

.m-thumbnails .iframe-thumb {
	width:47%
}
.s-thumbnails h3 {
	margin:0px 0 8px 0;
	line-height:20px;
}
.s-thumbnails .iframe-thumb {
	width:32%
}
.for-big {
	margin-top:14px !important
}

.blockquote, blockquote{
	font-family:'Philosopher', serif;
	font-size:16px;
	font-style:italic;
	text-shadow:1px 1px 3px transparent;
	color:#888;
	line-height:24px;
	margin:10px 20px;
	padding:20px;
	overflow:hidden;
	border-left:5px solid #E6E6E6
}
.blockquote.left {
	width:33%;
	float:left;
}
div.blockquote.right {
	width:33%;
	float:right;
}

.search-icons{float:left;width:10%}
.search-icons i{
	border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    font-size: 24px;
    line-height: 18px;
    margin: 15px 5px;
    padding: 15px;
	}
.content-two-third.search-result{width:89%;}
.search-result a.tbutton{float:right;margin: 10px 10px 0;}

.loop_box_one .first-post h3 {
	font-size:16px; 
	margin:20px 0 10px 0; 
	line-height:24px;
}
.loop_box_one .first-post {
	width:332px;
	float:left;
	margin-bottom:16px;
	padding-bottom:16px;
	border-bottom:1px solid #F5F5F5;
}
.loop_box_one .more-posts {
	width:333px;
	float:left;
	padding:0 0 20px 0;
	margin:0 0 20px 20px;
	border-bottom:1px solid #F5F5F5;
}
.loop_box_one.halflooper .more-posts {
	margin:0 0 20px 0;
}
.loop_box_one .more-posts h3 {
	font-size:12px;
}
.loop_box_one .box li h3 {
	text-transform:uppercase;
	font-size:16px;
	margin:32px 0 16px 0;
	line-height:24px;
}
.loop_box_one .first-post .post-thumbnail img {
	width:100%;
}
.loop_box_one .first-post .post-meta-ab {
	color:#CCC;
	font-size:11px;
	font-style:italic
}
.loop_box_one .first-post .post-meta-ab span:first-child {
	margin-left:0
}
.loop_box_one .first-post .post-meta-ab span {
	margin-left:20px
}
.loop_box_one .date i {
	padding-right:4px;
}
.loop_box_one .view i {
	padding-right:4px;
}
.loop_box_one .comments i {
	padding-right:4px;
}
.loop_box_one .more-posts:last-child {
	border-bottom:0px;
}
.loop_box_one .box .more-posts h3 {
	font-size:12px;
	margin:0 0 16px 0;
	line-height:20px;	
}
.loop_box_one .more-posts .post-thumbnail {
	float:left;
	width:100px;
	height:70px;
	margin:0 16px 0 0;
}
.loop_box_one .post-meta {
	font-size:11px;
	font-style:italic;
	color:#CCC;
}

h2.post-title{
	font-size:20px;
	}

/*Password post*/
.post-password-form{
	border: 2px solid #ddd;
    border-radius: 4px;
    padding: 15px 20px 10px;
	}
.post-password-form p{margin-bottom: 10px;}
.post-password-form input{
	border: 2px solid;
    border-radius: 4px;
    padding: 5px 10px;
	background:transparent;
	}
.post-password-form input[type="submit"]{cursor:pointer}	
.post-password-form input:focus,.post-password-form input:hover{background:#FFF;border-color:#999}



/*	li Scroll Breaking News
----------------------------------------------------------------------*/
.breaking-news-bar {
	padding:15px;
	border: 2px solid #aaa;
    border-radius: 4px;
}
.boxed .breaking-news-bar {
	background:none;
	box-shadow:none;
	border-bottom:1px solid #eee;
}
.newst i {
	padding-right:24px;
	font-size:14px;
	color:#707070;
}
.full .breaking-news-bar {
	margin:0;
}
.breaking-news-bar .row {
	width:1032px;
}
.breaking-news-bar .title {
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#E64343;
	padding:0 16px 0 0;
}
.tickercontainer { 
	height:18px;
	margin:0; 
	padding:0;
	overflow:hidden; 
	border-left:1px solid #D8D5D5;
}
.tickercontainer .mask { 
	height:18px;
	position:relative;
	margin:0;
	overflow:hidden;
}
ul.newsticker { 
	position:relative;
	left:550px;
	font:600 12px Verdana;
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:18px;
	color:#d3d3d3;
}
ul.newsticker li {
	float:left; 
	margin:0;
}
ul.newsticker a {
	white-space:nowrap;
	padding:0;
	font:bold 12px Verdana;
	margin:0 32px 0 0;
	color:#272727;
} 
ul.newsticker a:hover {
	color:#979797;
} 
ul.newsticker span {
	margin:0 10px 0 0;
} 

.text_block {
	background:#F7F7FA;
	padding:20px 30px;
}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

/*	Sidebar
----------------------------------------------------------------------*/
.widget {
	margin:0 0 40px 0
}
.widget iframe {
	width:100%
}
.widget .list li a, .widget .product-categories li a {
	display:block;
	border-bottom:1px solid #E6E6E6;
	line-height:32px;
	position:relative;
	-webkit-transition:border 0.2s ease;
	transition:border 0.2s ease;
}

.widget li a:before{
	font-family:FontAwesome;
	content:"-";
	margin-right:5px;
	font-weight:700;
	font-size:20px;
}

.widget ul li ul {
	padding-left:25px;
}
.widget ul li ul li:last-child {
	border-bottom:none;
}
.widget li{
	display:block;
	border-bottom:1px solid #E6E6E6;
    padding: 7px 0;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}

.widget li:hover{
	padding-left:10px;
	}
.widget .rsswidget img{
	float: left;
    margin: 2px 7px 0 0;
	}
.widget li .rssSummary{
	line-height:14px;
	margin-left:10px;
}
.widget li .rss-date {
	float:right;
	font-size: 11px;
	font-style: italic;
	color:#bbb;
	}
.widget li cite {
    display: block;
    font-size: 11px;
    padding: 0;
    text-align: right;
    width: 100%;
	float:none;
}

.widget li a span,.widget .product-categories li a span {
	float:right
}
.widget li.current a,.widget .product-categories li.current a{
	color:#191919;
	border-bottom:1px solid #ccc;
	font-weight:600
}
.widget p{
	margin:20px 0;
	}
.widget br{
	margin:0 0 10px;
	}
.widget img.wp-smiley{
	float:left;
	margin-right:5px;
	}

.widget select {
	border: 1px solid #DDDDDD;
    border-radius: 4px;
    color: #666666;
    padding: 7px;
    width: 100%;
	}	
	
.tabs-content li a:before,
.recent-portfolio li a:before{
	content:"";
	margin-right:0;
	}
.tabs-content li:hover,
.recent-portfolio li:hover{
	padding-left:0;
	}	
	
.widget .right-arrow a i {
	position:absolute;
	top:12px;
	right:0;
	display:none
}
.widget .right-arrow li.current a i {
	display:block
}
.widget .right-arrow a:hover i, .widget .right-arrow a:hover i {
	-webkit-animation:fadeInRight .5s;
	animation:fadeInRight .5s;
	display:block
}
.widget #searchwidget, #newsletters {
	position:relative;
}

.widget #searchwidget input, #newsletters input, .coupon_input {
	margin:0;
	padding:0 10px;
	line-height:24px;
	height:34px;
	border:1px solid #EBEBEB;
	background:#F7F7F7;
	border-radius:3px;
	font-size:11px;
	color:#A7A7A7;
	cursor:text;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.coupon_input {
	margin:0 0 10px 0;
	padding:10px 12px;
}
.coupon_button {
	float:right;
}
.widget #searchwidget input:focus, #newsletters input:focus, .coupon_input:focus {
	background:#fff;
	border:1px solid #C5C5C5;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
}
.widget #searchwidget:hover button, #newsletters:hover button {
	color:#191919;
}
.widget #searchwidget button, #newsletters button {
	position:absolute;
	top:6px;
	right:14px;
	background:none;
	border:0;
	color:#DDD;
	font-size:11px;
	cursor:pointer;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.widget #searchwidget button:hover, #newsletters button:hover {
	color:#666;
}
.widget.ads img {
	margin:0 auto
}
.newsletter_row #newsletters input {
	padding:0 20px;
	line-height:24px;
	height:42px;
	font-size:12px;
	width:400px;
}
.newsletter_row #newsletters button {
	top:10px;
	right:14px;
	font-size:14px;
}
.tags {}
.tags i {
	margin-right:4px
}
.tags a:before,
.widget_tag_cloud a:before,
.widget_thelaw_tags a:before,
.wp-tag-cloud li a:before,
.tagcloud a:before{
	content:"\f02b" !important;
	font-family:"FontAwesome";
	font-size:12px;
	padding-right:8px;
	}
.tags a,.tagcloud a {
	border:2px solid #AAA;
	color:#696969;
	padding:6px 10px;
	margin:0 0px 4px 0;
	font-size:13px !important;
	display:inline-block;
	border-radius:4px;
	-webkit-transition:all .2s ease;
	transition:all .2s ease;
}
.tags a:hover,.tagcloud a:hover {
	color:#000;
	text-decoration:none !important;
}
.extrabox .tags a {
	border:1px solid #464646;
	color:#8A8A8A;
	padding:5px 8px;
}
.extrabox .tags a:hover  {
	border:1px solid #929292;
	color:#CECECE;
}
.tab-content-items li {
	width:100%;
	display:block;
	padding:20px 0 0 0;
	margin:20px 0 0 0;
	border-top:1px solid #CCC;
}
.tab-content-items li:first-child {
	padding:0;
	margin:0;
	border-top:0
}
.tab-content-items .post-thumbnail {
	float:left;
	width:60px;
	height:60px;
	margin:0 10px 0 0;
}
.tab-content-items h3 {
	font-size:12px;
	line-height:18px;
	font-weight:400;
	font-family:Tahoma, Arial;
}
.tab-content-items .post-meta {
	font-size:11px;
	text-align:right
}
.tab-content-items span{
	margin-left:10px
}
.tab-content-items i {
	margin-right:4px
}

.side-navigation {
	margin:0 0 30px 0;
	padding:0;
	box-shadow:0 2px 3px rgba(0,0,0,0.02);
	list-style:none;
	background:#fff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(2%,#ffffff), color-stop(100%,#fbfbfb));
	background:-webkit-linear-gradient(top,  #ffffff 2%,#fbfbfb 100%);
	background:linear-gradient(to bottom,  #ffffff 2%,#fbfbfb 100%);
	border-top:1px solid #e2e2e2;
}
.side-navigation a {
	display:block;
	position:relative;
	padding:7.5px 16px;
	border:1px solid #e2e2e2;
	border-top:none;
	-webkit-transition:color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition:color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.side-navigation a.active {
	margin-top:-1px;
	border-color:#191919;
	background:#191919;
	color:#fff;
}




.parallax {
	/*background-attachment:fixed;*/
	background-position:50% 0;
	background-repeat:repeat;
	position:relative;
	/*background-size:cover;*/
}

/*	Testimonials
----------------------------------------------------------------------*/
.testimonial-wrapper {
	margin-bottom:32px;
}
.testimonial {
	color:#373737;
	border:solid 2px;
	margin-bottom:14px;
	padding:24px 28px;
	position:relative;
	border-radius:4px;
	float:left;

}
.testimonials li{margin:1px}

.testimonial p{
	margin-bottom:0;
	}
	
p.testi-details  {
	float:left;
	width:100%;
	text-align:center;
}

.testimonials .flex-direction-nav{top:0;right:0 !important;bottom:auto !important;}
.testimonial-arrow {
	border: solid 2px;
    width: 8px;
    height: 8px;
    transform: rotate(135deg);
    position: absolute;
    bottom: -6px;
    border-width: 2px 2px 0 0;
    background: #fff;
    left: 49%;
}
.testimonial-arrow2 {
	border-color:#f3f3f3 transparent transparent transparent;
	border-style:solid;
	border-width:20px 20px 0 0;
	height:0;
	width:0;
	position:absolute;
	bottom:-20px;
	left:20px;
}
.testimonial-s strong {
	display:block;
}
.testimonial-s .testimonial-details {
	display: block;
    float: left;
    font-size: 11px;
    font-style: italic;
    width: 100%;
    margin: 10px 0 0;
}
.testimonial-details2 {
	padding:10px 0 0 10px;
	display:inline-block;
}
.testimonial-details2 strong {
	display:inline-block;
}
.client-avat {
	margin: auto;
    border: solid 2px;
    border-radius: 5px;
    width: 80px !important;
}
.dark .testimonial {
	color:#fff;
	background-color:#000 !important;
	border-color:#000;
}
.dark .testimonial p {
	text-shadow:none;
}
.dark  .testimonial-arrow {
	border-color:#000 transparent transparent transparent;
	background:#000;
}
.dark .testimonial-arrow2 {
	border-color:#000 transparent transparent transparent;
}
.dark.testimonials .owl-carousel .owl-item img{border-color:#000;}

/* 	Testimonials Slides
----------------------------------------------------------------------*/


.testimonials .owl-carousel .owl-controls .owl-nav .owl-next{
	right:auto;
	left:36%;
	top:59%;
	}

.testimonials .owl-carousel .owl-controls .owl-nav .owl-prev{
	right:36%;
	top:59%;
	}
		
/*	Accordion, Toggle
----------------------------------------------------------------------*/
.accordion-head,
.toggle-head,
.wpb_toggle,.wpb_accordion_header {
	background:transparent !important;
	padding:10px 20px;
	margin:8px 0 !important;
	font-size:14px !important;
	cursor:pointer;
	border:solid 2px #ddd;
	border-radius:4px;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	
}

.accordion-head a,
.toggle-head a,
.wpb_toggle a,.wpb_accordion_header a {
	color:#666;
	}

.ui-accordion-header-icon{
	top:13px !important;
	right:13px !important;
	}
.wpb_accordion_header {
	padding:5px 10px !important;
}
.accordion-head i,
.toggle-head i {
	padding-right:8px;
}
.sub-accordion:first-child .accordion-head,
.sub-toggle:first-child .toggle-head {
	margin:0;
}
.accordion-head:hover,
.toggle-head:hover {
	border-bottom:1px solid #ccc;
}

.active .accordion-content,
.active .toggle-content {
	border:0;
	-webkit-animation:bounceIn 0.8s;
	animation:bounceIn 0.8s
}
.active .icon-minus-sign {
	-webkit-animation:fadeInUp 1s;
	animation:fadeInUp 1s
}
.active .icon-plus-sign {
	-webkit-animation:fadeInDown 1s;
	animation:fadeInDown 1s
}
.accordion-content,
.toggle-content,.wpb_accordion_content {
	padding:16px;
	overflow:hidden;
}
.accordion-head-sign,
.toggle-head-sign {
	float:left;
	margin:0 10px 0 -10px;
	cursor:pointer;
}
.accordion-head-sign i,
.toggle-head-sign i {
	padding:0;
	margin:0;
}

/*	Tabs
----------------------------------------------------------------------*/
.tabs {
	display:block;
	padding:0;
	list-style:none;
}
.tabs li, .wpb_tabs_nav li {
	display:block;
	width:auto;
	padding:0;
	float:left;
	margin:0 2px 0 0 !important;
	border-bottom:none;
	background:none !important;
}


.tabs li a,.wpb_tabs_nav li a {
	display:block;
	padding:10px 17px !important;
	margin:0 0 -2px -3px !important;
	font-size:12px;
	cursor:pointer;
	color:#888;
	border:2px solid #E6E6E6;
	border-left:0;
	border-bottom:0;
	outline:none;
}
.grid_3 .tabs li a {
	padding:10px 16px;
}
.tabs li:first-child a,.wpb_tabs_nav li:first-child a {
	margin:0 0 -2px 0 !important;
	border-left:2px solid #E6E6E6;
}
.tabs li a:hover {
	
}
.tabs li a.active,.wpb_tabs_nav li.ui-tabs-active a {
	border:2px solid #CACACA;
	border-top:3px solid;
	border-bottom:2px solid #FFF !important;
	color:#444;
	font-weight:700;
	background:#FFF;
}
.wpb_tour .wpb_tabs_nav{width:23%}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab{width:77%}
.wpb_tour .wpb_tabs_nav li {float:none}
.wpb_tour .wpb_tabs_nav li a{border:solid 2px #e6e6e6 !important;margin:0 0 -2px !important;position:relative;width:auto;white-space:normal}
.wpb_tour .wpb_tabs_nav li:first-child a{border-radius:4px 0 0 0;}
.wpb_tour .wpb_tabs_nav li:last-child a{border-radius:0 0 0 4px;}
.wpb_tour .wpb_tabs_nav li.ui-tabs-active a{border-right-color:#FFF !important;}
.wpb_tour .wpb_tab{border:solid 2px #e6e6e6 !important;padding:30px !important;margin-left:-2px !important}
.wpb_tour .vc_row,.wpb_tour p{margin-bottom:0 !important}

.wpb_prev_slide, .wpb_next_slide,.wpb_tour_next_prev_nav {display:none !important}


.widget_thelaw_combo_tabs .tabs li{}
.widget_thelaw_combo_tabs .tabs li a{padding:10px 17px;}
.widget_thelaw_combo_tabs .tabs li:last-child{float: right;margin: 0 0 0 -2px;}
.widget_thelaw_combo_tabs .tabs li:last-child a{padding: 10px 14px !important;}


.widget_thelaw_combo_tabs .tabs li a{padding:10px 17px;}
.widget_thelaw_combo_tabs .tabs li:last-child{float: right;margin: 0 0 0 -2px;}
.grid_3 .widget .tabs li a{
	padding: 10px 7px !important;
	font-size:11px;
}

.grid_3 .widget .tabs li:last-child a{
	padding: 10px 9px !important;
}

.footer_widget.widget_thelaw_combo_tabs.grid_3 .tabs li a{padding:10px;}
.footer_widget.widget_thelaw_combo_tabs.grid_3 .tabs li:last-child a{padding: 10px 11px;}
.footer_widget .tabs li:first-child a {border-left: 1px solid #666;}
.footer_widget .tabs li a {border-color:#666;}
.footer_widget .tabs li a.active{background:#000;border-bottom-color:#000}
.footer_widget .tabs-content{background:#000 !important;border-color:#666}
.footer_widget .tabs-content li{border-bottom: 1px solid #333333;padding: 6px 0;}


.tabs-content,.wpb_tab {
	padding:16px;
	display:block;
	list-style:none;
	border:2px solid #ccc;
	background:#FFF !important;
	border-radius:0px 4px 4px 4px;
	}

.tabs-content > li {
	display:none;
}
.tabs-content > li.active{
	display:block;
	overflow:hidden;
	-webkit-animation:fadeInUp 0.4s;
	animation:fadeInUp 0.4s;
}
.tabs:before,
.tabs:after {
	content:'\0020';
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.tabs:after {
	clear:both;
}

.tabs-content li:last-child {border-bottom:none;}

.widget .tabs-content ul{padding:0 10px}
.widget .tabs-content .post-thumbnail a{}
.widget .tabs-content .post-thumbnail{display: inline-block;}
.widget .tabs-content .mostcommented a{}	
.widget .tabs-content .post-thumbnail img{
	border: 2px solid #DDDDDD;
    border-radius: 3px;
    float: left;
    margin-right: 10px;
    padding: 4px;
	}
.widget .mostcommented li{padding:10px 0 20px 0}

.widget .tabs-content span.date{
	color: #999;
    font-size: 10px;
    font-style: italic;
	}

.footer_widget .recent-portfolio{margin:0}
.recent-portfolio ul {padding-bottom:5px;}
.recent-portfolio ul li {
	margin-right:15px;
    width: 29%;
	border:none;
	margin-bottom:15px;
	display:inline-block;
	padding:0;
	}
.grid_3 .recent-portfolio ul li {width: 26%;margin-bottom:4px;}
.footer_widget.grid_3 .recent-portfolio ul li {width: 28%; margin: 0 10px 10px 0;}

.recent-portfolio ul li .post-thumbnail{position:relative}
.recent-portfolio ul li:nth-child(3n) {margin-right:0}

a.mini-thumb img{
	border: 2px solid #AAA;
    border-radius: 3px;
    padding: 4px;
    width: 90px;
	}
a.mini-thumb img:hover{

	}
.footer_widget a.mini-thumb img{
	border: 1px solid #000;
    border-radius: 3px;
    padding:0;
    width: 90px;
	}
.footer_widget a.mini-thumb img:hover{
	border: 1px solid #666;
	box-shadow:none;
	}	


.vert-tab {
	border-bottom:0px;
	text-align:right;
}
.vert-tab li {
	float:none;
}
.vert-tab a {
	padding:8px 10px !important;
	border:0 !important;
	border-right:1px solid #DFDFDF !important;
	background:none !important;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
}
.vert-tab a:hover {
	color:#47C0FF;
}
.vert-tab a.active {
	border:1px solid #DFDFDF !important;
	border-bottom:1px solid #DFDFDF !important;
	border-right:0 !important;
	box-shadow:-3px 0 5px rgba(39, 39, 39, 0.1) !important;
	color:#47C0FF;
}
.vert-content {
	padding:0 0 0 16px !important;
	border:0;
}

.tabs i{margin-right:7px}
/* 	Revolution Slider
----------------------------------------------------------------------*/
.sliderr {
	overflow:hidden;
	background:#f5f5f5;
}

/* 	Roundabout Slider
----------------------------------------------------------------------*/
.roundabout {
	margin:30px 0 0;
	}

.roundabout ul {
	list-style:none;
	padding:0;
	margin:0 auto;
	width:810px;
	max-width:1000px;
	height:260px;
}
.roundabout li {
	position:relative;
	width:460px;
	background-color:#ccc;
	text-align:center;
	cursor:pointer;
	box-shadow:0px 20px 20px -20px #000;
	border-radius:4px;
}
.roundabout li img {
	border-radius:4px;
}
.roundabout li.roundabout-in-focus {
	cursor:default;
}


/* 	3D Slicebox Slider
----------------------------------------------------------------------*/
.myslicebox {
	position:relative;
	margin:30px auto 0;
	width:1060px;
 
}
.sb-slider {
	margin:10px auto;
	position:relative;
	overflow:hidden;
	width:100%;
	list-style-type:none;
	padding:0;
	z-index:2;
}

.sb-slider.sbrad {
	border-radius:4px;
}

.sb-slider.sbborder {
	border:solid 1px #ccc;
}
.sb-slider li {
	margin:0;
	padding:0;
	display:none;
}
.sb-slider li > a {
	outline:none;
}
.sb-slider li > a img {
	border:none;
}
.sb-slider img {
	max-width:100%;
	display:block;
}
.sb-slider h3 {
	padding:10px 20px;
	text-transform:uppercase;
	font-size:18px;
	bottom:10px;
	left:25px;
	right:25px;
	z-index:1000;
	position:absolute;
	color:#fff;
	-webkit-animation:lightSpeedIn 1s 1;
	-moz-animation:lightSpeedIn 1s 1;
	-ms-animation:lightSpeedIn 1s 1;
	-o-animation:lightSpeedIn 1s 1;
	animation:lightSpeedIn 1s 1;
}
.sb-slider.sbrad h3 {border-radius:4px;}

.sb-slider h3 span {
	float:left;
	clear:both;
	font-size:12px;
	width:100%;
}
.sb-slider li.sb-current .sb-description {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);	
	opacity:1;
}
.sb-slider li.sb-current .sb-description:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter:alpha(opacity=99);	
	background:rgba(190,176,155, 0.7);
}
.sb-perspective {
	position:relative;
}
.sb-perspective > div {
	position:absolute;

	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-o-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;

	-webkit-backface-visibility :hidden;
	-moz-backface-visibility :hidden;
	-o-backface-visibility :hidden;
	-ms-backface-visibility :hidden;
}
.sb-side {
	margin:0;
	display:block;
	position:absolute;
	-moz-backface-visibility :hidden;
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-o-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
}
.shadow {
	width:980px;
	height:168px;
	margin:-125px auto 0;
	position:relative;
	background:transparent url(images/3d-slider/shadow.png) no-repeat bottom center;
	background-size:100% 100%; /* stretches it */
	z-index:0;
	display:none;
}
.nav-arrows {
	display:none;
	z-index:999;
}
.nav-arrows a {
	color:#fff;
	font-size:24px;
	padding:8px 16px;
	display:block;
	position:absolute;
	top:52%;
	left:25px;
	cursor:pointer;
	margin-top:-40px;
	opacity:0.4;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-ms-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
	z-index:999;
}
.nav-arrows.sbrad a {border-radius:3px;}
.nav-arrows a:first-child{
	left:auto;
	right:25px;
}
.nav-arrows a:hover {
	opacity:1;
	color:#fff;
}
.nav-arrows a i:before{
	line-height:22px;
	margin:0;
	color:#fff;
	}

.myslicebox:hover .nav-arrows {
	display:block;

}
/* 	Nivo Slider
----------------------------------------------------------------------*/
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	border-radius:4px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width:none;
}
.nivo-main-image {
	display:block !important;
	position:relative !important; 
	width:100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding:10px 20px;
	opacity:0.8;
	overflow:hidden;
	display:none;
	-moz-opacity:0.8;
	filter:alpha(opacity=0.8);
	-webkit-box-sizing:border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing:border-box;    /* Firefox, other Gecko */
	box-sizing:border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding:15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


/* 	Flex Customization
----------------------------------------------------------------------*/
.full .big-slider {
	margin:40px auto;
	width:1060px;
}
.big-slider .flex-direction-nav a {
	bottom:10% !important;
	top:auto !important;
	opacity:.6 !important;
	padding:8px 14px;
	background-color:#191919;
	border-radius:0 !important;
}
.big-slider .flex-direction-nav a:hover {
	opacity:1 !important;
}
.big-slider .flex-direction-nav a i {
	color:#FFF;
	font-size:18px;
}
.big-slider .flex-direction-nav .flex-next {
	right:-10px !important;
	border-left:1px solid rgba(236, 236, 236, 0.3);
}
.big-slider .flex-direction-nav .flex-prev {
	right:25px !important;
	left:auto !important;
	border-top-left-radius:3px !important;
	border-bottom-left-radius:3px !important;
	border-right:1px solid rgba(119, 119, 119, 0.3);
}
.big-slider .flex-direction-nav .flex-next:before {
	content:"";
	border-style:solid;
	border-width:0 10px 10px 0px;
	border-color:rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #575757 rgba(0, 0, 0, 0);
	height:0px;
	position:absolute;
	right:0px;
	top:-10px;
	width:0px;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg);
}
.big-slider h3,
.big-slider p {
	border-radius:4px;
	color:#FFF;
	display:none;
	text-shadow:1px 1px 1px rgba(0,0,0,.6);
	left:5%;
	position:absolute;
}
.big-slider h3 {
	bottom:16%;
	font-size:30px;
	padding:10px 15px;
	font-weight:normal;
	text-transform:uppercase;
}
.big-slider p {
	bottom:10%;
	padding:6px 10px;
}

.big-slider .firstly h3,
.big-slider .firstly p {
	display:block
}
.big-slider .flex-active-slide h3.effect {
	-webkit-animation:fadeInDown 1.2s 1;
	animation:fadeInDown 1.2s 1;
}
.big-slider .flex-active-slide p.effectt {
	-webkit-animation:fadeInUp 1.3s 1;
	animation:fadeInUp 1.3s 1;
}

.flex-viewport{border-radius:4px;border:solid 2px;}

/* 	Flex Slider
----------------------------------------------------------------------*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline:none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin:0; padding:0; list-style:none;} 
.boxed .flex-direction-nav, .boxed-margin .flex-direction-nav {position:absolute;right:25px;bottom:20px} 
.boxed .big-slider .flex-direction-nav .flex-next:before, .boxed-margin .big-slider .flex-direction-nav .flex-next:before{display:none}
.boxed .big-slider .flex-direction-nav a.flex-next, .boxed-margin .big-slider .flex-direction-nav a.flex-next{border-radius:0 3px 3px 0 !important;}

/* FlexSlider Necessary Styles */ 
.flexslider {margin:0; padding:0;}
.flexslider .slides > li {display:none; -webkit-backface-visibility:hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {display:block; width:100%;height:auto}
.flex-pauseplay span {text-transform:capitalize;}

/* Clearfix for the .slides element */
.slides:after {content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0;} 
html[xmlns] .slides {display:block;} 
* html .slides {height:1%;}

/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display:block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {margin:0 0 60px 0; background:#fff; border:4px solid #fff; position:relative; -webkit-border-radius:4px; -moz-border-radius:4px; -o-border-radius:4px; border-radius:4px; box-shadow:0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow:0 1px 4px rgba(0,0,0,.2); -moz-box-shadow:0 1px 4px rgba(0,0,0,.2); -o-box-shadow:0 1px 4px rgba(0,0,0,.2);}
.testimonials.flexslider {background:none;}
.flex-viewport {max-height:2000px; -webkit-transition:all 1s ease; -moz-transition:all 1s ease; transition:all 1s ease;}
.loading .flex-viewport {max-height:300px;}
.carousel li {margin-right:5px}

/* Direction Nav */
.flex-direction-nav a {margin:-20px 0 0; display:block;background-color:#272727; padding:8px; position:absolute; top:50%; cursor:pointer; opacity:0; -webkit-transition:all .3s ease;
	border-radius:3px;
	-webkit-border-radius:3px;
}
.flex-direction-nav a:hover {background-color:#696969;}
.flex-direction-nav a i {color:#fff;}
.flex-direction-nav a:hover i {color:#FFF;}
.flex-direction-nav .flex-next {background-position:100% 0; right:-36px; }
.flex-direction-nav .flex-prev {left:-36px;}
.flexslider:hover .flex-next {opacity:0.8; right:8px;}
.flexslider:hover .flex-prev {opacity:0.8; left:8px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity:0.8;}
.flex-direction-nav .flex-disabled {opacity:0.3 !important; cursor:default;}

/* Control Nav */
.flex-control-nav {position:absolute; text-align:center;right:20px;bottom:10px;}
.flex-control-nav li {margin:0 6px; display:inline-block;}
.flex-control-paging li a {background-color:#BDBEC4;width:8px; height:8px; display:block; cursor:pointer; text-indent:-9999px; -webkit-border-radius:20px; -moz-border-radius:20px; -o-border-radius:20px; border-radius:20px; box-shadow:inset 0 0 3px rgba(0,0,0,0.3);}
.m-thumb .flex-control-paging li a:hover { background:#333; background:rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background-color:#696969; cursor:default; }

.flex-control-thumbs {margin:5px 0 0; position:static; overflow:hidden;}
.flex-control-thumbs li {width:25%; float:left; margin:0;}
.flex-control-thumbs img {width:100%; display:block; opacity:.7; cursor:pointer;}
.flex-control-thumbs img:hover {opacity:1;}
.flex-control-thumbs .flex-active {opacity:1; cursor:default;}

@media screen and (max-width:860px) {
	.flex-direction-nav .flex-prev {opacity:1; left:0;}
	.flex-direction-nav .flex-next {opacity:1; right:0;}
}

/**	Overwrite original style     **/
.flexslider {
	margin:0 ;
	border:none;
	position:relative;
	-webkit-border-radius:0px;
	border-radius:0px;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
}
/**	Control nav	**/
.flex-control-nav li {
	padding:4px;
	margin:0;
}
.flexslider.position-nav-under .flex-control-nav {
	position :absolute;
	top:4px;
	right:4px;
}
.testimonial-wrapper .flex-control-nav {
	position :absolute;
	bottom:4px;
	right:4px;
}
.flexslider.flexslider.position-nav-under {
	margin-bottom:0px;
}
.flexslider.position-nav-bottom .flex-control-nav {
	position :absolute;
	bottom:9px;
}
.flexslider.position-nav-top .flex-control-nav {
	position :absolute;
	top:9px;
}
.color-nav-dark .flex-control-paging li a {
	background-color :#A7A7A7;
	background-color:rgba(236, 236, 236, 0.3);
	box-shadow:inset -1px 1px 1px rgba(0,0,0,0.5);
}
.color-nav-dark .flex-control-paging li a:hover, .color-nav-dark .flex-control-paging li a.flex-active {
	background-color:#618BD3
}
.color-nav-light .flex-control-paging li a {
	background-color :#999;
	background-color:rgba(255,255,255,0.55);
	box-shadow:inset -1px 1px 1px rgba(0,0,0,0.5);
}
.color-nav-light .flex-control-paging li a:hover {
	background-color:#bbb;
	background-color:rgba(255,255,255,0.70);
}
.color-nav-active-black .flex-control-paging li a.flex-active {
	background-color:#111;
}
.color-nav-active-green .flex-control-paging li a.flex-active {
	background-color:#359BED;
}
.color-nav-active-orange .flex-control-paging li a.flex-active {
	background-color:#ec6104;
}
.flex-active {
	background-color:#fff;
}
.color-nav-active-red .flex-control-paging li a.flex-active {
	background-color:#c61013;
}
.color-nav-active-white .flex-control-paging li a.flex-active {
	background-color:#fff;
}

/**	Slide theme 	**/
.flex-slide-theme-horizontal {
	margin-top:25px;
	margin-bottom:30px;
	border-left:1px solid #555;
	border-right:1px solid #555;
	border-color:rgba(0,0,0,0.6);
}
.flex-slide-theme-horizontal .slide-theme {
	display:block;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	width:100%;
	z-index:-1;
}
.flex-slide-theme-horizontal .slide-theme-side {
	display:block;
	height:26px;
	position:absolute;
	width:45px;
}
.flex-slide-theme-horizontal .slide-theme-side.slide-bottom-left {
	background-position:-2px -28px;
	bottom:-26px;
	left:-1px;
}
.flex-slide-theme-horizontal .slide-theme-side.slide-top-left {
	background-position:-2px 0px;
	top:-26px;
	left:-1px;
}
.flex-slide-theme-horizontal .slide-theme-side.slide-bottom-right {
	background-position:-64px -28px;
	bottom:-26px;
	right:-2px;
}
.flex-slide-theme-horizontal .slide-theme-side.slide-top-right {
	background-position:-64px 0px;
	top:-26px;
	right:-2px;
}
.flex-slide-theme-vertical {
	margin-left:25px;
	margin-right:25px;
	border-top:1px solid #555;
	border-bottom:1px solid #555;
	border-color:rgba(0,0,0,0.6);
}
.flex-slide-theme-vertical .slide-theme {
	display:block;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	width:100%;
	z-index:-1;
}
.flex-slide-theme-vertical .slide-theme-side {
	display:block;
	height:40px;
	position:absolute;
	width:25px;
}
.flex-slide-theme-vertical .slide-theme-side.slide-bottom-left {
	background-position:-111px -13px;
	bottom:-1px;
	left:-25px;
}
.flex-slide-theme-vertical .slide-theme-side.slide-top-left {
	background-position:-167px -16px;
	top:-1px;
	left:-25px;
}
.flex-slide-theme-vertical .slide-theme-side.slide-bottom-right {
	background-position:-139px -13px;
	bottom:-1px;
	right:-25px;
}
.flex-slide-theme-vertical .slide-theme-side.slide-top-right {
	background-position:-195px -16px;
	top:-1px;
	right:-25px;
}

/**	Custom theme	**/
.theme-border-radius-01, .theme-border-radius-01 ul.slides li img {
	-webkit-border-radius:4px;
	border-radius:4px;
}
.theme-border-radius-01.position-caption-bottom-left .flex-caption, .theme-border-radius-01.position-caption-bottom-right .flex-caption, .theme-border-radius-01.position-caption-bottom-centered .flex-caption {
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}
.theme-border-radius-01.position-caption-top-left .flex-caption, .theme-border-radius-01.position-caption-top-right .flex-caption, .theme-border-radius-01.position-caption-top-centered .flex-caption {
	-webkit-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}

.theme-border-radius-02, .theme-border-radius-02 ul.slides li img {
	-webkit-border-radius:8px;
	border-radius:8px;
}
.theme-border-radius-02.position-caption-bottom-left .flex-caption, .theme-border-radius-02.position-caption-bottom-right .flex-caption, .theme-border-radius-02.position-caption-bottom-centered .flex-caption {
	-webkit-border-radius:0 0 8px 8px;
	border-radius:0 0 8px 8px;
}
.theme-border-radius-02.position-caption-top-left .flex-caption, .theme-border-radius-02.position-caption-top-right .flex-caption, .theme-border-radius-02.position-caption-top-centered .flex-caption {
	-webkit-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;
}

.theme-border-radius-03, .theme-border-radius-03 ul.slides li img {
	-webkit-border-radius:12px;
	border-radius:12px;
}
.theme-border-radius-03.position-caption-bottom-left .flex-caption, .theme-border-radius-03.position-caption-bottom-right .flex-caption, .theme-border-radius-03.position-caption-bottom-centered .flex-caption {
	-webkit-border-radius:0 0 12px 12px;
	border-radius:0 0 12px 12px;
}
.theme-border-radius-03.position-caption-top-left .flex-caption, .theme-border-radius-03.position-caption-top-right .flex-caption, .theme-border-radius-03.position-caption-top-centered .flex-caption {
	-webkit-border-radius:12px 12px 0 0;
	border-radius:12px 12px 0 0;
}

.theme-border-radius-04, .theme-border-radius-04 ul.slides li img {
	-webkit-border-radius:24px;
	border-radius:24px;
}
.theme-border-radius-04.position-caption-bottom-left .flex-caption, .theme-border-radius-04.position-caption-bottom-right .flex-caption, .theme-border-radius-04.position-caption-bottom-centered .flex-caption {
	-webkit-border-radius:0 0 24px 24px;
	border-radius:0 0 24px 24px;
}
.theme-border-radius-04.position-caption-top-left .flex-caption, .theme-border-radius-04.position-caption-top-right .flex-caption, .theme-border-radius-04.position-caption-top-centered .flex-caption {
	-webkit-border-radius:24px 24px 0 0;
	border-radius:24px 24px 0 0;
}
.theme-border-01 ul.slides {
	padding:2px;
}
.theme-border-02 {
	padding:4px;
}
.theme-border-03 ul.slides {
	padding:7px;
}
.theme-border-04 ul.slides {
	padding:10px;
}
.theme-shadow-normal {
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.6);
	box-shadow:0 1px 4px rgba(0,0,0,0.6);
}
.theme-shadow-large {
	-webkit-box-shadow:0 1px 15px rgba(0,0,0,0.4);
	box-shadow:0 1px 15px rgba(0,0,0,0.4);
	margin:10px;
}
/** Custom CSS by JoomSpirit **/
.flexslider {
	overflow:visible !important;
}
.flexslider ul.slides {
	background-color:transparent;
}
.flexslider .slides > li {
	position:relative;
}
.flexslider ul.slides li a {
	display:block;
}
.flexslider .flex-caption {
	position :absolute ;
	left:0;
	margin:20px;
	padding:10px 10px;
	z-index:10;
}
.flexslider ul.slides li a, .flexslider ul.slides li a:hover {
	color :inherit;
}
.flexslider ul.slides li .flex-caption a {
	display:inline;
	color:#359BED;
}
.flexslider ul.slides li .flex-caption a:hover {
	color :inherit;
	text-decoration:underline;
}
.flexslider ul.slides li a .flex-caption:hover {
	text-decoration:none;
	color :inherit;
	cursor:pointer;
}
.flexslider.position-caption-bottom-left .flex-caption{
	bottom:0;
	text-align:left;
}
.flexslider.position-caption-bottom-right .flex-caption {
	bottom:0;
	text-align:right;
}
.flexslider.position-caption-bottom-centered .flex-caption {
	bottom:0;
	text-align:center;
}
.flexslider.position-caption-top-left .flex-caption {
	top:0;
	text-align:left;
}
.flexslider.position-caption-top-right .flex-caption {
	top:0;
	text-align:right;
}
.flexslider.position-caption-top-centered .flex-caption {
	top:0;
	text-align:center;
}
.flexslider.bg-caption-black-00 .flex-caption {
	background-color :#000;
	background-image :none;
}
.flexslider.bg-caption-white-00 .flex-caption {
	background-color :#fff;
	background-image :none;
}
.flexslider.bg-caption-white-09 .flex-caption, .flexslider.bg-caption-black-09 .flex-caption {
	background-color :transparent;
	background-image :none;
}
.flexslider.bg-caption-black-02 .flex-caption {
	background:black;
	opacity:0.8;
}
.projectslider .flex-direction-nav .flex-next {
	background-position:100% 0;
	right:10px !important;
	bottom:10px !important;
	top:auto;
}
.projectslider .flex-direction-nav .flex-prev {
	left:10px !important;
	bottom:10px !important;
	top:auto;
}
.projectslider .flex-direction-nav a {
	padding:8px 14px !important;
	font-size:20px !important;
	background-color:transparent;
	opacity:.5;
	color:#aaa;
}

.projectslider .flex-direction-nav a:hover i {color:#FFF;}

.from-blog {
	margin:0;
	padding:0;
	list-style-type:none;
}

.from-blog li {
	padding:0;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
	border-bottom:3px solid #ccc;
	position:relative;
}
.anyClass .from-blog li {
	width:248px;
}

.ie8 .from-blog li:hover {
	border:1px solid #000;
}
.from-blog .detailes {
	text-align:left;
	padding:20px 20px 8px;
	display:block;
	height:100%;
}
.grid_8 .from-blog .grid_3 .detailes{font-size: 10px;padding: 15px;}

.from-blog .detailes h5 {
	margin:0;
	padding:0 0 10px;
	font-size:16px;
}
.from-blog .detailes h5 a {
	color:#000;
}
.from-blog .detailes a {
	color:#BFBFBF;
}
.from-blog .detailes a:hover, .from-blog .detailes h5 a:hover {
	color:#696969;
}
.from-meta {
	float:right;
	margin:0 0 10px 0;
}
.from-meta a {
	margin:0 0 0 8px;
}

.from-blog .dtrbn,.uowl .dtrbn{
	background: none repeat scroll 0 0 #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    left: -150px;
    position: absolute;
    text-align: center;
    top: -50px;
    transform: rotate(-45deg);
    width: 200px;
    z-index: 99;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
	}
.from-blog li:hover .dtrbn,.uowl:hover .dtrbn{
    left:-70px;
    top:20px;
	}

.anyClass .carpor1 li{width:96.5%}
.anyClass .carpor2 li{width:46.8%}
.anyClass .carpor3 li{width:30.7%}
.vc_col-sm-12 .anyClass .carpor2 li{width:48.3%}
.vc_col-sm-12 .anyClass .carpor3 li{width:31.5%}




.anyClass .from-blog.carblog1 li{width:96.5%}
.anyClass .from-blog.carblog2 li{width:46.8%}
.anyClass .from-blog.carblog3 li{width:30.7%}
.vc_col-sm-12 .anyClass .from-blog.carblog2 li{width:48.3%}
.vc_col-sm-12 .anyClass .from-blog.carblog3 li{width:31.5%}


/*	Comments
----------------------------------------------------------------------*/

ul.comment-list {
	margin:40px 0 0 ;
}
ul.comment-list li {
	float:left;
	width:100%;
	min-height:120px;
	list-style:none;
}
ul.comment-list li ul li{min-height:1px}
ul.comment-list li:after {

	}
ul.children {
	padding-left:80px;
}

ul.comment-list li.depth-1{
	border-bottom:1px solid #DDD;
    margin-bottom:30px;
    padding-bottom:10px;
	}
ul.comment-list li.depth-2,
ul.comment-list li.depth-3,
ul.comment-list li.depth-4,
ul.comment-list li.depth-5{
	border-top:1px solid #EEEEEE;
    margin-top:0;
    padding-top:15px;
	}


ul.comment-list li.admin-comment h4.entry-title i {
	color:#FFF;
	background:#191919;
	padding:1px 6px;
	margin:0 0 0 8px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
ul.comment-list .reply {
	position:absolute;
	top:90px;
	left:12px;
	font-size:10px;
	text-align:center;
	font-style:italic;
	
}

.comment-form .comment-notes{
	padding-top:9px;
	}
ul.comment-list .comment-reply-title{
	font-size:12px;
    font-weight:400;
    padding:8px 0;
    position:absolute;
	right:0;
	}

ul.comment-list .reply a,ul.comment-list a#cancel-comment-reply-link {
	background:#1C1C1C;
	padding:4px 8px;
	opacity:.7;
	color:#FFF;
	border-radius:3px;
	transition:all 0.3s ease 0s;
}
ul.comment-list .reply a:before{
	content:"\f112";
	font-family:"FontAwesome";
	font-size:12px;
	padding-right:5px;
	margin-left:-4px;
	}

ul.comment-list .reply a:hover,ul.comment-list a#cancel-comment-reply-link:hover {
	background:#191919;
	opacity:1;
}
ul.comment-list .thumb {
	float:left;
	margin:0 30px 0 0;
}
ul.comment-list .thumb img {
	width:80px;
	height:80px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
ul.comment-list .fn {
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#000;
	float:left;
	font-family:"Marcellus",Tahoma,Arial;
}
ul.comment-list .comment-body {
	position:relative;
}
ul.comment-list .comment-author {
	margin-bottom:12px;
}
ul.comment-list .commentmetadata {
	position:absolute;
	right:0;
	top:3px;
}
ul.comment-list .says {
	padding-left:8px;
	font-style:italic;
	font-weight:normal;
	font-size:11px;
	color:#888;
}
ul.comment-list .commentmetadata a {
	float:right;
	padding:0;
	font-size:11px;
	color:#aaa;
	background:none;
	font-family:Tahoma, Arial;
	font-weight:normal;
	text-transform:none;
}
ul.comment-list .commentmetadata a:hover{color:#777}
ul.comment-list .entry-meta {
	font-style:italic;
	font-size:11px;
	margin:0 0 6px 0;
}
ul.comment-list .social {
	margin-top:-8px;
	float:right;
}

ul.comment-list .comment-respond{
	float:left;
	margin:15px 0 25px;
	width:100%;
	}

#commentform input {
	display:block;
	width:100%;
	border:2px solid #AAA;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	padding:0 10px;
	line-height:24px;
	height:34px;
	background:#F7F7F7;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
#commentform input:focus {
	background:#fff;
	border:2px solid;
}
#commentform textarea {
	width:100%;
	padding:10px;
	background:#F7F7F7;
	border:2px solid #AAA;
	border-radius:2px;
	margin:0 0 20px 0 !important;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
#commentform textarea:focus {
	background:#fff;
	border:2px solid;
}
#commentform .form-submit #submit {
	float:right;
	max-width:140px;
	position:relative;
	padding:5px 15px;
	cursor:pointer;
	border-radius:3px;
	color:#fff;
	border:none;
	white-space:nowrap;
	text-transform:uppercase;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}


/*	Action Box
----------------------------------------------------------------------*/
.action-one {}
.action-one .action-t {
	float:left;
	width:80%;
}
.action-one .action-t i {
	float:left;
	font-size:76px;
	color:#DDD;
	margin-right:16px;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.grey-line:hover .action-t i {
	color:#696969;
	-webkit-animation:bounceIn 0.8s;
	animation:bounceIn 0.8s
}
.dropcap { 
	font-size:32px;
	margin:0px 16px 8px 0px;
	text-transform:uppercase;
	float:left;
	position:relative;
	top:5px;
	color:white;
	line-height:54px;
	padding:0px 16px;
	background:#2B2B2B
}
.dropcap-txt { 
	font-size:50px;
	margin:0px 16px 8px 0px;
	text-transform:uppercase;
	float:left;
	position:relative;
	top:5px;
	color:#2B2B2B;
	line-height:54px;
	padding:0px 16px;
}
.dropcap-border { 
	font-size:32px;
	margin:0px 16px 8px 0px;
	border:1px solid #2B2B2B;
	color:#2B2B2B;
	text-transform:uppercase;
	float:left;
	position:relative;
	top:5px;
	line-height:54px;
	padding:0px 16px;
}
.highlighter {
	padding:1px 5px 3px;
	margin:0 6px;
}
hr.line {
	margin-bottom:32px;
}
hr.dotted {
	border-bottom:1px dotted #777;
	margin-bottom:32px;
	background:transparent
}
hr.double {
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	margin-bottom:32px;
	background:transparent
}	
hr.grad {
	border:0;
	height:1px;
	background-image:-webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,1), rgba(0,0,0,0)); 
	background-image:   -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,1), rgba(0,0,0,0)); 
	background-image:    -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,1), rgba(0,0,0,0)); 
	background-image:     -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,1), rgba(0,0,0,0)); 
	margin-bottom:32px;
}

hr.transparent{background:none;}

/*	Progress
----------------------------------------------------------------------*/
.progress-bar,.vc_progress_bar .vc_single_bar {
	height:32px;
	position:relative;
	margin-bottom:16px;
	overflow:hidden;
	border-radius:3px;
	border:none;
	background:#ddd !important;
	box-shadow:none !important;
}
.vc_progress_bar .vc_single_bar{color:#fff !important}
.progress-bar span {
	display:inline-block;
	height:100%;	
	background-color:#69B5D3;
	-webkit-transition:width .4s ease-in-out;
	transition:width .4s ease-in-out;    
}
.stripes span {
	-webkit-background-size:30px 30px;
	-moz-background-size:30px 30px;
	background-size:30px 30px;			
	background-image:-webkit-gradient(linear, left top, right bottom,
						color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
						color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
						color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
						to(transparent));
	background-image:-webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image:-moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image:-ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image:-o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image:linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);            
	-webkit-animation:animate-stripes 3s linear infinite;
	-moz-animation:animate-stripes 3s linear infinite;
}
@-webkit-keyframes animate-stripes { 
	0% {background-position:0 0;} 100% {background-position:60px 0;}
}
@-moz-keyframes animate-stripes {
	0% {background-position:0 0;} 100% {background-position:60px 0;}
}
.progress-bar  .progress-bar-text {
	position:absolute;
	bottom:8px;
	left:8px;
	font-size:12px;
	color:white;
	text-shadow:1px 1px 1px rgba(73, 73, 73, 0.66);
}
.progress-bar  .progress-bar-text > span {
	background:none;
}

/*	Action
----------------------------------------------------------------------*/
.action {
	border-radius:4px;
}
.action h4{
	margin-bottom:10px;
	}
.inner {
	border:2px solid;
	padding:34px;
	border-radius:4px;
}

.inner:hover .tbutton{
	transform:scale(1.2,1.2);
	}
.action .matn {
	display:inline;	
}
.action .tbutton {
	margin-top:8px;
}
.rev .matn {
	text-align:right;
}
.dark_action {
	background:#191A1D;
}
.dark_action .inner {
	border:none
}
.dark_action h4 {
	color:#FFF;
}
.dark_action p {
	color:#aaa;
	color: rgba(255, 255, 255, 0.5);
}
.action.style1 .action-icon{
	float: left;
    font-size: 42px;
    margin-right: 15px;
	}
	
.action.style2 .action-icon{
	float: right;
    font-size: 42px;
    margin-left: 15px;
	}
	
.action.style3 .action-icon{
	font-size:60px;
	display:inline-block;
	margin-bottom:15px;
	}
	
.action .action-button{
	border-radius: 4px;
    margin: 20px -20px -20px;
    padding: 15px 0 20px;
	}
	

/*	Notification Boxes
----------------------------------------------------------------------*/
.notification-box {
	position:relative;
	margin-bottom:10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:20px 32px 20px 20px;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	font-family:"Marcellus", Tahoma, Arial;
	-webkit-animation:fadeInUp 1.3s;
	animation:fadeInUp 1.3s;
}
a.notification-close {
	position:absolute;
	right:20px;
	top:20px;
	font-size:12px;
}
.notification-box p {
	margin:0;	
}
.notification-box p i {
	padding-right:10px;
	border-right:1px solid;
	margin-right:10px;
}
.notification-box-info{
	color:#65cad3;
	border:2px solid #65cad3;
}
.notification-box-success{
	color:#1abc9c;
	border:2px solid #1abc9c;
}
.notification-box-warning{
	color:#eed880;
	border:2px solid #eed880;
}
.notification-box-error{
	color:#e06f6f;
	border:2px solid #e06f6f;
}
.notification-box-info a,.notification-box-info i{
	color:#65cad3;
}
.notification-box-success a,.notification-box-success i  {
	color:#1abc9c;
}
.notification-box-warning a, .notification-box-warning i  {
	color:#eed880;
}
.notification-box-error a, .notification-box-error i {
	color:#e06f6f;
}

/*	Countdown
----------------------------------------------------------------------*/
.countdown {
	margin:0 auto;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
}
.countdown li {
	display:inline-block;
	width:210px;
	padding:90px 10px;
	border-left:1px solid #DFDFDF;
}
.countdown li:first-child {
	border-left:0
}
.countdown li span {
	font-size:100px;
	position:relative;
	margin:0;
}
.countdown li p{
	margin-top:32px;
	color:#999;
	font-size:24px;
}
.countdown.cd_right{float:right}
.countdown.cd_left{float:left}
.countdown.cd_small li{padding:8px;width:50px}
.countdown.cd_medium li{padding:25px 10px 15px;width:80px}
.countdown.cd_large li{padding:40px 10px 30px;width:150px}
.countdown.cd_small li span{font-size:16px;}
.countdown.cd_medium li span{font-size:36px;}
.countdown.cd_large li span{font-size:60px;}
.countdown.cd_small li p{font-size:9px;margin-top:0px;}
.countdown.cd_medium li p{font-size:12px;margin-top:10px;}
.countdown.cd_large li p{font-size:16px;margin-top:14px;}


/*	Buttons
----------------------------------------------------------------------*/
.tbutton,.filterable.st4 ul.filter li.current {
	display:inline-block;
	cursor:pointer;
	position:relative;
	word-spacing:0.2em;
	background:#191919;
	color:#fff;
	font-weight:700;
	white-space:nowrap;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.tbutton i,.tbutton:hover {
	color:#fff;
}
.tbutton.color2 {background:#9AD147}
.tbutton.color3 {background:#FF7000;}
.tbutton.color4 {background:#09F;}
.tbutton.color5 {background:#F00;}
.tbutton.color6 {background:#2FEFF7;}
.tbutton.color7 {background:#A58080;}
.tbutton.color8 {background:#809FA5;}
.tbutton.color9 {background:#3DE4B5;}
.tbutton.color10 {background:#333;}

.tbutton span,.filterable.st4 ul.filter li.current a {
	display:block;
	overflow:hidden;
}

.tbutton span {
	padding:0 10px;
	line-height:2.4em;
}
.tbutton.small {
	font-size:12px;
}
.tbutton.medium {
	font-size:13px;
}
.tbutton.large {
	font-size:16px;
}
.tbutton.small span {
	padding:0 10px;
	line-height:2.3em;
}
.tbutton.medium span {
	padding:0 12px;
	line-height:2.5em;
}
.tbutton.large span {
	padding:0 14px;
	line-height:2.7em;
}

.tbutton:hover,.filterable.st4 ul.filter li.current:hover,#commentform .form-submit #submit:hover {
	background-image:url(images/t20.png) !important;
	background-repeat:repeat;
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
}

.tbutton.tbutton1{
	border-radius:3px;
	}
.tbutton.tbutton3{
	border-radius:30px;
	}
.tbutton.tbutton3 span{
	background:none;
	}
.tbutton.tbutton4{
	border-radius:100%;
	padding:3px;
	}
.tbutton.tbutton4 span,.tbutton.tbutton5 span,.tbutton.tbutton6 span,.tbutton.tbutton7 span {
	background:none;
}
.tbutton.tbutton5,.tbutton.tbutton6,.tbutton.tbutton7{
	background:none;
    border: 2px solid;
    text-shadow: none;
	box-shadow: none;
	}
.tbutton.tbutton5{
    border-radius:4px;
	}
.tbutton.tbutton6{
    border-radius: 30px;
	}

.tbutton.tbutton5,.tbutton.tbutton6,.tbutton.tbutton7{opacity:1}	
.tbutton.tbutton5:hover,.tbutton.tbutton6:hover,.tbutton.tbutton7:hover{background:none !important;opacity:1}

.tbutton.tbutton5.color2,.tbutton.tbutton6.color2,.tbutton.tbutton7.color2,
.tbutton.tbutton5.color2 i,.tbutton.tbutton6.color2 i,.tbutton.tbutton7.color2 i {
	border-color:#9AD147;
	color:#9AD147;
}
.tbutton.tbutton5.color3,.tbutton.tbutton6.color3,.tbutton.tbutton7.color3,
.tbutton.tbutton5.color3 i,.tbutton.tbutton6.color3 i,.tbutton.tbutton7.color3 i {
	border-color:#FF7000;
	color:#FF7000;
}
.tbutton.tbutton5.color4,.tbutton.tbutton6.color4,.tbutton.tbutton7.color4,
.tbutton.tbutton5.color4 i,.tbutton.tbutton6.color4 i,.tbutton.tbutton7.color4 i {
	border-color:#09F;
	color:#09F;
}
.tbutton.tbutton5.color5,.tbutton.tbutton6.color5,.tbutton.tbutton7.color5,
.tbutton.tbutton5.color5 i,.tbutton.tbutton6.color5 i,.tbutton.tbutton7.color5 i {
	border-color:#F00;
	color:#F00;
}
.tbutton.tbutton5.color6,.tbutton.tbutton6.color6,.tbutton.tbutton7.color6,
.tbutton.tbutton5.color6 i,.tbutton.tbutton6.color6 i,.tbutton.tbutton7.color6 i {
	border-color:#2FEFF7;
	color:#2FEFF7;
}
.tbutton.tbutton5.color7,.tbutton.tbutton6.color7,.tbutton.tbutton7.color7,
.tbutton.tbutton5.color7 i,.tbutton.tbutton6.color7 i,.tbutton.tbutton7.color7 i {
	border-color:#A58080;
	color:#A58080;
}
.tbutton.tbutton5.color8,.tbutton.tbutton6.color8,.tbutton.tbutton7.color8,
.tbutton.tbutton5.color8 i,.tbutton.tbutton6.color8 i,.tbutton.tbutton7.color8 i {
	border-color:#809FA5;
	color:#809FA5;
}
.tbutton.tbutton5.color9,.tbutton.tbutton6.color9,.tbutton.tbutton7.color9,
.tbutton.tbutton5.color9 i,.tbutton.tbutton6.color9 i,.tbutton.tbutton7.color9 i {
	border-color:#3DE4B5;
	color:#3DE4B5;
}
.tbutton.tbutton5.color10,.tbutton.tbutton6.color10,.tbutton.tbutton7.color10,
.tbutton.tbutton5.color10 i,.tbutton.tbutton6.color10 i,.tbutton.tbutton7.color10 i {
	border-color:#333;
	color:#333;
}
	
/*	Clients
----------------------------------------------------------------------*/
.portfolio {
	width:100% !important;
}

.clients {
	}
.clients ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.clients li {
	float:left;
	margin:1px;
	padding:0;
	border-radius:4px;
	border:solid 2px;
	-webkit-transition:border 0.2s ease;
	transition:border 0.2s ease;
}
.clients li:hover {

}
.clients li a{
	float:left;
	}
.clients li a img{
	border-radius:4px;
	float:left;
	}
	
.anyClass {
	float:left;
	overflow:hidden !important;
	width:101% !important;
	margin-left:-10px;
}


.anyClass ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.anyClass li {
	width:248px;
	margin:6px 10px;
	padding:0 0 5px;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-transition:border 0.2s ease, box-shadow 0.2s ease;
	transition:border 0.2s ease, box-shadow 0.2s ease;
	border-bottom:3px solid #ccc;
	min-height:230px;
}
.portfolio li,.uowl {
	float:left;
	margin:0 1% 1% 0 !important;
	overflow:hidden;
	position:relative;
	padding:0;
	border:2px solid;
	border-radius:4px;
	-webkit-transition:border 0.2s ease, box-shadow 0.2s ease;
	transition:border 0.2s ease, box-shadow 0.2s ease;
}
.uowl {margin:0 1px 0 0 !important}

.portfolio li.anim{
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
	}

.portfolio4 .portfolio li:nth-child(4n),
.portfolio3 .portfolio li:nth-child(3n),
.portfolio2 .portfolio li:nth-child(2n) {
	margin-right:0 !important;
}

.portfolio2 .portfolio.msnry li {width:48.6%}
.portfolio2 .portfolio.msnry{width:101.2% !important}

.portfolio3 .portfolio.msnry li {width:32%}
.portfolio3 .portfolio.msnry{width:101.2% !important}

.portfolio4 .portfolio.msnry li {width:23.7%}
.portfolio4 .portfolio.msnry{width:101.2% !important}

.portfolio5 .portfolio.msnry li {width: 18.6%;}
.portfolio5 .portfolio.msnry{width:101.2% !important}

.portfolio5 .portfolio.msnry li:nth-child(5n),
.portfolio4 .portfolio.msnry li:nth-child(4n),
.portfolio3 .portfolio.msnry li:nth-child(3n),
.portfolio2 .portfolio.msnry li:nth-child(2n) {
	margin-right:1% !important;
}


.ie8 .anyClass li:hover, .ie8 .portfolio li:hover {
	border:1px solid #000;
}

.magazine-carousel li {
	width:212px !important;
	height:auto !important;
	margin:6px 10px;
	padding:0;
	border:0 !important;
	border-radius:0;
}
.magazine-carousel li:hover {
	border:0 !important;
	box-shadow:none !important
}
.magazine-carousel .detailes {
	text-align:left;
	background:none !important
}
.portfolio-carousel .preve, 
.portfolio-carousel .nexte {
	position:absolute;
	top:96px;
	color:#ABABAB;
	font-size:36px;
	cursor:pointer;
}
.portfolio-carousel .preve { left:-28px }
.portfolio-carousel .nexte { right:-28px }


.portfolio-carousel.nav_titlebar .preve, 
.portfolio-carousel.nav_titlebar .nexte {
	top:-50px;
	font-size:24px;
}
.portfolio-carousel.nav_titlebar .preve { right:20px;left:auto; }
.portfolio-carousel.nav_titlebar .nexte { right:0px }


.portfolio-carousel.nav_off .preve, 
.portfolio-carousel.nav_off .nexte {
	display:none;
}

.client-carousel .preve, .client-carousel .nexte {
	position:absolute;
	top:-50px;
	color:#ABABAB;
	font-size:22px;
	cursor:pointer;
}
.client-carousel .preve { right:16px; }
.client-carousel .nexte { right:0 }
.magazine-carousel .preve, .magazine-carousel .nexte {
	position:absolute;
	top:-50px;
	color:#ABABAB;
	font-size:22px;
	cursor:pointer;
}
.magazine-carousel .preve { right:16px; }
.magazine-carousel .nexte { right:0 }
.preve:hover, .nexte:hover {
	color:#000;
}
.detailes {
	text-align:center;
	padding:20px 0;
	display:block;
	height:100%;
}
.detailes h5 {
	margin:0 0 2px 0;
	padding: 0 10px 10px;
	font-size:16px;
}

.detailes a {
	color:#BFBFBF;
}
.detailes a:hover, .detailes h5 a:hover {
	color:#000;
}
.single-first-row h4 {
	float:left;
}
.project-links {
	float:right;
	color:#ccc;
}

.single-post .project-links {
	float:none;
}


.prlnk-right {
	float:left;
}

.project-links a {
	font-size:14px;
	padding:0 4px
}
.project-links a:last-child {
	padding:0 0 0 4px
}

/* 	Filters
----------------------------------------------------------------------------------------------------*/
.filterable { margin-bottom: 10px;}
.filterable ul.filter {
	padding:0;
	display:inline-block;
}
.filterable ul.filter li {
	display:inline-block;
	color:#272727;
	margin:0;
	position:relative;
}
.filterable li a {
	padding:0 10px;
	font-size:13px;
	color:#999;
}
.filterable li a:hover {
	color:#191919;
}
.filterable li.current a {
	color:#191919;
	font-weight:600;
}
.filterable ul.filter li:last-child {
	padding-right:0;
	margin-right:0;
}
.filterable.st1 li:before {
	content:"/";
	position:absolute;
	display:block;
	font-size:9px;
	left:-4px;
	top:1px;
	color: #999;
}

.filterable.st2 li:before {
    color: #ddd;
    content: "|";
    display: block;
    font-size: 14px;
    left: -4px;
    position: absolute;
    top: 0;
}

.filterable li:first-child:before {
	content:"";
	height:0;
	width:0;
	border:0;
}

.filterable.st3 ul.filter li {
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0 3px 0 0;
    padding: 3px;
}

.filterable.st3 ul.filter li.current {
    border: 1px solid #aaa;
	background:#f5f5f5;
}


.filterable.st4 ul.filter li {
	border-radius: 3px;
    margin: 0 3px 0 0;
    padding:0px;
	
}

.filterable.st4 ul.filter li.current a {
	color:#fff;
	font-weight:400;
	padding: 3px 10px;
}
.filterable.st4 ul.filter li.current{
	top:8px;
	word-spacing: 0;
}

.filterable.st5 ul.filter li.current {
    padding:0 8px 5px;
}

.filterable.st5 ul.filter li.current a {
    border-bottom:solid 3px;
    padding:0 1px 5px;
}

.filterable.st6 ul.filter li.current a {
    padding:4px 8px;
	border:solid 2px;
	border-radius:3px;
}

.filterable.st7 ul.filter li.current a {
    padding:4px 10px;
	border:solid 3px;
	border-radius:20px;
}


/* 	Image-overlay
----------------------------------------------------------------------*/

.hover-fx {
	overflow:hidden;
	position:relative;
	background:#FFF;
}
.hover-fx img {
	float:left;
	opacity:1;
	width:100%;
	height:auto;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.uowl:hover .hover-fx img, .portfolio li:hover .zoom img,.member:hover .zoom img  {
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-webkit-filter: none;
       -moz-filter: none;
        -ms-filter: none;
         -o-filter: none;
            filter: none;
}
.hover-fx .fLeft {
	position:absolute;
	top:-45px;
	left:35%;
	padding:0;
	border-radius:4px;
	height:40px;
	width:40px;
	display:block;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.hover-fx .fLeft.cntr {left:41%}

.hover-fx .fRight {
	position:absolute;
	bottom:-45px;
	left:48%;
	padding:0;
	color:#525252;
	border-radius:4px;
	height:40px;
	width:40px;
	display:block;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.hover-fx span {
	font-size:16px;
	padding:10px 0 0 12px;
	display:block;
	direction:ltr;
}
.hover-fx span i {
	color:#fff;
}
.hover-fx span i.icon-file-text {
	padding:3px;
}


.fLeft:hover, 
.fRight:hover {
	background:#191919;
	z-index:999;
}

.fLeft:hover i, 
.fRight:hover i {
	color:#fff;
}

.portfolio-meta li {
    margin-bottom:7px !important;
}
.portfolio-meta span {
    color:#999;
}
.portfolio-meta a,.portfolio-meta{
	color:#666;
	}

.portfolio-meta a:hover{
	color:#333;
	}

.box {
	cursor:pointer;
	position:relative;
	overflow:hidden;
}
.box h3 {
	color:#fff
}
.box img {
	position:absolute;
	left:0;
	-webkit-transition:all 300ms ease-out;
	transition:all 300ms ease-out;
}
.box .caption {
	position:absolute;
	color:#fff;
	z-index:100;
	-webkit-transition:all 300ms ease-out;	
	transition:all 300ms ease-out;
	left:0;
	width:100%;
}
.box .simple-caption {
	background-color:rgba(0,0,0,0.8);
	width:100%;
	display:block;
	bottom:-30px;
	line-height:25pt;
	text-align:center;
	opacity:0;
}
.innerPad {
	padding:20px;
}
.box .full-caption {
	background-color:rgba(0,0,0,0.8);
	width:100%;
	height:100%;
	top:-200px;
	text-align:left;
	padding:0;
	opacity:0;
}
.box .fade-caption  {
	background-color:rgba(0,0,0,0.8);
	opacity:0;
	width:100%;
	height:100%;
	text-align:left;
	padding:0;
}
.box .slide-caption {
	width:100%;
	height:100%;
	text-align:left;
	padding:0;
	left:200px;
	opacity:0;
}
#box-5.box .rotate-caption {
	width:100%;
	height:100%;	
	text-align:left;
	padding:0;
	top:0;
	-moz-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	-webkit-transform:rotate(-180deg);
	transform:rotate(-180deg);
}
.box .rotate {
	width:100%;
	height:400px;
	-webkit-transition:all 300ms ease-out;
	-moz-transition:all 300ms ease-out;
	-o-transition:all 300ms ease-out;
	-ms-transition:all 300ms ease-out;	
	transition:all 300ms ease-out;
}
.box .rotate .caption {
	opacity:0;
}
.box .scale-caption h3, .box .scale-caption p {
	position:relative;
	left:-200px;
	opacity:0;
	-webkit-transition:all 300ms ease-out;
	-moz-transition:all 300ms ease-out;
	-o-transition:all 300ms ease-out;
	-ms-transition:all 300ms ease-out;	
	transition:all 300ms ease-out;
}
.box .scale-caption h3 {
	-webkit-transition-delay:300ms;
	-moz-transition-delay:300ms;
	-o-transition-delay:300ms;
	-ms-transition-delay:300ms;	
	transition-delay:300ms;
}
.box .scale-caption p {
	-webkit-transition-delay:500ms;
	-moz-transition-delay:500ms;
	-o-transition-delay:500ms;
	-ms-transition-delay:500ms;	
	transition-delay:500ms;
}
.box:hover .simple-caption {
	bottom:0;
	opacity:1;
}
.box:hover .full-caption {
	top:0;
	opacity:1;
}
.box:hover .fade-caption, .box:hover .scale-caption  {
	opacity:1;
}
.box:hover .slide-caption {
	background-color:#000 !important;
	left:0;
	opacity:1;
}
.box:hover img#image-4 {
	-moz-transform:translateX(-100%);
	-o-transform:translateX(-100%);
	-webkit-transform:translateX(-100%);
	transform:translateX(-100%);
	opacity:1;
}
.box:hover .rotate {
	background-color:rgba(0,0,0,1) !important;
	-moz-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	-webkit-transform:rotate(-180deg);
	transform:rotate(-180deg);
}
.box:hover .caption {
	opacity:1;
}
.box:hover #image-6 {
	-moz-transform:scale(1.4);
	-o-transform:scale(1.4);
	-webkit-transform:scale(1.4);
	transform:scale(1.4);
}
.box:hover .scale-caption h3, .box:hover .scale-caption p {
	left:0;
	opacity:1;
}
.box:hover .scale-caption {
	height:100%;
	background-color:rgba(0,0,0,0.8);
}
.box .zoom-caption {
	opacity:0;
	-webkit-transform:scale(0.1);
	transform:scale(0.1);
	height:100%;
	width:100%;
}
.box .revzoom-caption {
	opacity:0;
	-webkit-transform:scale(4);
	transform:scale(4);
	height:100%;
	width:100%;
}
.box:hover .zoom-caption, .box:hover .revzoom-caption {
	background:#000;
	background:rgba(0, 0, 0, 0.77);
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1);
}

/*	Services
----------------------------------------------------------------------*/
.services {}
.ico_l {
	font-size:70px;
}
.services .stitle {}
.services:hover .service-icon {
	-webkit-animation:bounceIn .8s;
	animation:bounceIn .8s;
}
.services .tbutton,.service-i .tbutton {

	float:right;
	color:#fff;
	text-transform:none;
	opacity:1;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.services .tbutton.small {font-size:10px;}
.services .tbutton.medium {font-size:12px;}
.services .tbutton.large {font-size:14px;}

.services:hover .tbutton,.service-i:hover .tbutton,.service-old:hover .tbutton {
	opacity:1;
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
}

.services h3 ,.service-i h3{
	float:left;
	font-size:18px;
	margin:10px 0 0 0;
	padding:0 0 0 15px;
}
.service-i h3{margin:3px 0 10px 0;font-size:20px;}
.services.sb1 h3 {border-left:2px solid #AAA;}
.services.sb1 .stitle i {padding:7px 0 0 0;width:33px}
.services.sb1 p {margin-bottom:0 !important;}
.services.sb2 h3,.service-i h3 {width:100%;padding:0}
.services.sb2 .stitle img {float:none;margin:auto !important;}
.services.sb2 .stitle i {
	float: none;
    font-size: 60px;
    margin: 0 !important;}
.services.sb2 .tbutton{float:none}
.services.sb3 h3 {
	width:100%;
	float:none;
	margin:10px 0;
	padding:0
	}
.services.sb3 .stitle img {}
.services.sb3 .inline.ic i {
    font-size: 75px;
	padding-bottom:15px;
	}
.services.sb3 .inline{
    display:inline;
	float:none;
	}


.services h3 small,.service-i h3 small{
	color:#777;
	color:rgba(0,0,0,.5);
	font-size:12px;
	font-family:tahoma;
	font-weight:normal;
	text-transform:none;
	display:block;
	padding:4px 0 0 0;
}
.service-icon {
	font-size:36px;
	float:left;
	margin:0 15px 0 0 !important;
	color:#d7d7d7;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease
}
.style3 .service-icon {
	float:none;
	margin:0 auto 15px !important;
	display:inline-block;
	}
.nine {
	width:90%;
}

.service-i .circle-icon{
	border-radius: 50%;
    float: left;
    height: 42px;
    overflow: hidden;
    text-align: center;
    width: 42px;
	margin-right:10px;
	} 
.service-i.sb5 .circle-icon{
	border-radius: 5px;
	}	
.service-i .circle-icon i{
	font-size: 20px;
    height: 42px;
    line-height: 42px;
    width: 42px;
	} 

.service-i:hover .circle-icon {
	-webkit-animation:bounceIn .8s;
	animation:bounceIn .8s;
}
.service-i.sb5:hover .circle-icon {
	-webkit-animation:bounceIn .8s;
	animation:bounceIn .8s;
}

.service-i .sb-desc{
	float: left;
    width: 82%;
	}

.service-i h3.service-title { font-size:16px; }
.service-i p { margin-bottom:15px; }




.service-old .stitle i {
	float: none;
    font-size: 20px;	
	margin-right: 10px !important;
	}
.service-old .stitle{
	padding:12px;
	border-radius:5px;
	color:#FFF;
	text-transform:uppercase;
	border-bottom:3px solid #DDD;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.service-old .stitle h3{
	font-size:20px;
	display:inline;
	}
.service-old .stitle h3 a{color:#FFF}

/*	Footer
----------------------------------------------------------------------*/
#footer {
	padding:50px 0 30px;
}
#footer hr {
	background:#0C0C0C;
	box-shadow:0px 1px 0 rgba(255, 255, 255, 0.07);
	margin:10px 0;
}
#footer .col-title {
	font-size:16px;
	font-weight:normal;
	width:100%;
	text-align:center;
}
.footer-last {
	padding:20px 0 !important;
	border:solid 2px #555;
	border-radius:4px;
}
.copyright {
	float:right;
	padding:0 20px;
}
.copyright.center {float:none}

#footer a:hover {
	text-decoration:underline;
}
#footer .links i {
	margin-right:2px;
}
#footer .links li a {
	line-height:24px;
}
#footer .links li span {
	display:block;
	color:#919191;
	font-size:11px;
	margin-bottom:6px;
}
#footer .p-title {
	color:#fff;
	margin:0 0 30px 0;
}
.tweet_list li {
	margin:0 0 30px 0;
	padding:0 0 0 30px;
}
.tweet_list .icon-twitter {
	color:#E7E7E7;
	font-size:22px;	position:absolute;
	left:0;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.sidebar .tweet_list .icon-twitter {
	color:#e6e6e6
}
.tweet_list li:hover .icon-twitter {
	color:#666
}
.flickr-photos li {
	float:left;
	margin:0 10px 10px 0;
	width:70px;
	height:70px;
	opacity:1;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index:99;
}
.flickr-photos:hover li {
	opacity:0.3;
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
}
.flickr-photos li:hover {
	opacity:1;
	-webkit-filter:grayscale(0);
	filter:grayscale(0);
}
.flickr-photos li img {
	border-radius:4px
}
.foot-menu {
	float:left;
	padding:0 10px;
}
.foot-menu li {
	float:left;
	position:relative;
	padding:0 10px;
	list-style:none;
}
.foot-menu li:before {
	content:'|';
	font-size:10px;
	position:absolute;
	left:-1px;
	top:0;
	opacity:.3;
}
.foot-menu li:first-child:before {
	content:'' !important;
}

.foot-menu li.langflag ul.sub-menu li{float:right}
.foot-menu li.langflag ul.sub-menu{display:none;position: absolute;right:0;top:-20px;width:150px;padding-bottom: 8px;}
.foot-menu li.langflag:hover ul.sub-menu{display:block;}

#footer .foot-menu li a {
	font-weight:600;
}
#footer .foot-menu li a:hover {text-decoration:underline}
/*	Top Scroll
----------------------------------------------------------------------*/
.hidett {
	bottom:-100px !important;
}
.showtt {
	bottom:18px !important;
}
#toTop {
	border-radius: 4px;
    color: #fff;
    cursor: pointer;
    height: 40px;
    margin: -20px auto 0;
    top: -48px;
    width: 50px;
	position:relative;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#toTop i {
	padding:4px 0 0 19px;
	display:block;
	font-size:22px;
	color:#fff;
}
#toTop:hover {top:-55px;}

/* 	Landing Page
----------------------------------------------------------------------*/
.my_sticky.sticky .OneNav li.back {
	display:none !important
}

/* 	Tables
----------------------------------------------------------------------*/
.price-table {
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index:97;
}
.price-table.featured {
	transform:scale(1.04);
	-ms-transform:scale(1.04);
	-webkit-transform:scale(1.04);
	z-index:98;
	background:#121212;
	border-radius:4px;
}
.price-table:hover {
	transform:scale(1.04);
	-ms-transform:scale(1.04);
	-webkit-transform:scale(1.04);
	z-index:999;
	background:#121212;
	border-radius:4px;
}
.Bdetails {
	background:#191919;
	color:#fff;
	position:relative;
	border-radius:4px;
}
.price-table.light .Bdetails {
	background:#FFF;
	color:#333;
	border:solid 2px #aaa;
}
.Bhead {
	border-bottom:2px solid #f5f5f5;
}

.price-table.light .Bhead {
	border-bottom:2px solid #f5f5f5;
}

.Bhead h4 {
	color:#fff;
	padding:35px 20px 25px;
}

.price-table.light .Bhead h4 {
	color:#333;
}


.Bhead .table-badge {
	position:absolute;
	top:-13px;
	left:-12px;
	background:#f5f5f5;
	height:30px;
	width:40px;
	border-radius:22px;
	text-align:center;
	padding:9px 0 0 0;
	font-size:20px;
}
.price-table.light .Bhead .table-badge {
	background:#333;
	color:#fff;
}

.Bhead span {
	position:absolute;
	top:24px;
	right:20px;
	font-size:40px;
	text-align:center;
	font-family:"Marcellus", Tahoma, Arial;
}
.Bhead small {
	display:block;
	font-size:12px;
	padding:12px 0 0 0;
	color:#777;
}
.Blist {
	padding:20px 0;
	text-align:center;
}
.Blist ul{
	border-bottom:solid 2px #f5f5f5;
	padding-bottom:25px;
	list-style:none;
	}
.price-table.light .Blist ul{
	border-bottom:solid 1px #ccc;
	}
.Blist a.tbutton {
	margin:25px 0 15px;
}
.Blist li {
	padding:10px 20px;
}
.Pbtn {
	padding:10px 0 30px 0;
}


.table table,table{
	background:transparent !important;
	font-size:13px;
	text-align:center;
	border-collapse:collapse;
	margin:0 0 30px 0;
	padding:0;
	width:100%;
	overflow:hidden;
	border:solid 2px;
}


.table table th,table th {
	font-weight:normal;
	text-align:left;
	padding:16px 12px;
	text-shadow:none;
}
.table table thead tr,table thead tr{background:#eee}
.table table thead th,table thead th{font-weight:700}
.table table td,table td,.table table th,table th  { 
	padding:14px 7px 14px 7px;
	text-align: left;
	border:solid 1px #ddd;
}
.table table tr,table tr {
	border-bottom:1px solid #fff;
	background-color:#f8f8f8;
	-moz-transition:all .2s;
	-webkit-transition:all .2s;
	-o-transition:all .2s;
}
.table table tr:hover, tr.topic-sticky,table tr:hover {
	background:#ddd;
	transition:all .2s;
}
.table table tfoot td,table tfoot td {
	padding:10px 16px;
	text-align: left;
	color:#ffffff;
	font-size:11px;
	text-shadow:none;
}
.table table i:before,table i:before {
	font-size:16px;
}



/* 	Tipsy
----------------------------------------------------------------------*/
.tipsy { padding:5px; font-size:10px; position:absolute; z-index:100000}
.tipsy-inner { padding:5px 8px 4px 8px; background-color:black; color:white; max-width:200px; text-align:center; }
.tipsy-inner { border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-n div {-webkit-animation:fadeInUp 0.2s;animation:fadeInUp 0.2s;}
.tipsy-s div {-webkit-animation:fadeInDown 0.3s;animation:fadeInDown 0.3s;}
.tipsy-w div {-webkit-animation:fadeInRight 0.2s;animation:fadeInRight 0.2s;}
.tipsy-e div {-webkit-animation:fadeInLeft 0.2s;animation:fadeInLeft 0.2s;}
.tipsy-arrow { position:absolute;height:0;width:0; }
.tipsy-n .tipsy-arrow,.tipsy-e .tipsy-arrow,.tipsy-w .tipsy-arrow {border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid;top:0;left: 44%;}
.tipsy-s .tipsy-arrow {border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid;bottom: 0;left: 44%;}
.tipsy-e .tipsy-arrow {right:-3px;top: 45%;transform: rotate(90deg);left:auto}
.tipsy-w .tipsy-arrow {left:-3px;top: 45%;transform: rotate(-90deg);}

/* --	Pretty Photo	-- */
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:80px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
.pp_content h1, .pp_content h2, .pp_content h3, .pp_content h4, .pp_content h5, .pp_content h6 {color:#fff}
div.ppt{color:#fff;display:none;font-size:0;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
.pp_gallery ul a img { width:50px !important; }
.pp_content {padding:0;}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	cursor:default !important
}

/* 	Icons
----------------------------------------------------------------------*/
.the-icons .span3, #glyphs .box1 {margin:0 1% !important; width:23% !important;float:left}
.the-icons{margin-top:22px;}
.the-icons .span3 a{display:block;cursor:pointer;line-height:32px;height:32px;padding-left:10px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;}
.the-icons .span3 a{color:#777;}
.the-icons .span3 a:hover{color:#aaa;}
.the-icons .span3 a [class^="icon-"],.the-icons .span3 a [class*=" icon-"]{width:32px;font-size:18px;display:inline-block;text-align:right;margin-right:10px;}
.the-icons .span3 a:hover{background-color:#414141;color:#fff;text-decoration:none;}.the-icons .span3 a:hover [class^="icon-"],.the-icons .span3 a:hover [class*=" icon-"]{*font-size:28px;*vertical-align:middle;}
.the-icons .span3 a:hover [class^="icon-"]:before,.the-icons .span3 a:hover [class*=" icon-"]:before{font-size:28px;vertical-align:-5px;}
#glyphs .box1 {width:46% !important; font-size:30px;display:inline-block;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;}
#glyphs .box1:hover { -webkit-transform:scale(1.4);}

/* 	Google Map
----------------------------------------------------------------------*/
.gmap {
	width:100%;
}
.wrapbox .gmap {
	border:solid 2px #aaa;
	border-radius:4px;
	}
.gmap img {
	width:auto !important;
	max-width:none !important;
}
.gm-style .gm-style-iw {
    font-size: 12px !important;
    font-weight: 400 !important;
}

.infowindow{white-space:nowrap}

.errori {
	font-size:15em;
	color:#191919;
	text-shadow:0 4px 0 #DCDCDC;
}
.error-page h2 small {
	font-size:14px;
	display:block;
	line-height:24px;
	margin:14px 0 30px 0;
	font-family:tahoma;
	text-transform:none;
}

/* Responsive Video
----------------------------------------------------------------------*/
.video-embed {
    position:relative;
    padding-bottom:20%;
    padding-top:30px;overflow:hidden;
}
 
.video-embed iframe,.video-embed object,.video-embed embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:auto;
}

/* WP Calendar
----------------------------------------------------------------------*/
#wp-calendar{
	width:100%;
	text-align:center;
	font-weight:700;
	border-color:#aaa;
	}

#wp-calendar caption{
    border-radius:3px;
    color:#FFF;
    font-weight:700;
    margin-bottom:10px;
    padding:10px 0;
	}
	
#wp-calendar thead{
	border-bottom:solid 1px #d7d7d7;
	padding-bottom:5px;
	color:#191919;
	text-align:center;
	}

#wp-calendar tfoot{border-top:solid 1px #d7d7d7;}
#wp-calendar tfoot td{background:#d7d7d7;}
#wp-calendar tr #today{color:#fff;}

#wp-calendar th{ padding-bottom: 7px;text-align:center;}

#wp-calendar td{padding: 7px 0;text-align:center;}

.widget form{position:relative}
.widget label{display:none}
.widget input[type="text"]{
    border:2px solid #AAA;
    border-radius:3px;
    box-sizing:border-box;
    cursor:text;
    font-size:11px;
    height:34px;
    line-height:24px;
    margin:0;
    padding:0 10px;
    transition:all 0.2s ease 0s;
    width:100%;
	background:none;
	}
.widget input[type="text"]:focus{
	border:solid 2px;
	color:#777;
	background:#fff;
	}
.widget input[type="submit"],.footer_widget input[type="submit"]{
	color:#ccc;
	background:none;
    cursor:pointer;
    font-size:11px;
    position:absolute;
	font-family:"FontAwesome";
    transition:all 0.2s ease 0s;
	
	}
	
#searchsubmit{
	border:none;
	right:10px;
	top:10px;
	}

.error-page .widget form{margin: auto; width: 27%;}

#subscriptionform{position:relative}
.widget input[type="submit"]:hover{
	color:#777;
	}
	
.widget .ads a,.footer_widget .ads a{
    margin:10px 0 20px 30px;
	float:left;
	}
	
.grid_3.sidebar .widget .ads a,.grid_3.sidebar .footer_widget .ads a{
    margin:1px;
	}	


	
.widget .address i,.footer_widget .address i{
	border: 1px solid #555;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin: 2px 7px;
    padding: 4px 3px 2px;
    text-align: center;
    width: 15px;
	}
.widget .address div{
	color: #666;
    margin-left: 10px;
	}
.footer_widget .address{
    text-align:center;
	}
.footer_widget .address div{
    margin-left: 95px;
	text-align:left;
	}
.widget .address div a{color: #666;}
.widget .address div a:hover{color: #191919;}


.widget .address p{font-weight:700;color:#666;}	
.footer_widget .address p{font-weight:700}	

.footer_widget.widget_thelaw_facebook	iframe{
	background:#fff;
	}

.flickr_badge_image a {
	border: 1px solid #DDD;
    border-radius: 3px;
    float: left;
    margin: 0 9px 9px 0;
	}


.flickr_badge_image a img{
	border-radius: 3px;
	padding:4px;
	border:solid 2px #AAA;
	width:63px;
	}
	
	
#subscriptionform .inputer{
	border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #A7A7A7;
    cursor: text;
    font-size: 11px;
    height: 34px;
    line-height: 24px;
    margin: 0;
    padding: 0 3%;
    transition: all 0.2s ease 0s;
    width: 94%;	
	}
#subscriptionform .inputer:focus{
	border: 1px solid #999;
    color: #777;
	}
	
#subscribe-button{font-size:14px}
.footer_widget #subscriptionform .inputer{border: 1px solid #666;background:none;}
.footer_widget #subscriptionform .inputer:focus{border: 1px solid #999;background:#000;color:#fff}




/* contact Form* ***************************************************/
.wpcf7{
	float:left;
	width:100%;
	position:relative;
	z-index:99;
	}
	
.wpcf7 p{
	float:left;
	width:100%;
	margin:0 0 14px;
	color:#555;
	}
.footer_widget .wpcf7 p,.ep_widget .wpcf7 p{color:#ccc;}


.footer_widget .wpcf7 input.wpcf7-submit,.widget .wpcf7 input.wpcf7-submit{
	left: auto;
	top: auto;
}

.footer_widget .wpcf7 p{
    position: relative;
}
	
.wpcf7 p br{float:none}

.wpcf7 p small{
	color:#777;
	}	


.wpcf7 input,.wpcf7 textarea,.wpcf7 select{
	background:#f9f9f9 !important;
	background:rgba(255,255,255,0.5) !important;
    border: 2px solid #aaa;
    float: left;
    padding: 6px 7px;
	margin-top:4px;
	width:70%;
	border-radius:3px;

	}
.wpcf7 select{width:40%;}
.wpcf7 input:focus,.wpcf7 textarea:focus, .wpcf7 select:focus{
	
	background:#fff;
    border: 2px solid;
			
	}

.footer_widget .wpcf7 input, .footer_widget .wpcf7 textarea, .footer_widget .wpcf7 select,
.ep_widget .wpcf7 input, .ep_widget .wpcf7 textarea, .ep_widget .wpcf7 select{
	background:none !important;
	color:#999 !important;
	border:solid 2px #2c2c2c;
	border-color:rgba(255,255,255,0.1);
	transition: all 0.3s ease 0s;
	
	}

.footer_widget .wpcf7 input:focus, .footer_widget .wpcf7 textarea:focus, .footer_widget .wpcf7 select:focus,
.ep_widget .wpcf7 input:focus, .ep_widget .wpcf7 textarea:focus, .ep_widget .wpcf7 select:focus{
	background:rgba(255,255,255,.04)!important;
	border:solid 2px #666 !important;
	border-color:rgba(255,255,255,.5) !important;
	color:#FFF !important;
	}

.wpcf7 input.wpcf7-not-valid {border-color:#cc0000;}
.wpcf7 textarea.wpcf7-not-valid {border-color: #cc0000;}
.wpcf7 textarea{
	width:95%;
	height:120px;
	}

.wpcf7 .wpcf7-submit{
	width:auto;
	cursor:pointer;
	}

div.wpcf7 img.ajax-loader {margin:12px 0 0 95px !important}

div.wpcf7-response-output {
	float: left;
    margin: 5px 0 0 !important;
    padding: 6px 12px !important;
    width: 91%;
	border-radius:3px;
	} 

div.wpcf7-validation-errors,div.wpcf7-mail-sent-ng {
	background-color: #FFE9E9 !important;
    border-color: #cc0000 !important;
    color: #bb0000 !important;
	border-width:2px !important;
	}
	
div.wpcf7-mail-sent-ok{
	background-color: #d8fdc8 !important;
    border-color: #69b947 !important;
    color: #1a5600 !important;
	border-width:2px !important;
	}

.footer_widget div.wpcf7-validation-errors, .footer_widget div.wpcf7-mail-sent-ng,.footer_widget div.wpcf7-mail-sent-ok,
.ep_widget div.wpcf7-validation-errors, .ep_widget div.wpcf7-mail-sent-ng,.ep_widget div.wpcf7-mail-sent-ok{
	background:none !important;
	color:#eee !important;
	}

.wpcf7-not-valid-tip{display:none !important}
.widget .wpcf7 {margin-top:12px;}

.wpcf7-quiz-label{float: left;margin: 10px;}
div.wpcf7 .wpcf7-quiz{width: 20% !important;} 

.wpcf7-checkbox, .wpcf7-radio {float: left;margin: 10px;width: 94%;}
.wpcf7-list-item {float: left;}
.wpcf7-list-item input {float: right; width: 20px;}
.wpcf7-list-item-label {float: left;}

div.wpcf7 .wpcf7-file{margin: 7px 0;}

.widget .wpcf7 input, .widget .wpcf7 textarea, .widget .wpcf7 select, .widget .wpcf7 textarea {
    font-size: 11px;
    padding: 8px 10px;
    width: auto !important;
}

div.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 0;
    position: relative;
    z-index: 999;
}

/*	Members
----------------------------------------------------------------------*/

.member{
	overflow: hidden;
	text-align: center;
	border:2px solid #AAA;
	padding:25px;
	border-radius:4px;
	margin-top:10px;
	-webkit-transition:border 0.2s ease, box-shadow 0.2s ease;
	transition:border 0.2s ease, box-shadow 0.2s ease;
}


.member-img img{
	border-bottom:1px solid #AAA;
	width: 100%;
	max-width: 100%;
	height:auto;
}
.member-img {
	margin:-25px -25px 15px -25px;
}
.member h4{
	text-align: center;
	text-transform: uppercase;
	margin:0;
	padding:0;
	font-weight:700;
}
.member .member-role{
	color:#999;
	font-size:11px;
	margin-bottom:10px;
}
.member p{
	margin:0;
}

.member .member-social{
	border-radius: 4px;
    margin: 22px -10px -10px;
    padding: 1px 0 10px !important;
}
.member .member-social ul{
	margin:20px 0 10px;
	padding:0;
	list-style: none;
	text-align: center;
}
.member .member-social ul li{
	display: inline-block;
	float: none;
	line-height: 19px;
    margin:0 6px;
}
.member .member-social ul li a{
	display:block;
	width:18px;
	height:18px;
	margin:0;
	padding:3px 0 0;

}
.member .member-social ul li a i{
	font-size:14px;
	color:#fff;
}

	
/* WPML **********************************************************/
#lang_sel {
	font-family:Tahoma, Geneva, sans-serif;
	z-index:9;
	}

#lang_sel a{
	border-color: #DDD;
    border-width: 2px !important;
    padding: 6px 12px !important;
	}

#lang_sel li,#lang_sel ul ul {
	width:90px;
	list-style-image:none;
	clear:both;
	}
#lang_sel ul ul {
	top:40px
	}
#lang_sel ul ul a {
	line-height:24px !important;
	}
#lang_sel a, #lang_sel a:visited {
	
	border-radius:5px;
	font-size:12px;
	padding-left:5px;
	}
	
#lang_sel ul ul {border-top:none;}
#lang_sel ul ul a, #lang_sel ul ul a:visited {border-width:1px;}

#lang_sel.icl_rtl .lang_sel_sel{background-position:left center;padding-right:5px;}

.widget #lang_sel{margin:10px 0 0}
.widget #lang_sel li{width:248px}

#lang_sel img.iclflag {display:inline}

.sf-menu li img {display:inline;margin-right:5px}


.sf-menu li.langflag,.rtl .sf-menu li.langflag,.sf-menu li.langflag img {
    margin-right:0;
	margin-left:0;
}
.sf-menu li.langflag li{
    width:49px;
	clear:both;
}
.sf-menu li.langflag ul{
    left:7px;
	width:49px;
}
.sf-menu li.langflag a {
    padding-right:5px;
}
.sf-menu li li.langflag a:hover{
	padding-left:15px;
	}

.rtl .sf-menu li.langflag a {
    padding-right:10px;
	padding-left:5px;
}
#lang_sel_footer{}
#lang_sel_footer ul {
    display: inline-block;
}

#lang_sel_footer ul li img {
    display: inline;
	top:3px;
}

.wp-caption{ max-width: 100%;width: 100% !important;}
.wp-caption-text{font-weight: 700;margin: 5px 0 30px !important;}
.gallery-caption{ margin: 5px 0 10px;}
.bypostauthor{}
.alignright{float:right;margin-left:20px}
.alignleft{float:left;margin-right:20px}
.aligncenter{float:none;margin:auto}


.gallery img{
	padding:5px;
	border:solid 1px #ddd !important;
	}
	
.gallery.gallery-columns-7 img{
	width:85%;
	}

.gallery.gallery-columns-6 img{
	width:88%;
	}

	

/*  Core Owl Carousel CSS File ****************************/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dots {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: inline-block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab,.owl-carousel .owl-stage {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel .owl-grab {
  cursor: -moz-grabbing;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel.owl-rtl .owl-stage-outer{direction:rtl !important;}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next{
	position:absolute;
	color: #ababab;
    cursor: pointer;
    font-size: 28px;
    top: 42%;
	right:-25px;
	}

.owl-carousel .owl-controls .owl-nav .owl-next{
	right:auto;
	left:-25px
	}

.clients .owl-carousel .owl-controls .owl-nav .owl-prev,
.clients .owl-carousel .owl-controls .owl-nav .owl-next{
    font-size: 32px;
    top:32%;
	}
	
.owl-carousel.nav_titlebar .owl-controls .owl-nav .owl-prev, 
.owl-carousel.nav_titlebar .owl-controls .owl-nav .owl-next {
	top:-51px;
	font-size:22px;
}
.owl-carousel.nav_titlebar .owl-controls .owl-nav .owl-prev { right:30%;left:auto; }
.owl-carousel.nav_titlebar .owl-controls .owl-nav .owl-next { right:auto;left:30% }


.owl-carousel.nav_off .owl-controls .owl-nav .owl-prev, 
.owl-carousel.nav_off .owl-controls .owl-nav .owl-next{
	display:none !important;
}

.owl-theme .owl-dots{
	text-align:center;
	margin-top:15px;
	}
.owl-theme .owl-dots .owl-dot{
	display:inline-block;
	}
.owl-theme .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #d6d6d6;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px;
    transition: opacity 200ms ease 0s;
    width: 10px;
}

.owl-nav i{color:#aaa;}

/* Custom VC CSS */
.wpb_gallery_slides .flex-direction-nav{position:unset;right:auto;bottom:auto}
.wpb_gallery_slides .flex-direction-nav a,
.wpb_gallery_slides .flex-direction-nav a:hover{background:none;padding:0;width:28px;height:28px}

.wpb_gallery_slides .flex-direction-nav a:before{background:none;padding:0;font-size:28px;}


body ul.wpb_thumbnails-fluid li {
	padding: 10px !important;
	text-align:left;
	}


.footer-sign img {
	margin:20px auto 0;
	opacity:.7;
	}	

.form-allowed-tags{display:none}

.vc_pie_chart.light h4{color:#eee} 


.liststyle br{display:none}
.liststyle li{line-height:24px;display: inline-block;width:100%}
.liststyle li p{margin-left:20px}
.liststyle li i{margin:7px 7px 0 0 !important;float:left}


.vc_video-bg iframe {padding: 0;}
.fb-like iframe {max-width: none;}


/*	More Styles
----------------------------------------------------------------------*/
.mi { margin-right:4px !important }
.mid { margin-right:8px !important }
.mii { margin-left:4px !important }
.miid { margin-left:8px !important }

.mt0 { margin-top:0 !important }
.mt10 { margin-top:10px !important }
.mt,.mt20 { margin-top:20px !important }
.mtt,.mt30 { margin-top:30px !important }
.mtf,.mt40 { margin-top:40px !important }
.mt50 { margin-top:50px !important }
.mts,.mt70 { margin-top:70px !important }


.mb0{ margin-bottom:0 !important }
.mb10{ margin-bottom:10px !important }
.mb,.mb20 { margin-bottom:20px !important }
.mbt,.mb30 { margin-bottom:30px !important }
.mbf,.mb40 { margin-bottom:40px !important }
.mb50 { margin-bottom:50px !important }
.mbs,.mb70 { margin-bottom:70px !important  }

.pt0{padding-top:0}
.pb0{padding-bottom:0}


.pt { padding-top:120px }

.fll { float:left; margin:0 20px 10px 0 !important }
.fllb25 { float:left; margin:0 20px 25px 0 !important }
.flr { float:right; margin:0 0 10px 20px !important }
.tac,.center { text-align:center !important }
.tar { text-align:right !important }
.tal { text-align:left !important }
.tacIMG, .tacIMG img {margin:0 auto !important; text-align:center;}

.rad1 { border-radius:1px !important; -webkit-border-radius:1px !important }
.two-radius,.rad2 { border-radius:2px !important; -webkit-border-radius:2px !important }
.three-radius,.rad3 { border-radius:3px !important; -webkit-border-radius:3px !important }
.four-radius,.rad4 { border-radius:4px !important; -webkit-border-radius:4px !important }
.five-radius,.rad5 { border-radius:5px !important; -webkit-border-radius:5px !important }
.six-radius,.rad6 { border-radius:6px !important; -webkit-border-radius:6px !important }
.six-radius,.rad7 { border-radius:7px !important; -webkit-border-radius:7px !important }
.six-radius,.rad8 { border-radius:8px !important; -webkit-border-radius:8px !important }
.six-radius,.rad9 { border-radius:9px !important; -webkit-border-radius:9px !important }
.ten-radius,.rad10 { border-radius:10px !important; -webkit-border-radius:10px !important }
.circle-radius,.radcircle { border-radius:100% !important; -webkit-border-radius:100% !important }

.relative {position:relative !important}
.righter {float:right !important}
.lefter {float:left !important}
.hidden { display:none }
.tt {
	display:block;
	padding:10px 0;
	border-bottom:3px solid #DDD;
	text-align:center;
}
.without_border a {border:0 !important}

h4.wpb_pie_chart_heading{
	margin:10px 0;
	font-size:16px;
	}
	
.wpb_single_image img{display:inline-block}

.wpb_gallery .wpb_flexslider .flex-control-nav {left: 0 !important;}
.wpb_gallery .wpb_flexslider .flex-control-nav li {margin:0 !important}

.tp-caption.largeblackbg4,.tp-caption.largeblackbg6{border-width:2px !important}
.revwrap{border-bottom:solid 2px;border-top:solid 2px;}

ul.foot-menu,ul.tt-accordion,ul.tt-toggle,ul.liststyle{list-style:none;}


.inner,.testimonial,.accordion-head, .toggle-head, .wpb_toggle, .wpb_accordion_header,
.member,.portfolio li,.uowl,.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	background:#FFF !important;	
}

.inner,
.testimonial,.client-avat,.testimonial-arrow,
.active .accordion-head,.active .toggle-head,.wpb_toggle_title_active,.ui-accordion-header-active,
.portfolio li,.uowl,.revwrap,.clients li,.progress-bar,
#header.header_v7 .search input,
#header.header_v2 .head,#header.header_v8 .head,#header.header_v9 .head,#header.header_v10 .head,
.projectslider .flex-direction-nav a,.flex-viewport,#header .headdown,#header .arrow-down,#header .search input:focus,
.social a,.table table,.post-content table,.table table tr, .post-content table tr,.post-password-form input{
	border-color:#ddd;
	}
	


.grayscale img,.roundabout li {
	-webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
            filter: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogPGZpbHRlciBpZD0iZ3JheXNjYWxlIj4KICA8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMC4zMzMzIDAuMzMzMyAwLjMzMzMgMCAwIDAuMzMzMyAwLjMzMzMgMC4zMzMzIDAgMCAwLjMzMzMgMC4zMzMzIDAuMzMzMyAwIDAgMCAwIDAgMSAwIj48L2ZlQ29sb3JNYXRyaXg+CiA8L2ZpbHRlcj4KPC9zdmc+#grayscale");
			filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
			filter: gray;
	}
.grayscale img:hover,.grayscale:hover img,.roundabout li.roundabout-in-focus  {
	-webkit-filter: none;
       -moz-filter: none;
        -ms-filter: none;
         -o-filter: none;
            filter: none;
	}
	

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

/*	IE
----------------------------------------------------------------------*/
.ie8 .accordion-head p, .ie8 .toggle-head p {margin-bottom:0}
.ie8 .testimonial p {font-family:tahoma}
td .avatar {width:20px;height:20px}
.ie8 .modern-slider img, .ie8 .modern-slider {max-width:auto;width:auto}
.liteAccordion.liteAccordion-ie .slide h2{margin-left:184px !important;top:135px !important}
.liteAccordion.basic.liteAccordion-ie .slide h2{margin-left:190px !important;top:140px !important}
.liteAccordion.flat.liteAccordion-ie .slide h2{margin-left:185px !important;top:135px !important}

/*	Mobile
----------------------------------------------------------------------*/
#mobilepro {
	font-size:20px;
	font-weight:bold;
	display:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	padding:4px 8px;
	cursor:pointer;
	float:left;
	margin:6px 0;
}
#mobilepro i{color:#FFF}
.subarrow {display:none}

/*	Admin
----------------------------------------------------------------------*/
#wp-admin-bar-of_theme_options .ab-item:before{content:"\f107";top:2px}

.icon-muted{color:#aaa !important;color: rgba(255, 255, 255, 0.6) !important;}
.hide{display:none;}




























/*main css*/


/*fonts*/
@font-face {
    font-family: "DIN-Next-W01-Light";
    src: url("../thelaw/fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix");
    src: url("../thelaw/fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix") format("eot"),url("../thelaw/fonts/bc176270-17fa-4c78-a343-9fe52824e501.woff") format("woff"),url("../thelaw/fonts/3516f91d-ac48-42cd-acfe-1be691152cc4.ttf");
}

@font-face {
    font-family: "DIN-Next-W02-Light";
    src: url("../thelaw/fonts/48e5a0e1-2d56-46e5-8fc4-3d6d5c973cbf.eot?#iefix");
    src: url("../thelaw/fonts/48e5a0e1-2d56-46e5-8fc4-3d6d5c973cbf.eot?#iefix") format("eot"),url("../thelaw/fonts/07d62b21-8d7a-4c36-be86-d32ab1089972.woff"); 
}

@font-face {
    font-family: "DIN-Next-W10-Light";
    src: url("../thelaw/fonts/3d009cd7-c8fe-40c0-93da-74f4ea8c530b.eot?#iefix");
    src: url("../thelaw/fonts/3d009cd7-c8fe-40c0-93da-74f4ea8c530b.eot?#iefix") format("eot"),url("../thelaw/fonts/a9e95a29-98a7-404a-90ee-1929ad09c696.woff") format("woff"),url("../thelaw/fonts/0a7663fd-eae8-4e50-a67a-225271f8cceb.ttf") ;
}

@font-face{
    font-family:"Brandon-Grot-W01-Light";
    src:url("../thelaw/fonts/e00ba30a-0bf3-4c76-9392-8641fa237a92.eot?#iefix");
    src:url("../thelaw/fonts/e00ba30a-0bf3-4c76-9392-8641fa237a92.eot?#iefix") format("eot"),url("../thelaw/fonts/69b40392-453a-438a-a121-a49e5fbc9213.woff2") format("woff2"),url("../thelaw/fonts/9362bca5-b362-4543-a051-2129e2def911.woff") format("woff"),url("../thelaw/fonts/85060878-ca6c-43cc-ac31-7edccfdca71b.ttf");
}

@font-face{
    font-family:"Lulo-Clean-W01-One-Bold";
    src:url("../thelaw/fonts/0163ac22-50a7-406e-aa64-c62ee6fbf3d7.eot?#iefix");
    src:url("../thelaw/fonts/0163ac22-50a7-406e-aa64-c62ee6fbf3d7.eot?#iefix") format("eot"),url("../thelaw/fonts/aee74cb3-c913-4b54-9722-6001c92325f2.woff2") format("woff2"),url("../thelaw/fonts/80de9d5d-ab5f-40ce-911b-104e51e93d7c.woff") format("woff"),url("../thelaw/fonts/1b46b05b-cfdd-4d82-8c2f-5c6cfba1fe60.ttf");
}

@font-face{
    font-family:"Avenir-LT-W01_85-Heavy1475544";
    src:url("../thelaw/fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot?#iefix");
    src:url("../thelaw/fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot?#iefix") format("eot"),url("../thelaw/fonts/d513e15e-8f35-4129-ad05-481815e52625.woff2") format("woff2"),url("../thelaw/fonts/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff"),url("../thelaw/fonts/ccd17c6b-e7ed-4b73-b0d2-76712a4ef46b.ttf");
}

@font-face{
    font-family:"Avenir-LT-W01_35-Light1475496";
    src:url("../thelaw/fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix");
    src:url("../thelaw/fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix") format("eot"),url("../thelaw/fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"),url("../thelaw/fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff")format("truetype");
}





.font_1 {font: normal normal normal 16px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif ;color:#605E5E;} 
.font_2 {font: normal normal normal 55px/1.4em brandon-grot-w01-light,sans-serif ;color:#252525;} 
.font_3 {font: normal normal normal 90px/1.4em lulo-clean-w01-one-bold,sans-serif ;color:#252525;} 
.font_4 {font: normal normal normal 40px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif ;color:#252525;} 
.font_5 {font: normal normal normal 20px/1.4em lulo-clean-w01-one-bold,sans-serif ;color:#252525;} 
.font_6 {font: normal normal normal 20px/1.4em avenir-lt-w01_35-light1475496,sans-serif ;color:#252525;} 
.font_7 {font: normal normal normal 20px/1.4em avenir-lt-w01_35-light1475496,sans-serif ;color:#252525;} 
.font_8 {font: normal normal normal 18px/1.4em avenir-lt-w01_35-light1475496,sans-serif ;color:#252525;} 
.font_9 {font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,sans-serif ;color:#A0A09F;} 
.font_10 {font: normal normal normal 12px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif ;color:#605E5E;}

/*end fonts*/



.goog-te-banner-frame { display: none; }
header#header { position: fixed; width: 100%; top: 0; z-index: 9; }
#menu-main-menu li.back{display:none}
.logged-in .page-content{margin-top:0px;}
.page-content{margin-top:116px}
div#wp_translation_widget-2 { float: right; margin: 0; }
.skiptranslate.goog-te-gadget { height: 39px; overflow: hidden; width: 140px; margin-top: -12px; margin-left: 13px; }
li.menu-item.langflag {display:none}
.head{background:#000 !important; /*box-shadow:inset 0 4px 6px -4px rgba(255, 255, 255, 0.59), inset 0 1px 0 0 rgba(255, 255, 255, 0.59), inset 0 -5px 5px -5px rgba(255, 255, 255, 0.9)*/}
.header_v2 .sf-menu li a{padding: 7px 6px 9px 9px;}
.logo {width: 170px; margin-top: 15px !important; margin-bottom: 15px !important;}
.logo img{width:96px;}
body .pc_registration_form button:not(.ms-choice), body .pc_login_form button, body .pc_logout_btn{ background: #00973a  !important; color: #fff !important; border: 0 !important; padding: 8px 30px !important; border-radius: 4px !important;     width: 103px;
    text-align: center;}
body .pc_registration_form button:not(.ms-choice):hover, body .pc_login_form button:hover, body .pc_logout_btn:hover{ background: #1aab51 !important; color: #fff !important; border: 0 !important; box-shadow: none !important; }
.pc_registration_form, .pc_login_form, .pc_custom_form {border-top: 0 !important; box-shadow: 0px 0px 1px #ccc; padding-top:30px !important; margin-bottom:0 !important}
.pc_login_form{margin-bottom:60px !important;}
.pc_one_col_form .pc_form_flist>section:not(.pc_textarea_ftype):not(.pc_single_checkbox_ftype)>label{width:38% !important;}
.pc_logout_btn { position: fixed !important; top: 117px; right: 1px; }

.header_v9 .info {margin-right: 165px !important; }
.head{z-index:99 !important}
.header_v2 .sf-menu {margin-top: 5px !important;}
.txtNew span, .txtNew a, .txtNew p {color: #fff !important;}
ul#menu-top-menu li { list-style: none; padding: 2.5px 0; height: 100%; padding-left: 10px; padding-right: 10px; transition: background-color 0.4s ease 0s; margin: 0; position: relative; cursor: pointer; list-style: none; background-color: rgba(207, 204, 204, 1); margin-bottom: 2px; border-bottom: 0;}
ul#menu-top-menu li a{font: normal normal normal 16px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif; color: #000000;}
.home ul#menu-top-menu li:first-child, .page-id-715 ul#menu-top-menu  li:nth-child(3) , .page-id-724 ul#menu-top-menu  li:nth-child(2) { background: transparent; }
.home ul#menu-top-menu li:first-child a, .page-id-715 ul#menu-top-menu  li:nth-child(3) a, .page-id-724 ul#menu-top-menu  li:nth-child(2) a{ color: #fff; }
.home ul#menu-top-menu li:first-child:hover, .page-id-715 ul#menu-top-menu  li:nth-child(3):hover, .page-id-724 ul#menu-top-menu  li:nth-child(2):hover { background: rgba(160,160,159,1); }
ul#menu-top-menu li a:before{display:none}
.info { margin-top: 0 !important; margin-right:0}
ul#menu-top-menu {padding-top: 15px; }
div#wp_translation_widget-2 { position: absolute; top: 10px; right: -16%; }
#menu-main-menu li { float: none; }
#menu-main-menu{display: none;}
.home #menu-main-menu{display: block;}
ul#menu-main-menu { position: fixed; right: 0; top:72px; }
.header_v3 .sf-menu li.back .left {display: none;}
body .headdown { background-color: transparent !important; height: 0; border: 0 !important; }
#menu-main-menu li a { white-space: nowrap; text-align: right; line-height: 100%; font: normal normal normal 18px/1.4em impact,impact-w01-2010,impact-w02-2010,impact-w10-2010,sans-serif; color: #fff; width: 100%; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
#menu-main-menu.why-evault li a{color:#605E5E;}
#menu-main-menu.evault li a{color:#fff;}
#menu-main-menu.evault1 li a{color:#605E5E;}
#menu-main-menu.evault2 li a{color:#fff;}
#menu-main-menu.evault3 li a{color:#605E5E;}
#menu-main-menu.evault4 li a{color:#fff;}
#menu-main-menu.evault5 li a{color:#605E5E;}
#menu-main-menu.evault6 li a{color:#fff;}
#menu-main-menu.evault7 li a{color:#605E5E;}
#menu-main-menu.evault8 li a{color:#fff;}
#menu-main-menu.evault9 li a{color:#605E5E;}
#menu-main-menu.evault10 li a{color:#fff;}
#menu-main-menu.evault11 li a{color:#605E5E;}
#menu-main-menu.evault12 li a{color:#fff;}
#menu-main-menu.evault13 li a{color:#605E5E;}
#menu-main-menu.evault14 li a{color:#fff;}
#menu-main-menu.evault15 li a{color:#605E5E;}
#menu-main-menu li:hover a, #menu-main-menu li a.mPS2id-highlight-last{color:#CEC5B1}
#menu-main-menu li.evault1 a.mPS2id-highlight-last, #menu-main-menu.evault3 li a.mPS2id-highlight-last{color:#000}
.revwrap {border: 0 !important;}
ul#menu-top-menu  li:hover { background: rgba(160,160,159,1); }
ul#menu-top-menu  li:hover a { color: #000 !important; }
ul#menu-top-menu {display: none;}
.tp-caption{border: 2px solid #000 !important; background: #fff;}
.tp-caption img { border: 1px solid #000 !important; margin: 3px !important; }
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner{padding-top:0}
#why-evault .wpb_text_column{margin-bottom:0;}
#why-evault .vc_col-sm-4{padding:0px 12px; padding-bottom: 21px; }
#comp-ilgcsxo3{margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; word-wrap: break-word; pointer-events: none; color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 10px; left: 108px; width: 646px; position: absolute; top: 16px;}
#comp-ilgcsxo3 h1{margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: normal; font-stretch: normal; font-size: 29px; line-height: normal; font-family: avenir-lt-w01_85-heavy1475544, sans-serif; color: #ffffff; pointer-events: auto;}
#comp-ilgcsxo3 h1 >span {padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;}
#comp-ilgcsxo3 h1 >span >span{padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; font-weight: bold;}
div#comp-ilgdbbd7 { left: 108px; width: 685px; position: absolute; top: 58px; }
div#comp-ilgdbbd7 h2{font-size: 16px;}
#why-evault .vc_col-sm-4 .vc_column-inner { background: #fff; margin-bottom: 10px; padding: 60px 0; border: 10px solid rgba(237, 237, 237, 1);}
#buy-evaults ul{width:100%;}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner{padding-top:0 !important}
#why-evault .vc_col-sm-4 .vc_column-inner p { line-height: 33px; font-size: 24px; color: #252525; }
.home .page-content{padding:0;}
.wpb_content_element {margin-bottom: 0 !important;}
#evalt p, #evalt h2{color:#fff;}
#evalt p{font-size:23px}
#evalt h2 { font-size: 47px; margin-bottom: 0; }
#evalt ul { padding-top: 20px; padding-left: 35px; }
#evalt ul li { display: list-item; color: #fff; font-size: 20px; padding-bottom: 4px; }
.etuwp h2 { font-family: avenir-lt-w01_35-light1475496,sans-serif; font-size: 45px; letter-spacing: 0.06em; margin-bottom: 50px; }
.etuwp ul { vertical-align: top; padding-right: 60px; }
.etuwp .wpb_wrapper > ul:nth-child(2) { padding-left: 71px; }
.etuwp ul ul {width: 98%; padding-left: 30px;}
.etuwp ul ul li { list-style: disc; }
.etuwp ul li p{margin-bottom:0}
.rm_button{background-color: rgba(37, 37, 37, 1); border: solid rgba(237, 237, 237, 1) 0px; cursor: pointer !important; transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s; color: #fff !important; text-transform: uppercase; font: normal normal normal 15px/1.4em lulo-clean-w01-one-bold,sans-serif; -webkit-box-pack: center; /* -webkit-justify-content: center; */ justify-content: center; padding: 8px 23px; line-height: 100px; }
.rm_button:hover{background-color: rgba(0, 151, 58, 1); border-color: rgba(0, 151, 58, 1); color:#fff}
.etuwp.fa a {color: #418FE8; border-bottom: 1px solid;}
#contact a{color: #418FE8;}
#fanbase-demo p{margin-bottom:0;}
#fanbase-demo a.rm_button { width: 305px; display: inline-block; height: 24px; line-height: 27px; text-align: center; margin-top: 25px; margin-bottom: 75px;}
#fanbase-demo.etuwp ul{width:100%}
#contact .vc_col-sm-6 { position: relative; z-index: 0; }
#contact input, #contact textarea { border: 1px solid rgba(160, 160, 159, 1); font: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496,sans-serif; width: 100%; border-radius:0;}
.slll_i .tp-caption img{width:240px !important; height:218px !important}
#contact form p{margin-bottom:0;}
#contact form .wpcf7-submit { background-color: rgba(0, 151, 58, 1) !important; font: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496,sans-serif; border: 0; color: #FFFFFF !important; cursor: pointer; float: right; margin: 0; max-width: 12%; border-radius: 0; padding: 3px 0; margin-top: 10px; margin-right: -17px; }
body #footer {background-color: #232323!important;}
.footer-last{display:none}
#footer p { color: #fff; margin-bottom: 5px; font-size: 16px; }
#footer #enhancedtextwidget-2 > div > p:nth-child(1) { font-size: 32px; margin-bottom: 25px; }
#footer #enhancedtextwidget-2 > div > p:nth-child(3) { font-size: 16px; font-weight: bold;}
#footer .col-title { color: #ffffff !important; border-color: #ffffff !important; text-align: left; margin-bottom: 0 !important;}
#footer .col-title{font: normal normal normal 30px/1.4em avenir-lt-w01_35-light1475496,sans-serif;}
#footer ul#menu-hamburger-menu li { font-size: 14px; padding-bottom: 8px; list-style: none; }
#footer .col-title:after, #footer .col-title:before{display:none;}
#footer ul#menu-hamburger-menu {margin-top: 22px !important;}
.col-md-18 input { width: 68.9% !important; }
#wpcf7-f845-p724-o1 > form > div:nth-child(7) { margin-bottom: 50px; }
.page-id-724 #wpcf7-f845-p724-o1 > form > div:nth-child(7) { margin-bottom:0px;}
.page-id-724 #wpcf7-f845-p724-o1 > form > div:nth-child(13) {width: 54%;}
.page-id-724 .three-form .col-md-12 input.wpcf7-email {width: 90%;}
.page-id-724 #wpcf7-f845-p724-o1 > form > div:nth-child(14) input {width: 49% !IMPORTANT;}
.page-id-724 #wpcf7-f845-p724-o1 > form > div:nth-child(19) input { width: 61% !important; }
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required { width: 100%; border: 1px solid #797979; color: #797979 !important; font-size: 16px; margin-top: -40px; padding: 7px 10px;}
#wpcf7-f845-p724-o1 > form > div:nth-child(13) { width: 40%; }
#wpcf7-f845-p724-o1 > form > div:nth-child(14) { width: 100%; }
#wpcf7-f845-p724-o1 > form > div:nth-child(14) input {width: 38% !IMPORTANT;}
.col-md-4 input {padding: 6px 20px;}
.col-md-41 input { padding-left: 15px; }
#wpcf7-f845-p724-o1 > form > div:nth-child(19) { width: 80%; }
#wpcf7-f845-p724-o1 > form > div:nth-child(19) input { width: 48% !important; }
.wpcf7 input:focus{border: 1px solid #797979;}
.three-box .strong{font-size:14px}
.col-md-12 .three-box{margin-bottom:10px}
.col-md-12 { width: 80%; }
.col-md-12  .wpcf7-checkbox{margin:0 10px}
.col-md-12 p{margin-bottom:0;}
#wpcf7-f845-p724-o1 > form > p:nth-child(29) { width: 74%; }
#wpcf7-f845-p724-o1 > form > div:nth-child(32) { width: 80%; margin-bottom: 20px; }
#wpcf7-f845-p724-o1 > form > p:nth-child(34){position:relative}
#wpcf7-f845-p724-o1 > form > p:nth-child(34):after { content: ""; width: 40px; height: 18px; background: url(/wp-content/uploads/2018/04/send-icon.png); position: absolute; top: 42px; left: 100px; float: left; background-repeat: no-repeat; z-index: 9; }
#nav_menu-2 {margin-bottom: 0;}
.fanbs p{margin-bottom:28px}
#buy-evaults .rm_button { width: 33.3%; display: -webkit-box; height: 24px; line-height: 25px; text-align:center}
#footer{padding-bottom:67px;}

.gain_chart .wpb_text_column p, .gain_chart .wpb_text_column h2, .gain_chart .wpb_text_column h3, .gain_chart .wpb_text_column h4{ font: normal normal normal 18px/1.4em avenir-lt-w01_35-light1475496,sans-serif; color: #E7E6E6; }
.gain_chart .wpb_text_column h2 {font-size: 22px; margin-bottom: 0; font-weight: 700; letter-spacing: 0.5px; }
.gain_chart .wpb_text_column h3 { font-size: 19px; margin-bottom: 0; font-weight: 600; padding-top: 21px; }
.gain_chart .wpb_text_column p {
       font-size: 17px;
    line-height: 23px;
    padding: 0px;
    
}
.gain_chart  .wpb_text_column p{top:0}
.gain_chart .wpb_text_column h4{font-size: 18px; margin-bottom: 0;}
#layout > div > div > div > div > div > div > div > div > h4:nth-child(6) {margin: 15px 0;}
.gain_chart .table_g {
    width: 574px;
    margin: 0 auto;
    position:relative;
}

.gain_chart table {
    border: 0;
    margin-bottom:0;
}

.gain_chart table tr {
    background: transparent !important;
    border: 0;
}


.gain_chart table tr td:first-child {
    text-align: right;
    -ms-transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    transform: rotate(0) !important;
    padding-bottom: 78px;
}

.gain_chart table tr:last-child td {
       -ms-transform: rotate(0deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding-top: 0;
    padding-left: 0px !important;
    font-size: 12px;
    padding-right: 10px !important;
    position: relative;
    left: 34px;
    top: -10px;

}

.gain_chart table tr:last-child td:first-child {
    position: relative;
    top: 12px;
    left:0;
}

.gain_chart p:nth-child(6) { padding: 20px 200px; }

.gain_chart table tr td {
        color: #E7E6E6;
    border: 0;
        font-family: arial;
}

.gain_chart .table_g img {
    position: absolute;
    left: 69px;
    top: 17px;
    width: 432px;
    height: 668px;
}
.gain_chart .table_g p:first-child{
    position: absolute;
    top: -200px;
    left: 90px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
    font-weight: 600;
    font-size: 18px;
}
.gain_chart .table_g ul li {
    color: #E7E6E6;
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
}

.gain_chart .table_g ul {
    text-align: center;
    padding-bottom: 20px;
    display: block;
}

.gain_chart .table_g ul li:before {
    content: "";
    background: #b6b6b6;
    width: 29px;
    height: 2px;
    display: inline-block;
    position: relative;
    top: -3px;
    right: 5px;
}
.pc_registration_form .pc_password_ftype .pc_field_error:before { content: "Passwords must be at least 8 characters in length and contain at least 1 upper-case letter and 1 symbol such as !, @, #, $, %, ^, & or *."; position: absolute; width: 93%; left: 30px; background: #fff; top: 2px !important; color: #444; padding-bottom: 43px; text-align: left; font-weight: 100 !important; font-size: 14px; height: 10px; line-height: 17px; font-family: inherit; border-radius: 0; }
.pc_registration_form .pc_field_error {padding-bottom: 18px;}
.gain_chart .table_g ul li:first-child:before { background: #4472c4; }
.gain_chart { background: #404040; }
.gain_chart .table_g ul li:last-child:before { background:#ed7d31;}
.gain_chart table tr:last-child td:last-child {
    position: relative;
    top: 10px;
        -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0;
    font-size: 15px;
    font-weight:600;
}
.gain_chart #layout > div > div > div > div > div > div > div > div > p:nth-child(7) {padding:0 70px; padding-right: 0;}
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
.fadeIn{
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fadeIn  {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

body .vc_row[data-vc-full-width] {
    -webkit-transition: opacity .1s ease;
    -o-transition: opacity .1s ease;
    transition: opacity .1s ease;
}
#iwpmenu_icon .iwpmenu_open_button, #iwpmenu_icon .iwpmenu_close_button{top: 48px; right: 145px; height: 35px !important; width: 35px !important;}
i.iwpmenu_close_button {right: 40px !important;  top: 10px !important;}
p.menu-text { color: #fff; position: fixed; top: 55px; right: 39px; font-size: 14px; }
#menu-hamburger-menu-1 li { padding-bottom: 32px; }
ul#menu-hamburger-menu-1 { margin-top: 40px; }
div#nav_menu-3 { float: right; margin-right: 40px; }
div#enhancedtextwidget-2 { float: left; }
.wpcf7 textarea {height: 150px !important; overflow: hidden !important; overflow-y: scroll !important; white-space: normal; resize: none;}
#wpadminbar {display: none;}
section.eas h3, .data_t h3{ font-size: 28px; font-family: avenir-lt-w01_35-light1475496, sans-serif; color: #000; font-weight: 600; padding: 30px 0;}
#account-summary .wpb_text_column:last-child table tbody tr:first-child td, #account-summary .wpb_text_column:last-child table tbody tr:nth-child(2) td {color: #000 !important;}
section.eas table, .data_t table, .data_t table tr  {border: 0;}
section.eas table tr, .data_t table tr:hover { background: transparent; border:0;}
section.eas table td, .data_t table tr td { padding: 6px 7px; border:0; font-family: avenir-lt-w01_35-light1475496, sans-serif;}
section.eas { background: #fff; padding:10px; }
section.eas table thead, .data_t table thead tr:first-child { background: #545454 !important; border: 0;}
#tablepress-8 tr:nth-child(3) td{color:#fff !important;}
.data_t #tablepress-8 tr:nth-child(8) td:last-child{border:0;}
section.eas table thead tr td{ color: #fff !important; background:transparent !important; vertical-align: bottom; font-size: 15px; padding-bottom: 14px; padding-top: 10px;}
section.eas table thead tr td p { margin: 0; top:0}
section.eas table tbody tr:first-child td { padding-top: 22px; }
section.eas table tbody tr td, .data_t table tr td { font-size: 14px; color: #000; padding-bottom: 10px;}
section.eas table tbody tr td hr { background: #888; margin: 2px 0; }
section.eas table tbody tr td p { margin-bottom: 0; top: 0;}
section.eas table tbody tr td:last-child {padding-left: 22px;}
section.eas table tfoot, .data_t table tr:last-child{ background: #00973a; }
.data_t table tr td{background:transparent !important}
section.eas table tfoot, .dataTables_paginate{display:none;}
section.eas table tfoot tr td { font-size: 14px; }
section.eas table tfoot tr td p { margin-bottom: 0; top: 0;}
section.eas table tfoot tr td hr {margin: 3px 0;}
#account-summary .wpb_text_column:nth-child(2), #account-summary .wpb_text_column:nth-child(4){max-width: 985px !important; overflow-x: scroll !important; overflow-y: scroll !important;}
#account-summary .wpb_text_column:last-child table thead tr th:nth-child(4) {text-align: center;}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{border:0;}
#account-summary .wpb_text_column:last-child table tbody tr td { width: 222px !important; text-align: center!important; }
#account-summary .wpb_text_column:last-child table tbody tr:first-child td, #account-summary .wpb_text_column:last-child table tbody tr:nth-child(2) td {color: #000 !important;}
#account-summary .wpb_text_column:last-child table tbody tr td:first-child { color: #fff !important; background: #545454 !important; }
.data_t table tr:last-child td{color:#fff !important;  background:transparent !important; font-weight:600}
#tablepress-8 tr:first-child td:first-child, #tablepress-8 tr:nth-child(2) td:first-child, #tablepress-8 tr:nth-child(3) td:first-child { background: #4e4d4d !important; }
#account-summary h3 { padding-left: 20px; }
#tablepress-8 tr td:first-child {position: fixed; background: #4e4d4d  !important; padding-bottom: 28px; width: 20% !important; color:#fff !important}
#tablepress-8 tr td:nth-child(2) { padding-left: 270px; }
#tablepress-8 tr:first-child td {min-width: 160px;}
.data_t table tr:nth-child(2) td:last-child, .data_t table tr:nth-child(4) td:nth-child(2), .data_t table tr:nth-child(5) td:nth-child(2), .data_t table tr:nth-child(6) td:nth-child(2), .data_t table tr:nth-child(4) td:last-child, .data_t table tr:nth-child(5) td:last-child, .data_t table tr:nth-child(6) td:last-child, .data_t table tr:nth-child(7) td:last-child, .data_t table tr:nth-child(8) td:last-child, .data_t table tr:last-child  td:last-child{ text-align: left; }
#tablepress-8 tr:last-child td:first-child, #tablepress-8 tr:nth-child(8) td:first-child { background: #4e4d4d !important; }
.data_t table#tablepress-8 tr:last-child {background:transparent !important}
.data_t table#tablepress-8 tr:last-child td{color:#000 !important}
#tablepress-2 table tr:nth-child(6) td { border-top: 1px solid #000; border-bottom: 1px solid #000; font-weight: 600; }
#account-summary .wpb_text_column:nth-child(2) table tr:nth-child(3) td:nth-child(2),#account-summary .wpb_text_column:nth-child(2) table tr:nth-child(3) td:last-child, #account-summary .wpb_text_column:nth-child(2) table tr:nth-child(5) td:last-child{ border-bottom: 1px solid #000; }
#tablepress-18_wrapper table tr:nth-child(3) td:first-child{border:0;}
body .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a { border-color: #545454 !important; background-color: #545454 !important; color: #fff !important; }
#tablepress-8 tr:nth-child(6) td:first-child, #tablepress-8 tr:nth-child(7) td:first-child { padding-bottom: 46px; }
.data_t table tr td:nth-child(5) {padding-right: 14px; }
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:focus, body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover { background-color: #00973a!important; border-color: #00973a!important; color:#fff !important}
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {border-color: #00973a !important; background-color: #00973a !important; color: #fff !important; border: 0; padding-bottom: 15px;}
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a { border-color: #545454 !important; background-color: #545454!important; color: #fff!important; font-size: 14px;}
.wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body {padding:0 !important;}
div#ascrail2000, .nicescroll-cursors {top: 0 !important;}
.data_t form, .data_t table:nth-child(7) tr td:first-child, .data_t table:nth-child(2) tr td:first-child, .data_t table:nth-child(2) tr > td:nth-child(6), .data_t table:nth-child(2) tr > td:nth-child(7), .data_t table:nth-child(2) tr > td:nth-child(8){ text-align: left !important; }
#ui-datepicker-div {display: none;}
.tablepress .even td,  .tablepress .odd td, #tablepress-6 tr:td{color: #000 !important; }
#tablepress-4-no-3_length, #tablepress-4-no-3_filter {display: none;}
.tablepress thead:before { content: ""; position: absolute; width: 100%; height: 56px; left: 0; z-index: 99; }
.tablepress .sorting:after, .dataTables_info, .dataTables_filter, div#tablepress-4-no-3_paginate {display:none; }
.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc { background-color: transparent !important; color: #fff; }
#account-summary table thead th{background:none !important; color: #fff; white-space: nowrap; border:0}
body.error404 .logged-in .page-content { padding-top: 250px !important; }
body.error404 a.tbutton.medium { background: #252525; }
body.error404 a.tbutton.medium:hover{background:#00973a}
#tablepress-4-no-3  tbody tr td.column-1 {     background: #545454;     color: #fff !important; font-weight: 400;}
#tablepress-4-no-3  tbody tr.row-12.even td, #tablepress-4-no-3 tbody tr.row-25.odd td, #tablepress-4-no-3  tbody tr.row-31.odd td, #tablepress-4-no-3  tbody tr.row-37.odd td { background: #00973a !important; }
#tablepress-4-no-3 tbody tr td.column-7 { background: #545454; color: #fff !important; border: 0;     font-weight: bold;}
#tablepress-4-no-3 tbody tr td.column-2 { font-weight: 400;}
#profile form.pc_custom_form {margin-top: 0px; min-width: 100% !important; padding-top: 50px !important; background: #fff;}
#profile .pc_one_col_form.pc_custom_form section { display: inline-block !important; width: 33% !important; position: relative; margin-bottom: 55px !important; }
#profile .pc_one_col_form .pc_form_flist>section:not(.pc_textarea_ftype):not(.pc_single_checkbox_ftype)>label { position: absolute; top: -29px; width: 100% !important; }
#profile .pc_one_col_form .pc_form_flist .pc_field_container { width: 62% !important; }
#profile form.pc_custom_form button.pc_custom_form_btn { background: #00973a !important; color: #fff !important; border: 0 !important; padding: 10px 30px !important; font-size: 15px; text-transform: uppercase; }
#profile form.pc_custom_form button.pc_custom_form_btn:hover{ background: #252525 !important; border: 0 !important; box-shadow:none !important}
#profile .pc_one_col_form.pc_custom_form section.pc_rf_linkedin-id {margin-bottom: 15px !important;}
#profile .pc_rf_field input{color:#333;}
#profile .pc_form_flist label {color:#000;}
.data_t .wpb_text_column p{top:0; padding-top:20px}
.pcud_dp .ui-widget-header { border: 1px solid #00973a; background: #00973a !important; color: #fff !important;}
.pcud_dp .ui-datepicker .ui-datepicker-next, .pcud_dp .ui-datepicker .ui-datepicker-prev{background:#fff;}
.pcud_dp .ui-state-active, .pcud_dp .ui-widget-content .ui-state-active, .pcud_dp .ui-widget-header .ui-state-active {background: #00973a !important;}
.dataTables_length select option:first-child{display:none;}
#tablepress-6 thead tr th { min-width: 151px !important; border: 0;}
.tablepress .sorting_desc:after{display:none;}
table.dataTable thead .sorting_desc{background:none;}
#documentation .wpb_text_column p { font-size: 18px; top: 30px; }
#documentation .wpb_text_column p a{font-weight:normal}
#documentation .vc_tta-panel-body { padding-bottom: 50px !important; }
body .pc_checkbox { width: 200px; border: 0; background: transparent; height: 28px; }
.pc_checkbox:after { content: ""; width: 15px; height: 15px; display: block; border: 1px solid #ccc; }
body .pc_checkbox:before { background: transparent; }
#purchase-and-sale p { padding-top: 0; font-size: 18px; padding-right: 60px; }
#tablepress-6 tr, #tablepress-3 tr, #tablepress-6 td, #tablepress-3 td { white-space: nowrap; }
#communication p { padding-top: 5px; font-size:18px}
#communication a { color: #418FE8; font-weight: normal; }
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels{padding-left: 10px; padding-bottom: 10px; padding-right: 10px;}
#purchase-and-sale a.button { border: 1px solid #000; padding: 11px 12px !important; background: #000; color: #fff; letter-spacing: 7px; font-weight: bold; font-size: 15px; text-decoration: none !important; height: 0 !important; display: inline-table; padding-bottom: 8px !important; border-radius: 0 !important;}
#purchase-and-sale a.button:hover{background: #198a17; border: 1px solid #198a17;}
#account-summary .wpb_text_column {padding-bottom: 15px;}
#account-summary .dataTables_length{display:none;}
#account-summary .wpb_text_column:last-child  table tbody tr:first-child, #account-summary .wpb_text_column:last-child  table tbody tr:nth-child(2){background: #fff !important;}
.page-id-743 iframe {height: 780px !important;}
#form div { margin-top: 0 !important; }
.page-id-743 #layout > div.page-content > div > p:nth-child(3), .page-id-743 #layout > div.page-content > div > p:nth-child(4), .page-id-713 #layout > div.page-content > div > p:nth-child(4){display:none;}
#thank-you-free-odd{display:none;}
.switcher.notranslate {float: right; margin-top: -22px; position: absolute; right: -10px; }
.lp-screen {
    background: -moz-linear-gradient( -129deg, #1aab51 0%, #4a4a4a 207% ) !important;
    background: -webkit-linear-gradient( -129deg, #1aab51 0%, #4a4a4a 207% ) !important;
    background: -ms-linear-gradient( -129deg, #1aab51 0%, #4a4a4a 207% )!important; opacity: 0.98; z-index: 9999999 !important;}
#iwpmenu_bar div ul{overflow-y: hidden;}
.home.logged-in .page-content{padding-top:80px}
.dataTables_scrollBody {padding-bottom: 46px;}
.dataTables_scrollFoot { position: absolute; bottom: 16px; width: 98.3% !important;}
.DTFC_LeftFootWrapper {top: -46px !important;}
.dataTables_scrollFoot > div > table > tfoot > tr > th { background: #00973a; border: 0; color: #fff; font-size: 15px; font-family: avenir-lt-w01_35-light1475496, sans-serif; text-align: center; height: 31px;}
.DTFC_LeftFootWrapper tr th { background: #00973a !important; color: #fff; border: 0 !important; height: 31px; text-align:center}
div.DTFC_ScrollWrapper > div.DTFC_LeftWrapper > div.DTFC_LeftBodyWrapper > div > table > tbody > tr.row-51.odd > td {display: none;}
#account-summary .wpb_text_column:last-child table tbody tr { background: #fff; }
#account-summary .wpb_text_column:last-child table tbody tr td { color: #000 !important; font-weight: 100; padding-bottom: 11px;}
table.tablepress.tablepress-id-2.dataTable.no-footer {width: 100% !important;}
.dataTables_scrollHeadInner { width: 100% !important; }
th.column-3.sorting { padding-left: 5px; }
#purchase-and-sale > div.vc_tta-panel-body > div > div > div > div > div > div > p:nth-child(21) { line-height: 18px !important; }

p.p_note {
    margin-bottom: 0px !important;
    color: black;
    font-size: 14px !important;
    line-height: 22px;
    background: #fff;
    padding: 21px 20px;
    box-shadow: 0 5px 20px #ccc;
}

strong.main_line {
    color: black;
    font-size: 14px;
}

strong.main_line::after {
    content: " *";
    color: #FF0000;
    font-size: 10px;
    position: absolute;
    margin-left: 6px;
    margin-top: 0px;
    line-height: 100%;
    font-size: 30px;
}


input[type="text"] {
    border: 1px solid #000;
    
}

#profile > div.vc_tta-panel-body > p:nth-child(3) {
    display: none;
}
#responsive-menu-item-2207 {
    margin-top: 20px !important;
}

.pc_error_mess {
    border-color: #cc3333;
    position: absolute !important;
    bottom: -10px !important;
}
button.pc_auth_btn {
    margin-left: 90px;
}

.pc_success_mess {
    border-color: #4d9629;
    position: absolute !important;
    bottom: -10px !important;
}

footer .footer_widget {
    display: inline-block;
}
.breadcrumb-place{height:84px !important;}
.page-id-1969 .page-content {
    margin-top: 0;
}

.tablepress .sorting_asc:after{opacity:0 !important;}
.three-form input { border-radius: 3px; border: 1px solid #797979; color: #4c4c4c !important; outline: 0; width: 100%; max-width: 90%; min-width: 50px; padding: 0 10px; height: 32px;}
.three-form .col-md-6 { width: 35.6%; display: inline-block; margin-right: 15px; vertical-align: top;}
.three-form .col-md-6:last-child{margin-right:0;}
.three-form .col-md-12{width: 100%; display: inline-block;} 
.three-form .col-md-12 input { width: 49%; }
.three-form { width: 76%; margin: 0 auto !important; position: relative; z-index: 0;} 
.three-form form p, .three-form form label { font-family: Verdana, Geneva, sans-serif; font-size: 11px; display: block; color: #666666;}
.three-form input, .three-form select, .three-form textarea {border-radius: 3px; border: 1px solid #797979; color: #4c4c4c !important; outline: 0; width: 100%; max-width: 100%; min-width: 50px; padding: 0 10px; height: 32px; font: 400 13.3333px Arial; font-size: 16px; box-sizing: border-box; margin-bottom: 20px; margin-top: 10px;}
.three-form strong{display: block; color: #000; font-size: 13px;}
.three-form form .col-md-4 { width: 9%; display: inline-block; margin-right: 21px; }
.col-md-4.country_code { width: 10% !important; }
.three-form form .col-md-4:last-child{ width: 13%;}
.three-form input[type="checkbox"] { width: auto; float: left; height: 17px; text-align: left; margin-top: 5px; border: 0 !important; border-radius: 0; min-width: 17px; margin-bottom: 17px; }
.three-form form .wpcf7-list-item-label { display: inline-block; width: 95%; color: #000; font-size: 13px; margin-left: 13px; }
.three-form span.wpcf7-list-item, .three-form span.wpcf7-form-control.wpcf7-checkbox { margin-left: 0; }
.three-form textarea { height: 100px !important; overflow-x: hidden; white-space: inherit; padding-top: 10px;}
.three-form input.wpcf7-submit { background-image: url(https://cdn-main2.myfor.ms/images3/form/send-icon.png) !important; background-repeat: no-repeat !important; background-position: 24px center !important; padding: 13px 25px; padding-left: 65px; background-color: #5DB4E4 !important; border: 0 !important; color: #fff !important; height: 49px; font-weight: 600; font-size: 18px; }
.submit_b { display: table; margin: 30px auto; }
.three-form .col-md-12 input:focus { border-color: #797979 !important; }
body .three-form textarea:focus  { border: 1px solid #1b7ac5!important; box-shadow: 0px 0px 2px 0px #1b7ac5; }
input#sign_f { border: 0; border-bottom: 1px solid #676767; border-radius: 0; }
body #sign_f:focus{border-bottom: 1px solid #1b7ac5!important;}
table.wp-list-table.widefat.fixed.striped.posts tr td:nth-child(3), table.wp-list-table.widefat.fixed.striped.posts tr th:nth-child(3) {
    display: none;
}

p.back_to_home {
    text-align: left;
	margin-left: 10px;
}

.fa-long-arrow-left:before {
    content: "\f177";
    padding: 0 10px;
}
span.wpcf7-quiz-label {
    background: #b9b9b9;
    padding: 7px 13px;
	font-size: 16px !important;
    border-radius: 4px;
}

.back_arrow {
    font-size: 17px;
}

p#backtoblog {
    background: #1bff00;
    padding: 17px !important;
}

.pc_inner_btn:after {
    background: transparent !important;
}

.back_arrow { background: #00973a; width: 17%; padding: 10px 3px; border-radius: 5px; position: absolute; top: -92px; }
.back_arrow i, .back_arrow a { color: #fff; }
.back_arrow:hover { background: #222; }
.three-form_c strong { font-size: 12pt; display: inline-block; }
.three-form_c p, .three-form_c h2, .three-form_c ol li, .three-form_c ul li { font-family: arial,helvetica,sans-serif; font-size: 12pt; color: #000; }
.three-form_c h2 { font-weight: 700; font-size: 14pt; }
.three-form_c p, .three-form_c ol li { line-height: 20px; }
.three-form_c img {margin-bottom: 30px !IMPORTANT;}
.home form.wpcf7-form strong { color: #000; display: block; margin-top: 16px; font: normal normal normal 17px/1.4em brandon-grot-w01-light,sans-serif; font-weight: 900; }
.home form.wpcf7-form > p:nth-child(2) > label > strong {margin-top: 0;}
.three-form .col-md-12:nth-child(30) { font-size: 15px; font-family: Verdana, Geneva, sans-serif; color: #000; font-weight: 600; }
.three-form .col-md-12 span.wpcf7-quiz-label {color: #fff; font-size: 14px; background: -webkit-linear-gradient( -29deg, #800080 0%, rgb(30, 36, 212) 100%);}
.three-form form.wpcf7-form .row{display:table;}
.pc_field_error{width: 100%; padding-bottom: 40px !important;}
.slide_img {background-repeat: no-repeat; background-position: center; background-size: cover;}
.slide_img .logo { width: 100%; text-align: center !important; margin-top: 0 !important; position: relative; bottom: 20px;}
.slide_img .logo figure.wpb_wrapper.vc_figure, .slide_img3 .logo figure.wpb_wrapper.vc_figure { border: 2px solid #000; padding: 4px; background: #fff; }
.slide_img .logo img { width: 100%; border: 1px solid #000; }
.slide_img2 .logo { bottom: 160px; position: relative; right: 300px; }
.slide_img3 .logo { position: relative; left: 70px; top: 110px; width: 100%; }
.slide_img3 .logo img { width: 242px; border: 1px solid #000; }




/*Responsive*/

@media only screen and (max-width: 1177px){
.page-id-1004 .page-content .vc_row.wpb_row.vc_row-fluid { margin: 0 !important; }	
body.page-id-996 .table_g img{width: 564px !important;}	
body.page-id-996 table tr:last-child td{padding-right: 6px !important;}	
}

@media only screen and (max-width: 1276px){
div#wp_translation_widget-2{right:-13% !important; }	
.DTFC_LeftFootWrapper {top: -63px !important;}	

}

@media only screen and (max-width: 1224px){
div#wp_translation_widget-2{right:-10% !important}		
}


@media only screen and (max-width: 1118px){
#iwpmenu_icon .iwpmenu_open_button, #iwpmenu_icon .iwpmenu_close_button {right: 140px;}	
}

@media only screen and (max-width: 1177px){
div#wp_translation_widget-2{right:0% !important;  top: 20px;}		
header .row {width: 95%;}
.etuwp ul{width:95%}
#valuevault ul:nth-child(3) > li:nth-child(2) > a { display: -webkit-box; line-height: 35px; width: 100%; position: relative;}	
.etuwp.vc_custom_1524226408971.vc_row-has-fill > div > div > div > div > div > ul:nth-child(3) > li:nth-child(5) > a { display: block; line-height: 35px; width: 100%; position: relative; top: 23px; }	
}


@media only screen and (max-width: 991px){	
#responsive-menu-container #responsive-menu li.responsive-menu-item a:hover {color: #fff !important	;  background-color: #222 !important;}
.page-id-996 .page-content { margin-top: 0; padding-top:115px; text-align: center;}		
.logged-in .page-content { margin-top:0px !important; padding-top: 140px !important; }
.home.logged-in .page-content {padding-top: 80px !important;}
p.menu-text {top: 62px; right: 70px;}	
button#responsive-menu-button{top: 44px !important; right: 7px !important;}
header .row {width: 100%;}
ul#menu-main-menu, #menu-top-menu, #responsive-menu-search-box, div#mobilepro, .dataTables_length, .dataTables_paginate	{display:none !important}
#responsive-menu-container, #responsive-menu-wrapper {background: #00973a !important;}	
#responsive-menu li a { font-size: 31px !important; font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,sans-serif; letter-spacing: 4.5px; }	
#responsive-menu li { padding: 10px 0; }	
#responsive-menu { margin-top: 15% !important; text-align: center; }
#responsive-menu-container #responsive-menu li.responsive-menu-item a { height: 45px; line-height: 45px;  overflow: hidden;}
button#responsive-menu-button { background: transparent !important; }
.is-active .responsive-menu-inner, .is-active .responsive-menu-inner::before, .is-active .responsive-menu-inner::after { width: 7px !important; height: 38px !important; border-radius: 0 !important;}
button#responsive-menu-button.is-active {right: 40px; }
.head{padding-left:10px}	
body .vc_custom_1524324154467, body #fanbase-demo, body #buy-evaults, body #downloads, .vc_row.wpb_row.vc_row-fluid.etuwp.fa {padding-right: 0px !important; padding-left: 0 !important;}	
div#iwpmenu_icon {display: none;}	
.vc_row.wpb_row.vc_row-fluid.vc_row-has-fill, .page-content .vc_row.wpb_row.vc_row-fluid.vc_row-has-fill {margin: 0 !important;}	
.rev_slider li.tp-revslider-slidesli, .slotholder, .fullwidthbanner-container .fullwidthabanner, ul.tp-revslider-mainul, .forcefullwidth_wrapper_tp_banner, .rev_slider_wrapper {height: 620px !important; display: block; max-height: 620px !important;}
.tp-caption img { width: 190px !IMPORTANT; height: auto !important; }
div#slide-3-layer-1 { position: relative; top: 124px; }	
div#slide-4-layer-1 { position: relative; top: 405px; left: 175px; }	
div#slide-4-layer-1 img { width: 150px !important; height: auto !IMPORTANT; }	
div#slide-5-layer-1 { position: relative; left: 290px; bottom: 30px; }	
div#slide-6-layer-1 { position: relative; left: 295px; bottom: 20px; }	
div#slide-8-layer-1 {left: 10px; top: 220px;}
div#slide-8-layer-1 img {width: 150px !important; height: auto !important;}	
div#slide-9-layer-1 img, div#slide-10-layer-1 img { width: 150px !IMPORTANT; height: auto !important; }
div#slide-9-layer-1 { position: relative; left: 220px; bottom: 5px; }	
div#slide-10-layer-1 { position: relative; top: 360px; left: 200px; }	
div#slide-11-layer-1 { position: relative;   top: 390px; left: 190px; }	
.three-form {width: 100%;}
.slide_img .logo img {width: 192px;}	
.slide_img:nth-child(5) .logo { width: 152px; right: 0; bottom: 0; top: 215px; left: 350px; }
.slide_img:nth-child(13) .logo { bottom: 180px; right: 0; }
.slide_img:nth-child(17) .logo { right: 40px; bottom: 170px; }
.slide_img:nth-child(24) .logo { width: 152px; right: 0; left: 290px; bottom: 190px; }
 .slide_img:nth-child(27) .logo { width: 152px; right: 0; bottom: 0; top: 120px; left: 250px; }   
.slide_img3 .logo { left: 170px; top: 150px; }		
body.page-id-996 .table_g img { width: 595px !important; }
div#wp_translation_widget-2 { right: 1% !important; top: 13px; }
}


@media only screen and (max-width: 960px){
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab>a{padding: 14px 17px !important;}
.etuwp ul{width:100%}	
.wpb_text_column.wpb_content_element{margin-left:0 !important; margin-right:0;}	
#layout > div > div > div > div > div > div > div > div > div > p:nth-child(1){top:-90px !important;}	
.table_g.full{min-width: 100% !important; left:0 !important;}	
.table_g.full ul li{padding-bottom: 20px;}
.rm_button{font: normal normal normal 11px/9em lulo-clean-w01-one-bold,sans-serif;}	
#why-evault .vc_col-sm-4 .vc_column-inner p{font-size: 22px;}
.page-id-996 .page-content .row.clearfix { width: 100%; }	
.page-id-996 table{overflow:visible;}	
body.page-id-996 .table_g img {width: 84% !important;}	
}

	
@media only screen and (max-width: 800px){
.page-id-996 #layout > div > div > div > div > div > div > div > div > div > p:nth-child(1) { left: 40px !important; }	
div#comp-ilgdbbd7 { left: 10px; top: 110px; width:100%}	
div#comp-ilgcsxo3 {width: 50%;}	
.head {padding-bottom: 60px;}	
.home .wpb_text_column.wpb_content_element{margin-top:0px !important;}		
#buy-evaults, #downloads { padding-top: 80px !important	;}	
.pc_logout_btn {top: 140px; z-index: 9; }
.logged-in .page-content {padding-top: 200px !important;}
.page-id-655 .page-content, .page-id-659 .page-content {padding-top: 90px;}
}

@media only screen and (max-width: 768px){
.vc_row.wpb_row.vc_row-fluid.etuwp.fa { padding: 50px 30px !important; }	
.vc_row.wpb_row.vc_row-fluid.fanbs { padding: 20px 20px !important; padding-top: 50px !important; }
.wpb_start_animation {opacity: 1; filter: alpha(opacity=100); animation: unset !important;}
body .vc_row-fluid.ev_ultra { padding: 50px 50px !important; padding-bottom: 20px !important; }
.rm_button{font: normal normal normal 15px/1.4em lulo-clean-w01-one-bold,sans-serif;}	
.logged-in .page-content { padding-top: 20px !important; }	
.wpb_animate_when_almost_visible {opacity: 1 !important;}	
button#responsive-menu-button{top: 40px !important; right: 30px !important;}	
header#header{position: inherit;}	
.logo { float: left !IMPORTANT; }
.head { padding-left: 10px !IMPORTANT; padding-bottom: 50px !important; padding-right:30px !important}	
.wpb_column.vc_column_container.vc_col-sm-12 {margin-bottom: 0;}	
.page-content {margin-top: 0;}	
.headdown { display: none; }	
button#responsive-menu-button{position:absolute !important;}
#why-evault .vc_col-sm-4 { padding-bottom: 5px; margin-bottom: 0; }	
.row1440 .row, .row1280 .row, .row1170 .row, .row960 .row, .row, .fullwide { width: 100% !important; }	
.etuwp ul{width: 91% !important; padding: 0 40px !important;}	
body .vc_row-fluid{ padding: 0px 15px !important;}	
body div#contact {padding: 0 !important;}	
#contact .vc_inner.vc_row-fluid {padding: 0 50px !important;}	
body .etuwp {padding-top: 80px !important;}	
#contact .wpb_text_column { padding-top: 40px !important; padding-bottom: 0 !important; }	
#contact div > .wpb_text_column{ padding-right: 0 !important; padding-left: 0 !IMPORTANT; }	
#contact .vc_col-sm-6 {margin-bottom: 0 !important; }	
body #footer{padding-left:20px !important}	
body .vc_column_container>.vc_column-inner{padding-left: 0; padding-right: 0 !important;}	
#contact input{margin-bottom:10px; height: 35px;}	
div#why-evault{padding: 0 0px !important;}	
div#evalt{padding: 0 20px !important; padding-top: 20px !important; margin-top: -55px !important;}		
.rm_button{margin-left:-25px; width: 85% !important; display: block; line-height: 31px; margin: 3% auto !important; text-align:center ; }
.rm_button3{margin-bottom: -56px !important;}
.rm_button22 {margin-bottom: -44px !important;}
.rm_button6{margin-left:0px !important; width: 88% !important;}
.rm_button2{width: 88% !important;}	
.terms_membesrship{margin-bottom: 0; margin-top: -30px;}	
.vc_row-has-fill>.vc_column_container>.vc_column-inner {padding-bottom: 35px;}	
.vc_column-inner.vc_custom_1525787339451 {padding-bottom: 0 !important;}	
#contact h2.font_2 {font-size: 30px !important;}
#layout > div > div > div > div > div > div > div > div > div > p:nth-child(1) {left: 0px !important; }	
body .vc_custom_1524324154467, body #fanbase-demo, body #buy-evaults, body #downloads { padding-right: 50px !important; padding-left: 40px !important; }
#layout > div > div > div.vc_row.wpb_row.vc_row-fluid.wpb_animate_when_almost_visible.wpb_fadeIn.fadeIn.vc_custom_1524316052402.vc_row-has-fill { padding-top: 40px !important; }	
body #downloads { padding-left: 0 !important; padding-right: 80px !important; }	
#layout > div > div > div.vc_row.wpb_row.vc_row-fluid.wpb_animate_when_almost_visible.wpb_fadeIn.fadeIn.vc_custom_1524316052402.vc_row-has-fill p, #layout > div > div > div.vc_row.wpb_row.vc_row-fluid.wpb_animate_when_almost_visible.wpb_fadeIn.fadeIn.vc_custom_1524316052402.vc_row-has-fill span { font-size: 23px !important; line-height: 35px !important; }
.breadcrumb-place {display:none;}	
.wpb_text_column.wpb_content_element {margin-top:0px !important; width:100%;}		
div#enhancedtextwidget-2, div#nav_menu-3{float:none; margin-right:0}	
div#nav_menu-3{margin-top:50px;}	
.table_g ul li{display:block !important; padding-bottom: 14px !important;}	
	.table_g.full ul li{display:inline-block !important}	
.table_g ul {width: 85%;}	
.table_g.full ul { text-align: center; padding-bottom: 0; width: 100%; }	
#layout > div > div > div > div > div > div > div > div > p:nth-child(7) {padding-right: 30px !important;}	
.vc_row.vc_row-o-full-height{min-height:auto !important}
#fanbase-app > div > div > div > div.vc_row.wpb_row.vc_inner.vc_row-fluid > div:nth-child(2) > div > div > div {padding-top: 0 !important;}	
#fanbase-app h2 {margin-bottom: 0 !important;}	
#fanbase-app > div > d	iv > div > div.vc_row.wpb_row.vc_inner.vc_row-fluid > div:nth-child(1) > div > div > div { padding-top: 20px !important; }	
#layout > div > div > div.vc_row.wpb_row.vc_row-fluid.etuwp.fa.vc_custom_1525169046584.vc_row-has-fill > div > div{padding-top:0;}	
.page-id-996 #layout > div > div > div > div > div > div > div > div > div > p:nth-child(1) {left: 100px !important;}
.page-id-996 .page-content {padding-top:0;}		
.page-id-1004 .logged-in .page-content{margin-top:0 !important}	
.page-id-1004 #layout > div > div > div > div > div > div > div > div > div > p:nth-child(1) { top: -150px !important; left: -160px !important; }	
.page-id-1032 #layout > div > div > div.vc_row.wpb_row.vc_row-fluid.vc_custom_1525735650325.vc_row-has-fill.vc_row-o-full-height.vc_row-o-columns-middle.vc_row-flex > div > div {padding-bottom: 0 !important;}
.page-id-1032 .page-content{padding-bottom:0 !important; margin-top:0}	
.page-id-715 .page-content { padding-top: 40px; }	
.page-id-715 a.button {width: 97%; display: block; text-align:center}	
#contact > div > div > div > div.wpb_text_column.wpb_content_element {padding-left: 17px !important; width: 96%;}		.rm_button6{    margin-bottom: -20px !important;}
p.menu-text {top: 47px; right: 75px; position: absolute;}		
.page-id-1840 .page-content {padding: 0 30px; padding-top: 20px;}	
.page-id-1840 a.rm_button {font-size: 13px;}	
.page-id-996 .table_g{width: 90%;}	
.page-id-996 #layout > div > div > div > div > div > div > div > div > div > p:nth-child(1) {left: 70px !important;}
.page-id-996 table tr:last-child td:last-child{font-size: 11px; left: -13px;}
.page-id-996 .table_g img{width: 561px !important;}	
.home.logged-in .page-content {padding-top: 0 !important;}
button#responsive-menu-button.is-active span.responsive-menu-inner {position: fixed; top: 20px;}
#responsive-menu li a { font-size: 25px !important;}
.three-form {width: 84%;}	
.three-form .col-md-12 input { width: 100%; }	
.three-form .col-md-6 { width: 100%; display: block; }
.home #valuevault > div > div > div > div.vc_row.wpb_row.vc_inner.vc_row-fluid > div:nth-child(1) {margin-bottom: 5px;}
body .pc_fluid_form.pc_form_2col .pc_form_flist>section, body .pc_fluid_form.pc_form_1col .pc_form_flist > section {width: 100% !important;}
.slide_img, .slide-img{ height: 620px; }
.slide_img .logo {bottom: 0; top: 185px; }	
.slide_img:nth-child(5) .logo {bottom: 0; top: 400px; left: 300px; }	
.slide_img:nth-child(13) .logo {right: 30px; top: 30px; }	
.slide_img:nth-child(17) .logo { top: 35px; right: 50px;}	
.slide_img:nth-child(24) .logo { top: 30px; left: 150px;}
.slide_img:nth-child(27) .logo {top: 400px; left: 130px; }	
.slide_img3 .logo {top: 280px; }	
body.page-id-996 .table_g img {width: 90% !important;}	
}

@media only screen and (max-width: 767px){
.logged-in .page-content { margin-top: 0 !important; padding-top:0px !important;}	
.vc_tta-panel.vc_active h4 a { border-color: #00973a !important; background-color: #00973a !important; color: #fff !important; border: 0; padding-bottom: 15px; FONT-SIZE: 14px; }
.vc_tta-container { margin-top: 158px; }
.vc_tta-panel h4 a { border-color: #545454 !important; background-color: #545454!important; color: #fff!important; font-size: 14px; }
.pc_logout_btn, button#responsive-menu-button { position: absolute !important; }
.pc_logout_btn{top: -35px;}
.vc_tta-panel-heading {position: absolute; top: -190px; width: 95%; left: 18px !important;}
div#purchase-and-sale .vc_tta-panel-heading {left: 0; top: -148px;}
div#documentation .vc_tta-panel-heading {top: -105px; left: 0;}
div#communication .vc_tta-panel-heading {top: -62px; left: 0;}
div#profile .vc_tta-panel-heading {top: -19px; left: 0;}
#profile .vc_tta-panel-body {position: relative; top: 40px;}
.vc_tta-panel-body {position: relative; top: 50px;}
.vc_tta-panel-body div#downloads {padding-top: 0 !important;  padding-left: 20px !important;}
.home.logged-in .page-content {padding-top: 0px !important;}
body.page-id-996 table tr:last-child td {padding-right: 6px !important;}
body.page-id-996 .table_g img {width: 90% !important;}		

}


@media only screen and (max-width: 745px){
.head{padding-bottom: 70px !important;}	
#layout > div > div > div > div > div > div > div > div > div > p:nth-child(1) {left: -25px !important;}
.page-id-996 table tr:last-child td	{padding-right: 7px !important;}		
}

@media only screen and (max-width: 721px){
#layout > div > div > div > div > div > div > div > div > div > p:nth-child(1) {top: -70px !important; left: 10px !IMPORTANT;}
.table_g img{width: 478px !important;}	
.page-id-996 table tr:last-child td{padding-right: 7px !important;}	
.page-id-996 #layout > div > div > div > div > div > div > div > div > div > p:nth-child(1) {left: 95px !important;}	
}

@media only screen and (max-width: 690px){
.page-id-996 #layout > div > div > div > div > div > div > div > div > div > p:nth-child(1) {left: 110px !important;}
body.page-id-996 table tr:last-child td { padding-right: 4px !important;  font-size: 11px !important;}	
.page-id-996 .table_g img { width: 540px !important; }		
body.page-id-996 .table_g img {width: 83% !important;}			
}

@media only screen and (max-width: 650px){
.page-id-996 table tr:last-child td {padding-right: 5px !important; font-size: 10px;}
.page-id-996 .table_g img{width: 460px !important;}	
.page-id-996  #layout > div > div > div > div > div > div > div > div > div > p:nth-child(1) {left: 125px !IMPORTANT; }	
a.btn.btn-success-purchase-btn { position: absolute !important; top: 135px !important; right: 0 !important; }
}


@media only screen and (max-width: 615px){
.table_g img {width: 393px !important; left: 67px !important;}	
#layout > div > div > div > div > div > div > div > div > div > p:nth-child(1) {top: -80px !important; left: -10px !important;}		
.table_g { width: 614px; margin: 0 auto; position: relative; left: 40px; }	
.page-id-996 table{width: auto;}	
#layout > div > div > div > div > div > div > div > div > div > p:nth-child(1) {top: -80px !important; left: -10px !important;}		
.page-id-996 table tr:last-child td, .page-id-996 table tr td:first-child{font-size: 11px !important;}	
.page-id-996 #layout > div > div > div > div > div > div > div > div > p:nth-child(8){padding: 20px 0; font-size: 12px;}
.page-id-1004 table{width:8%;}	
.page-id-1004 .wpb_text_column h2 {font-size: 20px !important; margin-bottom: 15px;}	
.page-id-996 .table_g img { width: 423px !IMPORTANT; left: 48px !important; }	
.page-id-1004 .wpb_text_column h3 {font-size: 16px !important;}	
.page-id-715 a.button {width: 95%;}	
.page-id-996 table tr:last-child td {padding-right: 4px !important; font-size: 10px !important;}	
body.page-id-996 table tr:last-child td {padding-right: 2px !important;}	
	
}

@media only screen and (max-width: 585px){	
body.page-id-996 table tr:last-child td {padding-right: 1px !important;}
}

@media only screen and (max-width: 557px){	
.home #valuevault > div > div > div > div.vc_row.wpb_row.vc_inner.vc_row-fluid > div:nth-child(2) > div > div > div > div > p:nth-child(4) > a {margin-bottom: -20px !important;}	
body .vc_custom_1526997002530 {padding-bottom: 30px !important;}
body .etuwp { padding-top: 40px !important; }	
.vc_row.wpb_row.vc_row-fluid.fanbs { padding: 30px 20px !important; padding-top: 60px !important; }	
body .vc_row-fluid.ev_ultra{padding:0 15px !important}
.table_g img { width: 350px !important;}	
div#comp-ilgcsxo3 {width: 67%;}
div#wp_translation_widget-2 { right: -10% !important; }	
select.goog-te-combo { width: 82%; padding-left: 0; padding-right: 0; font-size: 12px; }	
#why-evault h2 { font-size: 37px !important; padding-bottom: 40px !important; padding-top: 40px !IMPORTANT;}	
#evalt h2, .etuwp h2{ font-size: 30px !important;}
#why-evault .vc_col-sm-4 .vc_column-inner {padding: 10px 0; padding-bottom: 20px; margin-bottom: 4px;}
#why-evault .vc_col-sm-4 .vc_column-inner p{font-size:20px}
.vc_custom_1523521253661 .font_8, .vc_custom_1523521253661 span { font-size: 17px !IMPORTANT; line-height: 24px !IMPORTANT; }
div#rev_slider_8_7_forcefullwidth {margin-top: 40px !important;}	
#contact input, #contact textarea{width:95%;}
#contact form .wpcf7-submit{max-width: 15%; margin-right: 0;}
.rev_slider_wrapper{height:300px !important}	
.vc_custom_1525416724318 {padding-bottom: 15px !important;}	
#layout > div > div > div.vc_row.wpb_row.vc_row-fluid.etuwp.vc_custom_1525370703764.vc_row-has-fill > div > div > div > div.wpb_text_column.wpb_content_element.vc_custom_1525416724318 > div > h2 { font-size: 28px !important; line-height: 35px; padding:0 18px;}
body .vc_custom_1525416724318 {padding-bottom: 15px !important;}
.ev_ultra .font_8, .ev_ultra .font_8 span{font-size: 22px !important;}
.ev_ultra .wpb_text_column { padding-top: 50px; }	
#valuevault h2 { font-size: 33px !important; padding-top: 15px; }	
#valuevault .wpb_text_column { padding-bottom: 30px !important; }
body #downloads{padding-left: 0 !important; padding-top: 30px !important;}	
.wpb_text_column.wpb_content_element.download-info {left: 25px !important;}	
#layout > div > div > div.vc_row.wpb_row.vc_row-fluid.etuwp.vc_custom_1525370703764.vc_row-has-fill {padding: 0 10px !important; padding-top: 30px !important;}
.etuwp ul {width: 83%;}	
#layout > div > div > div > div > div > div > div > div > p:nth-child(3) { padding: 0; padding-top: 20px;}	
.home #layout > div > div > div > div > div > div > div > div > p:nth-child(3) {padding-top:0;}		
#layout > div > div > div > div > div > div > div > div > p:nth-child(7) { padding-right: 10px !important; padding-left: 60px !important; }	
.home #layout > div > div > div > div > div > div > div > div > p:nth-child(7) {padding-left: 0 !important;}	
div#slide-11-layer-1 {left: 160px !important;}
.page-id-1840 a.rm_button {font-size: 11px;}
.page-id-996 table tr:last-child td, .page-id-996 table tr td:first-child {font-size: 10px !important;     padding-right: 3px !important;}		
.page-id-996 .table_g img { width: 392px !IMPORTANT;}	
.page-id-996 .table_g { width: 100%; }
.page-id-1004 section h4 { font-size: 15px; }	
.page-id-1004 section b {width: 10% !important;} .slll_i .tp-caption img { width: 130px !important; height: auto !important; }
.page-id-1004 #layout > div > div > div > div > div > div > div > div > section > p {padding-right: 100px !important;}	
#profile .pc_one_col_form.pc_custom_form section {width: 100% !important;}
#profile .pc_one_col_form .pc_form_flist .pc_field_container {width: 10% !important;}
.vc_tta-panel-heading {width: 93%;}
.etuwp ul {padding: 10px 20px !important;}	
.home #buy-evaults > div > div > div > div > div > p:nth-child(7) > a {
	margin-bottom: 50px !important;}	
}


@media only screen and (max-width: 517px){
body #downloads {padding-right: 50px !important; }
.page-id-996 .table_g {left:0 !important}
.page-id-996 table tr:last-child td {padding-right: 4px !important; font-size: 8px !important;}	
.page-id-996 .table_g img { width: 350px !IMPORTANT; left: 43px !important; }	
.page-id-996 #layout > div > div > div > div > div > div > div > div > div > p:nth-child(1) { left: 143px !IMPORTANT; }		
}

@media only screen and (max-width: 505px){
.table_g img { width: 340px !important; left: 54px !important; }	
.page-id-1004 #layout > div > div > div > div > div > div > div > div > p:nth-child(2) {padding: 0; padding-top: 20px;}	body.page-id-996 table tr:last-child td {padding-right: 0px !important;}
.page-id-1004 .table_g.full {width: 100% !important;}	
.page-id-996 #layout > div > div > div > div > div > div > div > div > div > p:nth-child(1) { left: 153px !IMPORTANT; font-size: 13px; }	
.page-id-1004 #layout > div > div > div > div > div > div > div > div > p:nth-child(6) {padding: 0;}	
body.page-id-996 .table_g img { width: 80% !important; }	
}

@media only screen and (max-width: 499px){
p.menu-text {font-size:8px}		
.responsive-menu-box:before{right:-20px; font-size:5px}	
.head{padding-bottom: 90px !important; }	
#responsive-menu-container #responsive-menu li.responsive-menu-item a {font-size: 23px !important;}	
#responsive-menu-container #responsive-menu{margin-top: 25% !important;}
.is-active .responsive-menu-inner, .is-active .responsive-menu-inner::before, .is-active .responsive-menu-inner::after { width: 4px !important; height: 31px !important;}	
button#responsive-menu-button {width: 0;}	
div#why-evault .vc_column-inner {padding-top: 0;margin-bottom: 15px;}
#layout > div > div > div > div > div > div > div > div > p:nth-child(7) { padding-right: 0 !important; padding-left: 0px !important; padding-top: 0; }	
.page-id-1004 section h4 { font-size: 14px;}		
.page-id-1004 section p{padding: 20px 0 !important;}	
.logged-in .page-content {padding-top: 20px !important;}
.pc_logout_btn {top: -55px;}

}

@media only screen and (max-width: 485px){
.table_g img { width: 365px !important; left: 48px !important; }
.page-id-996 table tr:last-child td, .page-id-996 table tr td:first-child { font-size: 9px !important;}	
.page-id-996 table tr:last-child td {left: 39px; }	
.page-id-996 .table_g img { width: 350px !IMPORTANT; }	
.page-id-996 table tr:last-child td {padding-right:1.5px !important; top: 16px; left: 15px;}	
.page-id-996 .table_g ul{width:100% !important}	
.page-id-996 .table_g{width:100% !important; left:-13px}	
.page-id-996 table {left: 15px; position: relative; margin-bottom: 40px;}	
.page-id-996 #layout > div > div > div > div > div > div > div > div > div > p:nth-child(1) { left:5px !IMPORTANT; font-size: 11px; }
.page-id-996 table tr:last-child td:last-child {left: 0px; }
.page-id-996 .table_g img {left: 68px !important; }	
.table_g.full ul {margin-left: 0 !important;}	
.page-id-996 table tr td:first-child { padding-bottom: 29px ; }
.page-id-996 .table_g img{height:400px !important}	
.page-id-996 table tr td:first-child { font-size: 11px !important; }	
.page-id-1004 table tr td:first-child {padding-bottom: 4px;}	
.page-id-1004 .table_g img {top: 50px; height: 370px; }	
.page-id-1004 #layout > div > div > div > div > div > div > div > div > div > p:nth-child(1) { top: -150px !important; left: -224px !important; }		
body.page-id-996 table tr:last-child td {font-size: 10px !important;}	
body.page-id-996 .table_g img { width: 76% !important; }
}

@media only screen and (max-width: 479px){
.slide_img .logo {left: 120px;}
.slide_img:nth-child(5) .logo {top: 380px; left: 180px; }	
.slide_img:nth-child(24) .logo, .slide_img:nth-child(27) .logo{left: 0; }	
}


@media only screen and (max-width: 475px){
	div#slide-11-layer-1 img {
    width: 135px !important;
    height: auto !important;}
div#comp-ilgcsxo3{left: 78px;}
div#comp-ilgdbbd7{top: 85px;}	
.logo img { width: 61px; }		
#comp-ilgcsxo3 h1{font-size: 23px;}	
.head{padding-bottom:150px !important;}
div#comp-ilgdbbd7 h2 {font-size: 19px;}		
.head{padding-bottom:140px !important;}	
.page-id-1004 #layout > div > div > div > div > div > div > div > div > div > p:nth-child(1) {left: -238px !important; }
.page-id-1004 #layout > div > div > div > div > div > div > div > div > section > p { padding-right: 0 !important; }
.page-id-996 .wpb_text_column h4 {font-size: 14px;} .page-id-996 #layout > div > div > div > div > div > div > div > div > p:nth-child(3) {padding: 20px 0px;} .page-id-996 .wpb_text_column h2 { font-size: 25px; margin-bottom: 20px; } 
.page-id-996 .wpb_text_column h3 {font-size: 20px;} .table_g ul {width: 65%;} .page-id-715 a.button {width: 90%; margin: 0 auto;}	
.page-id-996 #layout > div > div > div > div > div > div > div > div > div > p:nth-child(1) { left:10px !IMPORTANT;}	
}

@media only screen and (max-width: 475px){
.table_g {width: 614px !important; margin:0 auto; position:relative; left:20px;}
.vc_tta-panel-heading {top: -180px;}
div#purchase-and-sale .vc_tta-panel-heading { top: -135px; }
div#documentation .vc_tta-panel-heading {top: -90px;}
div#communication .vc_tta-panel-heading {top: -45px;}
div#profile .vc_tta-panel-heading { top: 1px;}
#profile .vc_tta-panel-body {top: 50px;}
.DTFC_LeftHeadWrapper, .DTFC_LeftBodyWrapper {width: 0 !important;}
}

@media only screen and (max-width: 450px){
.page-id-996 #layout > div > div > div > div > div > div > div > div > div > p:nth-child(1) { left:25px !IMPORTANT;}
#responsive-menu-container #responsive-menu li.responsive-menu-item a { font-size: 21px !important; }	
.page-id-996 table { left: 0;}	
.page-id-996 #layout > div > div > div > div > div > div > div > div > div > p:nth-child(1) { left: 5PX!IMPORTANT; }
body.page-id-996 table tr:last-child td {font-size: 9px !important;}	
body.page-id-996 .table_g img { width: 74% !important; }	

}

@media only screen and (max-width: 420px){
.table_g img { width: 295px !important; left: 42px !important; }	
.page-id-996 table tr:last-child td, .page-id-996 table tr td:first-child { font-size: 7.5px !important; padding-right: 1.5px !important;}	
.page-id-996 .table_g img { width: 310px !IMPORTANT; }	
.page-id-996 #layout > div > div > div > div > div > div > div > div > div > p:nth-child(1) {left: 250px !IMPORTANT;}
body.page-id-996 .table_g img { width: 74% !important; left: 57px !important; }
.page-id-996 table tr td:first-child { font-size: 11px !important; }	
.page-id-996 #layout > div > div > div > div > div > div > div > div > div > p:nth-child(1) { left: 25px !IMPORTANT; }
body.page-id-996 table tr:last-child td {font-size: 8.4px !important;}
.page-id-996 .table_g img { left: 67px !important; }	
.slide_img .logo {left: 90px;}	
	
}


@media only screen and (max-width: 399px){
.three-form input.wpcf7-submit{font-size:15px}	
.vc_tta-panel-heading {width: 91%;}
.pc_one_col_form .pc_form_flist>section:not(.pc_textarea_ftype):not(.pc_single_checkbox_ftype)>label {width: 100% !important;}	
.rm_button{font-size: 14px;}		
#responsive-menu-container #responsive-menu li.responsive-menu-item a {font-size: 18px !important;}		
.table_g img { width: 218px !important; left: 42px !important; }	
p.menu-text{right: 55px;}	
.page-id-996 #layout > div > div > div > div > div > div > div > div > div > p:nth-child(1) {left: 50px !IMPORTANT;}	
.page-id-996 table tr:last-child td, .page-id-996 table tr td:first-child { font-size: 8px !important; padding-right: 1px !important; }
.page-id-996 .table_g img {width: 298px !IMPORTANT;}
.page-id-996 table tr td:first-child { font-size: 10px !important; }		
#account-summary h3 {font-size: 24px; padding-top: 10px; padding-bottom: 10px;}
}

@media only screen and (max-width: 375px){
div#wp_translation_widget-2 { right: -16% !important; }		
#comp-ilgcsxo3 h1 { font-size: 20px; line-height: 28px; }	
.table_g img { width: 275px !important; left: 28px !important;}			
.page-id-996 table tr:last-child td, .page-id-996 table tr td:first-child { font-size: 7px !important; padding-right: 4px !important; }		
#layout > div > div > div > div > div > div > div > div > div > p:nth-child(1) {left: -65px !important;}	
.page-id-996 table {position: relative;}		
#layout > div > div > div > div > div > div > div > div > div > p:nth-child(1) {left: -30px !important; font-size: 12px;}	
.page-id-996 .wpb_text_column h2 { font-size: 22px; }	
.page-id-996 .wpb_text_column h3 {font-size: 19px;}	
.table_g ul { width: 45%; }	
.page-id-996 .wpb_text_column h4 {font-size: 12px;}	
.page-id-1004 #layout > div > div > div > div > div > div > div > div > div > p:nth-child(1){left: -249px !important; font-size: 14px; top: -170px !important;}
.page-id-1004 table {position: relative; right: 21px; }	
.page-id-1004 section b {padding: 11px 0; }	
.page-id-996 #layout > div > div > div > div > div > div > div > div > p:nth-child(7), .page-id-1004 #layout > div > div > div > div > div > div > div > div > p:nth-child(7) { text-align: center; }	
.table_g {left:27px;}	
.page-id-996 .table_g img { width: 273px !IMPORTANT; left: 68px !important;}
.page-id-996 table tr td:first-child { font-size: 10px !important; }	
.page-id-996 table tr:last-child td, .page-id-996 table tr td:first-child { padding-right: 1.3px !important; }
.page-id-996 #layout > div > div > div > div > div > div > div > div > div > p:nth-child(1) { left: 44px !IMPORTANT; }
.slide_img3 .logo {left: 140px;	}
.slide_img .logo {left: 70px;}		
body.page-id-996 table tr:last-child td {font-size: 7.5px !important;}		
}

@media only screen and (max-width: 375px){
.table_g img { width: 230px !important; }
button#responsive-menu-button {right: 0 !important; }	
p.menu-text {right: 45px;}	
a.btn.btn-success-purchase-btn {top: 175px !important;}
}

@media only screen and (max-width: 350px){
.page-id-996 #layout > div > div > div > div > div > div > div > div > div > p:nth-child(1) {left: 55px !IMPORTANT;}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {font-size: 16px !important;}	
#responsive-menu-container #responsive-menu li.responsive-menu-item a {height: 32px;}	
body.page-id-996 table tr:last-child td { font-size: 7px !important; }	
}

@media only screen and (max-width: 335px){
p.menu-text {right: 25px;}	
.page-id-996 table tr:last-child td, .page-id-996 table tr td:first-child { padding-right: 0.3px !important; }
.page-id-996 .table_g img { width: 230px !IMPORTANT; left: 75px !important; }	
.page-id-996 #layout > div > div > div > div > div > div > div > div > div > p:nth-child(1) { left: 62px !IMPORTANT; }	#responsive-menu-container #responsive-menu li.responsive-menu-item a {font-size: 15px !important;}	
}

@media only screen and (max-width: 1170px){
a.btn.btn-success-purchase-btn { right: 130px; /*position: absolute !important; top: 4px;*/ }
}
@media only screen and (min-width: 1300px){
a.btn.btn-success-purchase-btn { right: 170px; position: absolute !important; top: 4px; }
}
a.btn.btn-success-purchase-btn { color: #fff; background: #00973a; padding: 8px; position: relative; top: 20px; border-radius: 5px; font-size: 13px; font-weight: 600; font: normal normal normal 10px/1.4em lulo-clean-w01-one-bold,sans-serif; transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s; }
a.btn.btn-success-purchase-btn:hover { background: #fff; color: #000; transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s; }
.widget_nav_menu {float: right; margin-right: 40px;}

/*  #account-summary .wpb_text_column:nth-child(2) table tr:nth-child(3), #account-summary table tr:nth-child(3) td:last-child, #account-summary .wpb_text_column:nth-child(2) table tr:nth-child(5) td:last-child {
    border-bottom: 0px solid #000 !important;
} */
#account-summary .wpb_text_column:nth-child(2) table tr:nth-child(3) td:nth-child(2){border-bottom: 0px solid #000 !important;}
.data_t table tr:nth-child(7) td:last-child { border-bottom: 1px solid !important; }
section.eas table tfoot, .data_t table tr:nth-child(5) { background-color: #00973a; color: #fff;}
#tablepress-12 > tbody > tr.row-6.even td:last-child { border-color: transparent !important;}
.data_t table tr:nth-child(5) td { color: #fff !important; font-weight: bold;}



/* ===========Risponsive============= */

/* @media only screen and (max-width: 768px) {
 a.btn.btn-success-purchase-btn { position: relative; top: 116px; right: 0px;}
}
@media only screen and (max-width: 499px){
p.menu-text { font-size: 8px; right: 60px;}
}
@media only screen and (max-width: 425px){
a.btn.btn-success-purchase-btn {
    position: absolute !important;
    top: 200px !important;
    right: 0 !important;
}
.head {
    height: 100px !important;
}
}
@media only screen and (max-width: 375px){
a.btn.btn-success-purchase-btn {
    position: absolute !important;
    top: 255px !important;
    right: 0 !important;
}
.head {
    height: 150px !important;
}
div#comp-ilgcsxo3 {
    margin-top: 23px;
}

} */
/* .slide_img2 .logo {
    bottom: 160px;
    position: relative;
    right: 0px !important;
}
 */

/* ============================================== */
@media only screen and (max-width: 1024px){
	.rm_button { padding: 8px 12px; }
}
@media only screen and (max-width: 991px){
	.rm_button { padding: 8px 4px; }
}
@media only screen and (max-width: 768px){
	a.btn.btn-success-purchase-btn { top: 103px; left: 70%; }
	.rm_button6 { margin-left: none !important; }
}
@media only screen and (max-width: 650px){
	a.btn.btn-success-purchase-btn { left: 68%; }
}
@media only screen and (max-width: 425px){
	.txtNew p { font-size: 16px !important; }
	a.btn.btn-success-purchase-btn { left: 23%; padding: 12px 0px -1px; font-size: 10px; margin-top: 60px; margin-right: 98px; }
	.logo img { margin-top: 8px; }
	.txtNew span, .txtNew a, .txtNew p { font-size: 13px !important; margin-top: 13px; }
	.head { padding-bottom: 150px !important; }
}
@media only screen and (max-width: 375px){
	a.btn.btn-success-purchase-btn { left: 23%; padding: 12px 0px -1px; font-size: 8px; margin-top: 30px; margin-right: 74px; }
	.head { padding-bottom: 150px !important; }
}
@media only screen and (max-width: 320px){
	a.btn.btn-success-purchase-btn { left: 22%; padding: 12px 0px -1px; font-size: 8px; margin-top: 82px; margin-right: 45px; padding: 8px 12px 8px 16px; }
	.head { padding-bottom: 210px !important; }
}