/*
Theme Name: Smartbox
Theme URI: http://gbthemes.net/smartbox/
Description: Smartbox v1.1 : Responsive Multipurpose Theme
Author: gbthemes
Author URI: http://www.mojo-themes.com/user/gibthems/
Version: 1.1
*/



/* =============================================================== */
/* Reset section
================================================================ */
/*@import url("http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,300");*/
@import url(http://fonts.googleapis.com/css?family=Lora:400,400italic);
@import url("css/base.css");			


/* =============================================================== */
/* Miscellaneous Site Styles
================================================================ */

html,
body {
  height: 100%;
        /* The html and body elements cannot have any padding or margin. */
}


ol {margin-left:40px; margin-top:20px;margin-bottom:20px;}

/* =============================================================== */
/* Header
================================================================ */
header {
  width:100%;
  /*border-bottom:1px solid #ccc;*/
  margin-bottom:0px;
  position:relative;
  
}
.header-menu {
  float:left;
}
.logo-site {padding-top:21px;}
.logo-site-text {margin-top:27px;font-size:14px;}

#site-menud {
  padding-top:0px; padding-bottom:0px;
  width:100%;
  background:#ffffff;
  z-index:9998;
  position:relative;
}
#site-menud.floating {
  position: fixed;
  top: 0;
  padding-top:0px; padding-bottom:0px;
  -webkit-box-shadow: 0px 2px 5px 2px #ccc;
   box-shadow: 0px 2px 5px 2px #ccc; 
   z-index:99999;
   background:#ffffff;
}
.whiteback {background:#ffffff;}

/* =============================================================== */
/* Wrap
================================================================ */
#wrap {
  padding-left:40px; padding-right:40px;
  /*min-height:500px;*/
}
#wrap-after {
  padding-left:40px; padding-right:40px;
}
#wrap-header {
  padding-left:40px; padding-right:40px;
}
#wrap-header-c {
  padding-left:40px; padding-right:40px;
}
#wrap-slide1 {
  width:100%; 
  margin-bottom:40px;
  position: relative;
  -webkit-box-shadow: 0 4px 4px #ccc;
	   -moz-box-shadow: 0 4px 4px #ccc;
	        box-shadow: 0 4px 4px #ccc;
}
#wrap-slide2 {
  width:100%; 
  margin-bottom:40px;
  position: relative;
  
}
#fullwidth {
  width:100%; 
  padding-top:20px; padding-bottom:20px;
  background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	
}
  
#wrap-footer1 {
  min-height: 100%;
  padding-left:40px; padding-right:40px;
}
#wrap-footer2 {
  min-height: 100%;
  padding-left:40px; padding-right:40px;
}




/* =============================================================== */
/* Container
================================================================ */
.container {
  width: auto;
  max-width: 1170px;
}
.container-fluid {
  width: auto;
  max-width: 1170px;
}



/* =============================================================== */
/* Main Navigation
================================================================ */
.selectnav1 {display: none; cursor: pointer; width: 100%; padding: 8px; height: 37px; float: left; font-size: 14px;}
nav {float: right; }
nav ul, nav li {list-style:none; padding:0; margin:0; display:inline;}
nav ul li{float:left; position:relative;}
nav ul li a { 
	display: inline-block;
	color: #868686;
	padding: 25px 20px 28px 20px;
	margin: 0 0px;
	text-decoration: none;
	font-size: 14px;
	font-weight:normal;
	
	
}
nav ul li a:hover{}
nav ul ul {
	margin: 1px 0 0 0px;
	position: absolute;
	top:-99999px; 
	left: 0;
	background: #fff;
	z-index: 999;
	padding-top:10px; padding-bottom:0px;
	-webkit-box-shadow: 0 2px 2px #ccc;
	   -moz-box-shadow: 0 2px 2px #ccc;
	        box-shadow: 0 2px 2px #ccc; 
	        
	transition: opacity 0.5s;
    -webkit-transition: opacity 1s;
	border-bottom:3px solid #21b6a8;
}
nav ul ul li a:hover {}
nav ul ul li a:visited {color: #868686;}
nav ul ul li a {
	padding: 12px 0;
	display: block;
	width: 180px;
	margin: 0 0px;
	font-weight: normal;
	font-size: 13px;
	padding-left:10px; padding-right:10px;
	color:#868686;
	border-bottom:dotted 1px #eee;
	        
	transition: opacity 0.5s;
    -webkit-transition: opacity 1s;
	border-top:0px;
}
nav ul ul ul { 
	position:absolute; 
	top:-99999px; 
	left:100%; 
	opacity: 0;
	margin: -10px 0 0 0;
	z-index: 999;
	transition: opacity 0.5s;
    -webkit-transition: opacity 1s;
	border-bottom:3px solid #21b6a8;
}
nav ul ul ul li a { 
	color:#868686;
	border-top:0px;
	border-bottom:dotted 1px #eee;
}
nav ul li:last-child a {padding-right:0;}
nav ul ul li:first-child a {

}

nav ul li:last-child a {padding-right:20px;}
nav ul ul li:last-child a, nav ul ul li:last-child a:hover {padding-right:10px;}
nav ul ul ul li:last-child a {border-bottom: 0px solid transparent !important}
nav ul li:hover>ul{ opacity: 1; position:absolute; top:99%; left:0;}
nav ul ul li:hover>ul{ position:absolute; top:0; left:100%; opacity: 1; z-index:497; background: #fff border: 0; }
nav ul li a {border-top:3px solid #fff;}
nav ul li:hover > a {color: #21b6a8; border-top:3px solid #21b6a8;}
nav ul ul li:hover > a {border-top: 0px solid transparent; color: #000;}
#currentnav1 {color: #21b6a8 !important;}
.ie-dropdown-fix {position: relative; z-index: 5;}







/* =============================================================== */
/* Website Elements
================================================================ */
.p-back {background:#21b6a8;}
.s-back {background:#177f75;}
.p-color {color:#21b6a8;}
.s-color {color:#177f75;}
.p-border {border: 1px solid #21b6a8;}
.s-border {border: 1px solid #177f75;}
.p-border-top {border-top: 1px solid #21b6a8;}
.s-border-top {border-top: 1px solid #177f75;}
.p-border-bottom {border-bottom: 1px solid #21b6a8;}
.s-border-bottom {border-bottom: 1px solid #177f75;}
.p-border-left {border-left: 1px solid #21b6a8;}
.s-border-left {border-left: 1px solid #177f75;}
.p-border-right {border-right: 1px solid #21b6a8;}
.s-border-right {border-right: 1px solid #177f75;}
.p-border-top2 {border-top: 2px solid #21b6a8;}
.s-border-top2 {border-top: 2px solid #177f75;}
.p-border-bottom2 {border-bottom: 2px solid #21b6a8;}
.s-border-bottom2 {border-bottom: 2px solid #177f75;}
.p-border-left2 {border-left: 2px solid #21b6a8;}
.s-border-left2 {border-left: 2px solid #177f75;}
.p-border-right2 {border-right: 2px solid #21b6a8;}
.s-border-right2 {border-right: 2px solid #177f75;}
.margin20 {margin-top:20px;}

.d_text {
  transform: skew(20deg);
  -o-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -webkit-transform: skew(20deg);
}

.animate-content{opacity:0.5;}

/* Infobar
==========================*/
#infobar {
  background: #ccc ;
  padding-top:25px;
  padding-bottom:24px; padding-left:40px; padding-right:40px;
  margin-bottom:40px;
  
  
}
#infobar a {
  margin-left:10px;
  margin-right:10px;
  font-weight:bold;
  font-size:13px;
}
#infobar span {
  margin-left:10px;
  font-size:13px;
  font-weight:normal;
}
#infobar b {
  font-size:13px;
}
#infobar2 {
  padding-top:80px;
  padding-bottom:10px; padding-left:40px; padding-right:40px;
  margin-bottom:40px;
  -webkit-box-shadow: 0 2px 2px rgba(232, 232, 232, 0.6);
  -moz-box-shadow:    0 2px 2px rgba(232, 232, 232, 0.6);
  box-shadow:         0 2px 2px rgba(232, 232, 232, 0.6);
  height:130px;
  color:#fff;
  border-top:1px solid #21b6a8;
}
#infobar2 h1 {color:#fff;}
#infobar2 a {
  margin-left:10px;
  margin-right:10px;
  font-weight:bold;
  font-size:13px;
  color:#fff;
}
#infobar2 span {
  margin-left:10px;
  font-size:13px;
  font-weight:normal;
  color:#fff;
}
#infobar2 b {
  font-size:13px;
}

/* Divider with text
==========================*/
.section-title-back {
	background: url(images/bg_noise_menu.png);
	height:2px;
	width:100%;
}
.section-title-back2 {
  line-height:32px;
  text-align:left;
}
.section-title-back2 span {
	background:#FFF;
  position:relative;
  bottom:-16px;
  padding:0 20px; padding-left:0;
  font-weight:bold;
  font-size:16px;
}
.section-title {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
}


/* Icons color and border
==========================*/
.i_color {
  border: 2px solid #F5EDE3;
  color:#21b6a8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css/PIE.htc);
  display:table-cell; 
  vertical-align:middle;
  text-align:center;
  transition: all 1s;  
  padding:10px;
}
.i_color:hover {
  border: 2px solid #21b6a8;
  background:none;
  padding:10px;
  color:#177f75;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css/PIE.htc);
  display:table-cell; 
  vertical-align:middle;
  text-align:center;
  -moz-box-shadow: 0 0 15px 15px #eee;
  -webkit-box-shadow: 0 0 15px 15px#eee;
  box-shadow: 0 0 15px 15px #eee;
}
.i_text {
  transform: skew(20deg);
  -o-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -webkit-transform: skew(20deg);
}
.icon-color {color:#21b6a8;}

/* Icons size
==========================*/
.size1 {width:15px; height:15px;}
.size2 {width:30px; height:30px;}
.size3 {width:45px; height:45px;}
.size3b {width:45px; height:35px; padding-top:20px;}
.size4 {width:60px; height:60px;}
.size5 {width:80px; height:65px; padding-top:25px;}

/* Call to action
==========================*/
.info-box {
	background: #F5EDE3;
	padding: 18px 25px;
	margin: 0px 0 20px 0;
  border-top: 2px solid #177f75;
  text-align:center;
}
.info-box p {margin: 0;}
.info-box h4 {line-height: 24px; }
.info-box a {margin: 7px 0 0 0;}
.info-content {
  float: left;
}

/* Margin portfolio
==========================*/
.margin-portfolio {margin-bottom:40px;}

/* Contact form
==========================*/
.wpcf7-form-control {width:95%;}




/* =============================================================== */
/* Blog
================================================================ */
.navleft {float:left;}
.navright {float:right;}

/* Widget
==========================*/
.widget_search input[type="text"] {width:90%;}
.span3 .widget {margin-bottom:30px;}
.widget-title {margin-bottom:5px; text-transform:uppercase;}
.widget-title .tagcloud a {padding-right:20px;}
.widget ul {}
.widget_nav_menu .sub-menu { border-top: 1px dotted #ced8df; }
.widget li {
	
	border-bottom: 1px dotted #ced8df;
	list-style: none;
	margin: 0;
	padding: 2px 0 2px 0px;
}
.widget li.recentcomments {
	
	border-bottom: 1px dotted #ced8df;
	list-style: none;
	margin: 0;
	padding: 12px 0 12px 0px;
}
.widget li:last-child { border-bottom: none; }
.widget li a {
	color: #868686;
	display: block;
	padding: 10px 0 10px 0px;
}

.widget li a:hover,
.widget_nav_menu .current_page_item > a, .widget_nav_menu .current-menu-item > a { color: #21b6a8; }

.widget .recentcomments {
	display: block;
	padding: 5px 0 5px 15px;
}
.widget_calendar table { width: 100%; }
.widget_calendar th, .widget_calendar td {
	background: none;
	border: 0;
	padding: 0;
}
.widget_calendar caption {
	font-size: 12px;
	margin-bottom: 10px;
	text-align: center;
}
.widget_calendar tr th {
	font-size: 12px;
}
.widget_calendar tr td {
	padding: 4px 6px;
	text-align: center;
}
.widget_calendar tr td#prev {
	padding: 5px 0 0;
	text-align:left;
}
.widget_calendar tr td#next {
	padding: 5px 0 0;
	text-align: right;
}
.widget_calendar tr td#today {
	background: #f8f8f8;
	border: 1px solid #ced8df;
	font-weight: bold;
}
#footer .widget_calendar tr td#today {
	background: #464646;
	border: 1px solid #363636;
	font-weight: bold;
}
.widget_calendar tr td a {
	display: inline;
	font-weight: bold;
	padding: 0;
}
.rsswidget img { margin: 0 5px 0 0; }
.widget_rss .rss-date, .widget_rss .rssSummary { padding: 0 0 0 15px; }
.widget_rss .rss-date {
	color: #bbb;
	font-style: italic;
}

.widget_search input[type="submit"] {
float:right;
color:#fff;
margin-top:-60px;
padding-top:10px; padding-bottom:9px;
width:24%;
}
.widget_product_search input[type="submit"] {
float:right;
color:#fff;
margin-top:-82px;
padding-top:21px; padding-bottom:21px;
width:24%;
}
.widget_search input[type="text"] {
width:69%;
}
.widget_product_search input[type="text"] {
width:62%;
}

.tagcloud a, .post-tags a {
background: #21b6a8;
padding-left:10px; padding-right:10px;
padding-top:5px; padding-bottom:5px;
font-weight:normal;
  font-weight:14px;
  line-height:30px;
  color:#fff;
}
.tagcloud a:hover, .post-tags a:hover {
background: #F7F7F7;
}

/* Posts
==========================*/
.post {margin: 10px 0 30px 0;}
.post p {margin: 0 0 10px 0;}
.post-img, .embed {margin: 0 0 15px 0;}
.post-content {margin: 0 0 0 0px !important;}
.post-title h2 {
	font-size: 18px;
	color: #444;
	margin: 0 0 5px 15px;
	display: block;
}
.post-title h2 a {
	font-size: 18px;
	color: #444;
	display: block;
}
.post-title h2 a:hover {color: #606060;}
.post-desc {
	padding: 10px 0 0 0;
	border-bottom: 1px solid #e7e7e7;
}
.post-entry {
	margin-bottom: 20px;
	display: inline-block;
	padding-right: 13px;
	color: #21b6a8;
}
.post-entry i {
	padding-left: 2px;
}
.post-entry:hover {}
.post-meta {padding: 0px 0 15px 15px;}
.post-meta, .post-meta a {color: #888;}
.post-meta a:hover {color: #606060;}
.post-meta span:first-child {padding-left:0;}
.post-meta span:last-child {border: none;}
.post-meta span {
	padding: 0 10px;
	border-right: 1px solid #e7e7e7;
}
.post-date {
  background:#177f75;
	padding:5px; padding-top:10px;
	margin-top:-5px;
	width:60px;
	height:55px;
  color:#ffffff;
  text-align:center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css/PIE.htc);
  text-align:center;
}
.post-date span {
  color:#ffffff;
  font-weight:bold;
  font-size:25px;
  text-align:center;
  
}
.post-date p {
  color:#ffffff;
  font-weight:normal;
  font-size:11px;
  text-align:center;
}
.post-type {
  color:#21b6a8;
	padding:5px; padding-top:20px;
	margin-top:-5px; margin-left:-5px;
	width:60px;
	height:45px;
  color:#ffffff;
  text-align:center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css/PIE.htc);
  border: 1px solid #21b6a8;
  
}
.more-link {background:#eee; padding:5px 20px 5px 20px; margin-bottom:10px; float:right;}

/* Comments
==========================*/
.comments-sec{
	float:left;
	width:100%;
	line-height: 20px;
}
.comments-sec h5 {
	border-bottom: 1px solid #e7e7e7;
	margin: 0;
	padding-bottom: 10px;
}
.comments-nr h5 {
	border-bottom: 1px solid #e7e7e7;
	margin: 0;
	padding-bottom: 10px;
}
.comments-sec h5 span {color: #888;}
.comments{
	float:left;
	background:#F4F4F4;
	padding:20px;
}
.avatar {float:left}

.comment-show {
	margin-bottom: 40px!important;
	margin-left: 0px!important;	
}
.comment-show li {
	list-style: none!important;
}
.comment-show li.comment > div {
	background-color: #F4F4F4;
  margin: 0;
  overflow: hidden;
  padding: 20px;
  margin-top: 20px;
  position: relative;
  padding-left: 110px;
}
.comment-show .children {
	margin-left: 0px!important;
	padding-left: 40px;
}
.comment-show li.comment > div img.avatar {
	position: absolute;
	left: 20px;
	top: 20px;
}
.comment-show .reply {
	position: absolute;
	top: 20px; 
	right: 20px;	
}
.comment-show .comment-meta {
	font-size: 11px;
	line-height: 15px;
}
.comment-show li.comment > div p {
	padding-bottom: 0px;
	margin-top: 10px;
}
.comment-author a {
	color: inherit;
}
      



/* Leave a Comment
==========================*/
.form_comment label {
	display: block;
	color: #676767;
	margin-top: 15px;
	padding-bottom: 4px;
}
.form_comment label span {color:#ea1c1c;}
.form_comment input, .form_comment textarea {
	width: 240px;
}
.form_comment textarea {
	min-width: 97%;
	max-width: 97%;
	height:160px;
}
.widget {
	margin: 10px 0 0 0;
	line-height: 15px;
}
.widget h5 {
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top:0px;
	border-bottom: 1px solid #e7e7e7;
}

/* Link post
==========================*/
.link-post {
  padding:20px; 
  background: #F4F4F4;
  margin-bottom:10px;
}

/* Quote post
==========================*/
.quote-post {
  font-size: 15px;
  font-style: italic;
  margin: 0.25em 0;
  padding: 20px;
  line-height: 1.45;
  position: relative;
  color: #383838;
  background: #F4F4F4 url(images/quote.png) no-repeat;
  background-position: 98% 80%;
  margin-bottom:10px;
}

/* Blackquote
==========================*/
blockquote {
  font-size: 18px;
  font-style: italic;
  margin: 20px 20px 20px 20px;
  padding-left:50px;
  color: #383838;
  background: url(images/quotes.gif) left top no-repeat;
  min-height:29px;
}

/* Autor bio
==========================*/
.author-info {
  margin: 10px 0px 40px 70px;
  padding:20px;
  background: #F9F9F9;
}

/* Post tags
==========================*/
.post-tags {
  margin: 10px 0px 40px 0px;
}





#backtotop {
	position: fixed;
	right:0px;
	display:none;
	bottom: 20px;
	margin: 0 20px 0 0;
	z-index:100;
}
#backtotop a {
	text-decoration:none;
	border:0 none;
	display:block;
	width:40px;
	height:40px;
	background: url(images/back_to_top_btn.png) no-repeat 50% 50%;
	background-color:#000000;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css/PIE.htc);
}
#backtotop a:hover {background-color: #000000;}






/* =============================================================== */
/* Footer
================================================================ */
footer {
  background: #F2F2F2;
  padding-top:0px;
  margin-top:0px;
}
.margin-footer {margin-top:40px;}

footer h5 {
  margin-bottom:15px; margin-top:0px;
  font-size:20px;
}
footer p {
  font-size:13px;
}
#sub_footer {
  padding-top:10px;
}

#sub_footer {
  background: #E0E0E0;
}

.footer-up {
  background:#177f75;
	padding:5px;
	width:100px;
	height:27px;
	transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  margin: 0px auto; margin-top:-28px;
  color:#ffffff;
  text-align:center;
}

footer .widget li.recentcomments {
	
	border-bottom: 0px dotted #ced8df;
}


.size-full {margin-left:auto; margin-right:auto; margin-bottom:-14px; vertical-align:bottom;}


img.alignright {float:right;}
img.aligncenter {margin-left:auto; margin-right:auto; float:center;}
img.alignleft {float:left;}


.parallax {
			
			position: relative;
		}