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

	Theme Name: Zconet
  Theme URI: http://zconet.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-color:#eaeaea;
text-align: justify;
}

body,
input,
textarea {
	font-size: 14px;
  font-family: 'Telex', sans-serif;
  line-height:18px;
	color: #4a4a4a; 
  -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: #000000;
}

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

.left { float: left }

.right { float: right }

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

.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 img { vertical-align: bottom; }

.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-weight: normal;
	padding: 0;
}

h1 {
	font-size:20px;
  line-height:28px;
  color:#262626;
  font-family: 'Concert One', cursive;
}

h2 {
	font-size:20px;
  line-height:28px;
  color:#262626;
  font-family: 'Concert One', cursive;
}

h3 {
	font-size: 18px;
	line-height: 26px;
  color:#262626;
  font-family: 'Concert One', cursive;
}

h4 {
	font-size: 14px;
	line-height: 18px;
  color:#262626;
  font-family: 'Concert One', cursive;
}

h5 {
	font-size: 12px;
	line-height: 18px;
  font-family: 'Concert One', cursive;
}

h6 {
	font-size: 10px;
	line-height: 16px;
  font-family: 'Concert One', cursive;
}

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

.entry-title {
    margin-top: 18px;
}
/*-----------------------------------------------------------------------------------*/
/*	2.	Structure
/*-----------------------------------------------------------------------------------*/

#home-wrapper{width:100%;
  height:100%;
  background:url('images/home-bg-patternss.png') repeat-x left top;
}
#wrapper{width:100%;
  height:100%;
  background:url('images/bg-patterns.png') repeat-x left top;
}

#content   { float:left;
  width: 100%;
  background-color:transparent;
  padding-top:30px;
  margin-top:2px;
}
	
#sidebar {
	float: right;
	width: 100%;
  margin-top:18px;
}

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


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

.top-line{
  background:#f5f5f5;
  border-bottom:solid 1px #efefef;
}

#top-searchform{float:left;
  width:184px;
  height:20px;
  background:url('images/top-search.png') no-repeat left top;                
  margin-top:24px;
}
#top-searchform #s{float:left;
  width:126px;
  height:16px;
  border:none;
  background:none;
  font-size:12px;
  line-height:16px;
  padding:2px 8px 2px 8px;
  color:#adadad; 
}
#top-searchform #top-submit{float:left;
  width:40px;
  height:20px;
  border:none;
  background:none;
  padding:0;
  cursor:pointer;                
}
#top-socials{float:right;
  margin:23px 8px 0 0;
}

#ico-facebook{float:left;
  width:22px;
  height:22px;
  margin-left:0px;
  background:url('images/common/socials.png') no-repeat 0px top;
  opacity:0.5;
}
#ico-facebook:hover{
  background:url('images/common/socials.png') no-repeat 0px bottom;
  opacity:1;
}
#ico-google{float:left;
  width:22px;
  height:22px;
  margin-left:8px;
  background:url('images/common/socials.png') no-repeat -22px top;
  opacity:0.5;
}
#ico-google:hover{
  background:url('images/common/socials.png') no-repeat -22px bottom;
  opacity:1;
}
#ico-rss{float:left;
  width:22px;
  height:22px;
  margin-left:8px;
  background:url('images/common/socials.png') no-repeat -44px top;
  opacity:0.5;
}
#ico-rss:hover{
  background:url('images/common/socials.png') no-repeat -44px bottom;
  opacity:1;
}
#ico-twitter{float:left;
  width:22px;
  height:22px;
  margin-left:8px;
  opacity:0.5;
  background:url('images/common/socials.png') no-repeat -66px top;
}
#ico-twitter:hover{
  background:url('images/common/socials.png') no-repeat -66px bottom;
  opacity:1;
}

.header {
  background:#ffffff;
  padding-top: 7px;
}


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

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


/*-----------------------------------------------------------------------------------*/
/*	4.	Navigation & Menus
/*-----------------------------------------------------------------------------------*/

@media (min-width: 979px) {

.logo3{
/* width:23.404255319148934%; */
width:16%;
  float:left;
}
.logo4{
/* width:23.404255319148934%; */
width:16%;
  float:left;
}
.nav9{
/* width:74.46808510638297%;*/
  width: 67%;
 /* float:right;*/
float:left;
margin-left: 7px;
}
#primary-nav { /* float:right;*/
float:left;
}
#primary-nav ul {float:left;
	margin:40px 0 20px 0;
	padding: 0;
	list-style: none;
}
#p-n{display:none!important;
}

}

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

.logo3{width:23.404255319148934%;
  margin:auto;
}
.logo4{width:23.404255319148934%;
  margin:auto;
}
.nav9{width:100%;
  float:right;
}
#primary-nav {float:right;
  width:100%;
}
#primary-nav ul {float:left;
	margin:0px 0 20px 0;
	padding: 0;
	list-style: none;
}
#p-n{display:none;
}
}
/*-------------------------------------*/
@media (max-width: 767px) {

.logo3{width:152px;margin:auto;}
.logo4{width:152px;margin:auto;}
.nav9{width:100%;float:right;}

#primary-nav {display:none;
  float:right;
  width:100%;
}
#primary-nav ul {float:left;
	margin:0px 0 20px 0;
	padding: 0;
	list-style: none;
}

#p-n{float:left;
  width:100%; 
  margin:0px 0 20px 0;   
}
.navig{float:left;
  width:60%;
  margin:0 10% 0 10%;
  padding: 5px 10% 5px 10%;
  text-align:center;
  cursor:pointer;
  background: #393939; /* Old browsers */
  background: -moz-linear-gradient(top, #393939 1%, #030404 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#393939), color-stop(100%,#030404)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #393939 1%,#030404 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #393939 1%,#030404 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #393939 1%,#030404 100%); /* IE10+ */
  background: linear-gradient(to bottom, #393939 1%,#030404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393939', endColorstr='#030404',GradientType=0 ); /* IE6-9 */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color:#ffffff;
  font-size: 18px; 
  line-height:20px;
  font-family: 'Concert One', cursive;
}
.navig:hover{text-decoration:none;
  color:white;      
}
#p-n .dropdown-menu{width:80%!important;
  left:10%!important;
  border:none;
  border-radius:0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background:#060606;   
  color:#ffffff;              
}
#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 20px 16px 20px;
  color: #ffffff;
}
#p-n .dropdown-menu li a:hover{
  text-decoration:underline;
  background:transparent;
}

}

/*  Styles for all sizes navigation  */

#primary-nav ul li {float:left;
  color: #ffffff;
  font-weight: normal;
  float: left;
  font-size: 18px; 
  line-height:20px;
  position:relative;
}
#primary-nav ul li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }
#primary-nav ul li a, #primary-nav ul li.pagenav {  
	padding: 5px 20px 5px 20px;
  color: #000000;
  float: left;
  font-size: 18px; 
  line-height:20px;
  font-family: 'Concert One', cursive;
}
 #primary-nav ul li a.active, #primary-nav ul li.pagenav:hover {
	text-decoration:none;
  background: #393939; /* Old browsers */
background: -moz-linear-gradient(top, #393939 1%, #030404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#393939), color-stop(100%,#030404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #393939 1%,#030404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #393939 1%,#030404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #393939 1%,#030404 100%); /* IE10+ */
background: linear-gradient(to bottom, #393939 1%,#030404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393939', endColorstr='#030404',GradientType=0 ); /* IE6-9 */
  color:#ffffff;
}
#primary-nav ul li a:hover{
/* background: #393939; */
background: #14c148;
color: #FFFFFF;
text-decoration: none;
}

/* 2nd level skin */
#primary-nav ul li ul {float:left;
  position: absolute;
  left: 0px;
  top: 30px;
  display: none;
	/* background:#060606; */
background:#FFFFFF;
  margin:0;
  z-index:1000000;
}

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

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

#primary-nav ul ul li a {
float:left;
	font-size: 18px;
  line-height:20px;
	font-weight: normal;
	padding: 10px 20px 16px 20px;
  /* color: #ffffff; */
 color: #000000;
  min-width:190px;
}
#primary-nav ul ul li a:hover, #primary-nav ul 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:#232323; */
  background:#14c148;
}


#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;  
	background:#060606;
  margin:0;
  z-index:1000000;
  width: 230px;
  float:left;
}

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

#primary-nav ul ul ul li {
	background: none;
	border-bottom: 1px solid #232323;
  padding: 0;
}
#primary-nav ul ul ul li a {
  float: left;
  font-size: 18px;
  line-height:20px;
	font-weight: normal;
	padding: 10px 20px 16px 20px;
  color: #ffffff;
  min-width:190px;
}

/*-----------------------------------------------------------------------------------*/
/*	5.	Slider
/*-----------------------------------------------------------------------------------*/
.slider-wrap {
  background:#1e3048;
  padding:5px 0 20px 0;
  -webkit-box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.5);
	}
.slider-wrapper {
	width: 100%;
	}

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

#slider .liquid-slider-wrapper .liquid-slider{background:transparent;}

#slider .liquid-slider-wrapper .liquid-slider .panel img {width:96%;
  padding: 2%;
  background: url('images/img-bg.png') left top;
}

#slider .liquid-slider-wrapper .liquid-nav-right-arrow {
  width: 34px;
  height: 35px;
  background: url('images/arrow-right.png') no-repeat top left;
  margin-top: 0px;
  margin-right: 0px;
  position:absolute;
  padding:0;
  top:50%;
  right:0;
}
#slider .liquid-slider-wrapper .liquid-nav-right-arrow:hover {
background: url('images/arrow-right.png') no-repeat bottom left;
}
/*#slider:hover .liquid-slider-wrapper .liquid-nav-right-arrow{display:block;}
#slider:hover .liquid-slider-wrapper .liquid-nav-left-arrow{display:block;}*/
#slider .liquid-slider-wrapper .liquid-nav-left-arrow {
  width: 34px;
  height: 35px;
  background: url('images/arrow-left.png') no-repeat top left;
  margin-top: 0px;
  margin-left:0px;
  position:absolute;
  padding:0;
  top:50%;
  left:0;
  z-index:4000;
}
#slider .liquid-slider-wrapper .liquid-nav-left-arrow:hover {
  background: url('images/arrow-left.png') no-repeat bottom left;
}

#slider .nivo-captions{color:#ffffff;
  text-shadow: 1px 1px 1px #020303;
}
#slider .nivo-captions h2{color:#ffffff;
  font-family: 'Concert One', cursive;
  font-size:22px;
  line-height:22px;
  margin:0 0 10px 0;
  text-shadow: 1px 1px 1px #020303;                       
}

#slider .nivo-captions .slide-order{float:left;
  width:109px;
  height:35px;
  background: url('images/more-button.png') no-repeat left top;
}
#slider .nivo-captions .slide-order:hover{
  background: url('images/more-button.png') no-repeat left bottom;
}

/* slogan */
.slogan{
  /* background:#242424; */
  background:#14c148;
  border-top:solid 1px #4c535c;
  border-bottom:solid 1px #ffffff;
}
.slogan-text{width:100%;
  color:#ffffff;
  font-size:24px;
  line-height:58px;
  text-align:center;
  text-shadow: 1px 1px 1px #111212;
}

/*-----------------------------------------------------------------------------------*/
/*	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;
}

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: 12px; }

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;
}

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;
}

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

.wp-caption
.wp-caption-text {
	margin: 0;
	padding: 5px;
}

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

.gallery { margin: auto; }

.gallery-image {
	border: 2px solid #efefef;
	margin-left: 0;
}

.gallery-caption { margin-left: 0; }

.gallery-item {
	float: left;
	text-align: center;
	margin-left: 0;
}


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

.gallery-item {
	width: auto !important;
	float: left;
	margin:  10px 10px 0 0 !important;
}

.gallery-item img {
	margin: 0 !important;
	padding:  0 !important;
}

.gallery-item a {
	float: left;
	border: none !important;
	margin:  0 !important;
	padding: 0 !important;
}


input,
textarea,
button {
	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;
}


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

.page-title {float: left;
  width:100%;
  font-size: 26px;
  line-height: 30px;
  color: #000000;
  margin: 15px 0 0 0;
}

.entry-title a {
	float: left;
  width: 100%;
  padding: 0;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
}

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


.page-tagline {
	float: left;
	width: 500px;
	color: #6b96a8;
  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: #989898;
  padding: 3px 0px 3px 0px;
  background: transparent;
}

.entry-meta span{border-left:solid 1px #989898;padding:0 1px 0 3px;}
.entry-meta span:first-child{border-left:none;padding:0 1px 0 0px;}
.entry-meta a{text-decoration:underline;color:#989898;}
.entry-meta a:hover{text-decoration:none;color:#989898;}

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

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

/* Categories */

.cat-title,
.cat-title a {
	float: left;
  width: 100%;
  margin: 0 0 0px 0;
  padding: 0;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}

.cat-title a:hover { color: #000000;
  text-decoration:none;
}

.catpost-thumb {
  float: left;
  margin-bottom:14px;
  border: solid 1px #e1e1e1;
  padding: 7px;
  background: url('images/img-bg.png') left top;
  position: relative;
}
.catpost-thumb div {float:left;
background: #000000;
}
.catpost-thumb div a {float:left;
}
.catpost-thumb div a img {float:left;
  width:100%;
}
.postpage-more {
float: left;
width: 100%;
height: 23px;
position: absolute;
left: 0;
bottom: 0;
z-index: 40000;
margin: 0px 0 -12px 0px;
background: url('images/more-small.png') no-repeat 50% top;
}
.postpage-more:hover {
background: url('images/more-small.png') no-repeat 50% bottom;
}

.cat-meta {float:left;
  width:100%;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight:normal;
  margin: 0px 0 15px 0;
  color: #989898;
  padding: 3px 0px 3px 0px;
  background: transparent;
}
.cat-meta span{border-left:solid 1px #989898;padding:0 1px 0 3px;}
.cat-meta span:first-child{border-left:none;padding:0 1px 0 0px;}
.cat-meta a{text-decoration:underline;color:#989898;}
.cat-meta a:hover{text-decoration:none;color:#989898;}


/*-----------------------------------------------------------------------------------*/
/*	Tags line
/*-----------------------------------------------------------------------------------*/
.author-bio{float:left;
  background: #f9f9f9;
  color:#4a4a4a;
  border-top:solid 1px #ffffff;
  margin-top: 50px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;  
}
.author-avat{float:left;
padding: 20px;
  background:#f2f2f2;
  border:solid 1px #ffffff;  
  
}

.author-avat .avatar	{
	float: left;
  width:100%;
}
.author-info{float: left;
  width:90%;
  padding:20px 5% 20px 5%;
  background: #f9f9f9;
  color:#4a4a4a;
  text-shadow: 1px 1px 1px #ffffff;
}
.author-info h3{
  color:#9e9b99;
  text-shadow: 1px 1px 1px #ffffff;
}

.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;
  color:#949494;
  padding:5px 10px 5px 10px;
  border-left:solid 1px #fafafa;
  border-right:solid 1px #dddddd;
  background:#ededed;
  margin-right:10px;
}
.tag-item a:hover{background-color:#e7e7e7;
  text-decoration:none;
}

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

.respond-title{float:left;
  width:100%;
  font-weight:bold;
  color:#7c7c7c;
  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;
}

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

#comments {float:left;
  width:100%;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 30px;
	margin-top: 50px;
  color:#69665f;
  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-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
	background:#f6f6f6;
}

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

.commentlist li { float:left;
	
}
.commentlist li div { float:left;
	background:#e9e9e9;
  width:92%;
  padding: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;
	border-bottom: 1px dashed #d5d3ce;
	margin: 0 0 0 0px;
  padding:0!important;
  background:transparent;
}

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

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

.commentlist ul {float:left;
  width:92%;
	border-left: 1px dashed #d5d3ce;
	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 li li {	margin-top: 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: #69665f; }

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

.fn { 
	float: left;
  color: #262626;
  font-weight: bold;
  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: #69665f;
	font-size: 14px;
}
.commentlist li li div.comment-author {}

.comment-author a{ color: #acacac; }
.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 */
#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: #4a4a4a;
}
#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: #4a4a4a;
  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: #4a4a4a;
  background: #f0f0f0; /* Old browsers */
  background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f0f0f0 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f0f0f0 0%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f0f0f0 0%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f0f0f0 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border:solid 1px #ffffff;
}



#commentform textarea {
  background: #f0f0f0; /* Old browsers */
  background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f0f0f0 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f0f0f0 0%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f0f0f0 0%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f0f0f0 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border:solid 1px #ffffff;
}

#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;
}


.author-tag {}
/* Submit comment style */
button.com_button {
  float: left;
  border: none;
  cursor: pointer;
  float: left;
  width: 109px;
  height: 35px;
  margin: 10px 0 10px 0;
  font-size: 15px;
  line-height: 16px;
  color: #6e2400;
  font-weight: bold;
  text-align: center;
  background: url('images/post-com.png') no-repeat left top;
}
button.com_button:hover {
  background: url('images/post-com.png') no-repeat left bottom;
  text-decoration: none;
  color: #b4b4b4;
}
@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;
}
.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, .navigations a:first-child{
  float:left;
  text-decoration:none;
  width: 99px;
  height: 15px;
  margin: 10px 0 10px 0;
  font-size: 12px;
  line-height: 15px;
  padding: 10px 0px 10px 10px;
  color: #284e74;
  text-align: center;
  background: url('images/nav-button.png') no-repeat left top;
}
.single-page-navigation .nav-previous a, .page-navigation .nav-previous a, .navigations a:last-child { 
  float:right;  
  text-decoration:none;
  width: 99px;
  height: 15px;
  margin: 10px 0 10px 0;
  font-size: 12px;
  line-height: 15px;
  padding: 10px 0px 10px 10px;
  color: #284e74;
  text-align: center;
  background: url('images/nav-button.png') no-repeat left top;
  
}
.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,.navigations a:hover  {
  background: url('images/nav-button.png') no-repeat left bottom;
  color: #ffffff;
  text-decoration:none;
}

.mm-pagination {float:left;
width:100%;
clear:both;
padding:10px 0 20px 0;
position:relative;
font-size:11px;
line-height:13px;
margin-bottom:20px;
}

.mm-pagination span, .mm-pagination a {
display:block;
float:left;
margin: 2px 5px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#555;
background: #ffffff;
}

.mm-pagination a:hover{
color:#fff;
background: #555;
}

.mm-pagination .current{
padding:6px 9px 5px 9px;
background: #555;
color:#fff;
}

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

.wp-pagenavi a:hover,
.wp-pagenavi span.current { 
	border: 1px solid #999;
}


.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-bottom {
	background:#1e3048;
}
.footer-bottom a{ color:#69665f; }
.footer-bottom a:hover{color:#69665f;}
.copyright { float: left;
  width:100%;
  text-align:right;
  margin:30px 0 30px 0;
  font-size:12px!important;
  color:#446081;
  text-shadow: 1px 1px 1px #000000;
 }
.copyright a{ font-weight:bold;
  color:#446081;
 }

.credit { float: right; }

/* Footer gallery */
.foot-gall {
}
.foot-gallery {
	min-height: 200px;
  background:#161616;
  padding:30px 0 30px 0px;
  -webkit-box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.5);
}

.foot-gallery h3{float:left;
	width:100%;
  /*font-size:18px;*/
font-size:20px;
  line-height:36px;
  color:#ffffff;
  margin-bottom:6px;
}
.footer-adress{}
.footer-adress .foot-phone,.footer-adress .foot-email ,.footer-adress .foot-home ,.footer-adress .foot-data {float:left;
  /*color:#6f7079;*/
color:#FFFFFF;
  margin:0px 0 10px 0;
  font-size:12px;
  padding-left:15%;
  text-shadow: 1px 1px 1px #000000;
  width:85%;
}
.foot-phone{background:url('images/ico-phone.png') no-repeat left top;}
.foot-email{background:url('images/ico-mail.png') no-repeat left 5px;}
.foot-home{background:url('images/ico-home.png') no-repeat left top;}

#footer-contactForm{}
#footer-contactForm input[type="text"]{width:96%;
  padding:2%;
  background:#000000;
  border-bottom:solid 1px #232323;
  border-top:solid 1px #000000;
  border-left:solid 1px #000000;
  border-right:solid 1px #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size:12px;
  color: #6f7079;
}
#footer-contactForm textarea{width:96%;
  height:53px;
  padding:2%;
  background:#000000;
  border-bottom:solid 1px #232323;
  border-top:solid 1px #000000;
  border-left:solid 1px #000000;
  border-right:solid 1px #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size:12px;
  color: #6f7079;
}
#footer-contactForm input[type="submit"]{float:right;
  width:69px;
  height:23px;
  background:url('images/send-button.png') no-repeat left top;
  border:none;

}
#footer-contactForm input[type="submit"]:hover{
  background:url('images/send-button.png') no-repeat left bottom;
}

/*-----------------------------------------------------------------------------------*/
/*	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:80%; 
  padding:10%;
  margin-bottom:36px;
  background: #f2f2f2; 
  border:solid 1px #ffffff;
}

.widget-title {
	color: #262626;
	font-weight: bold;
	font-size: 18px;
  line-height:24px;
	padding-bottom: 18px;
}
.widget ul {
	list-style:none;
	margin: 0;
}
.widget ul li{
  padding-left:20px;
  background:url('images/sidebar-li.png') no-repeat left 7px;
  margin-bottom:6px;
}
.widget ul li:hover{
}
.widget ul li a{
  color:#878787;
  font-size:12px;
  line-height:18px;
}
.widget ul li:hover a{
  color:#878787;
  text-decoration:underline;
}
.widget ol {
	list-style-type: decimal;
	margin-bottom: 0;
}

/* my ads */
.my-ads {float:left;
  width:80%; 
  padding:10%;
  margin-bottom:36px;
  background: #f2f2f2; 
  border:solid 1px #ffffff;
}
.my-ads .ads-259,.my-ads .ads-259 a,.my-ads .ads-259,.my-ads .ads-259 a img {float:left;
}
.my-ads .ads-259 a img {width:100%;
}
/* my video widget */
.vid-widget {float:left;
  width:80%; 
  padding:10%;
  margin-bottom:36px;
  background: #f2f2f2; 
  border:solid 1px #ffffff;
}

.vid-widget .widget-title {
  color: #262626;
	font-weight: bold;
	font-size: 18px;
  line-height:24px;
	padding-bottom: 18px;
}
.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{
  background:#213751;
  margin-bottom:0;                
}
.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;
  width:180px;
  height:24px;
  color: #ffffff;
  font-size:14px;
  line-height:24px;
  padding:8px 10px 8px 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:40px;
  cursor:pointer;
  border:none;
  background:none;
  padding:0;
}
}
/*-----------------------*/
@media (min-width: 481px) and (max-width: 767px) {
.widget_search form{float:left;
  width:117px;
  height:20px;
  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: #ffffff;
  font-size:12px;
  line-height:18px;
  padding:1px 5px 1px 5px;
  border:none;
  background:none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow:none;
}
.widget_search #s-submit {float:left;
  width:20px;
  height:20px;
  cursor:pointer;
  border:none;
  background:none;
  padding:0;
}
}
/*-----------------------*/
@media (min-width: 768px) and (max-width: 979px) {
.widget_search form{float:left;
  width:183px;
  height:31px;
  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:128px;
  height:24px;
  color: #ffffff;
  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:left;
  width:35px;
  height:31px;
  cursor:pointer;
  border:none;
  background:none;
  padding:0;
}
}

/*-----------------------*/
@media (min-width: 979px) {
.widget_search form{float:left;
  width:100%;
  height:40px;
  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:24px;
  color: #ffffff;
  font-size:14px;
  line-height:24px;
  padding:8px 10px 8px 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:40px;
  cursor:pointer;
  border:none;
  background:none;
  padding:0;
}
}

/* Recent and popular post widget */
#recent-widget{float:left;
  width:100%; 
  padding:0;
  margin-bottom:36px;
  background: #f2f2f2; 
  border:solid 1px #ffffff;
  position:relative;
  margin-bottom:36px;
}
#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:hover{
  background:#0f2035;
}
#recent-widget .taby li a{float:left;
  font-size:14px;
  font-family:Arial, sans-serif;
  line-height:22px;
  color:#ffffff;
  padding:9px 0px 9px 0px;
  background:#1f334c;
  text-decoration:none;
  cursor:pointer;
}
#recent-widget .taby li a.active{
  color:#262626;
  background:#f2f2f2;
}
#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:#a2a2a1;
  font-size:14px;
}
#tab-posts li p a{
  color:#a2a2a1;
}
#tab-posts li p span{ color:#a2a2a1;
}
.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:14px;
  line-height:18px;
  color:#262626;
  text-decoration:none;         
}

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

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

#tab-tags a {
  float: left;
  color: #949494;
  font-size:14px!important;
  padding: 5px 10px 5px 10px;
  border-left: solid 1px #fafafa;
  border-right: solid 1px #dddddd;
  background: #ededed;
  margin-right: 10px;
  margin-top: 10px;
  float: left;
}
#tab-tags a:hover {
  background-color: #e7e7e7;
  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 {
    padding: 15px 0 0px 0;
    float: left;
}
#breadcrumb p {
    font-size: 12px;
    color: #777777;
    font-style: italic;
    text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.5);
    margin: 0;
}
#breadcrumb a {
    color: #999999;
    border: none;
    text-decoration:underline;
}
#breadcrumb a:hover { color: #bbbbbb;
  text-decoration:none;
 }
#breadcrumb strong { font-weight: normal }


/*-----------------------------------------------------------------------------------*/
/*	14.	Home Page Template
/*-----------------------------------------------------------------------------------*/
.home-box-wrap{
  padding:30px 0 30px 0;
}
.homepage-title{float:left;
  width:100%;
  margin:0 0 0px 0;
  padding:0;
  font-size:18px;
  line-height:24px;
  color:#262626;
  text-shadow: 1px 1px 1px #ffffff;
}

.homepage-excerpt{float:left;
  width:100%;
  margin-top:12px;
  font-size:12px;
  line-height:18px;
  color:#4a4a4a;
  text-shadow: 1px 1px 1px #ffffff;
}
.homepage-more{float:left;
  width:100%;
  height:23px;
  position:absolute;
  left:0;
  bottom:0;
  z-index:400;
  margin:0px 0 -12px 0px;
  background:url('images/more-small.png') no-repeat 50% top;
}
.homepage-more:hover{
  background:url('images/more-small.png') no-repeat 50% bottom;
  text-decoration:none;
}

.homepage-thumb {float:left;
  margin-top:12px;
  border:solid 1px #e1e1e1;
  padding:7px;
  background:url('images/img-bg.png') left top;
  position:relative;
}
.homepage-thumb div {
  background:#000000;
}
.homepage-thumb div img{float:left;
  width:100%;
}
.about-us{padding:30px 0 30px 0;
  border-top:solid 1px #d5d5d5;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.7);
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.7);
}

.home-three-posts{background:#ffffff;
  border-top:solid 1px #dddddd;
  padding:30px 0 30px 0;
}
.homepage-ico{
  margin-top:12px;}
  
.homepage-content-title{margin:5px 0 7px 0;}  
.homepage-content-text{color:#4a4a4a;
  text-shadow: 1px 1px 1px #ffffff;
}
.home-list{padding-left:25px;
  margin:0 0 4px 0;
  color:#284e74;
  text-shadow: 1px 1px 1px #ffffff;
  background:url('images/ico-blue-list.png') no-repeat left 6px;
font-size: 14px;
}
.homepage-content-link{float:left;
  width:109px;
  height:35px;
  margin:15px 0 12px 0;
  background:url('images/more-button.png') no-repeat 50% top;
}
.homepage-content-link:hover{
  background:url('images/more-button.png') no-repeat 50% bottom;
}
/*-----------------------------------------------------------------------------------*/
/*	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:12px;
  font-weight:bold;                 
}
#contacts .cont-r{float:left;
  width:100%;
  font-size:12px;
}
}
@media (min-width: 768px) {
#contacts .cont-l{float:left;
width:20%;
 /* width:30%;*/
/*font-size:12px;*/
  font-size:14px;
  font-weight:bold;                 
}
#contacts .cont-r{float:right;
  width:75%;
 /*width:55%;*/
/*font-size:12px;*/
  font-size:14px;
}
}

#contactForm{float:left;
  /*margin-top:55px;*/
margin-top:5px;
}
#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;*/
  height: 100px;
  padding:2%;
  background:#f5f5f5;
  border:solid 1px #c9c9c9;  
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;      
}
.cf-right input[type="text"]{float:right;
  width:96%;
  padding:2%;
  background:#f5f5f5;
  border:solid 1px #c9c9c9;  
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;      
}
.cf-right input[type="text"]:focus,textarea:focus{
border-color: rgba(82,168,236,0.8);
}
.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-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 #ffffff;
  -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: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;                                  
}
}
/*-------------------------------------*/
@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;}


/*-----------------------------------------------------------------------------------*/
/*	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 20px 20px 0px;
  background:#000000;                  
  position:relative;
  z-index:1000;
}
.first-gall-thumb{
  margin:5px 0px 0 0px;
}
.page-gallery-thumb img{float:left;
  width:127px;
  height:93px;
}

.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:28px;
  top: 30px;
}
.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:71px;
  top: 30px;
   
}
.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:48px;
  top: 30px;
   
}
.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;}
/*-----------------------------------------------------------------------------------*/
/*	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;
}

@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:30px;
  background:url('images/ico-page.png') no-repeat left 3px; 
}
#pages-404 ul a:hover{color:#000000;}
#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:454px;
  height:226px; 
}
}
/*-----------------------*/
@media (min-width: 768px) and (max-width: 979px) {
#g-map{
  width:718px;
  height:357px; 
}
}

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

#g-map{float:left;
  position:relative;
  background:white;
  padding:3px;
  -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;          
}

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

.pages-sitemap ul .wp-tag-cloud li a{
  font-size:12px!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;
}
.home-three-posts .span_client{
float: left;
width: 30%;
}
.home-three-posts .span_client_foto{
float: left;
width: 100%;
}
@media (max-width: 480px) {
.home-three-posts .span_client{
float: left;
width: 100%;
}
.home-three-posts .span_client_foto{
float: left;
width: 100%;
}
}
}
.row-fluid content .row-fluid .span6:nth-child(1){width:45% !important; }

.fblink {
   
    margin-left: 6px;
    margin-top: 50px;
    width: 196px;
}

.gobutton > input {
    background: #14c148 none repeat scroll 0 0;
    color: white;
    font-size: 14px;
 
    width: 175px;
}
/* =Breadcrumb
----------------------------------------------- */

#masthead .breadcrumb {
	padding-top: 25px;
	padding-top: 2.5rem;
}
.breadcrumb ul {	
	list-style: none;
	margin: 0 0 0 1px;
	float: left;
}
.breadcrumb ul li {
	float: left;
	margin: 0 0 0 -1px;	
	font-size: 12px;
	line-height: 23px;   
	border: 1px solid #1b5F7d;
}
.breadcrumb ul li a {
	background: url("images/breadcrumb-bg.png") no-repeat right 8px #fff;
	color: #21759b;
	display: block;
	float: left;
	font-style: italic;
	padding: 0 22px 0 12px;
}
.breadcrumb ul li a:hover {
	text-decoration: none;
}
.breadcrumb ul li a:hover, .breadcrumb ul li.current_item  {
	background-position: right -12px;
	background-color: #21759b;
	color: #fff;
}
.breadcrumb ul li.current_item {
	background-image: none;
	padding: 0 15px;
}
.in-category{
display:none;
}
.lazyest_thumb_view tbody tr {width:150px; height:150px;}
.displaying-num {margin-right: 20px;}
.tablenav-pages .current-page {width:10%;}
.dir_view tbody tr {width:185px; height:185px;}
.lg_thumb_caption {text-align:center; word-wrap:break-word; width: 150px;}
.lg_folder_thumb_image{margin-left:35px;}
.member-logs{float:right;}
.optionmembers a, .member-logs a{ background-color: #14C148; color: #fff; display: inline; line-height: 4.5rem; padding: 1rem 2rem; text-decoration: none; white-space: nowrap; margin: 10px 5px; cursor:pointer; }
.members-logs a{padding:1rem;}
/*Send SMS Page*/
.detailsmembers{height:260px; overflow-y:scroll; width:100%;}
.memberdetails{float:left; width:100%;}
.gobutton, .sendsms {
    margin-left: 53px;
    margin-top: 15px;
}
.showcheck{float:left; width:78px; text-align:center;}
.showname{float:left; width:147px}
.showcategory{float:left;width:250px}
.showphone{float:left;width:109px}
.showmeetingmsg{float:left;width:120px}
.showexecmember{float:left;width:120px}
.showpp{float:left;width:100px}
.showsc{float:left;width:100px}
#showmembers{margin-left: 6%; width: 88%;}
.memberheader{float:left; width:100%; background: #FF7D00; color:white; font-weight:bold; height:20px;}
/*Add SMS Page CSS*/
.membersform li {margin: 10px 0; width:100%; float:left; font-size:15px;}
.membersform label{width:200px; float:left;}
.membersform input[type="text"], .membersform input[type="email"], .membersform textarea, .membersform input[type="date"] {width:300px; float:left;}
.membersform select{width:302px; float:left;}
.membersform .error{color:#FF0000; margin-left:5px;}
.membersform span.radio-span{float:left; width:300px; padding: 0 10px;}
.membersform .radio-lb{margin:0 8px;}
.membersform input[type="submit"]{background-color: #14C148; color: #fff; background-image: none; }
.membersform input[type="submit"]:hover{box-shadow:none;}
.site-content{min-height:400px;}
.displaymembers{min-height:50px; width:100%; float:left;}
.row{ float:left;width:100%;}
.rowone{ float:left;width:32%;padding:0px 8px; }
.entry-content p a img{ display:none; }


#MarriedYes {
    margin-left: 17px;
}

#addForm > input {
    margin-left: 41px;
    margin-top: -2px;
}

#selectChildrenStudent {
    margin-left: 6px;
    margin-top: 11px;
font-size:15px;
}
.entry-title {
    margin-left: 44px;
}

.membersform input {
    margin-top: -2px;
}
.memberheader {
    background: #ff7d00 none repeat scroll 0 0;
    border: 3px solid #ff7d00;
    color: white;
    float: left;
    font-weight: bold;
    height: 20px;
    width: 876px;
font-size:13px;
}
.detailsmembers {
    border: 3px solid #ff7d00;
    height: 335px;
    overflow-y: scroll;
    width: 876px;
font-size:13px;
}
.showmeetingmsg {
    float: right;
    margin-top: -1px;
    width: 102px;
}
.memberdetails {
    float: left;
    padding-top: 7px;
    width: 100%;
}

.entry-headersentmail {
    margin-bottom: -10px;
    margin-left: 58px;
}

#SearchSentMailPage {
    margin-top: -10px;
}

.membersform input[type="text"], .membersform input[type="email"], .membersform textarea, .membersform input[type="date"] {
    float: left;
    height: 36px;
    width: 377px;
}
.membersform select {
    float: left;
    height: 48px;
    width: 383px;
}

#CompanyForm label {
    margin-top: 20px;
}
#IndividualForm label {
    margin-top: 17px;
}
#footer-contactForm .nicEdit-panel {
    display: none;
}
#dhour {
    margin-top: -14px;
margin-right:20px;
}
.membersform input {
    font-size: 15px;
    width: 100px;
}

button {
    background: #14c148 none repeat scroll 0 0;
    color: white;
    height: 34px;
    margin-top: -2px;
    width: 106px;
}

.gobutton > p {
    margin-top: 10px;
}
#submitted {
    background: #14c148 none repeat scroll 0 0;
    color: white;
    font-size: 14px;
    margin-left: -50px;
    width: 74px;
}

.datefor {
    margin-left: 56px;
    margin-top: 14px;
}

#showdob {

    margin-top: -13px;
}


#SearchSentMailPage {
    background: #14c148 none repeat scroll 0 0;
    color: white;
    font-size: 14px;
    height: 29px;
    line-height: 1px;
    margin-top: -9px;
}
.optionmembers {
    margin-right: -51px;
}
#IndividualForm label {
    font-size: 15px;
}
.membersform label {
    font-size: 15px;
margin-top:3px;
}

.membersform textarea {
    font-size: 15px;
}
.optionmembers a, .member-logs a {
    background-color: #14c148;
    color: #fff;
    cursor: pointer;
    display: inline;
    float: right;
    font-size: 14px;
    height: 1px;
    line-height: 0;
    margin: 10px 5px;
    padding: 1rem 2rem;
    text-decoration: none;
    white-space: nowrap;
}
.optionmembers {
    margin-right: -58px;
    margin-top: -76px;
}
.another {
    font-size: 15px;
    margin-left: 55px;
}


#primary-nav ul li a, #primary-nav ul li.pagenav {
    color: #000000;
    float: left;
    
    font-size: 18px;
    line-height: 20px;
    padding: 5px 11px;
}
.optionmembers a, .member-logs a {
    background-color: #14c148;
    color: #fff;
    cursor: pointer;
    display: inline;
    float: right;
    font-size: 14px;
    height: 1px;
    line-height: 0;
    margin: 10px 5px;
    padding: 1rem 2rem;
    text-decoration: none;
    white-space: nowrap;
}
.optionmembers {
    margin-right: -58px;
    margin-top: -76px;
}
.another {
    font-size: 15px;
    margin-left: 55px;
}


#primary-nav ul li a, #primary-nav ul li.pagenav {
    color: #000000;
    float: left;
    
    font-size: 18px;
    line-height: 20px;
    padding: 5px 11px;
}
#MarriedNo {
    margin-left: -8px;
    width: 41px;
}
#MarriedYes {
    margin-left: 25px;
    width: 31px;
}

.optionmem a, .member-logs a {
    background-color: #14c148;
    color: #fff;
    cursor: pointer;
    display: inline;
    float: right;
    font-size: 15px;
    height: 1px;
    line-height: 0;
    margin: -34px 367px;
    padding: 1rem 2rem;
    text-decoration: none;
    white-space: nowrap;
}

h1 {
    color: #262626;
    font-family: "Concert One",cursive;
    font-size: 20px;
   
    margin-left: 341px;
    margin-top: -23px;
}



#footer-contactForm input[type="submit"] {
    background: rgba(0, 0, 0, 0) url("images/send-button.png") no-repeat scroll left top;
    border: medium none;
    float: right;
    height: 23px;
    margin-top: 9px;
    width: 69px;
margin-top:10px;
}
.arg > input {
    margin-left: 57px;
    margin-top: 21px;
    width: 868px;
}
.address{
float:left;
}
.thanks > p {
    font-size: 16px;
    margin-left: 334px;
}
.nicEdit-panel div:nth-child(11){
display:none;
}
.nicEdit-main h1 {
    color: #262626;
    font-family: "Concert One",cursive;
    font-size: 20px;
    margin-left: 0;
    margin-top: 0;
}
 .nicEdit-main {
background:white;
} 

.page-id-537 .showhi {
    margin-top: 0 !important;
}


.page-id-537 #tblName {
    float: none;
    margin-top: -24px;
}

.page-id-515 .row-fluid.foot-gallery {
    margin-top: 50px !important;
}

.showphone {
    float: left;
    width: 122px;
}

.showcategory {
    float: left;
    width: 291px;
}

/* =nawfal
----------------------------------------------- */
.page-id-515 #tblName{
 float: right !important;
    margin-left: -63px !important;
    width: 100% !important;
}
.page-id-515 .memberheader {
    width: 1068px;
}
.page-id-515 .detailsmembers {
    width: 1068px;
}


.page-id-537 #tblName{
 float: none !important;
    margin-left: -110px !important;
    width: 100% !important;
}
.page-id-537 .memberheader {
    width: 1068px;
}
.page-id-537 .detailsmembers {
    width: 1068px;
}



.page-id-515 .delete{
margin-right:-60px !important;
}

.page-id-537 .showhi {
    margin-left: -64px;
margin-left: -111px;
}
.page-id-537 .arg > input {
    margin-left: -54px;
    width: 984px;
}
#sample{
    margin-left: -108px;
}

.gobutton, .sendsms {
    margin-left: -49px;
    margin-top: 19px;
}
.another > p {
    margin-left: -97px;
    margin-top: -20px;
}


#individual {
    margin-left: -38px;
}
.cancelbut button:hover{
background:#14C148 !important;
color:#fff !important;
}
.ser_par{
float:left;
width: 100%;
font-size: 15px;
margin-bottom: 15px;
}
.ser_head{
float:left;
width: 100%;
font-size: 20px;
font-weight: bold;
margin-bottom: 7px;
}
.ser_content{
width: 100%;
float:left;
}
.ser_list{
width: 100%;
float:left;
margin-left: 20px;
margin-bottom:5px;
}

