/*-----------------------------------------------------------------------------------

	Theme Name: Corrito
  Theme URI: http://corrito.themes4all.com/ 
  Description: 2 column theme designed and created by Themes4all
  Author: Themes4all
  Author URI: http://www.themes4all.com/
  License: GNU General Public License version 3.0
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
  Version: 1
 
 Designed & Handcrafted by Themes4all.
 All files, unless otherwise stated, are released under the GNU General Public License
 version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
  2.  Structure
	3.	Header Styles
	4.	Navigation & Menus
  5.  Slider
	6.	Main Content Styles
	7.	Post Content Styles
	8.	Comments
	9.	Pagination
	10.	Footer Styles
	11.	Page Templates
	12.	Widgets
	13. Breadcrumbs
	14.	Home Page Template
	15.	Contact Template
  16. Gallery Template
  17. Footer Gallery
  18.	404 page
  19. Google map
  20. Sitemap page
  21. Search page
-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */


/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
  	background:url('images/bg-pattern.png') left top;
}

body, input, textarea {
	font: 14px "Segoe UI","Lucida Grande",Arial;
	line-height:16px;
	color:#96abce; 
  	-webkit-box-shadow: none!important;
  	box-shadow: none!important;
  	-moz-box-shadow:none!important;
}

.hidden { display: none; }

.alignleft { float: left; }

.alignright { float: right; }

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

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

a:hover { text-decoration: underline; }
 
a img { border: none; }

.left { float: left }

.right { float: right }

small{font-size:16px;}
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.gallery-row,
.post-thumb,
.author-bio { margin-bottom: 10px; }

.post-thumb,
.post_video {
}

.post_video iframe{
	vertical-align: bottom;
}

.post-thumb { float:left;
margin-top: 10px; 
}
.post-thumb { float:left;
background:#000000; 
}

.post-thumb a{ float:left; 
}
.post-thumb div, .post-thumb img { float:left; 
  width:100%;
}
.post-thumb a img { float:left;
  max-width:100%!important; 
}

.post-thum { float:left;
  margin-bottom:20px;
}

.post-thum a{ float:left; 
  background:#000000; 
  overflow:hidden;
  width:100%;
}

.post-thum a img { float:left;
  width:100%!important; 
}
.post-thum:hover a img { 
  opacity:0.5;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}



.hentry{
  margin-bottom: 15px;     
}

.navigation-links,
.hfeed,
.pinglist { margin-bottom: 30px; }
.hentry{float:left;}
.widget
.children,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.comment-body ol ol,
.comment-body ol ul,
.comment-body ul ul,
.widget ul ul { margin-bottom: 0; }



.hentry, .entry-content{float:left;
  width:100%;
}

hr {
	border-left: none;
	border-bottom: 1px solid #fefdfd;
	border-top: 1px solid #e4e1d9;
	margin: 0;
}

.respond-hr,
.entry-content hr { margin-bottom: 25px; }

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	padding: 0;
}

h1 {
	font-size:36px;
  line-height:40px;
  color:#ffffff;
}

h2 {
	font-size:30px;
  line-height:36px;
  color:#ffffff;
}

h3 {
	font-size: 24px;
	line-height: 28px;
  color:#ffffff;
}

h4 {
	font-size: 18px;
	line-height: 22px;
  color:#96abce;
}

h5 {
	font-size: 12px;
	line-height: 18px;
  color:#96abce;
}

h6 {
	font-size: 10px;
	line-height: 16px;
  color:#ffffff;
}

code {
    background: rgba(255, 255, 255, 0.5);
    font-family: normal normal normal 11px/19px Consolas, 'Andale Mono', Courier, 'Courier New', monospace;
}


/*-----------------------------------------------------------------------------------*/
/*	2.	Structure
/*-----------------------------------------------------------------------------------*/

@media (min-width: 979px) {
}
@media (min-width: 768px) and (max-width: 979px) {
}

@media (min-width: 481px) and (max-width: 767px) {
}
@media (max-width: 480px) {
}

.header {
}

.content{margin-top:20px;}

	
#sidebar {
	float: right;
	width: 100%;
}

#sidebar.homepage-sidebar{margin-top:20px;}

#footer { float:left;
  width: 100%;
  background-color:transparent;
}


/*-----------------------------------------------------------------------------------*/
/*	3.	Header Styles
/*-----------------------------------------------------------------------------------*/


.top-line{float:left;
  width:100%;
  min-height: 110px;
}

.top-line .container {
	margin-top: 20px
}

#footer-socials{float:right;
  margin-top:27px;
}


@media (min-width: 979px) {
#top-socials{float:right;
  margin-top:10px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
#logo{
  margin-left:134px;     
}
#top-socials{float:right;
  margin:-20px 216px 10px 0;
}
}

@media (min-width: 481px) and (max-width: 767px) {
#top-socials{float:left;
  width:100%;
  margin:0px 0px 10px 0px;
  text-align:center;
}
#top-socials a{float:none;
  text-align:center;
  display:inline-block;
  position:relative;
}
#top-socials a:hover{top:-5px;
}
}
@media (max-width: 480px) {
#top-socials{float:left;
  width:100%;
  margin:0px 0px 10px 0px;
  text-align:center;
}
#top-socials a{float:none;
  text-align:center;
  display:inline-block;
  position:relative;
}
#top-socials a:hover{top:-5px;
}
}

#ico-facebook{float:left;
  width:42px;
  height:42px;
  margin-left:0px;
  background:url('images/common/socials.png') no-repeat 0px bottom;
}
#ico-facebook:hover{
  margin-top:-4px;
}
#ico-google{float:left;
  width:42px;
  height:42px;
  margin-left:8px;
  background:url('images/common/socials.png') no-repeat -42px bottom;
}
#ico-google:hover{
  margin-top:-4px;
}
#ico-linkedin{float:left;
  width:42px;
  height:42px;
  margin-left:8px;
  background:url('images/common/socials.png') no-repeat -84px bottom;
}
#ico-linkedin:hover{
  margin-top:-4px;
}
#ico-rss{float:left;
  width:42px;
  height:42px;
  margin-left:8px;
  background:url('images/common/socials.png') no-repeat -126px bottom;
}
#ico-rss:hover{
  margin-top:-4px;
}
#ico-twitter{float:left;
  width:42px;
  height:42px;
  margin-left:8px;
  background:url('images/common/socials.png') no-repeat -168px bottom;
}
#ico-twitter:hover{
  margin-top:-4px;
}
#ico-youtube{float:left;
  width:42px;
  height:42px;
  margin-left:8px;
  background:url('images/common/socials.png') no-repeat -210px bottom;
}
#ico-youtube:hover{
  margin-top:-4px;
}


#logo {float:left;
  display:inline-block;
}
#logo a {float:left;
	font-size: 28px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
  margin:0px;
}

#logo a:hover { text-decoration: none; }

#logo a img {float:left;
  width:100%;
}
.line{float:left;
  width:13px;
  height:114px;
  background:url('images/line.png') no-repeat left top;
  margin-top:-35px;     
}

/*-----------------------------------------------------------------------------------*/
/*	4.	Navigation & Menus
/*-----------------------------------------------------------------------------------*/
.cont-nav{margin-bottom:50px;}
.navigation-wrap{
  float:left;
  width:100%;
  height:98px;
  background-color:#b42c39;
  background-image: url('images/menu-line.png'), url('images/menu-line-bottom.png');
  background-repeat: repeat-x, repeat-x;
  background-position: left 6px, left bottom;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.navigation-line{
  float:left;
  width:100%;
  min-height:52px;
  
}

.nav9{
  float:left;
  width:100%;
}

@media (min-width: 979px) {



#primary-nav {
		float:left;
		width: 940px !important;
}
#primary-nav ul {float:left;
	margin:0px 0 0px 0;
	padding: 0;
	list-style: none;
	width: 940px !important;
}
#p-n{display:none!important;
}
}

/*-------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {
#primary-nav {float:left;
  width:100%;
  display:none;
}
#primary-nav ul {float:left;
	margin:0px 0 0px 0;
	padding: 0;
	list-style: none;
}
#p-n .dropdown-menu{
  margin-top:72px;
}
}
@media (min-width: 481px) and (max-width: 979px) {
.navig{float:left;
  width:80%;
  margin:33px 0px 0 0px;
  padding: 8px 10% 8px 10%;
  text-align:center;
  cursor:pointer;
  font-size: 18px; 
  line-height:20px;
  color: #ffffff;
  background:#e7af44;
}
#p-n .dropdown-menu{width:80%!important;
  left:10%!important;
  border:none;
  border-radius:0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background:#ffffff;   
  color:#ffffff;
  z-index:1000000;              
}
.line{display:none;}
}
@media (max-width: 480px) {
.navig{float:left;
  width:80%;
  margin:33px 0px 0 0px;
  padding: 8px 10% 8px 10%;
  text-align:center;
  cursor:pointer;
  font-size: 18px; 
  line-height:20px;
  color: #ffffff;
  background:#e7af44;
}
#p-n .dropdown-menu{width:80%!important;
  left:10%!important;
  border:none;
  border-radius:0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background:#ffffff;   
  color:#ffffff;
  z-index:1000000;              
}
.line{display:none;}
}
/*-------------------------------------*/
@media (max-width: 767px) {
#primary-nav {display:none;
  float:left;
  width:100%;
}

#p-n{float:left;
  width:100%; 
  margin:0px 0 10px 0;   
}

.navig:hover{text-decoration:none;
  color:white;  
  background:#e7af44;   
}

#p-n .dropdown-menu li {float: left;
  width:100%;
}
#p-n .dropdown-menu li a{float: left;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  padding: 10px 5% 16px 5%;
  color:#717171;
  width:90%;
}
#p-n .dropdown-menu li a:hover{
  text-decoration:underline;
  background:#e7af44;
  color:#000000;
}
#p-n .dropdown-menu li ul{float:left;
  width:90%;
  margin-left:10%;
}
#p-n .dropdown-menu li ul li{float:left;
  width:100%;
}

#p-n .dropdown-menu li ul li a{float:left;
  padding: 10px 5% 16px 5%;
  width:90%;
}
}


#p-n .dropdown-menu li>a:hover{
  text-decoration:underline;
  background:transparent;
  color:#000000;
}
.navig:hover{color:#000000;}


/*  Styles for all sizes navigation  */

#primary-nav {width:100%;position:relative;}
#primary-nav ul {width:100%;}

#primary-nav ul li {float:left;
  margin:0px 0px 0px 0px;
  padding: 0;
  position:relative;
}
#primary-nav ul li:hover { visibility: inherit;}
#primary-nav ul li a, #primary-nav ul li.pagenav {  
	padding: 27px 23px 27px 23px;
  float: left;
  height:44px;
  color: #ffffff;
  text-transform:uppercase;
  font-size: 20px; 
  line-height:22px;
  font-weight:bold;  
  text-align:center;
  font-family: 'Montserrat', sans-serif;
  background-image: url('images/menu-line.png'), url('images/menu-line-bottom.png');
  background-repeat: repeat-x, repeat-x;
  background-position: left 6px, left bottom;
}
#primary-nav ul li a span.sub{text-align:center;
  font-weight:normal;
  text-transform:lowercase;
  font-family: 'Forum', cursive;
  font-size:16px;
  line-height:18px;
}

#primary-nav ul li:nth-child(2) a{background-color:#d67b45;}
#primary-nav ul li:nth-child(3) a{background-color:#e7af44;}
#primary-nav ul li:nth-child(4) a{background-color:#17736e;}
#primary-nav ul li:nth-child(5) a{background-color:#8baa39;}

#primary-nav ul li:last-child a{}
#primary-nav ul li.current-menu-item a,#primary-nav ul li a:hover, #primary-nav ul li a.active, #primary-nav ul li.pagenav:hover {
	text-decoration:none;
  color:#ffffff;
  /*background:#212429!important;*/
  background:transparent!important;
}


/* 2nd level skin */
#primary-nav ul li ul {float:left;
  position: absolute;
  left: 0px;
  top: 98px;
  width:230px;
  display: none;
  border-top:#ffffff;
  margin:0;
  z-index:1000000;
  background-color: #b42c39;
  -webkit-box-shadow: 0px 2px 3px 3px rgba(1, 1, 1, 0.3);
  box-shadow: 0px 2px 3px 3px rgba(1, 1, 1, 0.3);
}

#primary-nav ul li:hover ul { 
  display: block;
}

#primary-nav ul li ul li {float:left;
	background: none;
	padding: 0;
  position:relative;
  margin:0;
  border-bottom:solid 1px #ffffff;
}
#primary-nav ul li ul li:first-child  {}
#primary-nav ul li ul li:last-child {}

#primary-nav ul li ul li a {float:left;
	height:16px;
  font-size: 14px;
  line-height:16px;
	font-weight: normal;
	padding: 12px 20px 12px 20px;
  color: #ffffff;
  text-align:left;
  text-transform:uppercase;
  min-width:190px;
  border-bottom:none!important;
  border-right:none;
  background-image:none;
  background-color: #b42c39!important;
  text-shadow:none;
  
}
#primary-nav ul li.current-menu-item ul li, #primary-nav ul li.current-menu-item ul li a {
 background-color: #b42c39!important;
 color: #ffffff;
}
#primary-nav ul li ul li a:hover, #primary-nav ul li ul li a.active {
	color:#ffffff;
  text-decoration:none;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:none;
  box-shadow:none;
  background:#212429!important;
  border-bottom:none!important;
  border-right:none;
}


#primary-nav ul li a,
#primary-nav ul li a span,
{ background: none }

/* 3nd level skin */
#primary-nav ul li:hover ul li ul {
	position: absolute;
	top: 0;
  left: 230px;    
  display: none;  
	margin:0;
  z-index:1000000;
  width: 230px;
  float:left;
  background:#eaeaea;
  -webkit-box-shadow: 0px 2px 3px 3px rgba(1, 1, 1, 0.3);
  box-shadow: 0px 2px 3px 3px rgba(1, 1, 1, 0.3);
}

#primary-nav ul li ul li:hover ul {
  display:block;
 }

#primary-nav ul li.current-menu-item ul li a.active ul li a{
 background:#b42c39!important;
}
#primary-nav ul li ul li.current-menu-item ul li a{
 background:#b42c39!important;
}

#primary-nav ul li ul li a.active ul li{
 background:#eaeaea;                                                                  
}


#primary-nav ul li ul li ul li {
	background: none;
	border-bottom: 1px solid #ffffff;
  padding: 0;
}
#primary-nav ul li ul li ul li a {
  float: left;
  font-size: 14px;
  line-height:16px;
	font-weight: normal;
	padding: 12px 20px 12px 20px;
  color: #ffffff;
  text-align:left;
  min-width:190px;
  border:none;
  background-color: #b42c39!important;
}
#primary-nav ul li ul li a.active ul li ul li a{
  background-color: #b42c39!important;                                                                  
}
#primary-nav ul li ul li ul li a:hover{background-color: #212429!important;}

/*-----------------------------------------------------------------------------------*/
/*	5.	Slider
/*-----------------------------------------------------------------------------------*/
.slider-wrap {
  padding:0;
  }
.slider-wrapper{
  width: 100%;               
}
.slider-content-wrap {float:left;
	width: 100%;
  background: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
.slider-content-wrap img{
  float:left;                        
}

#slider {float:left;
	width: 100%;
  margin:0;
  padding:0;
} 


/* slogan */
.slogan{width:100%;
  
}
.slogan-text{width:100%;
  font-size:22px;
  line-height:32px;
  padding:10px 0 10px 0;
  margin:20px 0 20px 0;
  background: url('images/slogan-bg.png') left top;
  text-align:center;
}

@media (min-width: 979px) {
.slogan-text p{width:91%;
  font-size:25px;
  line-height:32px;
  font-weight:300;
  color:#ffffff;
  padding:12px 2% 12px 7%;
  margin:0;
  text-align:left;
  background: url('images/slogan-arrow.png') no-repeat 2% 50%;
}
}

@media (min-width: 768px) and (max-width: 979px) {
.slogan-text p{width:88%;
  font-size:25px;
  line-height:32px;
  font-weight:300;
  color:#ffffff;
  padding:12px 2% 12px 10%;
  margin:0;
  text-align:left;
  background: url('images/slogan-arrow.png') no-repeat 2% 50%;
}
}

@media (min-width: 481px) and (max-width: 767px) {
.slogan-text p{width:88%;
  font-size:25px;
  line-height:32px;
  font-weight:300;
  color:#ffffff;
  padding:12px 2% 12px 10%;
  margin:0;
  text-align:left;
  background: url('images/slogan-arrow.png') no-repeat 2% 50%;
}
}
@media (max-width: 480px) {
.slogan-text p{width:88%;
  font-size:25px;
  line-height:32px;
  font-weight:300;
  color:#ffffff;
  padding:12px 2% 12px 10%;
  margin:0;
  text-align:left;
  background: url('images/slogan-arrow.png') no-repeat 2% 50%;
}
}

.slogan-text p span{
  color:#7da918;
  font-weight:bold;
}

/*-----------------------------------------------------------------------------------*/
/*	6.	Main Content Styles
/*-----------------------------------------------------------------------------------*/

address { font-style: italic; }

abbr[title],
acronym[title],
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #666;
}

blockquote {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-style: italic;
    line-height: 22px;
    padding: 0 40px 0 50px;
    margin: 0 0 30px 50px;
    min-height: 40px;
    background:url('images/ico-quote-big.png') no-repeat left top;
}

strong { font-weight: bold; }

em,
dfn,
cite { font-style: italic; }

dfn { font-weight: bold; }

sup {
	font-size: 11px;
	vertical-align: top;
}

sub {
	font-size: 11px;
	vertical-align: bottom;
}

small { font-size: 16px; }

del { text-decoration: line-through; }

ins { text-decoration: underline; }

code,
pre { line-height: 18px; }

var,
kbd,
samp,
code,
pre {
	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	background: #efefef;
}

kbd { font-weight: bold; }

samp,
var { font-style: italic; }

pre {
	white-space: pre;
	overflow: auto;
	padding: 10px;
	border: 1px solid #ddd;
	clear: both;
}

code { padding: 3px; }

ul,
ol,
dl { margin-left: 30px; }


caption { text-align: left; }


img.alignleft {
	float: left;
	margin: 10px 25px 20px 0;
}

img.alignright {
	display: block;
	margin: 10px 0 25px 20px;
}

.wp-caption.aligncenter 
,img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-top: 5px;
}

.wp-caption {
	text-align: center;
	margin: 10px 20px 20px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
  max-width:100%;
}

@media (max-width: 480px) {
.wp-caption {width:100%!important;}
}


.wp-caption img,
.wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption
.wp-caption-text {
	margin: 0;
	padding: 5px;
  max-width:100%;
}

.wp-smiley {
	max-height: 13px;
	margin: 0 !important;
}

/* Wp Gallery */

.gallery { float: left;
  width:100%;
 }

.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

.entry-content label {margin:0 20px 0 0px;}
.entry-content label input {margin:0 0px 0 20px;}

label{float:left;width:auto;}
input,
textarea,
button {width:auto;
	background: #fff;
	border: 1px solid #dad9d5;
}

input,
textarea { padding: 7px; }

button {
	padding: 2px 10px;
	cursor: pointer;
}

input:focus,
textarea:focus,
button:hover {
	background: #fff;
	border-color: #c8c6c2;
	color: #444444;
}

#submit { cursor: pointer; }

.more-link{display:none;
	font-family: Arial, sans-serif;
}

/* Post types */

/* Asides */

.asides{
  float: left;
  width: 87%;
  padding: 3% 3% 3% 3%;
  border-bottom: solid 1px #e7e7e7;
  margin-bottom: 20px;
  background: #d2e0f9;   
  border-left: 22px solid #a8bfe8;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}
.asides-content {
  float: left;
  width: 100%;
}

.image-content {
  float: left;
  width: 100%;
}
.image-content div.wp-caption{
  max-width: 100%;
}

.image-content a{
  max-width: 100%;
}
.image-content div.wp-caption  a img{
  float: left;
  max-width: 100%;
  margin:0;
}

.link-content{float:left;
  width:100%;
  font-size: 26px;
  line-height: 32px;
}


/* Video */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*-----------------------------------------------------------------------------------*/
/*	7.	Post Content Styles
/*-----------------------------------------------------------------------------------*/

.page-title {float: left;
  width:100%;
  font-size: 30px;
  line-height: 30px;
  font-weight:normal;
  color:#ffffff;
  text-transform:uppercase;
  margin: 15px 0 10px 0;
}

.entry-title,.entry-title a {
	float: left;
  width: 100%;
  padding: 0;
  font-size: 30px;
  line-height: 30px;
  font-weight:normal;
  color:#ffffff;
  text-transform:uppercase;
}

.entry-title a:hover { color:#ffffff;
  text-decoration:none;
}


.page-tagline {
	float: left;
	width: 500px;
	color: #55514d;
  font-size: 18px;
  padding: 5px 0 0 10px;
	margin-top: 10px;
}

.page-tagline p { margin: 0; }

.page-tagline p span {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
	padding: 0px 5px 0 0; 
	float: left;
}

.entry-meta {float:left;
  width:100%;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight:normal;
  margin: 0px 0 10px 0;
  color: #96abce;
  padding: 3px 0px 3px 0px;
  background: transparent;
}

.entry-meta span{padding:0 1px 0 3px;margin-left:10px;}
.entry-meta span:first-child{padding:0 1px 0 0px;margin-left:0;}
.entry-meta a{text-decoration:underline;color:#96abce;}
.entry-meta a:hover{text-decoration:none;color:#96abce;}

.entry-content ul { list-style-type: disc; }

.entry-content ol { list-style-type: decimal; }

.author{float:left;
}
.categories-meta{float:left;
}
.published{float:left;
}
.comment-count{float:left;
}
.entry-content ul { list-style-type: disc; }

.entry-content ol { list-style-type: decimal; }


/* Categories */
.cat-post{float:left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cat-wrap{float:left;
  width:100%;
  background-color:#212429;
}
.cat-wrap .home-thumb, .cat-wrap .post-thumb{margin-top:0;}
.cat-title{float:left;
  float: left;
  width: 90%;
  margin: 0px 5% 0 5%;
  font-size: 16px;
  line-height: 22px;
  color: #d67b45;  
}
.cat-post:hover .cat-title{color: #b42c39;}
.cat-post:hover .cat-title a{color: #b42c39;}
.cat-title a {
	float: left;
  width: 100%;
  margin: 0px 0 0px 0;
  font-size: 16px;
  line-height: 22px;
  color: #d67b45;
}

.cat-title a:hover { color: #b42c39;
  text-decoration:none;
}
.cat-wrap .entry-content{float:left;
  width:90%;
  padding:5%;
  color:#ffffff;                        
}
.cat-wrap .entry-content p{margin:0;
  padding:0;
}
.postpage-more{float:left;
  height:102px;
  margin-top:2px;              
}

@media (min-width: 979px) {
.cat-four.cat-post{
  width:214px;
  margin-right:2.9%;
  margin-bottom:20px;
}
.cat-three.cat-post{
  width:31%;
  margin-right:3.5%;
  margin-bottom:20px;
}
.cat-four.cat-post.last-cat{margin-right:0;}
.cat-three.cat-post.last-cat{margin-right:0;
}
.cat-clear{
  clear:both;
} 

.cat-four .postpage-more{float:left;
  width:214px;
  height:101px;
  background:url('images/read-more4.png');
  background-position: left top;
  background-repeat:no-repeat;
}
.cat-four.cat-post:hover .postpage-more{float:left;
  background:url('images/read-more4.png') no-repeat left bottom;              
}
.cat-three .postpage-more{float:left;
  width:100%;
  height:90px;
  background:url('images/read-more.png');
  background-position: left top;
  background-repeat:no-repeat;
}
.cat-three.cat-post:hover .postpage-more{float:left;
  background:url('images/read-more.png') no-repeat left -91px;              
}
}
@media (min-width: 768px) and (max-width: 979px) {
.cat-four.cat-post{
  width:22.75%;
  margin-right:3%;
  margin-bottom:20px;
}
.cat-three.cat-post{
  width:31%;
  margin-right:3.5%;
  margin-bottom:20px;
}
.cat-four.cat-post.last-cat{margin-right:0;}
.cat-three.cat-post.last-cat{margin-right:0;}
.cat-clear{
  clear:both;
}

.cat-four .postpage-more{float:left;
  width:165px;
  height:77px;
  background:url('images/read-more5.png');
  background-position: left top;
  background-repeat:no-repeat;
}
.cat-four.cat-post:hover .postpage-more{float:left;
  background:url('images/read-more5.png') no-repeat left -78px;              
}
.cat-three .postpage-more{float:left;
  width:148px;
  height:70px;
  background:url('images/read-more3.png');
  background-position: left top;
  background-repeat:no-repeat;
}
.cat-three.cat-post:hover .postpage-more{float:left;
  background:url('images/read-more3.png') no-repeat left bottom;              
}
}

@media (min-width: 481px) and (max-width: 767px) {
.cat-four.cat-post{
  width:22.75%;
  margin-right:3%;
  margin-bottom:20px;
}
.cat-three.cat-post{
  width:48%;
  margin-right:2%;
  margin-bottom:20px;
}
.iwrap div.cat-three:nth-child(2n+2){
  clear:both;
}
.cat-four.cat-post.last-cat{margin-right:0;}
/*.cat-three.cat-post.last-cat{margin-right:0;}*/
.cat-title{
  height:44px;
  overflow:hidden;                          
}
.cat-wrap .entry-content {
  height:237px;
  overflow:hidden;                          
}

.clear{display:none;
  float:left;
}

.cat-four .postpage-more{float:left;
  width:105px;
  height:48px;
  background:url('images/read-more6.png');
  background-position: left top;
  background-repeat:no-repeat;
}
.cat-four.cat-post:hover .postpage-more{float:left;
  background:url('images/read-more6.png') no-repeat left -49px;              
}
.cat-three .postpage-more{float:left;
  width:100%;
  height:91px;
  background:url('images/read-more2.png');
  background-position: 50% top;
  background-repeat:no-repeat;
}
.cat-three.cat-post:hover .postpage-more{float:left;
  background:url('images/read-more2.png') no-repeat 50% bottom;              
}
}
@media (max-width: 480px) {
.cat-four.cat-post{
  width:192px;
  margin:0 0 20px 0;
}
.cat-three.cat-post{
  width:192px;
  margin:0 0 20px 0;
  margin-bottom:20px;
}


.cat-three.cat-post .post-thumb{
  float:none;
  max-width:192px;
  margin:0 auto 0 auto;
}

.cat-four .postpage-more{float:left;
  width:192px;
  height:91px;
  background:url('images/read-more2.png');
  background-position: left top;
  background-repeat:no-repeat;
}
.cat-four.cat-post:hover .postpage-more{float:left;
  background:url('images/read-more2.png') no-repeat left bottom;              
}
.cat-three .postpage-more{float:left;
  width:100%;
  height:91px;
  background:url('images/read-more2.png');
  background-position: left top;
  background-repeat:no-repeat;
}
.cat-three.cat-post:hover .postpage-more{float:left;
  background:url('images/read-more2.png') no-repeat left bottom;              
}
}




/*-----------------------------------------------------------------------------------*/
/*	Tags line
/*-----------------------------------------------------------------------------------*/
.author-bio{float:left;
  background:#212429;
  color:#96abce;
  border: solid 1px #27292d;
  margin-top: 50px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;  
}

.author-avat .avatar	{
	float: left;
  width:100%;
}
@media (min-width: 481px) {
.author-avat{float:left;
  padding: 20px;
  background:#303339;
}
.author-info{float: left;
  width:90%;
  padding:20px 5% 20px 5%;
  color:#96abce;
}
}
@media (max-width: 480px) {
.author-bio .span3{float:left;
  width:26%;
}
.author-bio .span9{float:left;
  width:74%;
}
.author-avat{float:left;
  width:94%;
  padding: 3%;
}
.author-info{float: left;
  width:90%;
  padding:20px 5% 20px 5%;
  color:#96abce;
}
}

.author-info h3{ width:100%;
  color:#ffffff;
  font-weight:normal;
}

.author-info p{margin:0;          
}

li .respond-title { display: none; }

.author-title,
.related-title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 30px;
}

.author-description { margin-left: 60px; }



/*-----------------------------------------------------------------------------------*/
/*	Tags line
/*-----------------------------------------------------------------------------------*/
.tags-line{float:left;
  width:100%
}
.tag-item{float:left;}
.tag-item a {float:left;
  font-size: 14px!important;
  padding: 5px 10px 5px 10px;
  margin-right: 10px;
  color: #8ea2c3;
  border: solid 1px #27292d;
  background: #212429;
  font-size: 15px;
  font-weight: normal;
}
.tag-item a:hover{
  color: #ffffff;
  border: solid 1px #212429;
  background: #27292d;
  text-decoration: none;
}

/*-----------------------------------------------------------------------------------*/
/*	8.	Comments
/*-----------------------------------------------------------------------------------*/


#comment-wrap{float:left;
  width:100%;
}

#comments {float:left;
  width:100%;
	font-weight:normal;
	font-size: 18px;
	margin-bottom: 30px;
	margin-top: 50px;
  color: #ffffff;
  text-transform:uppercase;
}

.commentlist {
	margin: 10px 0 40px 0;
	padding: 0 0 0 0;
	list-style-type: none;
	width: 100%;
	float: left;
}

.comment{float:left;
  width:100%;
  border: solid 1px #ececec;
	background:transparent;
}

.commentlist .line { display: none;
  background:transparent;
 }

.commentlist li { float:left;
  width:100%;	
  background:#212429;
  border:solid 1px #303339;
}
.commentlist li div { float:left;
	background:#303339;
  width:92%;
  padding:4% 4% 25px 4%;
  position:relative;
}


.commentlist li li { border-bottom: none; }
.commentlist li li div { float:left;
  background:transparent;
  width:92%;
  padding:4%;
}

.commentlist li li .line{float:left;
  display:block;
	position: absolute;
  top:58px!important;
  left:0px!important;
	width: 30px!important;
	height: 1px!important;
	margin: 0 0 0 0px;
  padding:0!important;
  background:transparent;
}

.comment-body { float:left;
  width:100%;
  padding:0!important;
  margin-top:10px;
  color:#96abce!important;
  
 }

li li .comment-body { padding-left: 137px; }

.commentlist ul {float:left;
  width:92%;
	margin: 0px 0 0 8%;
}
.commentlist ul li{
	border:none;
}

.comment-body p:last-child { margin: 0;}

.commentlist ul ul{	
/*	margin: 45px 0 0 88px;
	padding: 10px 0 0 0;*/
}

.commentlist li li { }
.commentlist li li:last-child {	margin-bottom:0; }


.commentlist li #respond { padding: 40px 0 0 0px; }
.commentlist li li #respond { padding: 40px 0 0 55px; }

.pinglist {
	margin: 20px 0 40px 30px;
	list-style-type: decimal;
}

.respond-nonpublished-email span{color:#f00;}
.allowed-tags code {background:transparent;}
.comment {margin-bottom: 25px; }

.comment-body ul,
.comment-body ol,
.comment-body dl { margin-left: 30px; }

li .cancel-comment-reply { padding-bottom: 20px; }

.avatar-wrap {float:left;
  padding:0!important;
  width:20%!important;
}
.avatar {
	position: relative;
	z-index: 5;
}

children { float:left;list-style-type: none;
  position:relative;
 }
.commentlist li li div.avatar-wrap {float:left;
  padding:0!important;
  width:20%!important;
}



li li .avatar {  }

.comment-meta a:hover { color: #96abce; }

.comment-reply-link{position:absolute;
  right:24px;
  bottom:5px;
  float:left;
  text-decoration:underline;
  color: #96abce;
  z-index:88;
}

.fn { 
	float: left;
  color: #ffffff;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  width:100%;
	clear:right;
}

.comment-author { 
	padding:0 0 24px 4%!important;
  background:transparent!important;
  width:76%!important; 
}
.comment-author .comment-meta a{
	color: #96abce;
	font-size: 14px;
}
.commentlist li li div.comment-author {}

.comment-author a{ color: #96abce; }
.comment-author-admin { }

.comment-author cite { 
	font-style: normal;
}

.says { display: none; }

.nocomments {
	text-align: center;
	padding: 20px;
}

.comment-body ul { 
	list-style-type: disc; 
	border: none;
	margin-bottom: 20px;
}

.comment-body ul li {
	padding: 0;
	margin: 0;
}

.comment-body ol { list-style-type: decimal; }

.moderation {
	padding-left: 45px;
	color: red;
	font-size: 11px;
}

/* Comment form */

.respond-title{float:left;
  width:100%;
  font-weight:normal;
  color: #ffffff;
  text-transform: uppercase;
  font-size:18px;   
}
#respond {
  float: left;
  width:100%;
}
#respond-wrap {
   width:100%;
  float: left;
}
#respond-wrap .comments-sidebar { padding-top: 30px; }

#respond label{
	font-size: 12px;
}



#commentform {float:left; width: 100%; }


#commentform label span {
  color: #F00;
}

@media (min-width: 768px) { 
#commentform label {float:left;
	width: 15%;
  font-size: 14px;
  line-height: 19px; 
  color: #ffffff;
}
#commentform input[type="text"] {
	margin-left: 2%; 
	width: 40%;
  font-size: 18px;
  line-height: 19px;
  padding:7px 1% 7px 1%;
}
#commentform textarea {
  margin-left: 2%;
	width: 79%;
	height: 150px;
  padding:7px 1% 7px 1%;
}
}
@media (max-width: 767px) { 
#commentform label {float:left;
	width: 100%;
  font-size: 14px;
  line-height: 19px; 
  color: #ffffff;
  margin-bottom:10px;
}
#commentform input[type="text"] {
	width: 98%;
  font-size: 18px;
  line-height: 19px;
  padding:7px 1% 7px 1%;
}
#commentform textarea {
  width: 98%;
	height: 150px;
  padding:7px 1% 7px 1%;
}
}

#commentform input[type="text"] {
  color: #ffffff;
  background: #212429;
border: solid 1px #27292d;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#commentform textarea {
  background: #212429;
  border: solid 1px #27292d;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#commentform span,
.contactform small span { color: #F00; }

#commentform small span.grey,
.contactform small span.grey{
	color: #999;
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
}

.contactForm span {
	position: absolute; margin: 0 3px; 
}



.author-tag {}
/* Submit comment style */
button.com_button {
  float: left;
  border: none;
  cursor: pointer;
  margin: 10px 0 10px 0;
  width: 194px;
  height: 44px;
  background-color: #8baa39;
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  line-height: 44px;
  padding: 0px 0 0px 0;
  text-align: center;
}
button.com_button:hover {
  background: #e7af44;
  color: #000000;
  text-decoration: none;
}
@media (min-width: 768px) { button.com_button {margin: 10px 0 10px 17%;} }
@media (max-width: 767px) { button.com_button {margin: 10px 0 10px 0;} }



button.com_button span.right {}

button:hover.com_button span.left {}

button:hover.com_button span.right {}

.allowed-tags{float:left;
  width:100%;
}
.allowed-tags code{float:left;
  width:90%;
}
/*-----------------------------------------------------------------------------------*/
/*	9. Pagination
/*-----------------------------------------------------------------------------------*/
.navigations{float:left;
  width:100%;
  margin:10px 0 30px;
}
.navigations a:first-child { float: left; }
.navigations a:last-child { float: right; }

.navigation{float:left;
  width:100%;
  margin:10px 0 30px;
}
.navigation a, .navigation a:hover{ 
  background: #e7af44;
  color: #000000;
  text-decoration: none;
}
.page-navigation .nav-next { float: left;
}
.page-navigation .nav-previous { float: right;
}
.single-page-navigation .nav-next { float: left;
}
.single-page-navigation .nav-previous { float: right;
}

.single-page-navigation .nav-next a, .page-navigation .nav-next a, .navigation a:first-child{
  float:left;
  width: 125px;
  height: 16px;
  background-image: none;
  background-color: #8baa39;
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 0 10px 0;
  text-align: center;
  margin:0px 0 0px 0px;
  
}
.single-page-navigation .nav-previous a, .page-navigation .nav-previous a, .navigation a:last-child { 
  float:right;  
  width: 125px;
  height: 16px;
  background-image: none;
  background-color: #8baa39;
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 0 10px 0;
  text-align: center; 
  margin:0px 0 0px 0px;
}
.page-navigation .nav-previous a:hover, .page-navigation .nav-next a:hover, .single-page-navigation .nav-previous a:hover, .single-page-navigation .nav-next a:hover,.navigation a:hover  {
  background: #e7af44;
  color: #000000;
  text-decoration: none;
}

.mm-pagination {float:right;
  clear:both;
  padding:0px 0 20px 0;
  position:relative;
  font-size:16px;
  line-height:20px;
  margin:0 0 20px 0;
}

.mm-pagination span, .mm-pagination a {
  display:block;
  float:left;
  margin: 0px 0px 2px 5px;
  padding:6px 14px 5px 14px;
  text-decoration:none;
  width:auto;
  color:#656f80;
  border:solid 1px #2e3136;
  background:#212429;
}

.mm-pagination a:hover{
  color:#ffffff;
  text-decoration:none;
  background:#303238;
}

.mm-pagination .current{
  padding:6px 14px 5px 14px;
  color:#ffffff;
  text-decoration:none;
  background:#303238;
}

.pag-wrap{float:right;
  width:100%;
  margin-top:20px;
  border-top:solid 1px #2e3136;         
}
.pagination {float:right;
  clear:both;
  padding:0px 0 20px 0;
  position:relative;
  font-size:16px;
  line-height:20px;
  margin:0 0 20px 0;
}

.pagination span, .pagination a {
  display:block;
  float:left;
  margin: 0px 0px 2px 5px;
  padding:6px 14px 5px 14px;
  text-decoration:none;
  width:auto;
  color:#656f80;
  border:solid 1px #2e3136;
  background:#212429;
}

.pagination a:hover{
  color:#ffffff;
  text-decoration:none;
  background:#303238;
}

.pagination .current{
  padding:6px 14px 5px 14px;
  color:#ffffff;
  text-decoration:none;
  background:#303238;
}

.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi a:active,
.wp-pagenavi span.current {
    padding: 3px 9px 4px 9px;
    color: #ffffff;
    margin: 0 6px 0 0;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current { 
}


.wp-pagenavi span.pages {
	border: none;
	margin: 0 15px 0 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 12px;
	
}

.wp-pagenavi span.extend {
	padding: 4px 8px;
	margin: 2px;
}

.wp-pagenavi {
    padding: 0;
    float: left;
}

/*-----------------------------------------------------------------------------------*/
/*	10.	Footer Styles
/*-----------------------------------------------------------------------------------*/

.footer{float:left;
  width:100%;
  padding:50px 0 50px 0;
  background: #212429;
  border-top: solid 1px #27292d;
  border-bottom: solid 1px #27292d;
}
.footer-contact h3{float:left;
  width:100%;
  margin-bottom:30px;                 
}

.footer-contact p{float:left;
  padding-left:30px;
  line-height:20px;
  min-width:51%;                           
}
.footer-contact p.footer-ico-people{color:#ffffff;
  background:url('images/ico-people.png') no-repeat left top;
}
.footer-contact p.footer-ico-phone{
  background:url('images/ico-phone1.png') no-repeat left top;
}
.footer-contact p.footer-ico-phone2{
  background:url('images/ico-phone2.png') no-repeat left top;
}
.footer-contact p.footer-ico-email{
  background:url('images/ico-email.png') no-repeat left top;
}
.footer-contact p.footer-ico-www{
  background:url('images/ico-link.png') no-repeat left top;
}

.footer-contact-us{
  float: left;
  border: none;
  cursor: pointer;
  margin: 46px 0 0px 0;
  height: 34px;
  background-color: #8baa39;
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  line-height: 34px;
  padding: 0px 10px 0px 10px;
  text-align: center;                  
}                  
.footer-contact-us:hover{
  background: #e7af44;
  color: #000000;
  text-decoration: none;
}

.footer-adress-wrap{float:left;
  margin-top:25px;             
}
.footer-adress{float:left;
  clear:left;
  max-width:200px;
  margin-bottom:0px;             
}

.footer-map-wrap iframe{float:left;
  width:100%;
}

@media (min-width: 979px) {
.footer-contact{float:left;
  width:300px;                
}
.footer-contact p{
  margin-left:30px;
}
.footer-map{float:right;
  width:575px;             
}
.footer-map-wrap{float:left;
  width:565px;
  height:261px;
  border:solid 5px #2c2f34;             
}
}
@media (min-width: 768px) and (max-width: 979px) {
.footer-contact{float:left;
  width:250px;                
}
.footer-contact p{
  margin-left:30px;
}
.footer-map{float:right;
  width:450px;             
}
.footer-map-wrap{float:left;
  width:440px;
  height:261px;
  border:solid 5px #2c2f34;             
}
}

@media (min-width: 481px) and (max-width: 767px) {
.footer-contact{float:left;
  width:300px;                
}
.footer-contact p{
  margin-left:30px;
}
.footer-map{float:right;
  width:90%;
  margin:0 5% 0 5%;             
}
.footer-map-wrap{float:left;
  width:100%;
  height:40%;
  border:solid 5px #2c2f34;             
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
}
@media (max-width: 480px) {
.footer-contact{float:left;
  width:100%;                
}
.footer-contact p{
  width:100%;
}
.footer-map{float:right;
  width:100%;             
}
.footer-map-wrap{float:left;
  width:100%;
  height:50%;
  border:solid 5px #2c2f34;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;             
}
}




.footer-bottom {
	background:transparent;
  margin:20px 0 10px 0;
  padding-bottom:0px;
}
.footer-bottom a{color:#ffffff;}
.footer-bottom a:hover{color:#ffffff;}
.copyright { 
	float: right;
  text-align:left;
  margin:0px 0 0px 0;
  font-size:16px!important;
  line-height:22px;
  color:#ffffff;
 }
.copyright a{ font-weight:bold;
  color:#ffffff;
 }

.credit { float: right; }






/*-----------------------------------------------------------------------------------*/
/*	11.	Page Templates
/*-----------------------------------------------------------------------------------*/

.archive-lists ul { list-style: disc; }
.archive-lists h4 { margin-bottom: 20px; }
.archive-lists .children { margin-bottom: 0; }
.full-width { width: 940px!important; }
.contactform { margin-left: 0; }
.contactform li { list-style-type: none; }
.contactform li label {
	display: block;
	margin-bottom: 10px;
}
.contactform li input[type="text"] {
	width: 300px;
	margin-bottom: 15px;
}
.contactform li textarea {
	width: 80%;
	height: 150px;
	margin-bottom:15px;
}
label.error { color: red; }


/*-----------------------------------------------------------------------------------*/
/*	12. Widgets
/*-----------------------------------------------------------------------------------*/

.widget {float:left;
  width:100%; 
  padding:5%;
  background:#212429;
  border: solid 1px #27292d;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom:26px;
}

.widget-title {
	font-size: 24px;           
  line-height: 24px;
  font-weight:bold;
  padding: 0px 0 10px 0;
  margin-bottom:0px;
  color:#ffffff;
}
.widget ul {
	list-style:none;
	margin: 0;
}
.widget ul li{float:left;
  width: 90%;
  padding:5px 0% 5px 10%;
  background: url('images/li.png') no-repeat left 10px;
}
.widget ul li:hover{
  text-decoration:none;
  background: url('images/li.png') no-repeat left 10px;
}
.widget ul li a{float:none;
  color:#96abce;
  font-size:16px;
  line-height:18px;
  display:inline;
}
.widget ul li a:hover{
  color:#ffffff;
  text-decoration:none;
}
.widget ol {
	list-style-type: decimal;
	margin-bottom: 0;
}

/* my 125 ads */
.themes4all_ad_widget{
  padding-bottom:0;                     
}
.ad-125 {float:left;
  width:100%; 
  padding:0;
}
.ad-125 ul {float:left;}

.ad-125 ul li {
  padding:0;
  width:auto;
  background-image:none;
  border-bottom:none;
}

.ad-125 ul li a{float:left;}
.ad-125 ul li a img{float:left;}
.ad-125 ul li img{float:left;}


@media (min-width: 979px) {
.ad-125 ul li.oddad{float:left;
  margin-bottom:20px;
}
.ad-125 ul li.evenad{float:right;
  margin-bottom:20px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.ad-125 ul li.oddad{float:left;
  margin-bottom:20px;
}
.ad-125 ul li.evenad{float:right;
  margin-bottom:20px;
}
.ad-125 ul li img{width:94px;}
}
@media (min-width: 481px) and (max-width: 767px) {
.ad-125 ul li.oddad{float:left;
  margin-left:4px;
  margin-bottom:11px;
}
.ad-125 ul li.evenad{float:left;
  margin-left:4px;
  margin-bottom:11px;
}
.ad-125 ul li img{width:124px;}
}
@media (max-width: 480px) {
.themes4all_ad_widget{display:none;}
}

/* my 300 ads */
.my-ads {float:left;
  width:100%; 
  padding:10% 0 10% 0;
  background:#212429;
  border: solid 1px #27292d;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom:26px;
}
.my-ads .ads-300,.my-ads .ads-300 a,.my-ads .ads-300,.my-ads .ads-300 a img {float:left;
}
.my-ads .ads-300 a img {width:100%;
}

/* Social sidebar */
.sidebar-social {
  float: left;
  width:100%; 
  padding:5%;
  text-align: center;
  background:#212429;
  border: solid 1px #27292d;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom:26px;
}
.sidebar-social a {
  margin: 2px;
  position: relative;
}
.sidebar-social a:hover {
  top: -2px;
}
.sidebar-social a img {
  display: inline-block;
}


/* Twitter widget */
.tweet{float:left;}
.tweet_list{float:left;}
ul.tweet_list li{
  padding-left:0;
  padding-right:0;
  background-image:none;
}
.widget ul li a.tweet_avatar{float:left;
  margin:5px 5px 0 0;
}
.widget ul li span.tweet_text{line-height:12px;}
.widget ul li span.tweet_text a{line-height:12px;
}


/* Flickr widget */

#flickr-wrap{float:left;
  width:100%;
  margin:0;
}
#flickr-wrap li{float:left;
  width:auto;
  margin:0;
  padding:5px 0 5px 0;
  background-image:none;
}
#flickr-wrap li a{float:left;}
#flickr-wrap li a img{float:left;
  margin:0 7px 0 7px;
}


/* my video widget */
.vid-widget {float:left;
  width:100%; 
  padding:5%;
  background:#212429;
  border: solid 1px #27292d;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom:26px;
}

.vid-widget .widget-title {
  font-size: 24px;
  line-height: 24px;
  padding: 0px 0 10px 0;
  margin-bottom:0px;
}
.tz_video{width:100%;
  position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.tz_video iframe,  
.tz_video object,  
.tz_video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tz_video_desc{
  margin-top:10px;
  margin-bottom:0;
  float:left;
  width:100%;
}

/* Search Widget */

.widget_search{
  margin-bottom:26px;
  padding:0;            
  background:transparent;
  border:none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width:100%;
}
.widget_search form,
.widget_search fieldset { margin: 0; }   
/*-----------------------*/
@media (max-width: 479px) {
.widget_search form{float:left;
  width:100%;
  height:40px;
  background:url('images/menu-search1.png') no-repeat left top;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow:none;
}
.widget_search #s {float:left;
  max-width:180px;
  height:32px;
  color: #a4a4a4;
  font-size:14px;
  line-height:32px;
  padding:4px 10px 3px 10px;
  border:none;
  background:none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow:none;
}
.widget_search #s-submit {float:left;
  width:40px;
  height:31px;
  cursor:pointer;
  border:none;
  background:none;
  padding:0;
}
}
/*-----------------------*/
@media (min-width: 481px) and (max-width: 767px) {
.widget_search form{float:left;
  width:147px;
  height:23px;
  background:url('images/menu-search3.png') no-repeat left top;
  border:none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow:none;
}
.widget_search #s {float:left;
  width:87px;
  height:18px;
  color: #a4a4a4;
  font-size:12px;
  line-height:18px;
  padding:3px 5px 2px 5px;
  border:none;
  background:none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow:none;
}
.widget_search #s-submit {float:right;
  width:20px;
  height:23px;
  cursor:pointer;
  border:none;
  background:none;
  padding:0;
}
}
/*-----------------------*/
@media (min-width: 768px) and (max-width: 979px) {
.widget_search form{float:left;
  width:228px;
  height:35px;
  background:url('images/menu-search2.png') no-repeat left top;
  border:none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow:none;
}
.widget_search #s {float:left;
  width:132px;
  height:24px;
  color: #a4a4a4;
  font-size:14px;
  line-height:24px;
  padding:4px 10px 3px 10px;
  border:none;
  background:none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow:none;
}
.widget_search #s-submit {float:right;
  width:35px;
  height:31px;
  cursor:pointer;
  border:none;
  background:none;
  padding:0;
}
}

/*-----------------------*/
@media (min-width: 979px) {
.widget_search form{float:left;
  width:100%;
  height:46px;
  background:url('images/menu-search1.png') no-repeat left top;
  border:none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow:none;
}                  
.widget_search #s {float:left;
  width:180px;
  height:38px;
  color: #a4a4a4;
  font-size:14px;
  line-height:32px;
  padding:4px 10px 3px 10px;
  border:none;
  background:none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow:none;
}
.widget_search #s-submit {float:right;
  width:40px;
  height:31px;
  cursor:pointer;
  border:none;
  background:none;
  padding:0;
}
}

/* Recent and popular post widget */
#recent-widget{float:left;
  width:100%; 
  padding:0;
  background:#212429;
  border: solid 1px #27292d;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom:26px;
  position:relative;
}
#recent-widget .taby{float:left;
  width:100%;
  list-style:none;
  margin:0;
}

@media (min-width: 480px) and (max-width: 767px){
#recent-widget .taby li{float:left;width:100%;}
}
@media (min-width: 767px){
#recent-widget .taby li{float:left;width:33.3333%;}
}

#recent-widget .taby li a{float:left;
  font-size:14px;
  line-height:22px;
  color:#ffffff;
  padding:9px 0px 9px 0px;
  background:#d67b45;
  text-decoration:none;
  cursor:pointer;
  font-family: 'Montserrat', sans-serif;
}
#recent-widget .taby li a:hover{
  background:#b42c39;
}
#recent-widget .taby li a.active{
  background:transparent;
  color:#ffffff;
}
#id-tab-posts{width:100%;text-align:center;}
#id-tab-comments{width:100%;text-align:center;}
#id-tab-tags{width:100%;text-align:center;}

#tab-posts{float:left;
  width:100%;
  margin:0;
  padding-bottom:10px;
}
#tab-posts li{float:left;
  width:98%;
  padding:0 2% 0 2%;
  margin:8px 0 0 0;
}
#tab-posts li .right-recent{float:left;
  width:70%;
  padding-left:2px;
  margin:0;
}
#tab-posts li p{float:left;
  margin:0;
  color:#8ea2c3;
  font-size:14px;
}
#tab-posts li p a{
  color:#ffffff;
}
#tab-posts li p span{ color:#8ea2c3;
}
.tab-img-thumb{float:left;
  width:50px;
  height:50px;
  margin:4px 5px 0 4px;              
}
.tab-img-thumb img{float:left;
  width:50px;
  height:50px;
}
.tab-link{float:left;
  width:100%;
  font-size:16px;
  line-height:18px;
  font-weight:normal;
  color:#ffffff;
  text-decoration:none;         
}
.tab-link:hover{color:#ffffff;}

#tab-popular{float:left;
  width:100%;
  background:#101010;
  margin:0;
  position:absolute;
  top:40px;
  left:3px;
  display:none;
}
#tab-comments{float:left;
  width:100%;
  background:transparent;
  margin:0;
  display:none;
}
#tab-comments li{float:left;
  width:92%;
  padding:4%;
  background:transparent;
}
#tab-comments li:nth-child(2n){
  background:#d67b45;
}
#tab-comments li a{float:left;
  width:100%;
  color:#ffffff;
  font-size:16px;
  font-weight:bold;
}
#tab-comments li p{float:left;
  width:100%;
  color:#ffffff;
  font-size:14px;
  margin:0;
}
#tab-comments li:nth-child(2n) a{
  color:#ffffff;
}
#tab-comments li:nth-child(2n) p{
  color:#ffffff;
}

#tab-tags{float:left;
  width:96%;
  padding:0 4px 10px 4px;
  margin:0;
  display:none;
}

#tab-tags a {
  float: left;
  font-size:16px!important;
  padding: 5px 10px 5px 10px;
  margin-right: 10px;
  margin-top: 10px;
  color:#8ea2c3;
  padding: 5px 10px 5px 10px;
  border: solid 1px #27292d;
  background: #212429;
  font-size: 15px;
  font-weight: normal;
}
#tab-tags a:hover {
  color: #ffffff;
  border: solid 1px #212429;
  background: #27292d;
  text-decoration: none;
}

/* Tag cloud */

.tagcloud a {
  float: left;
  color: #adadad;
  font-size:18px!important;
  margin: 6px;
}
.tagcloud a:hover {
}


#wp-calendar{float:left;
  width:100%;
}
#wp-calendar tr td{text-align:center;
}
#wp-calendar tr td#today, #wp-calendar tr td a{font-weight:bold;
}

/* Code / Pre  ------------------------------*/

pre {
    background: url(images/pre_bg.gif) repeat;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 18px 20px 15px 20px;
    line-height: 19px;
    overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
    overflow-Y: hidden;
    color: #555555;
    margin: 0 0 20px 0;
    font-size: 11px;
    font-family: normal normal normal 11px/19px Consolas, 'Andale Mono', Courier, 'Courier New', monospace;
}


/*-----------------------------------------------------------------------------------*/
/*	13.	Breadcrumbs
/*-----------------------------------------------------------------------------------*/

#breadcrumb {
    width:100%;
    padding: 0px 0 0px 0;
    float: left;
    font-weight:bold;
    margin-bottom:18px;
    color:#e7af44;
    text-transform:uppercase;
    font-family: 'Montserrat', sans-serif;
}
#breadcrumb a {
    color: #e7af44;
    border: none;
    text-decoration:underline;
    float:left;
}
#breadcrumb a:hover { color: #e7af44;
  text-decoration:none;
 }
#breadcrumb strong { font-weight: normal }
#breadcrumb span {display:inline;
  float:left;        
  height:17px;
  margin:0 5px 0 5px;
}


/*-----------------------------------------------------------------------------------*/
/*	14.	Home Page Template
/*-----------------------------------------------------------------------------------*/

.homepage-main-title{float:left;
  width:100%;
  color:#ffffff;
  font-size:30px;
  line-height:34px;
  margin-bottom:30px;                    
}
.home-featured{	
	float:left;
  	width:100%;              
  	margin-top: 10px;
  	font-size: 16px;
  	line-height: 18px;
}
               
.home-featured-box{float:left;
  width:30%;
  margin: 10px 3% 40px 0px;
}
.home-featured .home-featured-box:last-child{
  margin-right:0;
}

.homepage-title{
  width: 100%;
  color: #8baa39;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  padding:0;
  margin-bottom: 20px;
  vertical-align:middle;
}
.homepage-title img{
	margin: 0 5px -10px 0;
}

.homepage-excerpt{
	float: left;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
}

.home-featured-box-price {float:left;
  margin-top:5px;
  color:#96abce;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 28px;
}
.home-featured-box-price span{
  font-weight:normal;                        
}

.cookie-btn {
    text-align: center;
    color: #212429;
    font-size: 14px;
    line-height: 18px;
    text-transform: lowercase;
    padding: 5px 10px;
    background: #8baa39;
    margin-top: -5px;
	margin-left: 10px;
}

.home-read-more{float:right;
  text-align:center;
  color:#212429;
  font-size:14px;
  line-height:18px;
  text-transform:lowercase;
  padding: 5px 10px;
  background:#8baa39;
  margin-top: -5px;             
}
.home-read-more:hover {
  background: #e7af44;
  color: #000000;
  text-decoration:none;
}

/*-----------------------------------------------------------------------------------*/
/*	15.	Contact Template
/*-----------------------------------------------------------------------------------*/

.screenReader { left: -9999px; position: absolute; top: -9999px; }
.error{float:left;
  color:red;
  margin-left:10px;
}
.name_error, .message_error{display:none;
  float:left;
  color:red;
  margin:0 0 10px 0px;
  width:100%; 
}
.email_error{display:none;
  float:left;
  color:red;
  margin:0 0 10px 0px;
  width:100%;
}
.contact-thanks{float:left;
  width:100%;
  margin:10px 0 10px;
  color:red;
}
#contacts{float:left;
  width:100%;
  margin-top:15px;
}

#contacts h3{float:left;
  width:100%;
  font-size:24px;
  line-height:24px;
  margin-bottom:20px;
}
#contacts p {margin-bottom:3px;}
@media (max-width: 767px) {
#contacts .cont-l{float:left;
  width:100%;
  font-size:18px;
  font-weight:bold;                 
}
#contacts .cont-r{float:left;
  width:100%;
  font-size:18px;
}
}
@media (min-width: 768px) {
#contacts .cont-l{float:left;
  width:30%;
  font-size:18px;
  font-weight:bold;                 
}
#contacts .cont-r{float:right;
  width:55%;
  font-size:18px;
}
}

#contactForm{float:left;
  margin-top:55px;
}
#contact-form{float:left;
  width:100%;
}
#contact-form h3{float:left;
  width:100%;
  color:#333333;
  font-size:28px;
  line-height:24px;
  margin-bottom:20px;
}
#contact-form label{float:left;
  font-size:18px;
  line-height:24px;
  margin:10px 0 10px 0;
}
#contact-form label.first-label{
  margin:0px 0 10px 0;
}
.cf-left input{float:left;
  width:96%;
  padding:2%;
  background:#f5f5f5;
  border:solid 1px #c9c9c9;  
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;      
}
.cf-right textarea{float:left;
  width:96%;
  height:202px;
  padding:2%;
  background:#f5f5f5;
  border:solid 1px #c9c9c9;  
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;      
}
.cf-right input[type="submit"]{float:right;
  color:#000000;
  font-size:19px;
  line-height:30px;
  margin-top:10px;
  padding:3px 20px 0 20px;
  background:#f5f5f5;
  border:solid 1px #c9c9c9;  
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;       
  cursor:pointer;  
}
#cf-right input[type="submit"]:hover{
  color:#ffffff;
  background:#c9c9c9;
  border:solid 1px #f5f5f5;   
}

/*-----------------------------------------------------------------------------------*/
/*	16.	Gallery template
/*-----------------------------------------------------------------------------------*/

.gallery-thumb.sortable-thumb{
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box;
  -ms-box-sizing:content-box;
  box-sizing:content-box;
}







.gallery-img-wrap{float:left;
  margin:0 0px 30px 0px;
  background:url('images/gallery-shadow.png') no-repeat left bottom;                  
}

.gallery-thumb{float:left;
  width:100%
  background:#000000;                  
  position:relative;
  z-index:1000;
  border:solid 3px #ececec;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;
}

.gallery-thumb img{float:left;
   width:100%;
}

/*-- min-width: 979px --*/
@media (min-width: 979px) {
/*four columns*/
.gallery-thumb a.gall-thumb-img{float:left;
  width:59px;
  height:59px;
  background:url('images/ico-gall-zoom.png') no-repeat left top;
  position:absolute;
  left:50%;
  top: 50%;
  margin:-29px 0 0 -65px!important;
}
.gallery-thumb a.gall-thumb-link{float:left;
  width:59px;
  height:59px;
  background:url('images/ico-gall-link.png') no-repeat left top;
  position:absolute;
  left:50%;
  top: 50%;
  margin:-29px 0 0 6px!important;  
}
.gallery-thumb a.gall-thumb-link-one{float:left;
  width:59px;
  height:59px;
  background:url('images/ico-gall-zoom.png') no-repeat left top;
  position:absolute;
  left:50%;
  top: 50%;
  margin:-29px 0 0 -29px;  
}
/*two columns*/
.gallery-thumb.two-columns-gallery a.gall-thumb-img{
  left:50%!important;
  top: 50%!important;
  margin:-29px 0 0 -65px!important;                                                 
}
.gallery-thumb.two-columns-gallery a.gall-thumb-link{
  left:50%!important;
  top: 50%!important;
  margin:-29px 0 0 6px!important;                              
}
.gallery-thumb.two-columns-gallery a.gall-thumb-link-one{
  left:50%!important;
  top: 50%!important;
  margin:-29px 0 0 -29px!important;                                  
}
}
/*-------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {
/*four columns*/
.gallery-thumb a.gall-thumb-img{float:left;
  width:59px;
  height:59px;
  background:url('images/ico-gall-zoom.png') no-repeat left top;
  position:absolute;
  left:15px;
  top: 20px;
}
.gallery-thumb a.gall-thumb-link{float:left;
  width:59px;
  height:59px;
  background:url('images/ico-gall-link.png') no-repeat left top;
  position:absolute;
  left:82px;
  top: 20px;
}
.gallery-thumb a.gall-thumb-link-one{float:left;
  width:59px;
  height:59px;
  background:url('images/ico-gall-zoom.png') no-repeat left top;
  position:absolute;
  left:50px;
  top: 20px;
}
/*two columns*/
.gallery-thumb.two-columns-gallery a.gall-thumb-img{
  left:50%!important;
  top: 50%!important;
  margin:-24px 0 0 -65px!important;                                                 
}
.gallery-thumb.two-columns-gallery a.gall-thumb-link{
  left:50%!important;
  top: 50%!important;
  margin:-24px 0 0 6px!important;                              
}
.gallery-thumb.two-columns-gallery a.gall-thumb-link-one{
  left:148px!important;
  top: 80px!important;                                  
}
}
/*-------------------------------------*/
@media (max-width: 767px) {
/*four columns*/
.gallery-thumb a.gall-thumb-img{float:left;
  width:59px;
  height:59px;
  background:url('images/ico-gall-zoom-small.png') no-repeat left top;
  position:absolute;
  left:16px;
  top: 15px;
}
.gallery-thumb a.gall-thumb-link{float:left;
  width:59px;
  height:59px;
  background:url('images/ico-gall-link-small.png') no-repeat left top;
  position:absolute;
  left:53px;
  top: 15px;
}
.gallery-thumb a.gall-thumb-link-one{float:left;
  width:59px;
  height:59px;
  background:url('images/ico-gall-zoom-small.png') no-repeat left top;
  position:absolute;
  left:35px;
  top: 80px;
}
/*two columns*/
.gallery-thumb.two-columns-gallery a.gall-thumb-img{
  left:50%!important;
  top: 50%!important;
  margin:-17px 0 0 -35px!important;                                                 
}
.gallery-thumb.two-columns-gallery a.gall-thumb-link{
  left:50%!important;
  top: 50%!important;              
  margin:-17px 0 0 3px!important;                
}
.gallery-thumb.two-columns-gallery a.gall-thumb-link-one{
  left:93px!important;
  top: 48px!important;                                  
}
}
 
@media (max-width: 480px) {
/*four columns*/ 
.gallery-thumb a.gall-thumb-img{float:left;
  width:59px;
  height:59px;
  background:url('images/ico-gall-zoom.png') no-repeat left top;
  position:absolute;
  left:42px;
  top: 40px;
}
.gallery-thumb a.gall-thumb-link{float:left;
  width:59px;
  height:59px;
  background:url('images/ico-gall-link.png') no-repeat left top;
  position:absolute;
  left:110px;
  top: 40px;
}
.gallery-thumb a.gall-thumb-link-one{float:left;
  width:59px;
  height:59px;
  background:url('images/ico-gall-zoom.png') no-repeat left top;
  position:absolute;
  left:80px;
  top: 40px;
}
/*two columns*/
.gallery-thumb.two-columns-gallery a.gall-thumb-img{
  left:50%!important;
  top: 50%!important;
  margin:-24px 0 0 -65px!important;                                                 
}
.gallery-thumb.two-columns-gallery a.gall-thumb-link{
  left:50%!important;
  top: 50%!important;
  margin:-24px 0 0 6px!important;                              
}
.gallery-thumb.two-columns-gallery a.gall-thumb-link-one{
  left:50%!important;
  top: 50%!important;
  margin:-24px 0 0 -24px!important;                                   
}
}
.gallery-thumb a.gall-thumb-img:hover{opacity:0.5!important;}
.gallery-thumb a.gall-thumb-link:hover{opacity:0.5!important;}
.gallery-thumb a.gall-thumb-link-one:hover{opacity:0.5!important;}

/*-----------------------------------------------------------------------------------*/
/*	16.	Gallery template
/*-----------------------------------------------------------------------------------*/

.gallery-thumb img{float:left;
   width:100%;
}

/*-- min-width: 979px --*/
@media (min-width: 979px) {
/*four columns*/
.gallery-thumb.home-thumb a.gall-thumb-img{float:left;
  width:59px;
  height:59px;
  background:url('images/ico-gall-zoom.png') no-repeat left top;
  position:absolute;
  left:50%;
  top: 50%;
  margin:-29px 0 0 -65px;
}
.gallery-thumb.home-thumb a.gall-thumb-link{float:left;
  width:59px;
  height:59px;
  background:url('images/ico-gall-link.png') no-repeat left top;
  position:absolute;
  left:50%;
  top: 50%;
  margin:-29px 0 0 6px;
}
.gallery-thumb.home-thumb a.gall-thumb-link-one{float:left;
  width:59px;
  height:59px;
  background:url('images/ico-gall-zoom.png') no-repeat left top;
  position:absolute;
  left:50%;
  top: 50%;
  margin:-29px 0 0 -29px;
}
}
/*-------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {
/*four columns*/
.gallery-thumb.home-thumb a.gall-thumb-img{float:left;
  width:59px;
  height:59px;
  background:url('images/ico-gall-zoom.png') no-repeat left top;
  position:absolute;
  left:15px;
  top: 50%;
  margin-top:-29px;
}
.gallery-thumb.home-thumb a.gall-thumb-link{float:left;
  width:59px;
  height:59px;
  background:url('images/ico-gall-link.png') no-repeat left top;
  position:absolute;
  left:82px;
  top: 50%;
  margin-top:-29px;
}
.gallery-thumb.home-thumb a.gall-thumb-link-one{float:left;
  width:59px;
  height:59px;
  background:url('images/ico-gall-zoom.png') no-repeat left top;
  position:absolute;
  left:50px;
  top: 50%;
  margin-top:-29px;
}
}
/*-------------------------------------*/
@media (max-width: 767px) {
/*four columns*/
.gallery-thumb.home-thumb a.gall-thumb-img{float:left;
  width:59px;
  height:59px;
  background:url('images/ico-gall-zoom-small.png') no-repeat left top;
  position:absolute;
  left:16px;
  top: 50%;
  margin-top:-17px;
}
.gallery-thumb.home-thumb a.gall-thumb-link{float:left;
  width:59px;
  height:59px;
  background:url('images/ico-gall-link-small.png') no-repeat left top;
  position:absolute;
  left:53px;
  top: 50%;
  margin-top:-17px;
}
.gallery-thumb.home-thumb a.gall-thumb-link-one{float:left;
  width:59px;
  height:59px;
  background:url('images/ico-gall-zoom-small.png') no-repeat left top;
  position:absolute;
  left:35px;
  top: 50%;
  margin-top:-17px;
}
}
 
@media (max-width: 480px) {
/*four columns*/ 
.gallery-thumb.home-thumb a.gall-thumb-img{float:left;
  width:59px;
  height:59px;
  background:url('images/ico-gall-zoom.png') no-repeat left top;
  position:absolute;
  left:42px;
  top: 50%;
  margin-top:-29px;
}
.gallery-thumb.home-thumb a.gall-thumb-link{float:left;
  width:59px;
  height:59px;
  background:url('images/ico-gall-link.png') no-repeat left top;
  position:absolute;
  left:110px;
  top: 50%;
  margin-top:-29px;
}
.gallery-thumb.home-thumb a.gall-thumb-link-one{float:left;
  width:59px;
  height:59px;
  background:url('images/ico-gall-zoom.png') no-repeat left top;
  position:absolute;
  left:80px;
  top: 50%;
  margin-top:-29px;
}
}
/* end our works gallery */


/*-----------------------------------------------------------------------------------*/
/*	17.	Footer Gallery 
/*-----------------------------------------------------------------------------------*/

.page-gallery-thumb{float:left;
                     
}
.page_gall_link{
  float: left;
  width: 71px;
  height: 23px;
  margin: 0px 56px 10px 0;
  background: url('images/show-all-button.png') no-repeat left top;
}
.page_gall_link:hover{
  background:url('images/show-all-button.png') no-repeat left bottom;
}



.page-gallery-thumb{float:left;
  margin:0px 0px 0px 0px;
  background:#000000;                  
  position:relative;
  z-index:1000;
}
.page-gallery-thumb img{float:left;
  width:100%;
}

.page-gallery-thumb a.page-thumb-img{float:left;
  width:34px;
  height:34px;
  background:url('images/ico-gall-zoom-small.png') no-repeat left top;
  position:absolute;
  left:50%;
  top:50%;
  margin:-17px 0 0 -37px;
}
.page-gallery-thumb a.page-thumb-link{float:left;
  width:34px;
  height:34px;
  background:url('images/ico-gall-link-small.png') no-repeat left top;
  position:absolute;
  left:50%;
  top:50%;
  margin:-17px 0 0 3px;
}
.page-gallery-thumb a.page-thumb-link-one{float:left;
  width:34px;
  height:34px;
  background:url('images/ico-gall-zoom-small.png') no-repeat left top;
  position:absolute;
  left:50%;
  top:50%;
  margin:-17px 0 0 -17px; 
}
.page-gallery-thumb a.page-thumb-link-img:hover{opacity:0.5!important;}
.page-gallery-thumb a.page-thumb-link:hover{opacity:0.5!important;}
.page-gallery-thumb a.page-thumb-link-one:hover{opacity:0.5!important;}

@media (max-width: 480px) {
.page-gallery-thumb{
  margin:0 10px 10px 0;
}
.foot-gallery .span2{float:left;
  width:150px;
}
}
/*-----------------------------------------------------------------------------------*/
/*	18.	404 page 
/*-----------------------------------------------------------------------------------*/

.title-404{float:left;
  width:100%;
  text-align:center;
  color:#7c7c7c;
  font-size:70px;
  line-height:80px;
  margin:50px 0 50px 0;
}
.content-404{float:left;
  width:100%;
  text-align:center;
  color:#7c7c7c;
  font-size:16px;
  line-height:24px;
  margin-bottom:60px;
}
.content-404 a{font-weight:bold;}

@media (max-width: 767px) {
#searchform-404{
  margin:auto;
  width:250px;
  height:32px;  
}
#searchform-404 fieldset{
  width:250px;
  height:32px;
  background:url('images/search2-404.png') no-repeat left top; 
   
}
#searchform-404 input[type="text"]{float:left;
  width:180px;
  padding:9px 15px 9px 15px;
  border:none;
  background:transparent;
  font-size:14px;
  line-height:14px;                
}
#searchform-404 input[type="submit"]{float:left;
  width:40px;
  height:32px;
  padding:0px;
  cursor:pointer;
  border:none;
  background:transparent;
}
}

@media (min-width: 768px) {
#searchform-404{
  margin:auto;
  width:395px;
  height:50px;  
}
#searchform-404 fieldset{
  width:395px;
  height:50px;
  background:url('images/search-404.png') no-repeat left top; 
   
}
#searchform-404 input[type="text"]{float:left;
  width:300px;
  padding:15px 15px 15px 15px;
  border:none;
  background:transparent;
  font-size:20px;
  line-height:20px;                 
}
#searchform-404 input[type="submit"]{float:left;
  width:60px;
  height:50px;
  padding:0px;
  cursor:pointer;
  border:none;
  background:transparent;
}

}

.ppaaggeess{padding:30px 0 30px 0;}
@media (max-width: 479px) {
#pages-404{
  width:100%;
  margin:0 auto 60px auto;     
}
}
/*-----------------------*/
@media (min-width: 481px) and (max-width: 767px) {
#pages-404{
  width:60%;
  margin:0 auto 60px auto;     
}
}
@media (min-width: 768px) {
#pages-404{
  width:30%;
  margin:0 auto 60px auto;     
}
}

#pages-404 h3{
  margin-bottom:15px;
  margin-left:30px;          
}

#pages-404 ul{float:left;
  margin-bottom:0;          
}
#pages-404 ul a{color:#6b6b6b;
  padding-left:10px;
  background:url('images/ico-page.png') no-repeat left 3px; 
}
#pages-404 ul a:hover{color:#ffffff;}
#pages-404 ul li{float:left;
  width:100%        
    
}
#pages-404 ul ul{float:left;          
}

/*-----------------------------------------------------------------------------------*/
/*	19. Google map  
/*-----------------------------------------------------------------------------------*/
/*-----------------------*/
@media (max-width: 479px) {
#g-map{
  width:100%;
  height:205px; 
}
}
/*-----------------------*/
@media (min-width: 481px) and (max-width: 767px) {
#g-map{
  width:460px;
  height:226px; 
}
}
/*-----------------------*/
@media (min-width: 768px) and (max-width: 979px) {
#g-map{
  width:724px;
  height:357px; 
}
}

/*-----------------------*/
@media (min-width: 979px) {
#g-map{
  width:940px;
  height:444px; 
}
}

#g-map{float:left;
  position:relative;
  background:white;
  padding:0px;
  -webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.17); 
  overflow:hidden;  
  margin-bottom:20px;   
}
#g-map iframe{position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100;
}


/*-----------------------------------------------------------------------------------*/
/*	20. Sitemap page 
/*-----------------------------------------------------------------------------------*/
.pages-sitemap{       
}
.pages-sitemap h3{
  margin-bottom:15px;
  margin-left:0px;          
  color:#ffffff;
}

.pages-sitemap ul{float:left;
  width:90%;
  margin-left:10%; 
  margin-bottom:0;
  color:#6b6b6b;          
}
.pages-sitemap ul a{color:#6b6b6b;
  padding-left:10px;
  background:url('images/ico-page.png') no-repeat left 3px; 
}
.pages-sitemap ul a:hover{color:#ffffff;}
.pages-sitemap ul li{float:left;
  width:100%        
    
}
.pages-sitemap ul ul{float:left;          
}

.pages-sitemap ul .wp-tag-cloud li a{
  font-size:16px!important;
}

/*-----------------------------------------------------------------------------------*/
/*	21. Search page 
/*-----------------------------------------------------------------------------------*/

h1#search-full{font-size:40px;
  color:#7c7c7c;
  margin-top:30px;
  margin-bottom:30px;          
        
}
h1#search-full img{
  margin-right:10px;          
        
}


.search-more{float:left;
  width:68px;
  height:23px;
  z-index:400;
  margin:0px 0 10px 0px;
  background:url('images/more-small.png') no-repeat 50% top;
}
.search-more:hover{
  background:url('images/more-small.png') no-repeat 50% bottom;
  text-decoration:none;
}

/* Sortable portfolio */

/*- FILTER OPTIONS -*/
ul#filterOptions {float:left;
  width: 100%;
  margin: 20px 0 18px 0;
}
ul#filterOptions li { float: left;
  height: 32px;
  margin-right: 2px;
  margin-bottom: 2px
}
ul#filterOptions li a {
  height: 30px;
  padding: 0 20px;
  border: 1px solid #999;
  background: #cfcfcf;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  text-decoration: none;
  display: block;
}
ul#filterOptions li a:hover {
  background: #c9c9c9;
}
ul#filterOptions li.active a {
  background: #999;
}

/*- OUR DATA HOLDER -*/
ul.ourHolder {margin:0;
  width: 100%;
  height: auto;
  overflow:hidden;
}

@media (max-width: 479px) {
ul.ourHolder li.item {
  float: left;
  width: 90%;
  margin: 0 5% 0 5%;
  text-align: center;
  overflow:hidden;
}}
/*-----------------------*/
@media (min-width: 481px) {
ul.ourHolder li.item.item-four {
  float: left;
  width: 23%;
  margin: 0 1% 0 1%;
  text-align: center;
  overflow:hidden;
}
ul.ourHolder li.item.item-two {
  float: left;
  width: 48%;
  margin: 0 1% 0 1%;
  text-align: center;
  overflow:hidden;
}

}



ul.ourHolder li.item img {float:left;
}

table.contactForm tr td:first-child {
	min-width: 100px;
	vertical-align: top;
	padding-top: 7px
}

.required {
	margin-left: 5px;
	position: absolute;
}

input[type=submit] {
	font-weight: bold;
	color: black;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input[type=submit]:hover {
	color: #96abce;
}

.row-fluid .span8 {
	width: 940px;
}

h4 {
	line-height: 34px
}

.shopItem {
	padding-top: 10px;
	color: black;
}

.shopItem .wp-caption {
	margin: 0 20px 0 20px;
}

.shopItem table {
	margin: 0;
}

.shopItem .su-box-content {
	padding: 1px 15px 1px 15px;
}