/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
        font-size: 15px;
}
/* html element 62.5% font-size for REM use */

html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	
	
       /* background: url('./img/background.jpg') repeat; */
        
}

main {margin:0 15px;}

body ul, body ol {
font-size:14px;}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#FF7800;
	text-decoration:none;
}
a:hover {
	color:#000;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
p {
	font-family: 'Open Sans', Verdana;
	font-size:14px;
	line-height: 1.8;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:1080px;
margin-top:0px;
margin-bottom:45px;
margin-left:auto;
margin-right:auto;

	position:relative;

	background:#ffffff;
	box-shadow: 0px 0px 25px #b8b8b8;
}
/* header */
.header {
	padding:20px 30px 20px 30px;

}
/* logo */
.logo {
	font-size:36px;
	float: left;

}
.logo-img {

}
/* nav */
.nav {
float:right;
margin-top:10px;
z-index: 999;
position: relative;
}
.menu ul {
	list-style: none;
	font-family: sans-serif,"Open Sans", Verdana;
	font-size: 14px;
	text-align: left;
  	display: inline;
  	padding-left: 0px;
  	color: #666
}
.menu ul li {
	float: left;
	margin-right:18px;
	display: inline-block;
  	position: relative;
  	  	cursor: pointer;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-ms-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
  	margin-bottom: 10px;
  	color:#000;
  	border-bottom: 2px solid #fff;
}

.menu ul li:hover {
	border-bottom: 2px solid #0C8EDA;
}

.menu ul li a, .menu ul li {
	color: #666;
}

.menu ul li a:hover {
}

.menu ul li ul {
	padding: 0;
	margin-top:2px;
  position: absolute;
  width: 150px;
  display: none;
  opacity: 0;
  visibility: hidden;
background-color: rgb(255,255,255);

}

.menu ul li ul li {
	display: inline-block; 
	padding:10px 0px 10px 5px;
	margin:0;
	border-bottom: 2px solid #FFF;
	width:150px;

}
.menu ul li ul li a:hover {
	border:none;
}

.menu ul li ul li a {
	line-height:20px;
}
.menu ul li ul li:hover {

}

.menu ul li:hover ul {
	  display: block;
  opacity: 1;
  visibility: visible;
}








#breadcrumbs{
    list-style:none;
    overflow:hidden;
margin:5px 0px;
padding:5px 0px 0px 0px;
border-top:1px solid #A8A8A8;
font-size:12px;
font-family: sans-serif;
font-style:italic;
}
 
#breadcrumbs li{
    float:left;
    margin-right:5px;
}

#breadcrumbs li a:hover {text-decoration:underline;}
 
#breadcrumbs .separator{
    color:#999;
}










/* Reset */
.nav2,
.nav2 a,
.nav2 ul,
.nav2 li,
.nav2 div,
.nav2 form,
.nav2 input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.nav2 a { text-decoration: none; }

.nav2 li { list-style: none; display: inline-block;}

/* Menu Container */
.nav2 {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	float: right;
	clear: right;
	margin-right: -17px;
}

/* Menu List */
.nav2 > li {
	display: block;
	float: left;
}

/* Menu Links */
.nav2 > li > a {
	position: relative;
	display: block;
	z-index: 510;
	height: 30px;
	padding: 0 35px;
	line-height: 30px;
	
	font-family: 'Open Sans',Helvetica, Arial, sans-serif;
	font-size: 17px;
	color: #000;
	background: #fff;
	border-right: 1px solid #aaa;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nav2 > li:hover > a { background: #0C8EDA;color:#fff; }

.nav2 > li:hover > a.energie { background: #ff7800;color:#fff; }
.nav2 > li:hover > a.agricultura{ background: #0ea816;color:#fff; }
.nav2 > li:hover > a.constructii{ background: #0C8EDA;color:#fff; }
.nav2 > li:hover > a.inovatii{ background: #000;color:#fff; }

.nav2 > li:first-child > a {
	border-left: none;
}

.nav2 > li:last-child > a {
	border-right:none;
}

/* Menu Dropdown */
.nav2 > li > div {
	position: absolute;
	display: block;
	width: 100%;
	top: 50px;
	left: 0;

	opacity: 0;
	visibility: hidden;
	overflow: hidden;

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

	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
}

.nav2 > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

/* Menu Content Styles */
.nav2 .nav-column {
	float: left;
	width: 30%;
	padding: 2.5%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color:#888;
}

.nav2 .nav-column h3 {
	margin: 0 0 10px 0;
	line-height: 18px;
	padding:3px;
        color:#000;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
  -webkit-transiton: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -transition: all 0.2s;
    transition:all 0.2s;
}

.nav2 .nav-column h3.energie:hover {background: #ff7800;color:#ffffff;
  -webkit-transiton: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -transition: all 0.2s;
    transition:all 0.2s;}
.nav2 .nav-column h3.agricultura:hover {background: #0ea816;color:#ffffff;
  -webkit-transiton: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -transition: all 0.2s;
    transition:all 0.2s;}
.nav2 .nav-column h3.constructii:hover {background: #0C8EDA;color:#ffffff;
  -webkit-transiton: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -transition: all 0.2s;
    transition:all 0.2s;}
.nav2 .nav-column h3.inovatii:hover {background: #000;color:#ffffff;
  -webkit-transiton: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -transition: all 0.2s;
    transition:all 0.2s;}

.nav2 .nav-column h3.orange { color: #ff722b; }
.nav2 .nav-column ul {margin-bottom: 10px; margin-left:10px;}
.nav2 .nav-column li a {
	display: block;
	line-height: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #888888;
}


.nav2 .nav-column li a:hover { color: #666666; }

.nav2 .nav-colum .ulconstructii li a, .nav2 .nav-column .ulconstructii li a {
color:#888888;
  -webkit-transiton: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -transition: all 0.2s;
    transition:all 0.2s;
}


.nav2 .nav-column .ulconstructii li a:hover {color: #0b80c5;
  -webkit-transiton: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -transition: all 0.2s;
    transition:all 0.2s;}
.nav2 .nav-column .ulenergie li a:hover {color:#e66c00;
  -webkit-transiton: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -transition: all 0.2s;
    transition:all 0.2s;}



ul.ulconstructii span img {
	padding: 0 10px;
}





























/*------------------------------------*\
    MAIN SLIDER
\*------------------------------------*/
.slidenote {
	width:1080px;
	height:100px;
	background: rgba(0,0,0,0.5);
	position:absolute;
	z-index: 15;
	bottom:0;
}
.slidenotetitle {
	font-family: 'Open Sans', Verdana;
	font-size:24px;
	color:#fff;
	margin:10px 40px 5px 40px;
}
.slidenotetext {
	font-family: 'Open Sans', Verdana;
	font-size:14px;
	color:#fff;
	margin:0px 40px 0px 40px;
}
#mainslider {
				width:1080px;
				height:350px;
				
				/*IE bugfix*/
				padding:0;
				margin:0;
			}
			
	#mainslider li { list-style:none; }



.rhino-btn {
	background:url('./img/slider-sprite.png') 0 0 no-repeat;
	z-index:10;
	width:60px;
	height:40px;
	display:block;
	text-indent:-999%;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.rhino-prev, .rhino-next { bottom:150px; }

.rhino-prev {
	left:0px;
	background-position:0 0;
}

.rhino-next {
	right:0px;
	background-position:-60px 0;
}

.rhino-prev:hover { background-position:0px -40px; }

.rhino-next:hover { background-position:-60px -40px; }

.rhino-toggle {
	top:-4px;
	left:-6px;
}

.rhino-play { background-position:0 0; }

.rhino-play:hover { background-position:0 -53px; }

.rhino-pause { background-position:-56px 0; }

.rhino-pause:hover { background-position:-56px -53px; }

.rhino-container { position:relative; }

.rhino-caption {
	position:absolute;
	background: #000;
	display:none;
	left:0;
	right:0;
	top:0;
	color:#fff;
	padding:10px;
	text-align:right;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.rhino-bullets {
	position: absolute;
	bottom: -3px;
	left: 50%;
	margin:0 0 0 -50px;
	z-index: 10;
	background: #fff;
	padding:0;
}

.rhino-bullets:before, .rhino-bullets:after {
	position:absolute;
	display:block;
	left:-16px;
	content:' ';
	width:16px;
	height:26px;
	background:url('./img/slider-sprite.png') -224px 0 no-repeat;
}

.rhino-bullets:after {
	left:auto;
	right:-16px;
	background-position: -240px 0;
}

.rhino-bullets li {
	float:left;
	display:inline;
	margin:0 2px;
}

.rhino-bullets li a.rhino-bullet {
	display: block;
	width: 16px;
	height: 15px;
	cursor: pointer;
	background: white;
	font-size: 10px;
	text-align: center;
	padding: 6px 0 5px 0;
	color: #333;
	text-decoration:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.rhino-bullets li a.rhino-bullet:hover, .rhino-bullets li a.rhino-bullet:focus {
	color:#999;
	background:#eee;
}

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
	color:#fff;
	background:#5cd4e8;
}






.thumbangajati {
width:190px;
float:left;
margin:10px;
font-family: 'Open Sans', Verdana;
font-size:14px;
text-align:center;
align:center;
}

.thumbangajati img {
opacity:0.4;
}

.thumbangajati div {
margin-top:5px;}


.thumbtextwhole{
	background: #f7f7f7;
	width:100%;
	display:block;
	font-family: 'Open Sans', Verdana;
	font-size:14px;
	padding:10px;
	line-height: 19px;
}




a.thumbclasshalfagricultura {
	width:519px;
	height:45px;
	margin-top:15px;
	background:#0ea816;
	color:#fff;
	font-size:22px;
	line-height:45px;
	font-family: "Open Sans", Verdana;
	display:block;
	padding-left:10px;
	  -webkit-transiton: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -transition: all 0.2s;
    transition:all 0.2s;
}

a.thumbclasshalfagricultura:hover {
	background:#0c9113;
		  -webkit-transiton: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -transition: all 0.2s;
  transition:all 0.2s;
}






a.thumbclasshalfconstructii {
	width:519px;
	height:45px;
	margin-top:15px;
	background:#0C8EDA;
	color:#fff;
	font-size:22px;
	line-height:45px;
	font-family: "Open Sans", Verdana;
	display:block;
	padding-left:10px;
	  -webkit-transiton: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -transition: all 0.2s;
    transition:all 0.2s;
}

a.thumbclasshalfconstructii:hover {
	background:#0b80c5;
		  -webkit-transiton: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -transition: all 0.2s;
  transition:all 0.2s;
}



a.thumbclasshalfinovatii {
	width:519px;
	height:45px;
	margin-top:15px;
	background:#000;
	color:#fff;
	font-size:22px;
	line-height:45px;
	font-family: "Open Sans", Verdana;
	display:block;
	padding-left:10px;
	  -webkit-transiton: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -transition: all 0.2s;
    transition:all 0.2s;
}

a.thumbclasshalfinovatii:hover {
	background:#000;
		  -webkit-transiton: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -transition: all 0.2s;
  transition:all 0.2s;
}


















a.thumbclasshalf {
	width:519px;
	height:45px;
	margin-top:15px;
	background:#ff7800;
	color:#fff;
	font-size:22px;
	line-height:45px;
	font-family: "Open Sans", Verdana;
	display:block;
	padding-left:10px;
	  -webkit-transiton: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -transition: all 0.2s;
    transition:all 0.2s;
}

a.thumbclasshalf:hover {
	background:#e66c00;
		  -webkit-transiton: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -transition: all 0.2s;
  transition:all 0.2s;
}

.thumbtexthalf{
	background: #f7f7f7;
	width:519px;
	display:block;
	font-family: 'Open Sans', Verdana;
	font-size:14px;
	padding:10px;
	line-height: 19px;
}

.mainthumbhalf {
	width:519px; margin-left:15px;margin-top:15px;float:left;
	margin-right:-2px;
}


a.thumbclass, a.thumbclassfpagr, a.thumbclassfpene {
	width:335px;
	height:45px;
	margin-bottom:15px;
	background:#0c8eda;
	color:#fff;
	font-size:22px;
	line-height:45px;
	font-family: "Open Sans", Verdana;
	display:block;
	padding-left:10px;
	  -webkit-transiton: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -transition: all 0.2s;
    transition:all 0.2s;
}
a.thumbclassfpagr {background:#0EA816;}
a.thumbclassfpene {background:#FF7800;}
a.link-magazin {
width:600px;
height:45px;
line-height:45px;
font-size:15px;
font-family: "Open Sans", Verdana;
display:block;
float:right;
background:#FF7800;
color:#fff;
text-align:center;
}
a.thumbclass:hover, a.thumbclassfpagr:hover, a.thumbclassfpene:hover {
	background:#0b80c5;
		  -webkit-transiton: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -transition: all 0.2s;
  transition:all 0.2s;
}

a.thumbclassfpagr:hover {background:#0C9113;}
a.thumbclassfpene:hover {background:#E66C00;}

.thumbtext{
	background: #f7f7f7;
	width:335px;
	display:block;
	font-family: 'Open Sans', Verdana;
	font-size:14px;
	padding:10px;
	line-height: 19px;
}

.mainthumb {
	width:335px; margin-left:15px;margin-top:15px;float:left;
	margin-right:6px;
}


a.leftb {
	display: block;
	background:url('./img/left.jpg') no-repeat;
	width:25px;
	height:25px;
	float: left
}
a.leftb:hover {
	background:url('./img/left-h.jpg') no-repeat;
}
a.rightb {
	display: block;
	background:url('./img/right.jpg') no-repeat;
	width:25px;
	height:25px;
	float: left
}
a.rightb:hover {
	background: url('./img/right-h.jpg') no-repeat;
}

a.newslink {
	font-size:18px;
	font-family:'Open Sans', Verdana;
	color:#0c8eda;
}
.newsdate {
	font-size: 11px;
	margin-top: 4px;
	font-family:'Open Sans', Verdana;
	float:right;
}
.newstext {
	font-size:13px;
	padding-top:5px;
	font-family:'Open Sans', Verdana;
	margin-left: 25px;
	margin-bottom: 40px;

}
.newstext p {
line-height:1.4;
margin: 5px 0px;
}
.newstext .view-article {
float:right;
padding: 2px 18px;
background:#E0E0E0;
margin: 17px 0;
}
.newstext .view-article:hover {
color: #f7f7f7;
background: #101010;
}
.tstwrap {
	background: url('./img/quote.jpg') 2% 19% no-repeat #f7f7f7;
	padding: 6px 25px 35px 65px;
	font-family:'Open Sans', Verdana;
	font-size: 13px;
	margin-top:15px;
}
.tstwrap > .bx-wrapper > .bx-viewport {}
/* sidebar */
.sidebar {



}
/* footer */
.footer {
background: #353535;
color:#fff;
padding-top: 20px;
padding-bottom:20px;
margin-top:20px;
}

.footerdiv {
	width:320px;
	margin: 0 20px;
	float: left;
}

.footertitle {
	font-family: 'Open Sans', Verdana;
	font-size:22px;
	color:#fff;
}
.footertext {
	font-family: 'Open Sans', Verdana;
	font-size:13px;
}

.twitter {
	width: 35px;
	height: 35px;
	display: block;
	background: url('./img/t.jpg') no-repeat;
margin:20px 10px 20px 0px;
	float: left;
}

.facebook {
	width: 35px;
	height: 35px;
	display: block;
	background: url('./img/f.jpg') no-repeat;
	margin:20px 10px 20px 0px;
	float: left;
}

.google {
	width: 35px;
	height: 35px;
	display: block;
	background: url('./img/g.jpg') no-repeat;
margin:20px 10px 20px 0px;
	float: left;
}
.linkedin {
	width: 35px;
	height: 35px;
	display: block;
	background: url('./img/l.jpg') no-repeat;
margin:20px 10px 20px 0px;
	float: left;
}

.mail {
	background: url('./img/m.jpg') no-repeat top left;
	height:23px;
	font-family: 'Open Sans', Verdana;
	font-size:14px;
	padding-left: 33px;
	line-height: 23px;
	margin-top:5px;
}
.phone {
	background: url('./img/p.jpg') no-repeat top left;
	height:23px;
	font-family: 'Open Sans', Verdana;
	font-size:14px;
	padding-left: 33px;
	line-height: 23px;
	margin-top:20px;
}
.contact {
	/* width:340px; */
	height:181px;
	display: block;
	margin-top: 10px;
}

.contact input, textarea {
	background: #303030;
	color:#fff;
	border:none;
	font-family: 'Open Sans', Verdana;
	font-size:13px;
	padding:0px 10px;
}
.contact input {
	height:29px;
	margin-bottom: 10px;
	width:155px;
	margin-right:10px;
}
.contact textarea {width:323px;}
.submit-button {
	background:#747474 !important;
	margin-top:10px;
	float: right;
	margin-right:15px !important;
}
.submit-button:hover {
	background: #303030;
}
.footerul {
	list-style: none;
	padding-left: 5px;
}
.footerul a {
	text-decoration: none;
	font-family: 'Open Sans', Verdana;
	color:#fff;
	font-size: 13px;
}
.footerul a:hover {
color: #5cafe4;
padding-left: 5px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.contact2 textarea {width:500px;}
.contact2 input, .contact2 textarea {
		background: #eee;
	color:#000;
	border:none;
	font-family: sans-serif, Verdana;
	font-size:14px;
	padding:5px 10px;
}
.contact2 input {
	height:29px;
	margin-bottom: 10px;
	width:155px;
	margin-right:10px;
}
.contact2 .submit-button {color:#fff;float:left;}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

 .nav-column ul ul {
 	position: absolute;
	display: block;
	width: 145%;
	top: 2px;
    left: 69px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	background: #ffffff;
	border-radius: 0 0 3px 3px;
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
 }
.nav-column ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}


li.drop  {
	display: block;
	padding: 10px 0;
	position: relative;
}
li.drop img.arrow1 {
	position: absolute;
	top: 14px;
	right: 66px;
}