/* #Reset & Basics
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */

	html, body{
		overflow-x: hidden;
	}

	body {
		font: 13px/1.65em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
		 -webkit-font-smoothing: antialiased; Fix for webkit rendering
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; text-decoration: none; color: inherit; }
	h1 { font-size: 38px; line-height: 1.1em; margin-bottom: 14px;}
	h2 { font-size: 33px; line-height: 1.1em; margin-bottom: 10px; }
	h3 { font-size: 22px; line-height: 1.1em; margin-bottom: 8px; } /*28*/
	h4 { font-size: 18px; line-height: 1.1em; margin-bottom: 4px; } /*21*/
	h5 { font-size: 16px; line-height: 1.1em; }						/*17*/
	h6 { font-size: 14px; line-height: 1.1em; }

	.flex_column h1, .flex_column h2, .flex_column h3, .flex_column h4, .flex_column h5, .flex_column h6{
	font: 13px/1.3em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 6px; font-weight:bold; text-transform: uppercase; letter-spacing: 1px;}
	.flex_column h1 { font-size: 13px; }
	.flex_column h2 { font-size: 12px; }
	.flex_column h3 { font-size: 11px; }
	.flex_column h4, .flex_column h5, .flex_column h6 { font-size: 10px; }

	 .flex_column h1 a:hover, .flex_column h2 a:hover, .flex_column h3 a:hover, .flex_column h4 a:hover, .flex_column h5 a:hover, .flex_column h6 a:hover{text-decoration: underline;}


	p { margin: 0 0 1em 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px;   }

	em { font-style: italic; }
	strong { font-weight: bold;  }
	small { font-size: 80%; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

	/*	Blockquotes  */
	blockquote{
	font-family:Georgia,"Times New Roman",Times,serif;
	clear:both;
	font-size:1.5em;
/* 	font-style:italic; */
	line-height:1.4em;
	margin:10px 0 10px 54px;
	quotes:"\201C""\201D";
	position: relative;
	}

	blockquote:before{
	content:open-quote;
	font-size:5em;
	line-height:.1em;
	margin-right:.25em;
	vertical-align:-0.5em;
	display:block;
	position: absolute;
	top: 40px;
	left: -54px;
	opacity: 0.5;
	width: 50px;
	font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
	}

	blockquote p{position: relative; padding:5px 0; margin:0; }
	blockquote cite:before { content: "\2014 \0020"; padding:0px 3px; }
	blockquote small, blockquote cite, blockquote small a, blockquote cite a, blockquote a small, blockquote a cite{font-size: 12px;}


/* #Links
================================================== */
	a { text-decoration: underline; outline: 0; }
	a:hover, a:focus, a:visited { outline: 0; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square inside; }
	ul.circle { list-style: circle inside; }
	ul.disc, .entry-content ul { list-style: disc inside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }

	.entry-content li {  padding-left: 1em; text-indent: -1em;}
	.entry-content div li { text-indent: 0;}
	.entry-content ul.borderlist>li:first-child {  border-top:1px solid;}
	.entry-content ul.borderlist>li { border-bottom:1px solid; padding: 3px 0 3px 1em}

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }

	img, a img {
		border:none;
		padding: 0;
		margin:0;
		display:inline-block;
		max-width: 100%;
		height:auto;
		image-rendering: optimizeQuality;
	}

.msie7 img{ -ms-interpolation-mode: bicubic; }

/* #Buttons
================================================== */


	input[type="submit"], #submit, .button{
		padding:9px 22px;
		cursor:pointer;
		border:none;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	.input-text,
	input[type="text"],
	input[type="input"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		 -webkit-appearance: none;
		border: 1px solid #e1e1e1;
		padding: 6px 4px;
		outline: none;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff;
		}

	select
	{
		 }

	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #555;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; line-height:1.5em;}
	label{
		display: block;
		font-weight: bold;
		font-size: 12px;  }
	legend {
		display: block;
		font-weight: normal;
		font-size: 15px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }



/* #Table
================================================== */
table {
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 11px;
	border-top-style: solid;
	border-top-width: 1px;
}

table caption {
	padding: 0 0 5px 0;
	width: auto;
	font-style:italic;
	text-align: right;
}

th {
	font-weight:bold;
	letter-spacing: 1.5px;
	line-height: 1.5em;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	border-style: solid;
	border-width: 1px;
	border-left:none
	border-top:none
}

td {
	font-size: 12px;
	padding: 6px 6px 6px 12px;
	border-style: solid;
	border-width: 1px;
	border-left:none;
	border-top:none;
}

tr th:first-child, tr td:first-child{
	border-left-style: solid;
	border-left-width: 1px;
}

#top th.nobg {
	background: none;
	border-top: 0;
}


/* #Other elements
================================================== */

/*code*/
pre{
border-style: solid;
border-width: 1px;
overflow:auto;
padding:2em;
line-height: 2em;
font-size: 12px;
background-image: -webkit-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
background-image: -moz-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
background-image: -ms-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
background-image: -o-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
background-image: linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
-webkit-background-size: 100% 4em ;
-moz-background-size: 100% 4em ;
background-size: 100% 4em;
font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
-webkit-transition: all ease-in-out 0.5s;
-moz-transition: all ease-in-out 0.5s;
-o-transition: all ease-in-out 0.5s;
transition: all ease-in-out 0.5s;
margin-bottom: 30px;
position: relative;
left:0;
}

code{
font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
}

/*
pre{
background-color:#fff;
width:400px;
}
pre:hover{
z-index: 100;
width:885px;
left:-240px;
}
*/

iframe, object, embed{
max-width:100%;
}

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	.hidden { position: absolute; top:0; visibility: hidden;}
	.floatleft{float:left;}
	.floatright{float:right;}
	.clearboth{clear:both;}
	.rounded{ -moz-border-radius: 3px; -webkit-border-radius:3px; border-radius:3px;}
	.lightbox_video, .lightbox_image, .image_overlay_effect, .image_overlay_effect_inside{position: absolute;z-index: 2;top:0;left:0;right: 0;bottom:0;}
	.lightbox_video .image_overlay_effect_inside{ background: url("../images/layout/icon-video.png")   no-repeat scroll center center transparent;}
	.lightbox_image .image_overlay_effect_inside{ background: url("../images/layout/icon-magnify.png") no-repeat scroll center center transparent;}
	#top .noborder, #top .noborder img{border:none;padding:0;background: transparent;}
	.bg_container{
	background-position: center center; background-attachment: fixed; background-repeat: no-repeat;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
	height:100%; width:100%; position: fixed; z-index: 1; top:0; left:0;
	}


/* #WordPress Generated Generics
================================================== */

/*img alignment*/
body .alignleft  { float:left; margin:4px 10px 0px 0;  display: block; }
body .alignright { float:right;margin:4px 0px 0px 10px;display: block; }
body .aligncenter{ clear:both; display:block; margin:10px auto; padding: 10px 0; }
.alignleft img, .alignright img{ display:block; }


/*gallery*/
#top .gallery a, #top .gallery a img{
border:none;
max-width: 100%;
display: block;
position: relative;
}

#top .gallery .gallery-item{
margin:1px 1px 0 0;
width:80px;
height:80px;
padding:0;
}

/*image captions*/
div .wp-caption{
max-width:100%;
font-size: 11px;
font-style: italic;
border:1px solid;
margin:5px 15px 10px 0;
position: relative;
}

#top .wp-caption img {
border:medium none;
display:block;
padding:5px;
margin:0;
}

.wp-caption-text {
display:block;
font-size:11px;
font-style:italic;
margin:0 auto;
padding:3px 10px 5px;
text-align:center;
font-family: Georgia,"Times New Roman";
}

#top .wp-caption.aligncenter{
margin:5px auto 10px auto
}

/*smiley image*/
#top .wp-smiley{
display:inline-block;
border:none;
}

/*calendar table*/
#wp-calendar td, #wp-calendar th{
text-align: center;
font-size: 11px;
padding: 3px;
}


/*
* Based on Skeleton by Dave Gamache (www.getskeleton.com)
* modified by kriesi as part of the wordpress avia framework
*/


/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */



/* #Base 960 Grid
================================================== */
	#wrap_all									{ margin: 0 auto; position:relative; z-index: 2;}
	.boxed #wrap_all							{ margin: 30px auto; width: 990px; -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3); -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3); box-shadow: 0 0 5px rgba(0,0,0,0.3);}
    .container                                  { position: relative; width: 930px; margin: 0 auto; padding: 0; }
    .unit, .units                           	{ float: left; display: inline; margin-left: 30px; position:relative; }
    .row                                        { position:relative; margin-bottom: 20px; clear:both; }

    /* Nested Column Classes */
    body .unit.alpha, body .units.alpha, body div .first       { margin-left: 0; clear: left;}

    /* Base Grid */
    .container .one.unit                      	{ width: 50px;  }
    .container .two.units                     	{ width: 130px; }
    .container .three.units                   	{ width: 210px; }
    .container .four.units                    	{ width: 290px; }
    .container .five.units                    	{ width: 370px; }
    .container .six.units                     	{ width: 450px; }
    .container .seven.units                   	{ width: 530px; }
    .container .eight.units                   	{ width: 610px; }
    .container .nine.units                    	{ width: 690px; }
    .container .ten.units                     	{ width: 770px; }
    .container .eleven.units                  	{ width: 850px; }
    .container .twelve.units                  	{ width: 930px; margin-left:0}


    /* Offsets */
    #top .offset-by-one                   { padding-left: 80px;  }
    #top .offset-by-two                   { padding-left: 160px; }
    #top .offset-by-three                 { padding-left: 240px; }
    #top .offset-by-four                  { padding-left: 320px; }
    #top .offset-by-five                  { padding-left: 400px; }
    #top .offset-by-six                   { padding-left: 480px; }
    #top .offset-by-seven                 { padding-left: 560px; }
    #top .offset-by-eight                 { padding-left: 620px; }
    #top .offset-by-nine                  { padding-left: 700px; }
    #top .offset-by-ten                   { padding-left: 780px; }
    #top .offset-by-eleven                { padding-left: 860px; }




/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px, Gutter: 30px, Unit: 34px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
    	.boxed #wrap_all							 { width: 766px; }
        .container                                   { width: 708px; }

        .container .one.unit                   	     { width: 29px; }
        .container .two.units                  	     { width: 88px; }
        .container .three.units                	     { width: 147px; }
        .container .four.units                 	     { width: 206px; }
        .container .five.units                 	     { width: 265px; }
        .container .six.units                  	     { width: 324px; }
        .container .seven.units                	     { width: 383px; }
        .container .eight.units                	     { width: 442px; }
        .container .nine.units                 	     { width: 501px; }
        .container .ten.units                  	     { width: 560px; }
        .container .eleven.units               	     { width: 619px; }
        .container .twelve.units               	     { width: 708px; }


        /* Offsets */
        #top .offset-by-one                   { padding-left: 59px; }
        #top .offset-by-two                   { padding-left: 118px; }
        #top .offset-by-three                 { padding-left: 177px; }
        #top .offset-by-four                  { padding-left: 236px; }
        #top .offset-by-five                  { padding-left: 295px; }
        #top .offset-by-six                   { padding-left: 354px; }
        #top .offset-by-seven                 { padding-left: 413px; }
        #top .offset-by-eight                 { padding-left: 472px; }
        #top .offset-by-nine                  { padding-left: 531px; }
        #top .offset-by-ten                   { padding-left: 590px; }
        #top .offset-by-eleven                { padding-left: 649px; }

    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
    	.boxed #wrap_all  { width: 318px;  }
        .container { width: 300px; }
        .units, .unit { margin: 0; }

        .container .one.unit,
        .container .two.units,
        .container .three.units,
        .container .four.units,
        .container .five.units,
        .container .six.units,
        .container .seven.units,
        .container .eight.units,
        .container .nine.units,
        .container .ten.units,
        .container .eleven.units,
        .container .twelve.units,
        #top .one_fifth,			
		#top .one_fourth,		
		#top .one_third,			
		#top .two_fifth,			
		#top .one_half,			
		#top .three_fifth,		
		#top .two_third,			
		#top .three_fourth,		
		#top .four_fifth { margin-left: 0; margin-bottom: 10px; width: 300px; }

        /* Offsets */
        #top .offset-by-one,
        #top .offset-by-two,
        #top .offset-by-three,
        #top .offset-by-four,
        #top .offset-by-five,
        #top .offset-by-six,
        #top .offset-by-seven,
        #top .offset-by-eight,
        #top .offset-by-nine,
        #top .offset-by-ten,
        #top .offset-by-eleven{ padding-left: 0; }

    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
    	.boxed #wrap_all   { width: 478px;  }
        .container { width: 420px; }
        .units, .unit { margin: 0; }

        .container .one.unit,
        .container .two.units,
        .container .three.units,
        .container .four.units,
        .container .five.units,
        .container .six.units,
        .container .seven.units,
        .container .eight.units,
        .container .nine.units,
        .container .ten.units,
        .container .eleven.units,
        .container .twelve.units,
        #top .one_fifth,			
		#top .one_fourth,		
		#top .one_third,			
		#top .two_fifth,			
		#top .one_half,			
		#top .three_fifth,		
		#top .two_third,			
		#top .three_fourth,		
		#top .four_fifth { width: 420px; margin-left: 0; margin-bottom: 10px; }
													   
        
    }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested units,
    or wrap each row of units in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear units */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }


/* Columns for better content separation
================================================== */

div .one_fifth			{	overflow: hidden; margin-left: 4%; width:16.5%; float:left;	position:relative; }
div .one_fourth			{	overflow: hidden; margin-left: 4%; width:22%;  float:left; 	position:relative; }
div .one_third			{	overflow: hidden; margin-left: 4%; width:30.5%; float:left; 	position:relative; }
div .two_fifth			{	overflow: hidden; margin-left: 4%; width:38.5%; float:left;	position:relative; }
div .one_half			{	overflow: hidden; margin-left: 4%; width:48%; float:left; 	position:relative; }
div .three_fifth		{	overflow: hidden; margin-left: 4%; width:57%; float:left; 	position:relative; }
div .two_third			{	overflow: hidden; margin-left: 4%; width:65.5%; float:left; 	position:relative; }
div .three_fourth		{	overflow: hidden; margin-left: 4%; width:74%; float:left; 	position:relative; }
div .four_fifth			{	overflow: hidden; margin-left: 4%; width:79%; float:left; 	position:relative; }
.msie7 .one_fourth		{ 	width:21.5%;  	}
.msie7 div, .msie7 li	{	zoom:1; 		}

/* #Site Styles
================================================== */
#header{
margin-bottom:20px;
}

#header .container{
min-height:50px;
padding:25px 0;
border-bottom: 1px solid;
z-index: 100;
}

.logo, .logo a{
float:left;
padding:0;
position: relative;
margin: 0;
display: block;
}

.logo img{
display:block;
}

/*info header*/
.info_text_header{
position: relative;
z-index: 150;
}

#info_text_header{
position: absolute;
width:100%;
z-index: 151;
top:0;
overflow: hidden;
-moz-box-shadow: inset 0 -3px 0px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 0 -3px 0px rgba(0,0,0,0.1);
box-shadow: inset 0 -3px 0px rgba(0,0,0,0.1);
}

.msie7 #info_text_header{height:0; overflow: hidden;}

#info_text_header.relative_pos{
position: relative;
top:-7px;
}

#shop_header{
min-height:7px;
}


.info_text_header a{
text-decoration: underline;
}

.info_text_header a:hover{
text-decoration: none;
}

.infotext{
position: relative;
padding:10px 70px 10px 0;
z-index: 1;
overflow: hidden;
}

.keep_open .infotext{
width:70%;
}

#top .close_info_text{
position: absolute;
right:0;
top:7px;
text-decoration: none;
z-index: 2;
background: url("../images/layout/trans_dark.png") repeat center top transparent;
padding:3px 9px;
font-size: 12px;
}

#top .close_info_text:hover{
text-decoration: underline;
}


/*menu*/
.main_menu{
float: right;
position: relative;
top:39px;
z-index: 100;
padding-bottom: 20px;
}

.main_menu ul{
margin:0;
padding: 0;
}

.main_menu ul:first-child > li > a{
display:block;
text-decoration: none;
margin-left:30px;
padding:0 0 3px 0;
text-transform: uppercase;
}

/*
.main_menu ul:first-child > li:first-child > a{
margin-left:0;
}
*/

.main_menu ul:first-child > li.current-menu-item > a, .main_menu ul:first-child > li.current_page_item > a{
border-bottom: 2px solid;
}

.main_menu .menu li a strong {
display:block;
font-size:14px;
font-weight:normal;
cursor: pointer;
}




#top .main_menu .menu li{
float:left;
position:relative;
z-index:20;
float:left;
padding:0;
margin:0;
}


#top .main_menu .menu li:first-child a{
/*border:none;*/
}


.main_menu .menu ul {
display: none;
left: 15px;
position: absolute;
top: 24px;
width: 192px;
z-index: 2;
cursor: pointer;
border-top: 2px solid;
-moz-box-shadow: 0 4px 15px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 4px 15px rgba(0,0,0,0.1);
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.main_menu .menu ul li{
border:1px solid;
border-top:none;
}

#top .main_menu .menu li ul a{
width:160px;
height:auto;
float:left;
text-align:left;
line-height:23px;
padding:5px 15px 3px 15px;
font-size: 12px;
min-height: 23px;
max-width: none;
text-decoration: none;
}

#top .main_menu .menu ul ul{
top:auto;
padding-top: 0px !important;
}

#top .main_menu .menu li ul ul {
left:190px;
top:-2px;
}

#top .main_menu .menu li ul ul {}

#top .main_menu .menu li:hover ul ul, #top .main_menu .menu li:hover ul ul ul,#top  .main_menu .menu li:hover ul ul ul ul{
display:none;
}
#top .main_menu .menu li:hover ul, #top .main_menu .menu li li:hover ul, #top .main_menu .menu li li li:hover ul, #top .main_menu .menu li li li li:hover ul{
display:block;
}
/************************************************************************
SUB Navigation
*************************************************************************/
/*first level*/
.sub_menu {
position: relative;
z-index: 130;
font-size: 11px;
float: left;
line-height: 41px;
height: 40px;
}

.sub_menu>ul{
position: relative;
top:14px;
left:-10px;
}

.boxed .sub_menu>ul{left:-10px;}

.sub_menu li{
float:left;
position: relative;
padding:0 10px;
border-right-style: solid;
border-right-width: 1px;
line-height: 10px;
}


.sub_menu>ul>li:last-child, .sub_menu>div>ul>li:last-child{
border:none;
padding-right: 0;
}

.sub_menu>ul>li>a, .sub_menu>div>ul>li>a{
}

/*second level*/
#top .sub_menu li ul{
display: none;
position: absolute;
width:170px;
padding:10px 0 0 0;
z-index: 101;
-moz-box-shadow: 0 8px 15px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 8px 15px rgba(0,0,0,0.1);
box-shadow: 0 8px 15px rgba(0,0,0,0.1);
left:0;
border:none;
margin: 0;
font-size: 11px;
}

.sub_menu li:hover>ul{
display:block;
}

.sub_menu>ul>li:hover>a{
text-decoration: none;
}

.sub_menu li li{
float:none;
line-height: 20px;
border:none;
padding:0;
margin:0;
border-top-style: solid;
border-top-width: 1px;
}

#top .sub_menu li li a{
display:block;
text-decoration: none;
padding:7px 9px;
border-top: none;
}


#top .sub_menu li li a:hover{
text-decoration: none;
}

/*third level and deeper*/
.sub_menu li li ul{
top:-1px;
left:169px;
background: none;
padding: 0;
}

#top .sub_menu>ul>li li li:first-child a{

}




/*page title big*/
.title_container{
border-bottom: 1px solid;
padding-bottom: 22px;
margin-bottom: 20px;
position: relative;
}

.title_container h1{
margin:0;
font-weight: normal;
font-size: 28px;
padding:11px 340px 12px 0;
position: relative;
}

div .no_padding_title h1{padding-right:0;}

.breadcrumb{
display:none;
}

.title_meta{
display: block;
position: absolute;
right:0;
top:50%;
width:325px;
height:40px;
margin-top:-28px;
z-index: 2;
}


/*head search forma nd social bookmarks*/

#top .social_bookmarks {
height: 20px;
position: absolute;
top: 8px;
float: left;
right: 220px;
}

#top .social_bookmarks li{
float:left;
padding:0;
}

#top .social_bookmarks li a{
float:left;
width:24px;
line-height:24px;
display: block;
text-indent: -9999px;
margin:0 0 0 2px;
outline: none;
padding:0;
opacity:0.3;
}

#top .social_bookmarks li a:hover{
opacity:0.8;
}

.social_bookmarks .rss a{background: transparent url(../images/layout/icon-rss.png) 0 0  no-repeat;}
.social_bookmarks .facebook a{background: transparent url(../images/layout/icon-facebook.png) 0 0  no-repeat;}
.social_bookmarks .twitter a{background: transparent url(../images/layout/icon-twitter.png) 0 0  no-repeat;}
.social_bookmarks .mail a{background: transparent url(../images/layout/icon-mail.png) 0 0  no-repeat;}
.social_bookmarks .dribbble a{background: transparent url(../images/layout/icon-dribbble.png) 0 0  no-repeat;}

#searchform{
position: relative;
float: left;
margin:0;
}


#searchsubmit {
border: medium none;
cursor: pointer;
display: block;
height: 37px;
outline: none;
padding: 0;
position: absolute;
right: 0px;
text-indent: -9999px;
top: 0px;
width: 37px;
z-index: 2;
margin:0;
 -moz-border-radius: 0px; -webkit-border-radius:0px; border-radius:0px;
background-image: url(../images/layout/icon-search.png);
background-position: center center;
background-repeat: no-repeat;
}

#s {
width: 160px;
padding: 10px 40px 10px 10px;
position: relative;
margin:0;
}

.widget #s{
width:72%;
}

.widget #searchform{
width:100%;
}

.title_container #searchform{
float: right;
width:212px;
}

.title_container #searchsubmit{
top: 1px;
right: 1px;
height: 35px;
width: 35px;
}

/*prettyphoto enhancements*/

div.pp_default div .pp_content{
background-color: #f8f8f8;
padding-bottom:5px;
}

.pp_default div .pp_description {
overflow:hidden;
}

div.pp_default div.pp_content_container .pp_details {
margin-top: 12px;
}


div div.ppt {
font-size: 12px;
font-weight: bold;
}

div.pp_loaderIcon {
margin: -12px 0 0 -16px;
}

.pp_gallery{
display: none !important;
}

body div.pp_default .pp_description {
margin: 9px 50px 5px 0; color:#666;
}

/* #Page Styles
================================================== */

.content{
display:block;
clear:both;
position: relative;
}

/*Blog Post*/

.template-blog .content, .template-blog .sidebar{
margin-top:40px;
}

.template-blog .post-entry{
padding-bottom:85px;
}

.post-entry{
display:block;
width:100%;
position: relative;
float: left;
clear: both;
padding-bottom:45px;
}

.entry-content{
position: static;
}

.hero-text{
font-size:14px;
line-height: 1.8em;
margin-bottom:20px;
position: relative;
}

.hero-text .seperator{
position: absolute;
bottom: 0;
left:0;
padding:1px;
width:15%;
border-bottom:1px solid;
display:none;
}


.more-link{
font-size: 12px;
text-decoration: none;
font-style: italic;
}

.more-link:hover{
text-decoration: underline;
}

/* post meta */
.blog-meta{
font-size: 11px;
}

.blog-inner-meta{
position: relative;
overflow: hidden;
padding-right:10px;
border-right:1px solid;
}

.blog-meta .text-sep{
display:none;
}

.blog-meta .minor-meta{
display: block;
text-align: right;
}

.blog-tags{
font-size: 12px;
font-style: italic;
display: block;
clear: both;
}

.blog-meta h1{
font-size: 30px;
}

.blog-meta a, .comment-container a, #top .comment-container a,.blog-tags a{
text-decoration: none;
}

.comment-container a:hover span, .blog-meta a:hover, .blog-tags a:hover{
text-decoration: underline;
}

.template-blog  .date-container{
font-size: 11px;
text-transform: uppercase;
position: absolute;
top:-24px;
}

.post_nav {
font-size: 11px;
position: relative;
top: -10px;
border: 1px dotted;
border-left: none;
border-right: none;
overflow: hidden;
line-height: 1.5em;
padding: 6px 0 3px 0;
clear: both;
}

.next_post_link_align{
float:right;
margin:0 0 4px 0;
padding: 0 0 0 0;
display: block;
position: relative;
width:47%;
text-align: right;
}

.previous_post_link_align{
float:left;
margin:0 0 4px 0;
padding: 0 0 0 0;
display: block;
position: relative;
width:47%;
}


/*image*/

.template-blog .entry-content .alignleft.size-large, .template-blog .entry-content .wp-caption.alignleft .size-large{
width: 690px;
position: relative;
left:-240px;
max-width: 690px;
margin-bottom: 10px;
}

#top .template-blog .entry-content .wp-caption.alignleft img.size-large{ padding:0; }
.template-blog .entry-content .wp-caption.alignleft{border:none;}
.template-blog .entry-content .wp-caption.alignleft p{text-align: left; padding:0 0 3px 0px;}

.sidebar_left .template-blog .entry-content .alignleft.size-large, .sidebar_left .template-blog .entry-content .wp-caption.alignleft .size-large{
left:0;
}


/*flag & flag hr*/

.flag{
height:25px;
overflow: hidden;
display:block;
width: 100%;
margin:4px 0 10px;
position: relative;
}

.flag-diamond{
height:25px;
width:25px;
position: absolute;
left:-17px;
top:0;
transform:rotate(45deg);
-ms-transform:rotate(45deg); /* IE 9 */
-moz-transform:rotate(45deg); /* Firefox */
-webkit-transform:rotate(45deg); /* Safari and Chrome */
-o-transform:rotate(45deg); /* Opera */
}

.hr .flag{
width:auto;
position: absolute;
min-width:210px;
z-index: 2;
margin:0;
}

.hr .flag-diamond{
left:auto;
top:0;
right:-17px;
}

.hr-seperator, .mini-seperator{
width:100%;
border-top:1px solid;
position: absolute;
left:0;
top:50%;
z-index: 1;
}

.mini-seperator{
z-index:3;
width:20px;
right:-7px;
left:auto;
}

.seperator-addon{
height:3px;
width:70px;
position: absolute;
top:50%;
right:0;
margin-top:-2px;
z-index: 5;
}

.flag-text {
padding: 0px 25px 0px 5px;
font-size: 11px;
line-height: 25px;
display: block;
}

#top .flag-text a{
background: none;
}

#top .flag-text a:hover{
text-decoration: none;
}

.hr.supersmall{
padding:20px 0;
line-height: 2px;
height:2px;
}

.supersmall .seperator-addon{
display:none;
}

/*pagination*/

.pagination {
clear:both;
padding: 10px 0 50px 0;
position:relative;
z-index:3;
line-height: 13px;
overflow: hidden;
border-top:1px solid;
}

.pagination span, .pagination a {
display:block;
float:left;
font-size:11px;
line-height:13px;
padding:2px 9px 1px 9px;
text-decoration:none;
width:auto;
border-right:1px solid;
}


#top .pagination .current{
font-size:11px;
padding:1px 9px 1px 9px;
font-weight: bold;
}

#top .pagination a:hover{
text-decoration: underline;
}

.pagination .pagination-meta{
float:right;
border-left:1px solid;
border-right:none;
}

.pagination *:last-child{
border:none;
}

/*Contact Form*/
fieldset{
border:none;
}

.ajax_form{
clear:both;
padding-top:20px;
}

#ajaxresponse.hidden{
visibility: visible;
position: static;
display:none;
}


.ajax_form .text_area{
padding:10px;
margin-bottom:0;
width:70%;
min-height:130px;
}

.ajax_form .text_input, .ajax_form .select{
width:40%;
margin-right:10px;
margin-bottom:0;
display:inline;
min-width:221px;
}

select, .ajax_form .select, .entry-content select, .mobileMenu{
 width:41.5%;
 min-width:232px;
 -webkit-appearance: none;
 -moz-border-radius: 0px; -webkit-border-radius:0px; border-radius:0px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
 background-position: center right;
 background-repeat: no-repeat;
}

.safari select, .chrome select{
padding-right: 37px;
}
.ajax_form .textare_label{
display: block;
visibility: visible;
top: auto;
left: auto;
position: absolute;
top: 2px;
left: 70%;
margin-left: 30px;
}

.ajax_form  .input_checkbox{
margin-right:5px;
position: relative;
top:1px;
}

.ajax_form p{
padding: 0 0 10px 0;
margin:0;
position: relative;
}

.ajax_form label{
font-size: 11px;
font-weight: bold;
display:inline;
}

#ajaxresponse{
clear: both;
}

.valid .text_input, .valid .text_area, .valid select{border:1px solid #9AA600;} /*#70A41B*/
.error .text_input, .error .text_area, .error select{border:1px solid #D27F2C;}
.ajax_alert .text_input, .ajax_alert .text_area, .ajax_alert select{border:1px solid #ffb628;}

p.valid label{color:#9AA600;}
p.error label{color:#D27F2C;}
p.ajax_alert label{color:#ffb628;}



/*related posts*/
.related_posts {
float: left;
position: relative;
width: 100%;
}

.relThumb{
line-height: 16px;
position: relative;
}

.relThumb a{
text-decoration: none;
}

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

#top .relThumb1{
margin:0;
}

.relThumWrap{
font-size: 11px;
}

.relThumbTitle{
padding-top:6px;
display:block;
}

.relThumbHeading{
font-weight: bold;
font-size: 11px;
}


#top .related_posts .contentSlideControlls {

}

.related_single_heading{
display:none;
position: absolute;
top:-25px;
left:0;
font-size: 12px;
z-index: 10;
}

.relThumb .related_posts_default_image{
display:block;
}

.relThumb .related_posts_default_image img{
visibility: hidden;
}

.related_posts .single_slide{
display:none;
}

#top .related_posts .single_slide_nr_1{
display:block;
}

#top .related_posts .contentSlideControlls a {
height: 24px;
width: 24px;
display: block;
outline: none;
line-height: 24px;
text-align: center;
font-size: 11px;
text-decoration: none;
}


/*related portfolio posts*/

.related_image_wrap{
display: block;
height: 100%;
width:100%;
z-index: 1;
position: relative;
}







/*search entries*/

.template-search.content a.post-entry {
text-decoration: none;
position: relative;
}

.template-search.content .news-excerpt{
display: block;
overflow: hidden;
padding-right:90px;
}

.template-search.content .hr {
padding: 13px 0;
margin: -6px 0;
}

.search-result-counter{
position: absolute;
right:0;
top: 50%;
font-size:70px;
line-height: 1.2em;
z-index: 1;
font-weight: bold;
width:75px;
height:70px;
line-height: 70px;
text-align: center;
margin-top:-35px;
}

.nowidth.search-result-counter{
width:auto;
}

#top .template-search.content .news-content{
overflow: visible;
}

.template-search.content .pagination {
margin-bottom: 20px;
top: 20px;
}


/*archive*/

.latest-portfolio-archive{
width:100%;
overflow: hidden;
}

.latest-portfolio-archive .single_slide{
padding-bottom:30px;
}

#top .archive_list li{
text-indent: -1em;
}



/*invers blog*/
.sidebar_left .content{float:right; width: 100%;}
.sidebar_left .sidebar .inner_sidebar{border-left:none; border-right:1px solid; padding:0 29px 0 0;}
#top .sidebar_left .post-title.offset-by-three{ padding:0 240px 0 0; }
#top .sidebar_left .blog-meta { float:right; }
.sidebar_left .flag-diamond { left:auto; right: -17px; }
.sidebar_left .blog-meta .minor-meta { text-align: left; }
.sidebar_left .blog-inner-meta { padding: 0 0 0 10px; border-right:none; border-left: 1px solid; }
.sidebar_left .units.entry-content, .sidebar_left .comment_container{ margin-right: 30px; margin-left: 0; }
.sidebar_left .comment_meta_container{ float:right; }
.sidebar_left .post-format-icon{right:auto; left:2px;}
.sidebar_left .first-quote{margin: 0 49px 10px 49px; }
.sidebar_left .quote-content{padding:0 50px;}

/* #Post Formats
================================================== */

.post-format-icon{
height: 25px;
width:25px;
position: absolute;
right:0;
top:0;
}

.post-format-icon{ 			background: url("../images/layout/icon-post-format-standard.png") no-repeat center center transparent; }
.post-format-icon-quote{ 	background: url("../images/layout/icon-post-format-quote.png") no-repeat center center transparent; }
.post-format-icon-link{ 	background: url("../images/layout/icon-post-format-link.png") no-repeat center center transparent; }
.post-format-icon-gallery{ 	background: url("../images/layout/icon-post-format-gallery.png") no-repeat center center transparent; }


/*quotes*/
.blog-meta-quote{
margin-top:53px;
}

.first-quote{
margin: 0 49px 10px 0;
font-size: 32px;
}

.first-quote a{
color:inherit;
text-decoration: none;
}


.first-quote:before{
font-size: 3em;
}

.first-quote:after {
content: close-quote;
font-size: 3em;
line-height: .1em;
margin-right: .25em;
vertical-align: -0.5em;
display: block;
position: absolute;
bottom: -20px;
right: -80px;
opacity: 0.5;
width: 50px;
font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
}

.quote-content{
padding:0 50px 0 0;
}

/*link*/
.link-title{

}


/* #Portfolio styles
================================================== */

.post-entry.post-entry-portfolio-first{
padding-bottom:30px;
}

.post-entry.flex_column{
clear:none;
padding-bottom: 10px;
}

.post-entry.flex_column.first{
clear:both;
}

.portfolio-sort-container{
position: relative;
width:100%;
}

.isotope, .isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;

}

.chrome .isotope .flex_column{opacity: 1 !important;}


.isotope .post-entry.flex_column{
margin-left:0;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}


#js_sort_items {
position: relative;
margin-bottom: 15px;
font-size: 11px;
visibility: hidden;
overflow: hidden;
width:100%;
}

#js_sort_items a, #js_sort_items .text-sep{
text-decoration: none;
outline: none;
float:left;
}

#js_sort_items a:hover{
text-decoration: underline;
}

.text-sep{
padding:0px 6px;
font-size: 10px;
position: relative;

}

div .portfolio-inner-meta .minor-meta {
display: block;
text-align: left;
position: relative;
top:-10px;
}

#top .single-portfolio-entry .post_nav{
border:none;
top:0px;
}

#top .single-portfolio-entry .post-entry{
padding-bottom:0;
}

.related-portfolio{
padding-bottom: 70px;
}

/* #Sidebar, Footer & Widgets
================================================== */

.sidebar{
margin-bottom:40px;
position: relative;
display: block;
}

.fullwidth .sidebar{
display:none;
}

.inner_sidebar{
padding-left:29px;
border-left:1px solid;
}

.sidebar .widget .seperator{
position: absolute;
bottom: 0;
left:0;
padding:1px;
width:20%;
border-bottom:1px solid;
}

.widget{
clear:both;
position: relative;
overflow: hidden;
padding:30px 0 30px 0;
float:none;
}

.sidebar form{
margin:0;
}

#top .widget input[type="text"], #top .widget input[type="password"]{
width:92%;
}



.sidebar .widget:first-child{
padding-top:0;
border-top: none;
}

.sidebar .widget:last-child, .sidebar .widget:last-child .seperator{
border-bottom: none;
}


/*Archive, Cat, Page widget*/
/*
.widget_archive li , .widget_categories li, .widget_pages li, .widget_links li, .widget_meta li, .widget_nav_menu li{
float: left;
margin: 0;
clear:both;
width:100%;
}

.single_sidebar .sidebar .widget_archive li , .single_sidebar .sidebar .widget_categories li, .single_sidebar .sidebar .widget_pages li, .single_sidebar .sidebar .widget_links li, .single_sidebar .sidebar .widget_meta li{
float: left;
margin: 0 2% 0 0;
width:48%;
clear:none;
}
*/

.widget ul li{
float: left;
margin: 0;
clear:both;
width:100%;
}

#top .widget ul li a{
text-decoration: none;
}

#top .widget ul li a:hover{
text-decoration: underline;
}

.widget_archive li a, .widget_categories li a, .widget_pages li a, .widget_links li a, .widget_meta li a, .widget_nav_menu li a{
font-size: 11px;
}




/*combo widget*/
#top .sidebar .widget_tab_comments, #top #footer .widget_tab_comments{
display:none;
}

.js_active .avia_combo_widget .tab_content {
padding:5px;
}


/*social media count widget*/
.avia_socialcount{
overflow: hidden;
padding:20px 0 0 0;
}

.avia_socialcount .seperator{
display:none;
}

div #footer .avia_socialcount{
padding:10px 0 0 0;
}

.asc_multi_count{
float:left;
width:50%;
}

.avia_socialcount a, .avia_socialcount a:hover{
height:40px;
text-decoration: none;
display:block;
min-width:89px;

}
.asc_twitter{ background: url("../images/layout/icon-twitter-32.png") no-repeat left center transparent; }
.asc_rss	{ background: url("../images/layout/icon-rss-32.png") no-repeat left center transparent; }

.avia_socialcount strong, .avia_socialcount span{
display:block;
line-height: 1em;
padding:0 0 0 36px;
}

.avia_socialcount a strong{
font-size: 10px;
font-weight: bold;
letter-spacing: 1.5px;
padding-top: 10px;
text-transform: uppercase;
}

.avia_socialcount a span{
font-size:10px;
padding-top:3px;
}


/*twitter widget*/
#top .widget.tweetbox .tweets{
list-style-type: none;
list-style-position: outside;
border:none;
}

#top .widget.tweetbox .tweet{
padding:10px 0;
line-height: 18px;
position: relative;
overflow: hidden;
font-size:11px;
background: none;
border-top-style: dotted;
border-top-width: 1px;
margin:0;
}

#top .widget.tweetbox .tweet:first-child{
border:none;
}

.widget.tweetbox .tweet-thumb{
position:relative;
}

.widget.tweetbox .tweet-thumb a{
margin-right:9px;
padding:3px;
float:left;
border:1px solid;
margin-top: 5px;
}

#top .widget.tweetbox .tweet-thumb img{display:block; float:left; border:none; padding:0; margin:0;}

.widget.tweetbox .tweet-text{
position: relative;
overflow: hidden;
}

.widget.tweetbox .tweet-time{
clear: both;
font-size:10px;
}

.widget.tweetbox .tweet-text.avatar_no {
font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
font-style: italic;
font-weight: normal;

}


/*advertising widget*/

.avia_partner_widget a, .avia_partner_widget a:hover{

}

.avia_partner_widget{
overflow: hidden;
clear:both;
}

.avia_partner_widget a, .avia_partner_widget a:hover {
float: left;
display: block;
text-decoration: none;
width: 46%;
outline: none;
border: none;
padding-bottom: 46%;
position: relative;
margin-left: 2px;
}

#top .avia_partner_widget{
max-width:272px;
}

#top .avia_partner_widget img{
position: absolute;
left:0;
top:0;
}

.avia_partner1{
margin-right:1px;
}

.avia_parnter_empty{
line-height: 1em;
height:97%;
width:97%;
display: block;
font-size:10px;
text-align: center;
position: absolute;
border-style: solid;
border-width: 1px;.avia_parnter_empty
}

.avia_parnter_empty span{
width:100%;
position: absolute;
top:50%;
margin-top:-5px;
text-align: center;
left:0;
}


/*news widget*/

#top .news-content{
padding:7px 0 3px 0;
line-height: 18px;
position: relative;
overflow: hidden;
font-size:11px;
display: block;
clear: both;
margin:0;
}

#top .news-wrap{
border:none;
list-style-type: none;
list-style-position: outside;
}

#top .news-wrap li{
border:none;
background: none;
text-indent: 0;
}

.news-link, .news-link:hover, #top .widget ul li .news-link:hover{
display: block;
position: relative;
text-decoration: none;
overflow: hidden;
z-index: 2;
}



.news-thumb{
margin-right:9px;
padding:3px;
float:left;
height:36px;
width:36px;
margin-top: 4px;
border:1px solid;
}

.tweet-thumb img, .news-thumb img{
width:36px;
height:36px;
}

#top .news-thumb img{display:block; float:left; border:none; padding:0; margin:0;}

.news-headline{
overflow: hidden;
font-weight: bold;
margin-top:2px;
display:block;
}

.news-time{
font-weight:normal;
clear: both;
font-size:10px;
display:block;
}

.news-excerpt{

}

/*tagcloud*/

.tagcloud a{
font-size:11px !important;
padding:2px 8px;
margin:0 1px 1px 0;
display:block;
float:left;
border-style: solid;
border-width: 1px;
text-decoration: none;
}

.tagcloud a:hover{
text-shadow: none;
text-decoration: underline;
}

.widget_tag_cloud h3{
border:none;
}

/*rss*/

.widget_rss li{
line-height: 1.5em;
font-size: 11px;

}
.widget_rss li div{
font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
font-style: italic;
}

.rsswidget{
display:block;
font-weight: bold;
}

.rss-date, .widget_rss cite{
font-size:11px;
}

.widget_rss li{
padding:7px 0;
}

.widget_rss .widgettitle img{
display:none;
}

/*recentcomments, recent entries*/

.recentcomments, .widget_recent_entries li{
padding:7px 0;
display:block;
font-size: 11px;
line-height: 1.5em;
}

.recentcomments a, .widget_recent_entries li a{
font-style: italic;
font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
}

.recentcomments, .widget_recent_entries li{
border-top-width:3px;
border-top-style: solid;
}

.recentcomments:first-child, .widget_recent_entries li:first-child{
border-top:none;
}



/*nav menu widget*/

.widget_nav_menu{
padding:0;
}

.widget_nav_menu a{
display: block;
padding:4px 0px 4px 08px;
border-top-style: solid;
border-top-width: 1px;
}

#top .widget_nav_menu li{
position: relative;
}

#top .widget_nav_menu li:before {
content: "\2219";
position: absolute;
top:4px;
}

.widget_nav_menu .current-menu-item>a, .widget_nav_menu .current_page_item>a{
font-weight: bold;
}

#top .widget_nav_menu ul{
padding:0;
margin:0;
overflow: hidden;
}


#top .widget_nav_menu .sub-menu, #top .widget_nav_menu .children{
padding:0 0 0 10px;
overflow: hidden;
margin:0;
}

.sidebar_right>.widget_nav_menu a{
padding:4px 10px 4px 20px;
}

#top .sidebar_right>.widget_nav_menu .sub-menu, #top .sidebar_right>.widget_nav_menu .children{
padding:0 10px 0 10px;
}


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

/* #Footer
================================================== */
#footer{
overflow: hidden;
padding:20px 0 50px 0;
font-size:11px;
}

#footer.footer_border .container, #socket.socket_border .container{
border-top-style: solid;
border-top-width: 1px;
}

#footer .widget{
padding:30px 0 0 0;
}


#footer .widget_archive li a, #footer .widget_categories li a, #footer .widget_pages li a, #footer .widget_links li a, #footer .widget_meta li a, #footer .widget_nav_menu li a {
display: block;
font-size: 11px;
padding: 3px 0;
border-bottom-style: dotted;
border-bottom-width: 1px;
}

#footer .widget_archive>ul, #footer .widget_categories>ul, #footer .widget_pages>ul, #footer .widget_links>ul, #footer .widget_meta>ul, #footer .widget_nav_menu>ul {
border-top-style: dotted;
border-top-width: 1px;
}

#footer .page_item .children{
margin:0;
}



#socket{
overflow: hidden;
font-size: 11px;
}

#socket .container{
padding:14px 0 14px 0;
}

#top #socket .social_bookmarks{
position: absolute;
right:0;
top:12px;
height:20px;
}

div #socket .social_bookmarks a{
opacity:1;
}

/* #Comments
================================================== */

.commentlist ul {
border-left: 1px solid;
}

.children .children .says{
border-bottom:1px solid;
}



.widgettitle, .miniheading, .author_name, #reply-title, #top .logged-in-as, .dynamic-column-title{
font: 10px/17px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1.5px;
}

#comments span, .minitext, .form-allowed-tags, #reply-title small, #commentform label{
font-size: 11px;
display:block;
letter-spacing: 0;
text-transform: none;
padding-top:8px;
line-height: 1.5em;
font-weight: normal;
}


#top .commentlist{
margin:0;
padding: 0 0 10px 0px;
border:none;
}


#top .commentlist .comment{
list-style-type: none;
list-style-position: outside;
width:100%;
position: relative;
display: block;
background: none;
min-height:100px;
clear: both;
}

.commentlist>.comment{
border-bottom:1px solid;
margin-bottom:30px;
}

.gravatar{
position: relative;
z-index: 2;
}

.gravatar img{
padding:3px;
margin:0;
border:1px solid;
}


.comment_content{
position:relative;
margin:-44px 0 0 55px;
padding:0 0 15px 0;
}



.author_name a, .author_name a:hover{
font-weight: bold;
text-decoration: none;
}

.comment-edit-link, #cancel-comment-reply-link{
display:inline-block;
font-size: 10px;
}

.author_name, .comment_title{
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.commentmetadata {
font-size:11px;
line-height: 1em;
}

.commentmetadata a{
text-decoration: none;
}

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

.says {
display: block;
height: 1px;
left: -70px;
position: absolute;
text-indent: -9999px;
top: 18px;
width: 40px;
}

.comment_text{
clear: both;
font-size: 12px;
padding-top: 15px;
}

#top .comment-reply-link {
font-size: 11px;
text-decoration: none;
position: absolute;
left: -46px;
top: 39px;
line-height: 20px;
}



/*children*/
#top .commentlist ul{
margin: 0 0 0 74px;
}

#top .commentlist .children ul{
margin: 0 0 0 47px;
}

.children .comment_content {
margin: -44px 0 0 28px;
padding-bottom:30px;
}

.children .gravatar{
position: relative;
left:-24px;
z-index: 2;
width:50px;
}

#top .children .comment-reply-link {
left: -44px;
}

/*comment page nav*/

.comment_page_nav_links{
position: relative;
display: block;
clear:both;
overflow: hidden;
font-size:11px;
}

.comment_prev_page a{
float:left;
}

.comment_next_page a{
float:right;
}

.comment_page_nav_links_bottom{
}

.comment_page_nav_links_top{

}


/*generated by comment_form()*/

#commentform{ position: relative;}
#commentform p{ position: relative; padding:0 0 10px 0; margin:0;}

#reply-title small a{ float:right;}

#commentform label{
position: absolute;
left:245px;
font-size: 11px;
top:0;
font-weight: bold;
}

#commentform input{
margin:0;
}

.commentlist #commentform label{
position: static;
display: block;
}

#commentform .required, .comment-notes, #commentform  .comment-form-comment label{
display:none;
}

.comment-form-url input, .comment-form-email input, .comment-form-author input{
width: 220px;
}

.commentlist .comment-form-url input, .commentlist .comment-form-email input, .commentlist .comment-form-author input{
width: 70%;
}

#comment{
width:602px;
height:150px;
padding:10px 7px;
font-size: 12px;
margin:0;
}

.form-allowed-tags{
font-size: 11px;
line-height: 1.5em;
margin-bottom: 5px;
}

.form-allowed-tags code{
display:block;
padding-top:5px;
}

.commentlist #respond {
padding: 0 0 30px 56px;
}

.commentlist #respond #comment{
width:90%;
}

.commentlist #respond .form-allowed-tags{
display:none;
}

#reply-title{display:none;}
#reply-title small{display:inline;}
.commentlist #reply-title{display:block;}

#comment{
width:94%;
font-size:12px;
}

.personal_data p{
float:left;
width:33%;
}

.personal_data label{
display:none;
}

/* #Dynamic Templates
================================================== */

.flex_column .widget:first-child{
padding-top:0;
}

.units.template-dynamic{
min-height:1px;
}

#top .callout{
text-align: center;
font-size: 26px;
line-height: 1.4em;
padding:10px 0;
margin:0;
clear:both;

}

#top .callout p{
padding:0.5em 0;
margin:0;
}

.padding-active.content-area{
padding-right:150px;
text-align: left;
}

#top .big_button{
height:40px;
line-height: 40px;
min-width:100px;
position: absolute;
right:0;
top:50%;
margin: -20px 0 0 0;
z-index: 3;
font: 12px/40px  "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
}

.dynamic-post-title{
margin-bottom: 20px;
}

.post-entry-dynamic{
padding-bottom: 0;
}

.dynamic_template_column_container{
position: relative;
width:100%;
}

.dynamic_template_column_container .arrow_controls {
right: 0;
bottom: 30px;
}


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

		/*logo and menu*/
		#top .logo{float:none; margin:0 auto; display: block; text-align: center; width:100%;}
		#top .logo a, #top .logo img{display: inline; float:none;}
		#top .main_menu{width:100%;}
		#top .mobileMenu{width:100%; margin:0 0 10px 0; max-width:767px; padding:10px;}


		/*title*/
		.title_container h1{padding-right:0;}
		.title_meta{position: relative; top:0; left:0; margin:0; width:100%;}
		.title_meta #s { width: 120px; }
		.title_container #searchform{width: 172px;}
		#top .social_bookmarks{right:auto; left:0;}

		/*sidebar*/
		#top .inner_sidebar{border:none; padding:0;}

		/*quotes*/
		#top .pullquote, #top .inner_quote {
		width:auto;
		margin:1em 0 1em 50px;
		position: relative;
		left:0;
		top:0;
		}

		div .pullquote_left::before {left: -54px;}
		#top .inner_quote {padding:0; margin:0;}
		#top .pullquote_boxed{margin:1em 0;}

		/*blog post*/
		#top .sidebar_left .post-title.offset-by-three{padding:0;}
		#top .blog-inner-meta{border:none; padding:0;}
		#top .minor-meta{display:inline-block;}
		#top .blog-meta .text-sep{display:inline-block;}
		#top .single-portfolio-entry .blog-meta .text-sep{display:none;}
		.post-format .flag-diamond{display:none;}
		.js_active .main_menu ul{display:none;}

		/*footer*/
		#top #socket .social_bookmarks {position: relative;top:0;}

		/*slideshow*/
		#top .slideshow_inner_caption {padding: 3%;height: 100%;width: 94%; font-size:13px; line-height: 1.5em;}
		#top div .slideshow_caption {width: 100%; background: rgba(0, 0, 0, 0.5); }


	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) { #top .slideshow_inner_caption h1{ font-size:14px; } }



/* #browser specific mods
================================================== */


.msie7 .flag .mini-seperator, .msie8 .flag .mini-seperator{
right:-12px;
}

.msie7 blockquote{
	margin-left:0;
}

.msie7 .title_container #searchsubmit { top: 2px;}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/







/************************************************************************
THEME UPDATES
*************************************************************************/

/* added with version 1.3 */
.template-portfolio-overview{
width:100%
}

.boxed .sub_menu  div> ul {
left: -10px;
}

.sub_menu  div> ul {
position: relative;
top: 14px;
left: -10px;
margin:0;
}

#top .sub_menu .menu-item-language img.iclflag {
margin-bottom: -2px !important;
}

#top .pingback .comment_content {
position: relative;
margin: 0px 0 0 55px;
padding: 0 0 15px 0;
}

#top .commentlist .pingback {
display: block;
}


/* added with version 1.4 */
/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

	/* prettyPhoto styling for small screens */
.pp_pic_holder.pp_default { width: 100%!important; left: 0!important; overflow: hidden; }
div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
.pp_content { width: 100%!important; height: auto!important; }
.pp_fade { width: 100%!important; height: 100%!important; }
a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
#pp_full_res img { width: 100%!important; height: auto!important; }
.pp_details { width: 94%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #fff; margin-top: -2px!important; }
a.pp_close { right: 10px!important; top: 10px!important; }

	}


/* added with version 1.6 */
.gallery{
overflow: hidden;
}

#top .gallery .gallery-icon{width:100%}



#icl_lang_sel_widget{
overflow:visible;
z-index:20;
}



/* fix with version 1.9.1 */
.comment_content {
z-index: 5;
}

/* fix with version 2.1 */

/*TWITTER WIDGET PRO STYLES*/
#top .widget_twitter{ font-size: 12px; line-height: 1.65em;}
#top .widget_twitter .twitter-avatar{float:left; margin-right:13px; border-style: solid; border-width:1px; padding:3px; display: block;}
#top .widget_twitter .twitter-avatar a, #top .widget_twitter .twitter-avatar img{display: block;}
#top .widget_twitter ul{overflow: hidden; margin:0; padding:0;}
#top .widget_twitter li{padding: 0 0 8px 0; margin: 0 0 8px 0; border-bottom-style: solid; border-bottom-width: 2px; }
#top .widget_twitter li:last-child{border-bottom: none;}
#top .widget_twitter .entry-content{padding:0; margin:0; float: none; clear: both; position: relative; border:none; width:100%;}
#top .widget_twitter .entry-meta{display: block; font-size: 11px; font-style: italic; opacity: 0.8; margin-top:5px;}
#top .widget_twitter .time-meta, #top .widget_twitter .from-meta{}
#top .widget_twitter .intent-meta{ display: block; font-size: 11px; margin-top:8px;}
#top .widget_twitter .intent-meta a{ text-decoration: none; margin-right: 4px;  }
#top .widget_twitter .intent-meta a:hover{text-decoration: underline;}

