/*******************************************************************************************************



===============================================

							TABLE OF CONTENTS

===============================================



0.	 DEFAULT ELEMENT

	0.1 FONT

	0.2 SITE LAYOUT STRUCTURE

	0.3 LAYOUT DEFAULT ELEMENT



1. HEADER

	1.1 LOGO

	1.2 TOP NAVIGATION

	1.3 SEARCH

	1.4 MAIN MENU



2. Content

	2.1 feature sections

	2.2 page title

	2.3 parallax backgrounds

	2.4 video backgrounds



3. Sidebar

	3.1 site search

	3.2 tabs

	3.3 portfolio widgets

	3.4 advertisements



4. Typography

	4.1 lists

	4.2 buttons

	4.3 styled boxes

	4.4 dropcaps

	4.5 highlight colors

	4.6 tables

	4.7 pricing tables

	4.8 framed boxes

	4.9 pagination



5. Footer

	5.1 copyrights

	5.2 google map



*******************************************************************************************************/



/*******************************************************************************************************

*	FONT

*******************************************************************************************************/



@charset UTF-8;

@import url(http://fonts.googleapis.com/css?family=Gudea:400,700,400italic);

@media all and (-webkit-min-device-pixel-ratio:0){

	@font-face{

		font-family:'FontAwesome';

		src:	url('../lib/font-awesome-4.2.0/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg'),

				url('../lib/font-awesome-4.2.0/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),

				url('../lib/font-awesome-4.2.0/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),

				url('../lib/font-awesome-4.2.0/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype');

				font-weight:normal;

				font-style:normal;

	}

}



/*******************************************************************************************************

*	SITE LAYOUT STRUCTURE

*******************************************************************************************************/

body{ margin:0; padding:0; color:#5e5e5e; background:#F6F6F6; }

.wrapper{width:1200px;margin:0 auto;position:relative}

.boxed:not(.active){background:#fff!important;min-height:100%}

.active.boxed{width:1240px;margin:0 auto;background:#fff;box-shadow:0 0 0 0px rgba(0,0,0,0.08);padding:0;min-height:100%;position:relative;z-index:2;overflow:visible}





/*******************************************************************************************************

*	LAYOUT DEFAULT ELEMENT

*******************************************************************************************************/

.strict-block .block-title h2,

.item-block-4 .item-header strong,

.item-block .item-header strong {

	font-weight:700;

}

.clear-float{ clear:both; }



h1,h2,h3,h4,h5,h6{ line-height:120%; }

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{ color:inherit; }

h1{font-size:32px;font-weight:500;margin-bottom:10px;}

h2{font-size:28px;font-weight:500;margin-bottom:10px;}

h3{font-size:24px;font-weight:500;margin-bottom:10px;}

h4{font-size:20px;font-weight:400;margin-bottom:10px;}

h5{font-size:18px;font-weight:500;margin-bottom:10px;}

h6{font-size:16px;font-weight:500;margin-bottom:10px;}

dt{font-weight: 600;font-size:15px;margin-bottom:5px;}

dd{font-size:15px;margin-bottom:5px;}

a{color:#353535;text-decoration:none;transition:all .2s;-moz-transition:all .2s;-webkit-transition:all .2s;-o-transition:all .2s}

a:hover{color:#2c3e50;text-decoration:none}

a:focus{outline:0}

input[type=text] {

    display: block;

	height: 26px !important;

    background: #fff;

    border: 1px solid #2c3e50;

    width: 100%;

    border-radius: 2px;

    -moz-border-radius: 2px;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}



.underline_dot{	border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: rgb(221, 221, 221);margin-bottom:5px;}

.left{float:left}

.right{float:right}

i.fa{ line-height:inherit; font-weight:normal; }



/***************************************************

*	HEADER Layout

****************************************************/

.header{display:block}

.header-logo h1{font-size:60px;color:#232323;line-height:110px}

.header-2-content{display:table;padding:25px 0;width:100%}

.header-1-content .header-weather,.header-1-content .header-search,.header-2-content .header-advert{display:none!important}

.header-2-content .header-weather{display:table-cell;vertical-align:middle;width:28%;text-align:left;color:#bbb}

.header-2-content .header-logo{display:table-cell;vertical-align:middle;width:44%;text-align:center}

.header-2-content .header-search{display:table-cell;vertical-align:middle;width:28%;text-align:right !important;}

.header-2-content .header-search input.search-box{

	float:right;

	width:160px;

	border:2px solid transparent;

	color:#757575;

	background:transparent;

	z-index:2;

	position:relative;

	transition:all .2s;

	-moz-transition:all .2s;

	-webkit-transition:all .2s;

	-o-transition:all .2s

}

.rtl .header-2-content .header-search{text-align:left}

.header-2-content .header-search input.search-box:focus{

	height: 40px !important;

	font-size:16px !important;

	font-weight:400 !important;

	color:#121212;

    border: 4px solid #86D81C !important;

    padding: 8px 12px !important;

	background:#fff;

	width:90% !important;

    border-radius: 2px;

    -moz-border-radius: 2px;

}

.header-2-content .header-search .fa{display:block;float:right;font-size:20px;position:absolute;color:#e2e2e2;right:0px;margin-top:4px;z-index:0}

.rtl .header-2-content .header-search .fa{right:auto;left:0}

.header-2-content .header-weather .weather-icon{display:block;float:left;margin-right:20px;width:90px;}

.header-2-content .header-weather .small-title{display:block;margin-left:80px;font-weight:bold;font-size:11px;margin-top:4px;margin-bottom:3px}

.header-2-content .header-weather strong{

	display:block;

	margin-left:80px;

	font-weight:bold;

	font-size:16px;

	margin-top:auto;

	margin-bottom:5px;

	;

}

.header-2-content .header-weather .default-title{display:block;margin-left:80px;font-weight:bold;font-size:13px}

.header-1-content{display:table;padding:25px 0;width:100%}

.header-1-content .header-logo{display:table-cell;vertical-align:middle}

.header-1-content .header-advert{display:table-cell;vertical-align:middle;width:728px}

.img-thumbnail { width:150px }

.img-circle { border: 1px solid #F0F0F0; border-radius:50%}

.item-photo{ display:block;overflow:hidden; }

.item-photo img{ display:block;width:100%;-webkit-transition:all .7s ease;-moz-transition:all .7s ease;-o-transition:all .7s ease;-ms-transition:all .7s ease;transition:all .7s ease; }

.item-photo:hover img{ -webkit-transform:scale(1.2) rotate(5deg);-moz-transform:scale(1.2) rotate(5deg);-ms-transform:scale(1.2) rotate(5deg);-o-transform:scale(1.2) rotate(5deg);transform:scale(1.2) rotate(5deg); }





/***************************************************

*	HEADER - TOP MENU

****************************************************/

.header-topmenu{

	display:block;

	margin:0;

	padding-right:50px;

	padding-top:5px;

	vertical-align:middle;

	border-bottom:1px solid #e5e5e5;

	margin-bottom:5px;

}

.boxed.active .header .header-topmenu{

	margin-right:20px;

	margin-left:20px;

	position:relative;

	z-index:1002;

}

.header-topmenu:after{display:block;content:'';clear:both}

.header-topmenu ul{display:block;}

.header-topmenu ul li{display:block;float:left}

.header-topmenu ul.right li{margin-left:15px;vertical-align:middle;}

.header-topmenu ul.left li{margin-right:15px;}

.header-topmenu ul li a{

	display:block;

	top:10px;

	padding:5px;

	vertical-align:middle;

	font-size:14px;

	font-weight:600;

	color:#222;

}

.header-topmenu ul li:hover>a{

	padding:5px;

	color:#DD4B39;

	background: rgba(0,0,0,0.02);

}

.profile-image { height: 26px; z-index:100;}



.top_menu_icon img { height: 30px; vertical-align:middle;}

.topmenu-link .fa{

	color:#fff;

	background:#d1d1d1;

	display:inline-block;

	font-size:14px;

	padding:5px 0;

	font-weight:normal;

	margin-top:4px;

	margin-bottom:-2px;

	position:relative;

	width:21px;

	text-align:center;

	border-radius:1px;

	-moz-border-radius:1px;

}

.topmenu-link .fa:after{

	display:block;

	content:'';

	position:absolute;

	width:8px;

	height:8px;

	background:inherit;

	top:10px;

	right:-2px;

	transform:rotate(45deg);

	-ms-transform:rotate(45deg);

	-webkit-transform:rotate(45deg)

}



.topmenu-link .counter{

	display:inline-block;

	padding-left:8px;

	font-weight:bold;

	font-size:11px;

	line-height:17px;

	margin-top:-2px;

	margin-bottom:-1px;

	color:#d1d1d1;

}



.rtl .topmenu-link .counter{float:right}



.topmenu-link{position:relative}



.topmenu-link:after{

	display:block;

	position:absolute;

	color:#fff;

	font-family:'FontAwesome';

	content:'\f0da';

	top:-4px;

	left:17px;

	font-size:3px;

	line-height:100%;

	transform:rotate(-45deg);

	-ms-transform:rotate(-45deg);

	-webkit-transform:rotate(-45deg)

}



.topmenu-link.topmenu-facebook:hover .fa{background:#4c66a4}

.topmenu-link.topmenu-facebook:hover .counter{color:#4c66a4}

.topmenu-link.topmenu-twitter:hover .fa{background:#4cb6e2}

.topmenu-link.topmenu-twitter:hover .counter{color:#4cb6e2}

.topmenu-link.topmenu-google:hover .fa{background:#dd4b39}

.topmenu-link.topmenu-google:hover .counter{color:#dd4b39}

.topmenu-link.topmenu-linkedin:hover .fa{background:#0073b2}

.topmenu-link.topmenu-linkedin:hover .counter{color:#0073b2}



.header-topmenu .wrapper>ul li{

	position:relative;

	z-index:1002;

	top:8px;

}

.header-topmenu .wrapper>ul li:hover{z-index:1003}

.header-topmenu .wrapper>ul>li a:not(.topmenu-link) span{

	display:block;

	position:relative;

	padding-right:10px;

}

.header-topmenu .wrapper>ul>li a:not(.topmenu-link) span:after{

	display:block;

	position:absolute;

	content:'\f0d7';

	font-family:'FontAwesome';

	top:2px;

	right:0;

	font-size:8px;

	line-height:16px;

}



.header-topmenu .wrapper>ul>li ul a:not(.topmenu-link) span:after{

	top:-2px;

	content:'\f0da';

	line-height:14px;

}

.header-topmenu .wrapper>ul>li ul{

	display:none;

	position:absolute;

	background:#fff;

	width:200px;

	margin-left:-85px;

	left:50%;

	border:1px solid #d8d8d8;

	border-radius:3px;

	-moz-border-radius:3px;

	padding:15px;

	margin-top:0px;

	box-shadow:0 2px 2px rgba(0,0,0,0.07);

	z-index:100;

}

.header-topmenu .wrapper>ul>li ul:before{

	display:block;

	content:'';

	background:transparent;

	position:absolute;

	top:-20px;

	left:0;

	right:0;

	height:10px;

}

.header-topmenu .wrapper>ul>li ul:after{

	display:block;

	background:inherit;

	width:8px;

	height:8px;

	top:-5px;

	left:47%;

	position:absolute;

	content:'';

	transform:rotate(-45deg);

	-ms-transform:rotate(-45deg);

	-webkit-transform:rotate(-45deg);

	border-top:1px solid #d8d8d8;

	border-right:1px solid #d8d8d8;

}

.header-topmenu .wrapper>ul li:hover>ul{display:block}

.header-topmenu .wrapper>ul>li:hover>ul li{display:block;float:none;margin-left:0}

.header-topmenu .wrapper>ul>li>ul li{display:block;margin-bottom:8px;padding-bottom:8px;border-bottom:1px dotted #ccc;position:relative}

.header-topmenu .wrapper>ul>li>ul li a{display:block}

.header-topmenu .wrapper>ul>li>ul li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}

.header-topmenu .wrapper>ul>li>ul>li ul{position:absolute;left:180px;top:0;margin-left:0;margin-top:-16px}

.header-topmenu .wrapper>ul>li>ul>li ul:before{height:100%;top:0;left:-31px;width:31px}

.header-topmenu .wrapper>ul>li>ul>li ul:after{

	left:-5px;

	top:15px;

	transform:rotate(225deg);

	-ms-transform:rotate(225deg);

	-webkit-transform:rotate(225deg);

}

label#keepid{text-align:left;left:20px;margin-top:10px;font-weight:normal}



/***************************************************

*	MAIN MENU

****************************************************/

.header #main-menu{

	display:block;

	background:#292929;

	margin-bottom:20px;

	z-index:1001;

	position:relative;

}

.header #main-menu .wrapper{background:inherit}

.header #main-menu .wrapper>ul{display:block;border-top:4px solid rgba(255,255,255,0.09);background:inherit}

.header #main-menu .wrapper>ul:after{display:block;clear:both;content:''}

.header #main-menu .wrapper>ul>li{

	display:block;

	float:left;

	border-top:4px solid rgba(255,255,255,0.09);

	margin-top:-4px;

	background:inherit;

	position:relative;

}

.boxed.active .header #main-menu{margin-right:20px;margin-left:20px}

.header #main-menu .wrapper>ul>li>a:after{

	display:block;

	content:'';

	background:rgba(255,255,255,0.09);

	position:absolute;

	width:1px;

	height:100%;

	top:0;

	right:0;

	z-index:2

}

.header #main-menu .wrapper>ul>li:hover:after{display:none}

.header #main-menu .wrapper>ul>li>a{

	display:block;

	color:#fff;

	text-transform:uppercase;

	font-size:18px;

	font-weight:700;

	padding:14px 19px;

	background:inherit

}

.header #main-menu .wrapper>ul>li:hover>a{box-shadow:inset 0 -70px rgba(255,255,255,0.15)}

.header #main-menu .wrapper>ul>li>a span{display:block;padding-right:15px;position:relative}

.header #main-menu .wrapper>ul>li>a span:after{display:block;content:'\f0d7';font-family:'FontAwesome';color:#fff;position:absolute;top:0;right:0;line-height:29px;font-size:10px}

.header #main-menu .wrapper>ul>li a i.fa{padding-right:8px}

.header #main-menu .wrapper>ul>li>a i:not(.fa){display:block;font-style:normal;font-size:10px;font-weight:400;padding-top:3px;opacity:.6;filter:alpha(opacity=60)}

.header #main-menu .wrapper>ul>li>a i:not(.fa):empty{display:none!important}

.header #main-menu .wrapper ul.menu>li.menu-single>a{line-height:28px}

.header #main-menu .wrapper ul>li.big-drop>ul,.header #main-menu .wrapper ul:not(.sub-menu)>li:not(.big-drop)>ul ul,.header #main-menu .wrapper ul:not(.sub-menu)>li:not(.big-drop)>ul{

	display:none;

	position:absolute;

	border:1px solid #292929;

	border-top:0;

	z-index:3;

	background:#fff;border-radius:0 0 3px 3px;

}

.header #main-menu .wrapper ul>li>ul{-webkit-padding-start: 0px;}

.header #main-menu .wrapper ul>li>ul>li:first-child a:not(.switch-cat){border-radius:3px 3px 0 0}

.header #main-menu .wrapper ul>li>ul>li:last-child a{border-radius:0 0 3px 3px}

.header #main-menu .wrapper ul>li>ul>li:last-child a:after{display:none!important}

.header #main-menu .wrapper>ul>li.normal-drop.ot-dropdown ul{width:280px}

.header #main-menu .wrapper>ul>li.normal-drop.ot-dropdown>ul{box-shadow:0 -1px 0 #000}

.header #main-menu .wrapper>ul>li.normal-drop.ot-dropdown>ul li:hover ul{display:block}

.header #main-menu .wrapper>ul>li.normal-drop.ot-dropdown>ul ul{position:absolute;top:0;left:290px;border-top:1px solid #292929;border-radius:3px}

.header #main-menu .wrapper>ul>li.normal-drop.ot-dropdown>ul ul:before{display:block;content:'';position:absolute;width:11px;left:-11px;top:0;height:100%}

.header #main-menu .wrapper>ul>li.normal-drop.ot-dropdown>ul ul:after{display:block;position:absolute;content:'';width:8px;height:8px;background:inherit;left:-5px;top:17px;transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);border-left:inherit;border-bottom:inherit}

.header #main-menu .wrapper>ul>li.normal-drop.ot-dropdown>ul ul li{position:relative;z-index:2}

.header #main-menu .wrapper ul li{position:relative}

.header #main-menu .wrapper ul li a{position:relative}

.header #main-menu .wrapper>ul li.big-drop{position:inherit}

.header #main-menu .wrapper>ul li.big-drop:hover{position:inherit}

.header #main-menu .wrapper>ul>li.big-drop:hover>ul,.header #main-menu .wrapper>ul>li:hover>ul{display:block!important}

.header #main-menu .wrapper>ul>li.big-drop>a{position:relative}

.header #main-menu .wrapper>ul>li.big-drop:hover>a:before,.header #main-menu .wrapper>ul>li.normal-drop.ot-dropdown:hover>a:before{display:block;content:'';position:absolute;background:#fff;top:-7px;left:0;width:100%;height:7px;box-shadow:inset 1px 0 0 #292929,inset -1px 0 0 #292929,inset 0 1px 0 #292929;border-radius:3px 3px 0 0}

.header #main-menu .wrapper>ul>li.big-drop:hover>a span:after,.header #main-menu .wrapper>ul>li.normal-drop.ot-dropdown:hover>a span:after{color:#232323}

.header #main-menu .wrapper>ul>li.big-drop>a,.header #main-menu .wrapper>ul>li.normal-drop.ot-dropdown>a{transition:none;-moz-transition:none;-webkit-transition:none;-o-transition:none}

.header #main-menu .wrapper>ul>li.big-drop:hover>a,.header #main-menu .wrapper>ul>li.normal-drop.ot-dropdown:hover>a{background:#fff;color:#232323;box-shadow:inset 1px 0 0 #292929,inset -1px 0 0 #292929;z-index:20}

.header #main-menu .wrapper>ul>li.normal-drop.ot-dropdown li{display:block}

.header #main-menu .wrapper>ul>li.normal-drop.ot-dropdown li a{display:block;padding:17px 20px;;text-transform:uppercase;font-size:13px;font-weight:700;color:#232323;position:relative}

.header #main-menu .wrapper>ul>li.normal-drop.ot-dropdown li:hover>a{background:#f0f0f0}

.header #main-menu .wrapper>ul>li.normal-drop.ot-dropdown li a:after{display:block;width:100%;height:1px;background:#f0f0f0;position:absolute;content:'';left:0;bottom:0}

.header #main-menu .wrapper>ul>li.normal-drop.ot-dropdown li>a span:after{display:block;content:'\f0da';font-family:'FontAwesome';position:absolute;line-height:47px;top:0;right:20px;font-size:11px}

.header #main-menu .wrapper>ul>li.big-drop:hover{position:inherit}

.header #main-menu .wrapper>ul>li.big-drop>ul .paragraph-row{position:relative}

.header #main-menu .wrapper>ul>li.big-drop>ul>li:after{display:block;border-left:1px dotted #ccc;width:1px;top:20px;bottom:20px;left:0;position:absolute;content:''}

.header #main-menu .wrapper>ul>li.big-drop>ul>li:first-child:after{display:none}

.header #main-menu .wrapper>ul>li.big-drop>ul{width:99.88%;left:0}

.header #main-menu .wrapper>ul>li.big-drop>ul.sub-menu>li ul{display:block}

.header #main-menu .wrapper>ul>li.big-drop>ul.sub-menu>li>.faicon{display:block;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;z-index:0}

.header #main-menu .wrapper>ul>li.big-drop>ul.sub-menu>li:first-child>.faicon{left:0}

.header #main-menu .wrapper>ul>li.big-drop-1>ul.sub-menu .fa{display:block;font-size:160px;color:#f6f6f7;line-height:100%;position:absolute;z-index:-1;left:-40px;top:25%;transform:rotate(-10deg);-ms-transform:rotate(-10deg);-webkit-transform:rotate(-10deg)}

.header #main-menu .wrapper>ul>li.big-drop>ul.sub-menu>li>strong{font-size:19px;;font-weight:600;color:#232323;text-transform:uppercase;display:block;padding:17px 20px 17px 20px}

.header #main-menu .wrapper>ul>li.big-drop>ul.sub-menu>li>span{font-size:11px;;font-weight:normal;color:#232323;text-transform:uppercase;display:block;padding:0 20px 17px 20px;opacity:.7;margin-top:-12px}

.header #main-menu .wrapper>ul>li.big-drop>ul.sub-menu>li>ul{display:block;padding:20px 20px 17px 20px;margin-top:0;position:relative;z-index:1}

.header #main-menu .wrapper>ul>li.big-drop-1>ul.sub-menu>li>ul:before{display:block;position:absolute;content:'';top:0;left:20px;right:20px;height:1px;border-top:1px dotted #ccc}

.header #main-menu .wrapper>ul>li.big-drop>ul.sub-menu>li>ul li{display:block;margin-bottom:13px;padding-left:20px;position:relative}

.header #main-menu .wrapper>ul>li.big-drop>ul.sub-menu>li>ul li>a:hover{text-decoration:underline}

.header #main-menu .wrapper>ul>li.big-drop>ul.sub-menu>li>ul li:last-child{margin-bottom:5px}

.header #main-menu .wrapper>ul>li.big-drop>ul.sub-menu>li>ul li:before{display:inline-block;font-family:'FontAwesome';content:'\f105';position:absolute;left:0;top:0;font-size:11px;line-height:14px}

.big-drop>ul.sub-menu-1 ul.sub-menu{display:none!important}

.header #main-menu .wrapper>ul>li.big-drop div>ul li a{display:block;font-size:13px;color:#232323}

.header #main-menu .wrapper>ul>li.big-drop div>ul li a:hover{text-decoration:underline}

.header .big-drop .article-column{margin-right:3%;width:30.3%;float:left}

.header .big-drop>ul.sub-menu>div:last-child .article-column{margin:20px 20px 20px 10px}

.header .big-drop .article-column img{max-width:100%;height:auto;margin-bottom:15px;width:275px}

.header .big-drop .article-column h3{margin-bottom:10px;font-size:18px;color:#232323}

.header .big-drop .article-column p{font-size:14px}

.header .big-drop .menu-switcher{display:block;margin:20px 10px 20px 20px;}

.header .big-drop .menu-switcher .switch-cat{display:block;padding:13px 15px;margin-bottom:4px;font-size:14px;font-weight:600;position:relative}

.header .big-drop .menu-switcher .switch-cat:hover{background:#f0f0f0}

.header .big-drop .menu-switcher .switch-cat.active{box-shadow:inset 3px 0 0 #232323;background:#f0f0f0}

.header .big-drop .menu-switcher .switch-cat.active:after{display:block;content:'\f0da';font-family:'FontAwesome','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック', ng, 'NanumGothic','Segoe UI','Malgun Gothic',sans-serif;position:absolute;right:15px;top:0;line-height:40px}



body #main-menu li.big-drop-1:hover>ul.sub-menu{display:table!important}

body #main-menu li.big-drop-1>ul.sub-menu>li{display:table-cell!important;float:none!important;width:auto!important;margin:0!important;padding:0!important}

body #main-menu li.big-drop-2>ul.sub-menu>li{display:block!important;width:25%!important;position:static!important}

body #main-menu li.big-drop-2>ul.sub-menu>li>ul{position:static!important}

body #main-menu li.big-drop-2>ul.sub-menu>li>ul li:before,body #main-menu li.big-drop-2>ul.sub-menu>li>ul:before{display:none!important}

body #main-menu li.big-drop-2>ul.sub-menu>li>ul li{padding-left:0!important;position:static!important;margin-bottom:0!important}

body #main-menu li.big-drop-2>ul.sub-menu>li>ul>li>a{display:block;padding:13px 15px;margin-bottom:4px;font-size:14px;font-weight:600;position:relative;border-radius:0!important;-moz-border-radius:0!important}

body #main-menu li.big-drop-2>ul.sub-menu>li>ul>li>a i.fa{padding-right:7px}

body #main-menu li.big-drop-2>ul.sub-menu>li>ul>li.active>a{box-shadow:inset 3px 0 0 #232323;background:#f0f0f0;position:relative}

body #main-menu li.big-drop-2>ul.sub-menu>li>ul>li.active>a:before{display:block!important;content:'\f0da';font-family:'FontAwesome','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック', ng, 'NanumGothic','Segoe UI','Malgun Gothic',sans-serif;position:absolute;right:15px;top:0;line-height:40px;font-size:12px;color:#232323}

body #main-menu li.big-drop-2>ul.sub-menu>li>ul>li>a:hover{background:#f0f0f0}

body #main-menu li.big-drop-2>ul.sub-menu>li>ul li.active .menu-content-inner{display:block}

body #main-menu li.big-drop-2>ul.sub-menu>li>ul li .menu-content-inner{display:none;position:absolute;top:0;right:0;width:75%;padding:20px 0}

#main-menu ul.menu>li.big-drop-1>ul.sub-menu>li>ul.sub-menu{display:none}

.menu-overlay{display:none;position:fixed;background:rgba(0,0,0,0.6);top:0;left:0;width:100%;height:100%;z-index:1000}

#main-menu.thisisfixed {

    height: 56px;

}

#main-menu.floatingmainmenu .subset {

    display: block;

    position: fixed;

    top: 0px;

    left: 0px;

    margin: 0px;

    width: 100%;

    z-index: 20000;

    background: inherit;

    box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.09);

}



.header #top-sub-menu{

	margin-top:-20px;

	display:block;

	margin-left:auto;

	margin-right:auto;

	background:#efefef;

	margin-bottom:20px;

	min-height:1px;

}

.header #top-sub-menu .wrapper{background:inherit}

.boxed.active .header #top-sub-menu{margin-right:20px;margin-left:20px}

.header #top-sub-menu ul{overflow:hidden;display:block;background:inherit}

.header #top-sub-menu ul:after{display:block;content:'';clear:both}

.header #top-sub-menu ul li{display:block;float:left;position:relative;background:inherit}

.header #top-sub-menu ul li a{

	display:block;

	padding:15px 25px 15px 20px;

	font-size:14px;

	font-weight:600;

	position:relative;

	background:inherit;

	color:#797979;

}

.header #top-sub-menu ul li:hover a{

	color:#232323

	background:#e6e6e6;

}

.header #top-sub-menu ul li:first-child a:before{display:none}

.header #top-sub-menu ul li a:before{display:block;content:'';position:absolute;background:inherit;width:20px;height:100%;top:55%;left:-12px;border-left:1px solid #e0e0e0;transform:rotate(30deg);-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg)}

.header #top-sub-menu ul li a:after{display:block;content:'';position:absolute;background:inherit;width:20px;height:100%;top:-55%;left:-12px;border-left:1px solid #e0e0e0;transform:rotate(-30deg);-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg)}

.header #top-sub-menu ul li:last-child:before{display:block;content:'';position:absolute;background:inherit;width:20px;height:100%;top:55%;right:-8px;border-left:1px solid #e0e0e0;transform:rotate(30deg);-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);z-index:2}

.header #top-sub-menu ul li:last-child:after{display:block;content:'';position:absolute;background:inherit;width:20px;height:100%;top:-55%;right:-8px;border-left:1px solid #e0e0e0;transform:rotate(-30deg);-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg)}



/***************************************************

*	Content

****************************************************/

.xe_content .xe-widget-wrapper{clear: both;}

.content .wrapper {} .content .wrapper:after,

.content-main:after {

    display: block;

    content: '';

    clear: both;

}

.content-main {

    display: block;

    float: none;

}

.content-main.with-sidebar {

    width: 870px;

    float: left;

}

.content-main.with-sidebar-both {

    width: 680px;

    float: left;

}

.content-main.with-middle.left,

.content-main.with-sidebar.left,

.content-main.with-sidebar-both.left {

    float: left;

}

.content-main.with-middle.right,

.content-main.with-sidebar.right,

.content-main.with-sidebar-both.right {

    float: right;

}

.content-main.with-middle {

    width: 1010px;

    float: left;

}



.soc-pages{display:block;margin-bottom:10px}

.soc-pages a{display:inline-block;margin-left:3px;width:21px;background:#aaa;color:#fff;line-height:21px;text-align:center;font-size:10px;border-radius:50%;-moz-border-radius:50%}

.soc-pages a:hover{background:#232323;color:#fff}



/***************************************************

*	JUMP LIST

****************************************************/

.ot-language{ font-family:Geneva;margin-left:-40px; top:50%; right:auto; }

.ot-language{

	display:block;

	position:fixed;

	top:50%;

	margin-left:0;

	right:0;

	z-index:2000;

	width:40px

}

.ot-language>a{position:relative}

.ot-language>a:hover:before{

	display:block;

	content:'';

	position:absolute;

	top:0;

	left:0;

	right:0;

	bottom:0;

	background:rgba(0,0,0,0.1);

}

.ot-language .select-language{

	display:block;

	background:#96CE0F;

	color:#fff;

	padding:14px 14px;

	font-size:14px;

	white-space:nowrap;

	width:45px;

	position:absolute;

	left:-4px;

	top:-183px;

}

.ot-language .actual-language{

	display:block;

	position:absolute;

	right:-200px;

	width:200px;

	background:#96CE0F;

	z-index:4;

	color:#fff;

	top:-178px;

	transition:all .2s;

	-moz-transition:all .2s;

	-webkit-transition:all .2s;

	-o-transition:all .2s;

	transition-delay:0s;

	-moz-transition-delay:0s;

	-webkit-transition-delay:0s;

	-o-transition-delay:0s;

}

.ot-language.active .actual-language{

	right:0;

	transition-delay:.2s;

	-moz-transition-delay:.2s;

	-webkit-transition-delay:.2s;

	-o-transition-delay:.2s

}

.ot-language .actual-language a{height:45px;color:#fff}

.ot-language .actual-language ul{display:block;padding:10px 15px}

.ot-language .actual-language ul li{display:block;text-transform:uppercase;position:relative}

.ot-language .actual-language ul li a{display:block;font-size:14px;line-height:22px;height:24px;}

.ot-language .actual-language ul li a:hover{background:rgba(0,0,0,0.2);text-decoration:none}

.ot-language .actual-language ul li a:before{display:inline-block;padding-right:8px}

.ot-language .actual-language .close-language{display:block;padding:10px;background:rgba(0,0,0,0.2);text-transform:uppercase}

.ot-language .actual-language .close-language strong{font-weight:500}

.ot-language .actual-language .close-language i.fa{display:block;float:right;font-size:12px;line-height:15px}

.ot-language>a{ position:relative; left:0; }

.ot-language.active>a{left:40px}

.ot-language.active>a.select-language{left:45px}



.ot-jumplist{margin-left:-40px;top:50%;right:auto}

.ot-jumplist{display:block;position:fixed;top:50%;margin-left:0;right:0;z-index:2000;width:40px}

.ot-jumplist>a{position:relative}

.ot-jumplist>a:hover:before{display:block;content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.1)}

.ot-jumplist .open-jumplist{

	display:block;

	background:#2c3e50;

	color:#fff;

	padding:14px 20px;

	font-size:14px;

	transform:rotate(-90deg);

	-ms-transform:rotate(-90deg);

	-webkit-transform:rotate(-90deg);

	white-space:nowrap;

	width:144px;

	position:absolute;

	left:-52px;

	top:-87px;

}

.ot-jumplist .jumplist-facebook{display:block;top:4px;left:-4px;font-size:18px;background:#496cb4;color:#fff;width:45px;text-align:center;padding:10px}

.ot-jumplist .jumplist-twitter{display:block;top:4px;left:-4px;font-size:18px;background:#3cbcd7;color:#fff;width:45px;text-align:center;padding:10px}

.ot-jumplist .jumplist-google{display:block;top:4px;left:-4px;font-size:18px;background:#dd4b39;color:#fff;width:45px;text-align:center;padding:10px}

.ot-jumplist .jumplist-phone{display:block;top:4px;left:-4px;font-size:18px;background:#00aff0;color:#fff;width:45px;text-align:center;padding:10px}



.ot-jumplist .actual-list{display:block;position:absolute;right:-150px;width:150px;background:#2c3e50;z-index:4;color:#fff;top:-135px;transition:all .2s;-moz-transition:all .2s;-webkit-transition:all .2s;-o-transition:all .2s;transition-delay:0s;-moz-transition-delay:0s;-webkit-transition-delay:0s;-o-transition-delay:0s}

.ot-jumplist.active .actual-list{right:0;transition-delay:.2s;-moz-transition-delay:.2s;-webkit-transition-delay:.2s;-o-transition-delay:.2s}

.ot-jumplist .actual-list a{color:#fff}

.ot-jumplist .actual-list ul{display:block;padding:10px 15px}

.ot-jumplist .actual-list ul li{display:block;position:relative}

.ot-jumplist .actual-list ul li a{display:block;font-size:13px;line-height:22px}

.ot-jumplist .actual-list ul li a:hover{background:rgba(0,0,0,0.2);text-decoration:none}

.ot-jumplist .actual-list ul li a:before{display:inline-block;font-family:'FontAwesome';content:'\f101';padding-right:8px}

.ot-jumplist .actual-list .close-jumplist{display:block;padding:10px;background:rgba(0,0,0,0.2);text-transform:uppercase}

.ot-jumplist .actual-list .close-jumplist strong{font-weight:300}

.ot-jumplist .actual-list .close-jumplist i.fa{display:block;float:right;font-size:12px;line-height:15px}

.ot-jumplist>a{position:relative;left:0}

.ot-jumplist.active>a{left:40px}

.ot-jumplist.active>a.open-jumplist{left:0px}

.ot-jumplist>a:nth-child(2){transition-delay:.05s;-moz-transition-delay:.05s;-webkit-transition-delay:.05s;-o-transition-delay:.05s}

.ot-jumplist>a:nth-child(3){transition-delay:.1s;-moz-transition-delay:.1s;-webkit-transition-delay:.1s;-o-transition-delay:.1s}

.ot-jumplist>a:nth-child(4){transition-delay:.15s;-moz-transition-delay:.15s;-webkit-transition-delay:.15s;-o-transition-delay:.15s}

.ot-jumplist>a:nth-child(5){transition-delay:.2s;-moz-transition-delay:.2s;-webkit-transition-delay:.2s;-o-transition-delay:.2s}





/***************************************************

*	BREAKING NEWS

****************************************************/

.breaking-news {

    display: block;

    margin-bottom: 20px;

    overflow: hidden;

    background: #f5f5f5;

}

.breaking-news .breaking-title {

    display: block;

    float: left;

    line-height: 37px;

    height: 37px !important;

    background: #2c3e50;

    color: #fff;

    padding: 0px 8px 0px 15px;

    font-size: 13px;

    position: relative;

}

.breaking-news .breaking-title:after {

    display: block;

    position: absolute;

    content: '';

    width: 27px;

    height: 27px !important;

    background: inherit;

    right: -13px;

    top: 5px;

    transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -webkit-transform: rotate(45deg);

    z-index: 0;

}

.breaking-news .breaking-title h3 {

	top:-19px;

    display: inline-block;

    font-weight: 600;

    text-transform: uppercase;

    padding-left: 0px;

    font-size: inherit;

    position: relative;

    z-index: 1;

    line-height: inherit;

}

.breaking-news .breaking-block p,

.breaking-news .breaking-block h4 {

    height: 27px !important;

    display: inline-block;

    line-height: inherit;

    margin-right: 10px;

}

.breaking-news .breaking-block p {

    font-size: 14px;

	padding-top:5px;

}

.breaking-news .breaking-block h4 {

    font-size: 14px;

    font-weight: 600;

}

.breaking-news .breaking-block h4 a {

    color: #232323;

}

.breaking-news .breaking-block {

	display: block;

    float: none;

    width: auto;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

    margin-left: 180px;

    height: 37px;

}

.breaking-news .breaking-block ul {

	top:-11px;

	vertical-align:middle;



    height: 27px !important;

    white-space: nowrap;

    width: 8000px;

    position: relative;

    font-size: 0;

}

.breaking-news .breaking-block ul li {

    display: inline-block;

    margin-right: 20px;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

    font-size: 13px;

    line-height: 37px;

    padding-right: 15px;

}

.breaking-news .comment-link {

    display: inline-block;

    font-weight: normal;

    font-size: 11px;

    color: #686868;

}

.breaking-news .comment-link i.fa {

    padding-right: 5px;

}





/***************************************************

*	SETTINGS

****************************************************/



@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,600,700);

@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans+SC:400,500,700);

@import url(http://fonts.googleapis.com/css?family=Ruda:400,700);

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);

@import url(http://fonts.googleapis.com/css?family=Marvel:400,700);



.settings {

	display: block;

	position: fixed;

	top: 20%;

	left: 20px;

	/*background: #232323;*/

	color: #fff;

	z-index: 19000;

	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);

	border-radius: 3px;

	-moz-border-radius: 3px;

}



.settings .options {

	display: block;

	width: 190px;

	background: #232323;

	color: #767676;

	text-align: left;

	font-size: 11px;

	border-radius: 3px;

	-moz-border-radius: 3px;

}



.settings .button {

	display: block;

	background: #232323;

	color: #fff;

	text-align: center;

	line-height: 130%;

	font-weight: bold;

	font-size: 11px;

	border-radius: 3px;

	-moz-border-radius: 3px;

	padding: 12px 15px;

	opacity: 0.8;

	filter: alpha(opacity=80);

	position: absolute;

	left: 0px;

	top: 0px;

}



.settings.active .button {

	display: none;

}



.settings:not(.active) .options {

	display: none;

}



.settings .button:hover {

	opacity: 1;

	filter: alpha(opacity=100);

}



.settings .button i.fa {

	display: block;

	font-size: 25px;

	line-height: 120%;

}



.settings .options .title {

	text-align: center;

	display: block;

	padding: 12px 15px;

	text-transform: uppercase;

	font-family: 'Titillium Web', sans-serif;

	font-size: 16px;

	font-weight: bold;

	color: #fff;

	background: #2a2a2a;

	border-bottom: 1px solid #353535;

	border-radius: 3px 3px 0px 0px;

	-moz-border-radius: 3px 3px 0px 0px;

	cursor: default;

}



.settings .options .option {

	text-align: left;

	display: block;

	padding: 9px 15px 9px 15px;

	font-size: 14px;

	font-weight: normal;

	line-height: 120%;

}



.settings .options .option:hover {

	background: rgba(0,0,0,0.1);

}



.settings .options .option:last-child {

	padding-bottom: 9px;

}



.settings .options .option:after {

	display: block;

	content: '';

	clear: both;

}



.settings .options .option .icon {

	display: block;

	float: left;

}



.settings .options .option span {

	display: block;

	margin-left: 50px;

	font-family: 'Titillium Web', sans-serif;

	color: #d3d3d3;

	padding-top: 2px;

}



.settings .options .option font {

	display: block;

	margin-left: 50px;

	font-size: 10px;

	color: #767676;

}



.settings .option-box {

	display: none;

	background: #191919;

	border-top: 1px solid #2e2e2e;

	border-bottom: 1px solid #2e2e2e;

	padding: 10px 15px;

	position: relative;

}



.settings .option-box:last-child {

	border-radius: 0px 0px 3px 3px;

	-moz-border-radius: 0px 0px 3px 3px;

}



.settings .option-box.sequal {

	border-top: 0px;

}



.settings .option-box:not(.sequal):before {

	display: block;

	position: absolute;

	z-index: 20;

	background: #191919;

	border-top: 1px solid #2e2e2e;

	border-left: 1px solid #2e2e2e;

	content: '';

	width: 7px;

	height: 7px;

	top: -4px;

	left: 25px;

	transform: rotate(45deg);

	-ms-transform: rotate(45deg);

	-moz-transform: rotate(45deg);

	-webkit-transform: rotate(45deg);

}



.settings .sub-title {

	display: block;

	padding-bottom: 7px;

	color: #d1d1d1;

}



.settings .color-bulb {

	display: inline-block;

	width: 20px;

	height: 20px;

	background: #258ac0;

	position: relative;

	border: 1px solid #191919;

	border-radius: 20px;

	-moz-border-radius: 20px;

	margin: 0px 8px 0px 2px;

}



.settings .color-bulb:before {

	display: block;

	position: absolute;

	width: 10px;

	height: 20px;

	top: 0px;

	right: 0px;

	background: rgba(0,0,0,0.15);

	content: '';

	border-radius: 0px 20px 20px 0px;

	-moz-border-radius: 0px 20px 20px 0px;

}



.settings .color-bulb.active, .settings .color-bulb.active:hover {

	box-shadow: 0px 0px 0px 2px #fff;

}



.settings .color-bulb:hover {

	box-shadow: 0px 0px 0px 2px #575757;

}





.settings .font-bulb {

	display: inline-block;

	width: 20px;

	height: 20px;

	position: relative;

	margin: 0px 10px 0px 2px;

	font-size: 14px;

	color: #ccc;

	font-weight: bold;

	text-align: center;

}



.settings .font-bulb.active, .settings .font-bulb.active:hover {

	box-shadow: inset 0px -2px 0px 0px #fff;

	color: #fff;

}



.settings .font-bulb:hover {

	box-shadow: inset 0px -2px 0px 0px #575757;

	color: #fff;

}





.settings .option-bulb {

	display: inline-block;

	height: 20px;

	position: relative;

	margin: 0px 3px 0px 2px;

	font-size: 12px;

	color: #fff;

	font-weight: bold;

	text-align: center;

	padding: 0px 5px;

	line-height: 160%;

}



.settings .option-bulb.active, .settings .option-bulb.active:hover {

	background: #fff;

	color: #232323;

}



.settings .option-bulb:hover {

	background: #575757;

}





.settings .header-bulb {

	display: inline-block;

	margin-bottom: 8px;

	opacity: 0.3;

	filter: alpha(opacity=30);

}



.settings .header-bulb.active, .settings .header-bulb.active:hover {

	opacity: 1;

	filter: alpha(opacity=100);

}



.settings .header-bulb:hover {

	opacity: 0.6;

	filter: alpha(opacity=60);

}





.options a.option-box {

	position: relative;

}



.options .option-box[rel='background']:after {

	display: block;

	position: absolute;

	content: '';

	top: -15px;

	right: -140px;

	width: 129px;

	height: 73px;

	background: url(../images/config/spray-info-background.png) no-repeat center;

	z-index: 10;

}



.options .option-box[rel='color-options']:not(.sequal):after {

	display: block;

	position: absolute;

	content: '';

	top: -15px;

	right: -140px;

	width: 129px;

	height: 73px;

	background: url(../images/config/spray-info-colors.png) no-repeat center;

	z-index: 10;

}



.options .option-box[rel='font-options']:after {

	display: block;

	position: absolute;

	content: '';

	top: 15px;

	right: -140px;

	width: 129px;

	height: 73px;

	background: url(../images/config/spray-info-fonts.png) no-repeat center;

	z-index: 10;

}



.settings .color-bulb:nth-child(n+7) {

	margin-top: 8px;

}



/********************************************************************************

*	3. Sidebar styling

********************************************************************************/



.content .mini-sidebar {

    display: block;

    width: 160px;

    float: left;

    margin-left: 30px;

}

.content .mini-sidebar .widget .widget-top-b {

    display: none;

}

.content .mini-sidebar .w-news-list {

    padding: 20px 0 0 0;

    background: transparent;

}

.content .mini-sidebar .w-news-list h4 {

    font-size: 14px!important;

    font-weight: 600;

}

.content .mini-sidebar .w-news-list p,

.content .mini-sidebar .w-news-list .item-foot {

    display: none;

}

.content .mini-sidebar.left {

    margin-left: 0px;

    margin-right: 30px;

}

#sidebar .first{

	margin-top:-20px;

}

.content #sidebar.left {

    margin-right: 30px;

}

.mini-sidebar .widget {

    display: block;

    width: 160px;

    font-size: 14px;

    margin-bottom: 15px;

}

.mini-sidebar .widget p {

    font-size: 14px;

}

.mini-sidebar .widget > div {

    margin-top: 15px;

}

.mini-sidebar .widget > h3 {

    display: block;

    padding: 10px 15px;

    color: #fff;

    background: #2c3e50;

    font-size: 18px;

    font-weight: 600;

}

.middle-articles {

    display: block;

    background: transparent!important;

    padding: 20px 0 0 0!important;

}

.with-sidebar-both .item-block .item-content .item-author .author-name {

    font-size: 13px;

}

.with-sidebar-both .item-block-2 .item-block .item-content p {

    display: none;

}

.with-sidebar-both .item-block-2.blocks-3 .item-block .item-header {

    height: 100px;

}

.side-banner {

    text-align: center;

}

.mini-sidebar .side-banner {

    padding: 0px!important;

    background: transparent!important;

}

.side-banner img {

    max-width: 100%;

    height: auto;

}

.middle-articles .item {

    display: block;

    margin-bottom: 15px;

    position: relative;

    border-bottom: 1px dotted #ccc;

    padding-bottom: 15px;

}

.middle-articles .item .item-comment {

    font-size: 10px;

    padding: 4px 8px;

}

.middle-articles .item:hover .item-comment {

    font-size: 10px;

    padding: 4px 8px;

    margin-top: -4px;

}

.middle-articles .item img {

    width: 100%;

    height: auto;

    margin-bottom: 8px;

}

.middle-articles h4 {

    font-size: 14px;

    font-weight: 600;

}

.content #sidebar {

    display: block;

    width: 300px;

    float: right;

}

.content #sidebar.right {

    float: right;

}

.content #sidebar.left {

    float: left;

}

.widget {

    display: block;

    position: relative;

    width: 300px;

}

.widget .socialize-tool {

    display: block;

    text-align: center;

    margin-bottom: 15px;

}

.socialize-tool .socialize-icon {

    display: inline-block;

    margin: 0px 7px;

    color: #d1d1d1;

    text-align: center;

}

.socialize-tool .socialize-icon:hover {

    color: #232323;

}

.socialize-tool .socialize-icon:hover i.fa {

    background: #232323;

}

.socialize-tool .socialize-icon i.fa {

    display: block;

    font-size: 16px;

    background: #d1d1d1;

    color: #fff;

    width: 38px;

    margin-left: auto;

    margin-right: auto;

    padding: 8px 0;

    border-radius: 1px;

    -moz-border-radius: 1px;

    transition: all 0.2s;

    -moz-transition: all 0.2s;

    -webkit-transition: all 0.2s;

    -o-transition: all 0.2s;

    position: relative;

}

.socialize-tool .socialize-icon i.fa:after {

    display: block;

    position: absolute;

    bottom: -3px;

    left: 46%;

    width: 6px;

    height: 6px;

    background: inherit;

    content: '';

    transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -webkit-transform: rotate(45deg);

}

.socialize-tool .socialize-icon span {

    display: block;

    font-size: 20px;

    font-family: 'Titillium Web', sans-serif;

    padding-top: 10px;

}

.socialize-tool .socialize-icon.facebook:hover {

    color: #4c66a4;

}

.socialize-tool .socialize-icon.facebook:hover i.fa {

    background: #4c66a4;

}

.socialize-tool .socialize-icon.twitter:hover {

    color: #4cb6e2;

}

.socialize-tool .socialize-icon.twitter:hover i.fa {

    background: #4cb6e2;

}

.socialize-tool .socialize-icon.google:hover {

    color: #dd4b39;

}

.socialize-tool .socialize-icon.google:hover i.fa {

    background: #dd4b39;

}

.socialize-tool .socialize-icon.linkedin:hover {

    color: #0073b2;

}

.socialize-tool .socialize-icon.linkedin:hover i.fa {

    background: #0073b2;

}

.widget hr {

    display: block;

    height: 1px;

    background: #e8e8e8;

    border: 0px;

    width: 100%;

    margin-bottom: 15px;

}

.widget-contact {

    display: block;

    margin-bottom: 20px;

}

.widget-contact li {

    display: block;

    margin-bottom: 15px;

    position: relative;

}

.widget-contact li i.fa {

    display: block;

    float: left;

    width: 30px;

    height: 30px;

    border-radius: 50%;

    -moz-border-radius: 50%;

    border: 1px solid #c4c4c4;

    text-align: center;

    line-height: 30px;

    color: #c4c4c4;

}

.widget-contact li strong {

    display: block;

    margin-left: 45px;

    font-size: 16px;

    font-family: 'Titillium Web', sans-serif;

    font-weight: 600;

    color: #434343;

}

.widget-contact li span {

    display: block;

    margin-left: 45px;

    color: #888888;

    font-size: 13px;

    padding-top: 2px;

}

.sidebar-banner embed,

.sidebar-banner iframe,

.sidebar-banner img {

    display: inline-block;

    height: auto;

    max-width: 100%;

}

#sidebar .widget {

    display: block;

    margin-bottom: 20px;

}

#sidebar .widget p {

    font-size: 14px;

    color: #434343;

}

#sidebar .widget > h3 {

    display: block;

    padding: 10px 15px;

    color: #fff;

    background: #2c3e50;

    font-size: 18px;

    font-weight: 600;

}

#sidebar .widget .widget-top-b {

    display: block;

    color: #fff;

    line-height: 24px;

    right: 15px;

    font-size: 11px;

}

.mini-sidebar .widget > form,

.mini-sidebar .widget > ul,

.mini-sidebar .widget > div {

    margin-top: 0px;

}

.mini-sidebar .widget > form,

.mini-sidebar .widget > ul,

.mini-sidebar .widget > div,

#sidebar .widget > dl,

#sidebar .widget > form,

#sidebar .widget > div {

    display: block;

    padding: 18px 20px;

    background: #f5f5f5;

}

#sidebar .widget > ul {

    display: block;

    padding: 18px 20px!important;

    background: #f5f5f5;

}

#sidebar .widget > form label {

    display: none;

}

.mini-sidebar .widget .menu-quadrum-main-menu-container ul li,

.mini-sidebar .widget > ul li,

#sidebar .widget .menu-quadrum-main-menu-container ul li,

#sidebar .widget > ul li {

    margin-top: 12px;

    line-height: 130%;

}

.mini-sidebar .widget .menu-quadrum-main-menu-container > ul > li:first-child,

.mini-sidebar .widget > ul > li:first-child,

#sidebar .widget .menu-quadrum-main-menu-container > ul > li:first-child,

#sidebar .widget > ul > li:first-child {

    margin-top: 0px;

}

body .sidebar-banner {

    text-align: center;

    background: transparent!important;

    padding: 0px!important;

}

.mini-sidebar .tagcloud > a {

    font-size: 12px!important;

    line-height: 14px;

    padding-top: 7px;

    padding-bottom: 7px;

}

.mini-sidebar .screen-reader-text {

    display: none;

}

.mini-sidebar input.search {

    width: auto;

    display: block;

    margin-bottom: 10px;

    width: 100%;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

.widget .widget-top-b {

    display: block;

    position: absolute;

    top: 8px;

    right: 0px;

    font-size: 13px;

}

#sidebar .w-news-list .item-content h4 {

    font-size: 16px;

}

#sidebar .widget .w-news-list .item .item-foot {

    font-size: 12px;

    white-space: nowrap;

}

#sidebar .widget .w-news-list .item.no-image .item-content {

    margin-left: 0px;

}

.mini-sidebar .widget .w-news-list .item .item-photo {

    float: none;

    margin-bottom: 10px;

    width: 100%;

    height: auto;

}

.mini-sidebar .item-foot a {

    margin-right: 0px!important;

    margin-bottom: 5px;

}

.mini-sidebar .widget-contact li strong,

.mini-sidebar .widget-contact li span,

.mini-sidebar .widget .w-comment-list .item .item-content,

.mini-sidebar .widget .w-news-list .item .item-content {

    margin-left: 0px;

}

.mini-sidebar .widget .subscribe-feed p {

    padding: 0px;

}

.mini-sidebar .widget-contact li i.fa,

.mini-sidebar .widget .w-comment-list .item .item-photo {

    display: none;

}

body #sidebar .coloralert p {

    color: #fff;

    padding-left: 0px;

}

.widget .subscribe-feed {

    display: block;

    margin-bottom: 15px;

}

.widget .subscribe-feed p {

    display: block;

    padding: 0px 20px;

    margin-bottom: 10px;

}

.widget .subscribe-feed input[type=text] {

    display: block;

    background: #fff;

    border: 1px solid #2c3e50;

    border-radius: 2px;

    -moz-border-radius: 2px;

    width: 100%;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

input[type=submit] {

    background: #2c3e50;

    color: #fff;

    font-weight: bold;

    border: 1px solid transparent;

    cursor: pointer;

}



.footer .footer-blocks .wrapper .widget{



}

.widget .w-photo-gallery .item {

    display: block;

	vertical-align:middle;

    margin-bottom: 17px;

    padding-bottom: 17px;

    border-bottom: 1px solid #e7e7e7;

}

.widget .w-photo-gallery .item:last-child {

    margin-bottom: 0px;

    padding-bottom: 0px;

    border-bottom: 0px;

}



.widget .w-photo-gallery .item .item-photos {

    display: block;

    margin-bottom: 15px;

    position: relative;

}

.widget .w-photo-gallery .item .item-photos:after {

    display: block;

    content: '';

    clear: both;

}

.widget .w-photo-gallery .item .item-photos img {

    display: block;

    float: left;

    width: 24.2%;

    margin-right: 1%;

    margin-bottom: 1%;

}



footer .w-about-photo img {

    display: block;

    float: left;

    width: 100%;

    margin-right: 1%;

    margin-bottom: 1%;

}



footer .widzet{

	margin-left: 20px;

	margin-right: 20px;

}



footer .family_site, footer .language_select{

    margin-bottom: 1%;

}



footer abbr{ font-weight:bold; }



/* social icon */

footer .social-icon {margin-top: 10px;}

footer .social-icon .social { margin:0; padding:0; list-style:none; }

footer .social-icon .social li { display:inline; text-indent:-9999em; }

footer .social-icon .social li a {

	float:left;

	margin:0 3px 3px 0;

	width:33px;

	height:33px;

	background-position:0 -33px;

	transition:140ms;

	border-radius:2px;

}

footer .social-icon .social li a:hover { background-position:0 -33px; }



footer .social-icon .social .facebook { background:transparent url(../images/icon_facebook.png) no-repeat; }

footer .social-icon .social .twitter { background:transparent url(../images/icon_twitter.png) no-repeat; }

footer .social-icon .social .vimeo { background:transparent url(../images/icon_vimeo.png) no-repeat; }

footer .social-icon .social .youtube { background:transparent url(../images/icon_youtube.png) no-repeat; }

footer .social-icon .social .rss { background:transparent url(../images/icon_rss.png) no-repeat; }



.mini-sidebar .widget .w-photo-gallery .item .item-photos img {

    width: 48.2%;

}



#sidebar .widget .w-photo-gallery .item .item-photos a:nth-child(4n) img {

    margin-right: 0px;

}



.mini-sidebar .widget .w-photo-gallery .item .item-photos a:nth-child(2n) img {

    margin-right: 0px;

}



.widget .w-photo-gallery .item .item-content h4 {

    display: block;

    font-size: 16px;

    font-weight: 600;

    margin-bottom: 9px;

    color: #353535;

}

.widget .w-news-list {

    display: block;

}

.widget .w-news-list .item {

    display: block;

    margin-bottom: 17px;

    padding-bottom: 17px;

    border-bottom: 1px solid #e7e7e7;

}

.widget .w-news-list .item.no-image .item-content {

    margin-left: 0px;

}

.widget .w-news-list .item:last-child {

    margin-bottom: 0px;

    padding-bottom: 0px;

    border-bottom: 0px;

}

.widget .w-news-list .item .item-photo {

    display: block;

    float: left;

    width: 68px;

    height: 51px;

}

.widget .w-news-list .item .item-content {

    display: block;

    margin-left: 82px;

}

.widget .w-news-list .item .item-content h4 {

    display: block;

    font-size: 18px;

    font-weight: 600;

    margin-bottom: 9px;

    color: #353535;

}

.widget .w-news-list .item .item-content p {

    margin-bottom: 12px;

    font-size: 14px;

}

.widget .w-news-list .item .item-foot {

    font-size: 13px;

}

.widget .w-news-list .item .item-foot a {

    display: inline-block;

    margin-right: 10px;

}

.widget .w-news-list .item .item-foot a .fa {

    padding-right: 7px;

}

.widget .w-comment-list {

    display: block;

}

.widget .w-comment-list .item {

    display: block;

    margin-bottom: 17px;

    padding-bottom: 17px;

    border-bottom: 1px solid #e7e7e7;

}

.widget .w-comment-list .item:last-child {

    margin-bottom: 0px;

    padding-bottom: 0px;

    border-bottom: 0px;

}

.widget .w-comment-list .item .item-photo {

    display: block;

    float: left;

    width: 48px;

    height: 48px;

}

.widget .w-comment-list .item .item-content {

    display: block;

    margin-left: 65px;

}

.widget .w-comment-list .item .item-content h4 {

    display: block;

    font-size: 16px;

    font-weight: 600;

    margin-bottom: 9px;

    color: #353535;

}

.widget .w-comment-list .item .item-content p {

    margin-bottom: 12px;

    font-size: 14px;

}

.widget .w-comment-list .item .item-foot {

    font-size: 13px;

}

.widget .w-comment-list .item .item-foot a {

    display: inline-block;

    margin-right: 10px;

}

.widget .w-comment-list .item .item-foot a .fa {

    padding-right: 7px;

}

.tagcloud,

.tag-cloud {

    display: block;

}

.tagcloud a,

.tag-cloud a {

    display: inline-block;

    font-size: 14px!important;

    line-height: 28px;

    margin: 0 4px 7px 0;

    background: #2c3e50;

    color: #fff;

    padding: 0 10px 2px 10px;

    border-radius: 2px;

    -moz-border-radius: 2px;

    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);

}

.tagcloud a:hover,

.tag-cloud a:hover {

    color: #fff;

    background: #232323;

}

#calendar_wrap {

    display: block;

    width: 100%;

    position: relative;

    padding: 0px!important;

}

.mini-sidebar #wp-calendar tbody td {

    padding: 6px 3px;

    font-size: 10px;

}

.mini-sidebar #wp-calendar tfoot {

    width: 100%;

    border-top: 1px dotted #ccc;

}

.mini-sidebar #wp-calendar tfoot td {

    padding-bottom: 10px;

}

.mini-sidebar #wp-calendar tfoot a {

    color: #232323;

    font-weight: bold;

}

.mini-sidebar #wp-calendar tfoot #prev {

    padding-top: 10px;

    position: relative;

    display: table-cell;

    top: auto;

    left: auto;

    margin-bottom: 20px;

}

.mini-sidebar #wp-calendar tfoot #next {

    padding-top: 10px;

    position: relative;

    display: table-cell;

    top: auto;

    left: auto;

    margin-bottom: 20px;

}





/***************************************************

* 4. Typography

****************************************************/

/***************************************************

*	4.1 lists

****************************************************/

/***************************************************

*	4.2 buttons

****************************************************/

/***************************************************

*	4.3 styled boxes

****************************************************/

/***************************************************

*	4.4 dropcaps

****************************************************/

/***************************************************

*	4.5 highlight colors

****************************************************/

/***************************************************

*	4.6 tables

****************************************************/

/***************************************************

*	4.7 pricing tables

****************************************************/

/***************************************************

*	4.8 framed boxes

****************************************************/

/***************************************************

*	4.9 pagination

****************************************************/







/***************************************************

* 5. FOOTER

****************************************************/

.footer {

    display: block;

    margin-top: 20px;

}

.footer .widget {

    width: 32%;

    margin-bottom: 5px;

    margin-right: 2%;

    float: left;

}

.footer .widget:nth-child(3n) {

    margin-right: 0px;

}

.footer .widget > h3 {

    display: block;

    border-bottom: 3px solid #2c3e50;

    position: relative;

    padding-bottom: 10px;

    width: 100%;

    font-size: 24px;

    text-transform: uppercase;

    color: #353535;

    font-family: 'Gudea', sans-serif;

    font-weight: 400;

    margin-bottom: 15px;

}

.footer .widget .widget-top-b {

    display: block;

    position: absolute;

    text-transform: uppercase;

    font-weight: 400;

    font-family: 'Gudea', sans-serif;

}

.footer .widget > h3:before {

    display: block;

    content: '';

    width: 100%;

    height: 1px;

    left: 0px;

    right: 0px;

    bottom: -2px;

    background: #fff;

    position: absolute;

    z-index: 2;

}

.boxed.active .footer .footer-blocks {

    margin-right: 20px;

    margin-left: 20px;

}

.footer .footer-blocks {

    display: block;

    margin-top: 20px;

    position: relative;

    border-top: 3px solid #696969;

    border-bottom: 3px solid #696969;

    padding: 20px 0px 5px 0px;

    margin-bottom: 20px;

}

.footer-much {

    display: block;

    font-size: 12px;

    line-height: 150%;

    padding-bottom: 20px;

}

.footer-much p {

    font-size: 13px;

}

.footer-much ul {

    display: block;

    line-height: 30px;

}

.footer-much ul li {

    display: inline-block;

    position: relative;

    margin-left: 25px;

}

.footer-much ul li:nth-child(1n+2):before {

    display: block;

    position: absolute;

    content: '/';

    left: -17px;

    top: 0px;

    opacity: 0.4;

}

.footer-much ul li a {

    display: block;

    font-size: 13px;

    font-weight: bold;

}

address { line-height:1.6; }







.ot-slider {

    display: block;

    overflow: hidden;

    position: relative;

    color: #fff;

    height: 0px;

    transition: all 0.4s;

    -moz-transition: all 0.4s;

    -webkit-transition: all 0.4s;

    -o-transition: all 0.4s;

}

.ot-slider .ot-slides img {

    width: 100%;

    height: auto;

}

.ot-slider .page-move {

    display: block;

    background: #000;

    position: absolute;

    top: 47%;

    padding: 10px;

    z-index: 10;

    font-size: 31px;

    font-family: 'Gudea', sans-serif;

    font-weight: 500;

    text-transform: uppercase;

    opacity: 0;

    filter: alpha(opacity=0);

    padding: 12px 20px;

    border-radius: 50%;

}

.ot-slider:hover .page-move {

    opacity: 0.3;

    filter: alpha(opacity=30);

    margin: 0px!important;

}

.ot-slider .page-move:hover {

    opacity: 1;

    filter: alpha(opacity=100);

    margin: 0px!important;

}

.ot-slider .page-move.move-left {

    left: 3%;

    margin-left: 20px;

}

.ot-slider .page-move.move-left i.fa {

    padding-right: 3px;

}

.ot-slider .page-move.move-right {

    right: 3%;

    margin-right: 20px;

}

.ot-slider .page-move.move-right i.fa {

    padding-left: 3px;

}

.ot-slider a {

    color: #fff;

}

.ot-slider .ot-slides {

    display: block;

    position: relative;

    z-index: 1;

}

.ot-slider .ot-slides .ot-slide {

    position: absolute;

    z-index: 1;

    display: block;

    opacity: 0;

    top: 0px;

    left: 0px;

    z-index: 1;

    transition: all 0.8s;

    -moz-transition: all 0.8s;

    -webkit-transition: all 0.8s;

    -o-transition: all 0.8s;

}

.ot-slider .ot-slides .ot-slide.active {

    display: block;

    opacity: 1;

    z-index: 2;

}

.ot-slider .ot-slides .ot-slide-overlay {

    display: block;

    position: absolute;

    z-index: 2;

    font-family: 'Gudea', sans-serif;

    text-shadow: 0 0px 2px rgba(0, 0, 0, 0.9);

    top: 48%;

    left: 10%;

    width: 37%;

    height: 0px;

    font-size: 20px;

    text-align: left;

    margin-top: -100px;

    transition: all 0.8s;

    -moz-transition: all 0.8s;

    -webkit-transition: all 0.8s;

    -o-transition: all 0.8s;

}

.ot-slider .ot-slides .active .ot-slide-overlay {

    margin: 0px;

}

.ot-slider .ot-slides .ot-slide-overlay > strong {

    font-size: 37px;

    font-weight: 300;

    text-transform: uppercase;

    margin-bottom: 15px;

    display: block;

}

.ot-slider .ot-slides .ot-slide-overlay p {

    display: block;

    font-size: 20px;

    margin-bottom: 18px;

}

.ot-slider .ot-slides .ot-slide-overlay > a {

    position: relative;

    z-index: 1;

    display: inline-block;

    padding: 11px 16px;

    border: 1px solid #fff;

    text-transform: uppercase;

    font-size: 16px;

    font-weight: 500;

}

.ot-slider .ot-slides .ot-slide-overlay > a:hover {

    background: #fff;

    text-shadow: none;

    color: #232323;

}

.ot-slider .ot-slides .ot-slide-overlay > a i.fa {

    padding-right: 8px;

}

.ot-slider .ot-slides .ot-slide > img {

    position: relative;

    z-index: 1;

    max-width: 100%;

    height: auto;

}

.ot-slider .ot-slider-thumbs {

    position: absolute;

    z-index: 2;

    bottom: 30px;

    left: 0px;

    text-align: center;

    right: 0px;

}

.ot-slider .ot-slider-thumbs a {

    display: inline-block;

    margin: 0px 4px;

}

.ot-slider .ot-slider-thumbs a img {

    display: block;

    padding: 3px;

    background: #fff;

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);

    opacity: 0.4;

    filter: alpha(opacity=40);

}

.ot-slider .ot-slider-thumbs a.active img,

.ot-slider .ot-slider-thumbs a:hover img {

    opacity: 1;

    filter: alpha(opacity=100);

}

.lightbox hr {

    margin: 20px 0px;

}

.lightbox p,

.lightbox span,

.lightbox h2,

.lightbox h3 {

    color: #232323;

    text-shadow: none;

}

.lightbox .loading-box {

    padding: 50px 0px;

    line-height: 24px;

}

.startlightbox {

    overflow: hidden;

}

.startlightbox .lightbox {

    display: block;

}

.lightbox {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.6);

    text-align: center;

    z-index: 200;

    display: none;

    overflow-y: scroll!important;

}

.lightbox .main-black-block {

    box-shadow: none;

    background: #212121;

    color: #ccc;

    font-size: 11.5px;

    line-height: 20px;

    font-weight: 300;

    padding-bottom: 5px;

    color: #8a8a8a;

}

.lightbox .lightcontent .light-close span,

.lightbox .lightcontent-loading .light-close span {

    font-family: 'Entypo';

    font-size: 14px;

    display: inline-block;

    margin-top: -2px;

    margin-right: 6px;

    color: inherit;

}

.lightbox .lightcontent .light-close:hover,

.lightbox .lightcontent-loading .light-close:hover {

    color: #db2727;

}

.lightbox .lightcontent .light-close:active,

.lightbox .lightcontent-loading .light-close:active {

    color: #b01e1e;

}

.lightbox .lightcontent .light-close,

.lightbox .lightcontent-loading .light-close {

    display: block;

    right: 0px;

    top: -30px;

    font-family: Arial;

    position: absolute;

    font-size: 12px;

    color: #fff;

    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);

}

.lightbox .lightcontent,

.lightbox .lightcontent-loading {

    background: #f4f4f4;

    width: 1200px;

    max-width: 100%;

    margin: 100px auto 70px auto;

    position: relative;

    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);

    text-align: left;

}

.lightbox .light-title {

    display: block;

    position: absolute;

    top: -33px;

    color: #fff;

    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);

    height: 23px;

    width: 780px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}

.lightbox .gallery-thumbs {

    margin-right: auto;

    margin-left: auto;

    margin-bottom: 30px;

    width: 95%;

}

.lightbox .thacontent {

    padding: 0px 25px 20px 25px;

}

.loading-box {

    display: block;

    text-align: center;

}

.loading-box .loading-image {

    display: block;

    text-align: center;

    padding-top: 20px;

}

.lightbox .carousel-left {

    left: 8px;

}

.lightbox .carousel-right {

    right: 8px;

}

.lightbox blockquote {

    padding-bottom: 30px;

}

.lightbox .article-main-content {

    padding: 0px 55px;

    width: auto;

}

.loading-message {

    display: block;

    background: #f0f0f0;

    padding: 10px 15px;

    font-size: 11px;

    line-height: 140%;

}

.loading-message img {

    display: block;

    float: left;

    width: 34px;

    padding-right: 15px;

}

.main-content-split .loading-message img {

    display: none;

}

.loading-message:before {

    display: block;

    content: '';

    clear: both;

}

.loading-message b {

    font-size: 18px;

    display: block;

    padding-bottom: 4px;

}

.ls-fullwidth .ls-nav-prev,

.ls-fullwidth .ls-nav-next {

    z-index: 20px;

}

.ls-fullwidth .ls-nav-next {

    right: 50px!important;

}

.ls-fullwidth .ls-nav-prev {

    left: 50px!important;

}

.light-close i.fa {

    padding-right: 6px;

}

.lightbox .big-photo-block .the-image {

    box-shadow: none;

    text-align: center;

    padding-top: 10px;

    background-color: transparent;

}

.lightbox .big-photo-block .the-image img {

    max-width: 98%;

}

.lightbox .big-photo-block .the-thumbs {

    margin-left: 1%;

    margin-right: 1%;

    overflow: hidden;

}

.lightbox .lightbox-content {

    display: block;

    padding: 0px 2% 8px 2%;

}

.the-image img {

    max-width: 100%;

}

.lightbox .photo-gallery-full {

    box-shadow: none;

}

.photo-categories {

    display: block;

    margin-top: 20px;

}

.photo-categories a:not(.active):not(:hover) {

    background: #aaa!important;

}

.photo-categories a:hover {

    color: #fff;

}

.photo-categories a {

    display: inline-block;

    background: #232323;

    color: #fff;

    line-height: 28px;

    font-size: 13px;

    font-weight: bold;

    padding: 0 10px;

    margin-right: 4px;

    margin-bottom: 8px;

}



/***********************************************

	Responsive - desktop

***********************************************/



@media screen and (min-width: 1000px) {



	.width1000 .article-double-side .item-links a:last-child {

		display: none;

	}



	.boxed.active.width1000 {

		width: 1000px;

	}



	.boxed.active.width1000 .wrapper {

		width: 960px;

	}



	.boxed.active.width1000 .header #main-menu .wrapper > ul > li > a {

		font-size: 13px;

		padding: 14px 11px;

	}



	.boxed.active.width1000 .header #top-sub-menu ul li a {

		font-size: 12px;

	}



	.boxed.active.width1000 .header #main-menu .wrapper > ul > li a i {

		font-size: 8px;

	}



	.boxed.active.width1000 .content-main.with-sidebar-both {

		width: 640px;

	}



	.boxed.active.width1000 .content-main.with-sidebar {

		width: 770px;

	}



	.boxed.active.width1000 .content-main.with-sidebar-both {

		width: 580px;

	}



	.boxed.active.width1000 #main-menu.thisisfixed {

		height: 56px;

	}



	.boxed.active.width1000 .strict-block .block-title h2 {

		font-size: 17px;

	}



	.boxed.active.width1000 #sidebar .widget,

	.boxed.active.width1000 #sidebar {

		width: 160px;

	}



	.boxed.active.width1000 #sidebar .widget > h3,

	.boxed.active.width1000 .strict-block .block-title h2 {

		font-size: 17px;

	}



	.boxed.active.width1000 .blog-style .item .item-content h3 {

		font-size: 20px;

	}



	.boxed.active.width1000 .footer .widget > h3 {

		font-size: 22px;

	}



	.boxed.active.width1000 .tagcloud a,

	.boxed.active.width1000 .tag-cloud a {

		font-size: 12px!important;

	}



	.boxed.active.width1000 .ls-wp-container,

	.boxed.active.width1000 #layerslider {

		width: 100%!important;

		height: auto!important;

	}





	.width1000 #sidebar .widget .widget-top-b {

		display: none;

	}



	.width1000 #sidebar .w-news-list {

		padding: 20px 0 0 0;

		background: transparent;

	}



	.width1000 #sidebar .w-news-list h4 {

		font-size: 14px!important;

		font-weight: 600;

	}



	.width1000 #sidebar .w-news-list p,

	.width1000 #sidebar .w-news-list .item-foot {

		display: none;

	}



	.width1000 #sidebar .widget {

		display: block;

		width: 160px;

		font-size: 14px;

		margin-bottom: 15px;

	}



	.width1000 #sidebar .widget p {

		font-size: 14px;

	}



	.width1000 #sidebar .widget > div {

		margin-top: 15px;

	}



	.boxed.active.width1000 #sidebar .mini-sidebar .widget > h3 {

		display: block;

		padding: 10px 15px;

		color: #fff;

		background: #2c3e50;

		font-size: 18px;

		font-weight: 600;

	}



	.width1000 #sidebar .side-banner {

		padding: 0px!important;

		background: transparent!important;

	}



	.width1000 #sidebar .widget > form,

	.width1000 #sidebar .widget > ul,

	.width1000 #sidebar .widget > div {

		margin-top: 0px;

	}



	.width1000 #sidebar .widget > form,

	.width1000 #sidebar .widget > ul,

	.width1000 #sidebar .widget > div {

		display: block;

		padding: 18px 20px;

		background: #f5f5f5;

	}



	.width1000 #sidebar .widget .menu-quadrum-main-menu-container ul li,

	.width1000 #sidebar .widget > ul li {

		margin-top: 12px;

		line-height: 130%;

	}



	.width1000 #sidebar .widget .menu-quadrum-main-menu-container > ul > li:first-child,

	.width1000 #sidebar .widget > ul > li:first-child {

		margin-top: 0px;

	}



	.width1000 #sidebar .tagcloud > a {

		font-size: 12px!important;

		line-height: 14px;

		padding-top: 7px;

		padding-bottom: 7px;

	}



	.width1000 #sidebar .screen-reader-text {

		display: none;

	}



	.width1000 #sidebar input.search {

		width: auto;

		display: block;

		margin-bottom: 10px;

		width: 100%;

		-webkit-box-sizing: border-box;

		-moz-box-sizing: border-box;

		box-sizing: border-box;

	}



	.width1000 #sidebar .widget .w-news-list .item .item-photo {

		float: none;

		margin-bottom: 10px;

		width: 100%;

		height: auto;

	}



	.width1000 #sidebar .item-foot a {

		margin-right: 0px!important;

		margin-bottom: 5px;

	}



	.width1000 #sidebar .widget-contact li strong,

	.width1000 #sidebar .widget-contact li span,

	.width1000 #sidebar .widget .w-comment-list .item .item-content,

	.width1000 #sidebar .widget .w-news-list .item .item-content {

		margin-left: 0px;

	}



	.width1000 #sidebar .widget .subscribe-feed p {

		padding: 0px;

	}



	.width1000 #sidebar .widget-contact li i.fa,

	.width1000 #sidebar .widget .w-comment-list .item .item-photo {

		display: none;

	}



	.width1000 #sidebar .widget .w-photo-gallery .item .item-photos img {

		width: 48.2%;

	}



	.width1000 #sidebar .widget .w-photo-gallery .item .item-photos a:nth-child(2n) img {

		margin-right: 0px;

	}



	.width1000 #sidebar #wp-calendar tbody td {

		padding: 6px 3px;

		font-size: 10px;

	}



	.width1000 #sidebar #wp-calendar tfoot {

		/*background: #fff;*/

		width: 100%;

		border-top: 1px dotted #ccc;

	}



	.width1000 #sidebar #wp-calendar tfoot td {

		padding-bottom: 10px;

	}



	.width1000 #sidebar #wp-calendar tfoot a {

		color: #232323;

		font-weight: bold;

	}



	.width1000 #sidebar #wp-calendar tfoot #prev {

		padding-top: 10px;

		position: relative;

		display: table-cell;

		top: auto;

		left: auto;

		margin-bottom: 20px;

	}



	.width1000 #sidebar #wp-calendar tfoot #next {

		padding-top: 10px;

		position: relative;

		display: table-cell;

		top: auto;

		left: auto;

		margin-bottom: 20px;

	}



	.width1000 .item-block-2 .item-block {

		background-size: cover!important;

		box-shadow: 0 1px 0 1px rgba(0,0,0,0.02);

	}



	.width1000 .item-block .item-content .item-author .author-name {

		font-size: 14px;

	}





	.width1000 .header-advert {

		width: 50%;

	}



	.width1000 .header-advert img {

		max-width: 100%;

	}



	.boxed.active.width1000 .wrapper {

		width: 960px!important;

	}



}





@media only screen and (max-width: 1255px) {



	.active.boxed {

		max-width: 100%;

	}



	.wrapper {

		width: 99%;

	}



	.header #main-menu .wrapper > ul > li > a {

		font-size: 13px;

		padding: 14px 11px;

	}



	.header #top-sub-menu ul li a {

		font-size: 12px;

	}



	.header #main-menu .wrapper > ul > li a i {

		font-size: 8px;

	}



	.content-main.with-sidebar-both,

	.content-main.with-sidebar {

		width: 650px;

	}



	.content .mini-sidebar {

		display: none;

	}



	#top-sub-menu > .wrapper,

	#main-menu .subset > .wrapper,

	#main-menu > .wrapper,

	.header > .wrapper,

	.content .wrapper {

		width: 976px;

		max-width: 99%;

	}



	.boxed.active .header #top-sub-menu,

	.boxed.active .header #main-menu {

		margin-left: 0px;

		margin-right: 0px;

	}



}



/* @import url(responsive/ipad.css); */



@media only screen and (max-width: 1000px) {



	body, div, p, a, table, td {

		-webkit-text-size-adjust: none;

		letter-spacing: .015em;

	}



	.wrapper {

		max-width: 1200px!important;

		width: 97%!important;

	}



	.boxed.active .header #top-sub-menu,

	.boxed.active .header #main-menu {

		margin-left: 0px;

		margin-right: 0px;

	}



	.menu-dropy {

		display: block;

		color: #fff!important;

		font-family: 'Titillium Web', sans-serif;

		text-transform: uppercase;

		font-size: 15px;

		font-weight: 700;

		padding: 18px 19px;

		text-align: center;

	}



	.header-topmenu {

		border-bottom:0px solid #e5e5e5;

	}



	.header-topmenu ul {

		float: none;

		display: block;

		text-align: center;

		margin-bottom: 5px;

	}



	.header-topmenu ul li {

		margin-left: 0px!important;

		margin-right: 10px;

		margin-top: 0px;

	}



	.header-topmenu ul:after {

		display: block;

		clear: both;

		content: '';

	}



	.item-block-2 .item-block {

		background-size: auto 100%!important;

	}



	.footer .widget {

		display: block;

		width: 100%;

		margin-right: 0px;

		margin-bottom: 25px;

	}



	.footer-much {

		text-align: center;

	}



	.footer-much ul {

		text-align: center;

		width: 100%;

		float: none;

		margin-bottom: 15px;

	}



	.footer-much ul li:first-child {

		margin-left: 0px;

	}



	.item-block .item-content .item-author .author-photo {

		display: none;

	}



	.item-block .item-content .item-author .author-name {

		font-size: 12px;

		line-height: 15px;

		margin-left: 0px;

	}



	.item-block-4 .item-header strong,

	.item-block .item-content h3 {

		font-size: 18px;

	}



	.article-double-side .item-content .item-links {

		line-height: 150%;

	}



	.header #top-sub-menu ul li {



	}



	.header #top-sub-menu ul li a {

		padding: 11px 5px;

	}



	.header-topmenu ul.right li {

		margin-top: 5px;

	}



	#main-menu.floatingmainmenu .subset {

		display: block!important;

		position: relative;

		top: auto;

		left: auto

	}



	.item-block-5 {

		padding: 0 20px;

	}



	.main-article h1 {

		font-size: 22px;

	}



	.demo-settings,

	.ot-jumplist,

	.header #main-menu .wrapper > ul > li:after,

	.header #top-sub-menu ul li:last-child:after,

	.header #top-sub-menu ul li:last-child:before,

	.header #top-sub-menu ul li a:before,

	.header #top-sub-menu ul li a:after {

		display: none!important;

	}



	.header #main-menu .wrapper ul li {

		display: block;

		width: 100%;

	}



	.header #main-menu .wrapper ul li {

		border-top: 1px solid rgba(255,255,255,0.1)!important;

	}



	body #main-menu li.big-drop-1 > ul.sub-menu > li {

		display: block!important;

		width: auto!important;

		left: 0px!important;

		position: relative!important;

	}



	.header #main-menu .wrapper > ul > li.big-drop > ul.sub-menu > li > ul li {

		width: 100%;

		margin-top: -3px;

		-webkit-box-sizing: border-box;

		-moz-box-sizing: border-box;

		box-sizing: border-box;

	}



	.header #main-menu .wrapper ul > li.big-drop > div,

	.header #main-menu .wrapper ul > li.normal-drop ul {

		/*display: block;*/

		width: auto;

		left: 0px!important;

		position: relative;

	}



	.header #main-menu .wrapper ul > li.big-drop:hover > a:before, .header #main-menu .wrapper ul > li.normal-drop:hover > a:before {

		top: 0px;

	}



	.header #main-menu .wrapper ul > li.normal-drop > ul ul:after,

	.header #main-menu .wrapper ul > li.normal-drop > ul ul:before {

		display: none!important;

	}



	.header #main-menu .wrapper ul > li.normal-drop > ul ul {

		display: block;

		width: 100%;

		position: relative;

		border: 0px;

	}



	.header #main-menu .wrapper ul > li.normal-drop li > a span:after {

		display: none;

	}



	.header #main-menu .wrapper ul > li.big-drop > div div {

		overflow: hidden;

	}



	.header-1-content .header-advert {

		display: block;

		text-align: center;

		margin-top: 15px;

		float: none;

		width: 100%;

	}



	.header-1-content .header-advert img {

		max-width: 90%;

	}



	.header #main-menu {

		height: auto;

	}



	.header #main-menu .subset > .wrapper > ul,

	.header #main-menu > .wrapper > ul {

		display: none;

	}



	.photo-gallery-grid .item {

		width: 32%;

	}



	.photo-gallery-grid .item:nth-child(5n+1) {

		margin-left: 2%;

		clear: none;

	}



	.photo-gallery-grid .item:nth-child(3n+1) {

		margin-left: 0px;

		clear: both;

	}



	.content-main.with-sidebar,

	.content .mini-sidebar {

		display: block;

		clear: both;

		width: 100%!important;

		margin-left: 0px;

	}



	.content-main.with-sidebar-both {

		width: 100%!important;

		display: block;

		float: none;

		clear: both;

	}



	.pagination {

		margin-bottom: 30px;

	}



	.content #sidebar,

	#sidebar .widget,

	.mini-sidebar .widget,

	.content .mini-sidebar {

		width: 100%;

		display: block;

		clear: both;

	}



	.middle-articles .item {

		display: block;

		width: 30%;

		float: left;

		margin-left: 2.5%;

	}



	.blog-style .item .item-header {

		width: 177px;

		height: 111px;

	}



	.blog-style .item .item-content {

		margin-left: 198px;

	}



	.header-2-content {

		display: block;

		text-align: center;

	}



	.header-2-content .header-weather {

		display: block;

		width: 200px;

		margin: 0px auto 20px auto

	}



	.header-2-content .header-search {

		display: block;

		text-align: left;

		width: 90%;

	}



	.header-1-content .header-logo,

	.header-2-content .header-logo {

		display: block;

		text-align: center;

		width: 100%;

		margin-bottom: 20px;

	}



	.header-1-content .header-logo img,

	.header-2-content .header-logo img {

		max-width: 100%;

		height: auto;

	}



	.header-2-content .header-search .fa {

		position:absolute;

		display:block;

		width: 100%;

		float:left !important;

		font-size:20px;

		color:#e2e2e2;

		right:300px;

		margin-top:4px;

		z-index:0

	}



	.breaking-news {

		display: none;

	}



	.header-2-content .header-search input.search-box {

		width: 90%;

		text-align: center;

		margin: 0px auto 20px auto;

	}



	.content .wrapper {

		width: 98%;

	}



	.product {

		margin-bottom: 30px;

	}



	.widget .w-photo-gallery .item .item-photos {

		width: 40%;

	}



	.item-photo img {

		width: auto;

	}



	.header-2-content .header-weather .small-title {

		display: none;

	}



	.header-2-content .header-weather .weather-icon {

		height: 20px !important;

		width:auto;

		float: none;

		display: inline-block;

		margin-right: 10px;

	}



	.header-2-content .header-weather strong {

		display: inline-block;

		margin-left: 0px;

		padding: 1px 0 0 0;

	}



	.header-2-content .header-weather .default-title {

		display: inline-block;

		margin-left: 0px;

		padding: 4px 0 0 5px;

	}



	.header-2-content .header-weather {

		width: 100%;

		text-align: center;

	}



	.header-2-content, .header-1-content {

		padding: 20px 0;

	}



	.header-1-content .header-logo, .header-2-content .header-logo,

	.header-2-content .header-weather {

		margin-bottom: 10px;

	}



}



/* @import url(responsive/phone.css); */



@media only screen and (max-width: 600px) {



	.boxed {

		overflow: hidden;

	}

	.demo-settings {

		display: none!important;

	}



	.ot-slider {

		padding-bottom: 50px;

	}



	.ot-slider .ot-slider-thumbs {

		bottom: 0px

	}



	footer .widget {

		display: block;

		width: 100%;

		margin: 5px;

	}



	.split-stuff.blocks-4 > div,

	.split-stuff.blocks-3 > div {

		display: block;

		width: 100%;

		margin-left: 10px;

		margin-right: 10px;

		margin-bottom: 5px;

	}



	.item-block-4 .item-header img {

		width: 100%;

	}



	.paragraph-row > div {

		display: block;

		margin-left: 0px!important;

		width: 100%!important;

		margin-bottom: 15px;

	}



	.ot-slider .ot-slider-thumbs a img {

		width: 30px;

		height: auto;

	}



	.item-block-2 .item-block {

		background-size: 100% auto!important;

	}



	.content #sidebar,

	.content #sidebar .widget,

	.content-main.with-sidebar {

		display: block;

		width: 100%;

		float: none;

	}



	.photo-gallery-grid .item {

		float: none;

		display: block;

		width: 80%;

		margin-bottom: 4%;

		margin-left: auto!important;

		margin-right: auto!important;

	}



	.photo-gallery-grid .item:nth-child(5n+1) {

		margin-left: auto;

		clear: none;

	}



	.photo-gallery-grid .item:nth-child(3n+1) {

		margin-left: auto;

		clear: none;

	}



	#respond, #writecomment {

		max-width: 100%;

	}



	.blog-style .item .item-header {

		width: 100%;

		height: auto;

	}



	.blog-style .item .item-content {

		margin-left: 0px;

	}



	.blog-style .item .item-content h3 {

		font-size: 18px;

	}



	#respond .contact-info, #writecomment .contact-info {

		width: 84%;

	}



	.main-article p {

		font-size: 14px;

	}



	.gallery-preview {

		width: 90%;

		max-width: 200px;

	}



	.gallery-preview .preview-thumbs img {

		width: 48.5%;

		height: auto;

		margin-left: 0.5%;

		margin-bottom: 0.5%;

	}



	.gallery-preview .preview-thumbs img.featured-photo {

		width: 98.5%;

		height: auto;

	}



	/*.widget .w-news-list .item .item-content {

		margin-left: 0px;

		clear: both;

		padding-top: 10px;

	}*/



	.sidebar-banner {

		text-align: center;

	}



	.sidebar-banner embed,

	.sidebar-banner iframe,

	.sidebar-banner img {

		max-width: 100%;

		width: 300px;

		margin: 0px;

	}



	#wp-calendar tbody td {

		padding: 6px 2px;

	}



	#wp-calendar tbody td a {

		margin: -6px -2px -6px -2px;

	}



	.block-title .panel-title-right,

	#sidebar .widget .widget-top-b,

	.footer .widget .widget-top-b {

		display: none;

	}



	.header #main-menu .wrapper > ul > li:hover > ul {

		margin-top: -3px;

	}



	.header #main-menu .wrapper > ul > li.big-drop:hover > ul {

		display: none!important;

	}



	.header #main-menu .wrapper > ul > li.normal-drop.ot-dropdown ul {

		width: 100%;

	}



	.rating-panel .rating-option .rating-info {

		width: 48%;

	}



	.rating-panel .rating-option .rating-stars {

		width: 45%;

	}



	.main-article .article-header .article-meta .meta-date {

		display: block;

		width: 100%;

		float: none;

	}



	.main-article .article-header .article-meta .meta-tools {

		display: block;

		width: 100%;

		float: none;

		padding-left: 0px;

		border-left: 0px;

		clear: both;

		padding-top: 14px;

	}



	.about-author {

		text-align: center;

	}



	.about-author > a {

		display: block;

	}



	.about-author .about-avatar {

		max-width: 100%;

		height: auto;

		display: inline-block;

		float: none;

		margin-bottom: 20px;

	}



	.about-author .about-content {

		margin-left: 0px;

	}



	.soc-pages {

		display: inline-block;

		float: none;

	}



	.soc-pages a {

		font-size: 8px;

		line-height: 18px;

		width: 18px;

		margin-left: 1px;

	}



	.social-article .socialize-icon {

		text-align: center;

	}



	.social-article .socialize-icon strong {

		font-size: 0;

		padding-right: 0px;

	}



	.social-article .socialize-icon strong i.fa {

		margin-right: 0px;

	}



	.social-article .socialize-icon span,

	.social-article .socialize-icon strong i.fa {

		font-size: 10px;

	}



	.social-article .socialize-icon span {

		line-height: 22px;

		display: block;

		margin-top: 10px;

		margin-left: 0px;

		padding: 0 5px;

	}



	.social-article .socialize-icon {

		line-height: 25px;

	}



	.social-article .socialize-icon span:before {

		transform: rotate(135deg);

		-ms-transform: rotate(135deg);

		-webkit-transform: rotate(135deg);

		left: 50%;

		margin-left: -3px;

		top: -4px;

	}



	.tagcloud a, .tag-cloud a {

		font-size: 12px!important;

		line-height: 26px;

		margin: 0 4px 8px 0;

		padding: 0 8px 1px;

	}



	.wrapper {

		width: 90%!important;

	}



	.boxed,

	.active.boxed {

		margin: 0px;

		padding: 0px;

		width: 100%;

		border: 0px;

		box-shadow: none;

	}



	p {

		font-size: 14px;

	}



	#comments .commment-content .time-stamp {

		display: none;

	}



	#comments li li .commment-content {

		padding-left: 20px;

	}



	#comments .commment-content .comment-text .user-nick {

		font-size: 15px;

	}



	.boxed.active.width1000 #sidebar .mini-sidebar .widget > h3, .mini-sidebar .widget > h3, #sidebar .widget > h3,

	.strict-block .block-title h2 {

		font-size: 16px;

	}



	.header-topmenu {

		border-bottom:0px solid #e5e5e5;

	}



	.header-topmenu > .wrapper,

	.footer-blocks > .wrapper {

		width: 100%!important;

	}



	.social-article {

		text-align: center;

	}



	.main-article .tag-cloud, .main-article .social-article {

		margin-top: 0px;

	}



	#comments li li .commment-content {

		background: #F7F7F7;

	}



	.footer {

		display: block;

		margin-top: 20px;

	}



	.footer .widget {

		width: 97%;

		margin-bottom: 5px;

		margin-right: 2%;

		float: left;

	}



	.footer .widget:nth-child(3n) {

		margin-right: 0px;

	}



	.footer-much p {

		width: 80%;

		display: block;

		margin-left: auto;

		margin-right: auto;

	}



	.footer-much ul li:nth-child(1n+2):before {

		content: ',';

		left: -6px;

	}



	.footer-much ul {

		line-height: 20px;

		border-bottom: 1px solid #f0f0f0;

		padding-bottom: 16px;

	}



	.footer-much ul li {

		margin-left: 5px;

	}



	.item-block-4 .item-content ul li a {

		font-size: 14px;

	}



	.item-block-5 {

		padding: 0px;

	}



	.article-split-block .item-content h2, .article-double-main .item-content h2 {

		font-size: 18px;

	}



	.article-double-side .item-content .item-links a:last-child {

		display: none;

	}



	.article-split-block,

	.article-double-main {

		margin-bottom: 15px;

	}



	.trans-button {

		padding: 7px 12px;

		font-size: 12px;

	}



	.article-double-side .item-content h3 {

		font-size: 15px;

	}



	.blog-style .item .item-header {

		margin-bottom: 10px;

	}



	.blog-style .item.image-large .item-content .item-comment, .blog-style .item.image-no .item-content .item-comment {

		line-height: 2px;

	}



	.boxed.active.width1000 #sidebar .widget, .boxed.active.width1000 #sidebar {

		width: 100%;

	}



	.boxed.active.width1000 .blog-style .item .item-content h3 {

		font-size: 19px;

	}



	.widget .w-photo-gallery .item .item-photos {

		width: 90%;

	}



	.main-article h1 {

		font-size: 20px;

	}

	.main-article h2 {

		font-size: 17px;

	}

	.main-article h3 {

		font-size: 15px;

	}

	.main-article h4 {

		font-size: 13px;

	}

	.main-article h5 {

		font-size: 10px;

	}

	.main-article h6 {

		font-size: 8px;

	}



	.gallery-preview .preview-desc h3 {

		font-size: 16px;

	}



	blockquote.style-3 {

		margin-left: 0px;

		margin-right: 0px;

	}



	.main-article .button {

		margin-bottom: 10px;

		font-size: 13px!important;

		line-height: 32px;

	}



	.short-tabs > ul li a {

		font-size: 0;

	}



	.short-tabs > ul li {

		counter-increment: section;

	}



	.short-tabs > ul li a:before {

		font-size: 14px;

		content: counter(section);

	}



	.accordion > div > a {

		font-size: 13px;

		padding-right: 40px;

		line-height: 130%;

		font-weight: normal;

	}



	.big-message > div {

		width: 90%;

	}



	.big-message .fa {

		font-size: 36px;

	}



	.big-message strong {

		font-size: 17px;

		margin-left: 60px;

	}



	.big-message span {

		font-size: 12px;

		padding-top: 5px;

		line-height: 140%;

		margin-left: 60px;

	}



	.item-block .item-content {

		padding: 15px;

	}



	.item-photo img {

		max-width: 100%;

	}



	.item-block-4 .item-header strong, .item-block .item-content h3 {

		font-size: 16px;

	}



	.strict-block .block-content {

		padding: 15px 0 0 0;

		background: transparent;

	}



	.photo-gallery-full .full-photo .photo-num-count {

		bottom: auto;

		top: 100%;

		margin-top: 1px;

		float: none;

		right: 0px;

		left: 0px;

		background: rgba(0,0,0,0.15);

		padding: 13px 0;

		text-align: center;

	}



	.photo-gallery-full .photo-gallery-desc {

		padding-top: 60px;

	}



	.photo-gallery-full .photo-gallery-desc h2 {

		font-size: 20px;

	}



	.photo-gallery-full .full-photo .photo-arrow.right,

	.photo-gallery-full .full-photo .photo-arrow.left {

		display: none;

	}



	.photo-gallery-full .full-photo .photo-num-count .photo-num {

		padding: 3px 7px;

	}



	.error-big-message {

		margin: 60px 0px;

	}



	.error-big-message h1 {

		font-size: 53px;

	}



	.error-big-message p {

		font-size: 12px;

	}



	.social-article .socialize-icon i.fa {

		background: transparent;

	}



	.header-2-content .header-search .fa {

		position:absolute;

		display:block;

		width: 100%;

		float:left !important;

		font-size:20px;

		color:#e2e2e2;

		right:150px;

		margin-top:4px;

		z-index:0

	}



	.product>.images {

		width: 100%;

		float: none;

	}



	.item-photo:hover img {

		-webkit-transform: none;

		-moz-transform: none;

		-ms-transform: none;

		-o-transform: none;

		transform: none;

	}



}
