/*

Theme Name: SlideOne

Theme URI: -

Description: SlideOne Wordpress Theme

Version: 1.04

Author: Good Layers

Author URI: http://goodlayers.com

License: goodlayers

License URI: http://goodlayers.com

*/



/* #Reset & Basics (Inspired by E. Meyers)

================================================== */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

		margin: 0;

		padding: 0;

		border: 0;

		font-size: 100%;

		font: inherit;

		vertical-align: baseline; }

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {

		display: block; }

	body {

		line-height: 1; }

	ol, ul { }

	blockquote, q {

		quotes: none; }

	blockquote:before, blockquote:after,

	q:before, q:after {

		content: '';

		content: none; }

	table {

		border-spacing: 0;

		border: 1px solid;

		width: 100%; }

	tr th{

		border-bottom: 1px solid;

		text-align: left;

	}

	tr th, tr td{

		padding: 9px 20px;

		border-right: 1px solid;

	}

	tr th:last-child, tr td:last-child{

		border-right: 0px;

	}

	table th{ font-weight: bold; }







/* #Basic Styles

================================================== */

	body {

		font-family: 'Raleway', sans-serif;

		font-size: 18px;

		line-height:28px;

		color: #666;

		-webkit-text-size-adjust: 100%;

		min-width: 980px;

		color:#666666;

 }

 	html{ overflow-x: hidden;}



	.element-style {min-height:0px;!important}



/* #Typography

================================================== */

	h1, h2, h3, h4, h5, h6 {

		color: #181818;

		font-family: 'Raleway', sans-serif;

		font-weight: normal; }

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }

	h1 { margin-bottom: 15px;}

	h2 { margin-bottom: 15px; }

	h3 { margin-bottom: 15px; }

	h4 { margin-bottom: 15px; }

	h5 { margin-bottom: 15px; }

	h6 { margin-bottom: 15px; }

	.subheader { color: #777; }



	p { margin: 0 0 20px 0; }

	p img { margin: 0; }

	p.lead { font-size: 21px; line-height: 27px; color: #777;  }



	em { font-style: italic; }

	strong { font-weight: bold; }

	small { font-size: 80%; }



/*	Blockquotes  */

	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }

	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }

	blockquote cite { display: block; font-size: 12px; color: #555; }

	blockquote cite:before { content: "\2014 \0020"; }

	blockquote cite a{ color: #555; }



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



/* #Links

================================================== */

	a{ color: inherit; text-decoration: none; outline: 0; }

	a:hover{ color: inherit; }

	p a { line-height: inherit; }





/* #Lists

================================================== */

	ul, ol { }

	ul {  }

	ol { list-style: decimal; }

	ol, ul.square, ul.circle, ul.disc, ul { margin-left: 30px; margine-top: 70px;}

	ul.square { list-style: square outside; }

	ul.circle { list-style: circle outside; }

	ul.disc { list-style: disc outside; }

	ul ul, ul ol,

	ol ol, ol ul { margin: 4px 0 5px 30px;  }

	ul ul li, ul ol li,

	ol ol li, ol ul li { margin-bottom: 6px; }

	li { line-height: 18px; }

	ul.large li { line-height: 21px; }

	li p { line-height: 21px; }



/* #Images

================================================== */

	img.scale-with-grid {

		max-width: 100%;

		height: auto; }

	img{}



	iframe{ display: block; }

/* #Buttons

================================================== */

	a.button,

	button,

	input[type="submit"],

	input[type="reset"],

	input[type="button"] {

		height: 29px; line-height: 26px; padding: 1px 12px 0px 12px; display: inline-block;

		background: url('images/gradient-top4-32px.png') repeat-x; font-weight: bold; cursor: pointer;



		-webkit-border-radius: 3px;

		-moz-border-radius: 3px;

		border-radius: 3px; }



	a.button:hover,

	button:hover,

	input[type="submit"]:hover,

	input[type="reset"]:hover,

	input[type="button"]:hover {

		background-image: url('images/gradient-bottom4-32px.png'); }



	.button.full-width,

	button.full-width,

	input[type="submit"].full-width,

	input[type="reset"].full-width,

	input[type="button"].full-width {

		width: 100%;

		padding-left: 0 !important;

		padding-right: 0 !important;

		text-align: center; }



	a.gdl-button{

		height: 26px; line-height: 26px; padding: 1px 12px 0px 12px; display: inline-block;

		background: url('images/gradient-top4-32px.png') repeat-x; font-weight: bold; cursor: pointer;



		-webkit-border-radius: 3px;

		-moz-border-radius: 3px;

		border-radius: 3px; }

	a.gdl-button:hover{

		background-image: url('images/gradient-bottom4-32px.png');

	}



	.gdl-image-frame{

		padding: 4px;

		display: inline-block;

	}





/* #Tabs (activate in tabs.js)

================================================== */

	ul.tabs {

		display: block;

		margin: 0 0 20px 0;

		padding: 0;

		list-style: none;

		border-bottom: solid 1px #ddd; }

	ul.tabs li {

		display: block;

		width: auto;

		height: 30px;

		padding: 0;

		float: left;

		margin-bottom: 0; }

	ul.tabs li a {

		display: block;

		text-decoration: none;

		width: auto;

		height: 29px;

		padding: 0px 20px;

		line-height: 30px;

		border: solid 1px #ddd;

		border-width: 1px 1px 0 0;

		margin: 0;

		background: #f5f5f5;

		font-size: 13px;

		color: inherit; }

	ul.tabs li a.active {

		background: #fff;

		height: 30px;

		position: relative;

		top: -4px;

		padding-top: 4px;

		border-left-width: 1px;

		margin: 0 0 0 -1px;

		color: #111;

		-moz-border-radius-topleft: 2px;

		-webkit-border-top-left-radius: 2px;

		border-top-left-radius: 2px;

		-moz-border-radius-topright: 2px;

		-webkit-border-top-right-radius: 2px;

		border-top-right-radius: 2px; }

	ul.tabs li:first-child a.active {

		margin-left: 0; }

	ul.tabs li:first-child a {

		border-width: 1px 1px 0 1px;

		-moz-border-radius-topleft: 2px;

		-webkit-border-top-left-radius: 2px;

		border-top-left-radius: 2px; }

	ul.tabs li:last-child a {

		-moz-border-radius-topright: 2px;

		-webkit-border-top-right-radius: 2px;

		border-top-right-radius: 2px; }



	ul.tabs-content { margin: 0 0 20px; display: block; list-style: none; }

	ul.tabs-content > li { display:none; }

	ul.tabs-content > li.active { display: block; }



	/* Clearfixing tabs for beautiful stacking */

	ul.tabs:before,

	ul.tabs:after {

	  content: '\0020';

	  display: block;

	  overflow: hidden;

	  visibility: hidden;

	  width: 0;

	  height: 0; }

	ul.tabs:after {

	  clear: both; }

	ul.tabs {

	  zoom: 1; }





/* #Forms

================================================== */



	form {

		margin-bottom: 20px; }

	fieldset {

		margin-bottom: 20px; }

	input[type="text"],

	input[type="password"],

	input[type="email"],

	textarea,

	select {

		border: 1px solid #ccc;

		padding: 6px 4px;

		outline: none;

		-moz-border-radius: 2px;

		-webkit-border-radius: 2px;

		border-radius: 2px;

		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;

		color: #777;

		margin: 0;

		width: 210px;

		max-width: 100%;

		display: block;

		margin-bottom: 20px;

		background: #fff; }

	select {

		padding: 0; }

	input[type="text"]:focus,

	input[type="password"]:focus,

	input[type="email"]:focus,

	textarea:focus {

		border: 1px solid #aaa;

 		color: #444;

 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);

		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);

		box-shadow:  0 0 3px rgba(0,0,0,.2); }

	textarea {

		min-height: 60px; }

	label,

	legend {

		display: block; }

	select {

		width: 220px; }

	input[type="checkbox"] {

		display: inline; }

	label span,

	legend span {

		font-weight: normal;

		font-size: 13px;

		color: #444; }



/* #Custom Tag

================================================== */

	.wp-caption, .wp-caption-text,

	.sticky, .gallery-caption,

	.bypostauthor{}

	.alignright{ float: right; }

	.alignleft{ float: left; }

	.aligncenter{ margin: 0 auto 0; }



	br.clear{ clear: both; height: 0px; display: block; }

	.display-none{ display:none; }

	.overflow-hidden{ position: relative; overflow: hidden; }



	.mt0{ margin-top: 0px !important;}

	.mt10{ margin-top: 10px !important; }

	.mt15{ margin-top: 15px !important; }

	.mt20{ margin-top: 20px !important; }

	.mt25{ margin-top: 25px !important; }

	.mt30{ margin-top: 30px !important; }

	.mt40{ margin-top: 40px !important; }

	.mb0{ margin-bottom: 0px !important; }

	.mb5{ margin-bottom: 5px !important; }

	.mb10{ margin-bottom: 10px !important; }

	.mb15{ margin-bottom: 15px !important; }

	.mb20{ margin-bottom: 15px !important; }

	.mb30{ margin-bottom: 30px !important; }

	.ml0{ margin-left: 0px !important; }

	.mr0{ margin-right: 0px !important; }



	.pt25{ padding-top: 25px !important; }

	.pb25{ padding-bottom: 25px !important; }



	/*disable blank space*/

	cufon[alt=" "]{

	   display: none !important;

	}



	.gdl-info{ font-family: 'Raleway', sans-serif; font-style: italic; line-height: 15px; }



	.hidden-item{ display: none; }

	.bold{ font-weight: bold; }



/* #Theme Style

================================================== */

div.body-wrapper{ }

div.container{}



.content-wrapper {z-index:0!important;}

.section-wrapper {z-index:0!important;}

.copy {z-index:10000000000000000000000!important; position: sticky;}





/* #Alto de secciones forzadas

================================================== */

#section-n0 { height:700px!important;
}

#section-n1 {height: auto !important;

    min-height: 1250px !important;
}

#section-n2 { height: auto !important;

    min-height: 1000px !important;
}

#section-n3 {height: auto !important;

    min-height: 9200px !important;

}

/* #section-n4 { height: auto !important;
	 min-height: 350px !important;
	 z-index:0!important;} */













































.wp-easy-query {

    width: 720px;

}

.product-item {

    width: 31%;

    float: left;

    overflow: hidden;

    margin-right: 15px;

    margin-bottom: 30px;

    padding-bottom: 20px;

    border-top: 2px solid #e9e9e9;

    padding-top: 35px;

}



.product-image {

    margin-bottom: 10px;

}



.product-item img {

    max-width: 100%;

    height: auto;

    display: block;

}

.product-item h3 {

    font-weight: bold;

    font-size: 18px;

    color: #f38120 !important;

    margin: 20px 0 20px 0;

    line-height: 1.3em;

    letter-spacing: 0.04em;

    text-align: center;

    text-transform: uppercase;

}

.product-content {

    margin-bottom: 0;

    font-size: 13px;

    line-height: 1.5em;

    color: #666666 !important;

    letter-spacing: .01em;

    text-align: center;

    padding: 0 5px 0;

}

.product-content p {

    margin: 0;

}



.product-gallery {

    height: 0;

    overflow: hidden;

}



.gallery-item {

    width: 22.7%;

    float: left;

    margin: 0 3% 10px 0;

    height: 75px;

}

.gallery-item:last-child {

    margin-right: 0;

}

#categories {

    margin: 40px 0;

    text-align: center;

    font-size: 80%;

    text-transform: uppercase;

    font-weight: 500;

}

#categories a {

    display: inline-block;

    height: 140px;

    background-color: #f38120;

    width: 140px;

    line-height: 140px;

    color: #fff;

    transition: all ease-in-out .2s;

    border-radius: 100%;

    font-family: Raleway;

    font-size: 13px;

    letter-spacing: 0.04em;

    font-weight: bold;

}



#categories a:hover {

    background-color: #ef3b24;

}



.category {

    clear: both;

    overflow: hidden;

    margin: 0 0 10px;

    width: 720px;

}

.category h2 {

    margin: 30px 0 50px;

    font-weight: bold;

    font-size: 20px;

    text-transform: uppercase;

    text-align: center;

    letter-spacing: 0.03em;

}



.back-to-categories {

    float: right;

    font-size: 13px;

    color: #f58020;

    font-weight: bold;

}

















































/*--- Background ---*/

div#custom-full-background{ position: fixed; top: -50%; left: -50%; width: 200%; height: 200%; }

div#custom-full-background img{

	position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;

	min-width: 50%; min-height: 50%; }



/*--- Preloader ---*/

.preloader { display: block; background:url(images/loading.gif) center center no-repeat; }



/*--- Page ---*/

div.page-header-wrapper{

	padding-bottom: 6px; margin-bottom: 5px; margin-left: 10px; margin-right: 10px; background:#FFFFFF; width:100%!important;}



.header-wrapper{background:#FFFFFF; width:100%!important; overflow:hidden; height:203px; position:fixed; z-index:1000;}



h1.page-header-title { font-size: 22px; font-weight: bold; margin-bottom: 0; text-transform:uppercase; color:#CF1E24!important; background-color:none;!important}

h1.page-header-title:before{content: ""; background:#F58020; height:18px!important; width:20px!important; display:inline-block; border-top-right-radius: 10px; border-bottom-right-radius: 10px; margin:0 15px 0 0;}

span.page-header-caption{ font-size: 13px; font-family: 'Raleway', sans-serif; font-style: italic; margin-left: 10px; display:none; } /* display:none de header caption de t�tulo */



/*--- Pagination ---*/

div.pagination{

	margin: 0px 10px 0px 10px; border-top: 1px solid; text-align: right; padding-right: 20px;

	position: relative; z-index: 99;}

div.pagination a, div.pagination span{

	padding-left: 12px; padding-right: 12px; height: 25px; line-height: 25px; display: inline-block;

	text-align: center; border-bottom: 1px solid #ececec; border-left: 1px solid;

	border-color: inherit; color: inherit; }

div.pagination a:last-child, div.pagination span:last-child{ border-right: 1px solid; border-color: inherit; }

div.pagination a:hover{ background: none; color: inherit; }

div.pagination span{ }



div.blog-item-holder .pagination{ margin: 0px; border-top: 0px; }



/*--- Sidebar ---*/

div.custom-sidebar { border-color: inherit; margin-bottom: 40px; clear: both; }

div.custom-sidebar ul{ list-style: none; margin-left: 0px; border-color: inherit; }

div.custom-sidebar ul li{

	padding-top: 9px; padding-bottom: 9px; border-bottom: 1px solid; border-color: inherit; }

div.custom-sidebar ul li{ padding-left: 15px; background-position: 0px 4px; }

div.custom-sidebar #recentcomments a{background: none; }

div.custom-sidebar #twitter_update_list{ margin-top: 10px; font-family: 'Raleway', sans-serif; font-style: italic;}

div.custom-sidebar #twitter_update_list li{ background: none; padding-left: 0px; }

div.custom-sidebar #twitter_update_list li span a {

margin-top: 0px;

margin-right: 6px;

float: left;

}

div.custom-sidebar #twitter_update_list li a {display: table;

margin-top: 10px;

float: none;

clear: both;

}



/*--- Custom Widget ---*/

div.custom-sidebar .textwidget{ margin-top: 15px; }



div.custom-sidebar .gdl-recent-post-widget{ border-color: inherit; }

div.custom-sidebar  .recent-post-widget{

	padding-top: 13px; padding-bottom: 13px; border-bottom: 1px solid; border-color: inherit; }

div.custom-sidebar  .recent-post-widget-thumbnail{

	background-color: #f3f3f3; padding: 4px; border: 1px solid #fff;  float: left; }

div.custom-sidebar  .recent-post-widget-context{ margin-left: 95px; margin-top: 2px; }

div.custom-sidebar  .recent-post-widget-date{

	margin-top: 4px; height: 16px; line-height: 19px; font-family: 'Raleway', sans-serif; font-style: italic;

	background-position: 0px 0px; padding-left: 22px; }

div.custom-sidebar  .recent-post-widget-comment-num{

	margin-top: 4px; height: 16px; line-height: 19px; font-family: 'Raleway', sans-serif; font-style: italic;

	background-position: 0px 0px; padding-left: 22px; }



div.custom-sidebar .twitter-whole{ border-color: inherit; }

div.custom-sidebar .twitter-whole ul li  a{ background: none; padding: 0px; }



div.custom-sidebar .flickr-widget{ margin-top: 0px; display: inline-block; }

div.custom-sidebar .flickr_badge_image{	margin: 10px 10px 0px 0px; float: left;}

div.custom-sidebar .flickr-widget img{ width: 56px; height: 56px; }



div.custom-sidebar .contact-widget-whole ol{ list-style: none; margin-left: 0px; margin-top: 15px; }

div.custom-sidebar .contact-widget-whole ol li{ margin-right: 10px; }

div.custom-sidebar .contact-widget-whole input,

div.custom-sidebar .contact-widget-whole textarea{ margin-bottom: 16px; }

div.custom-sidebar .screenReader{ display: none; }



div.custom-sidebar .gdl-recent-port-widget{ margin-top: 10px; }

div.custom-sidebar .recent-port-widget{ float: left; margin-right: 10px; margin-top: 10px; }



/* Sidebar right/left */

div.right-sidebar-wrapper{

	border-left: 1px solid;

	padding-top: 32px;

	padding-left: 20px; }

div.right-sidebar-wrapper .custom-sidebar-title{

	padding: 0px 0px 10px 0px; font-size: 17px; border-bottom: 1px solid; border-color: inherit; }



div.left-sidebar-wrapper{ border-right: 1px solid #ececec; padding-right: 20px; padding-top: 32px; }

div.left-sidebar-wrapper .custom-sidebar-title{

	padding: 0px 0px 10px 0px; font-size: 17px; border-bottom: 1px solid; border-color: inherit; }



/* Sitemap */

div.sitemap .custom-sidebar-title{ padding: 0px 0px 10px 0px; font-size: 17px; border-bottom: 1px solid; border-color: inherit; }



/* Tag Cloud*/

.tagcloud{ border-color: inherit; display: inline-block; }

.tagcloud a{

	font-size: 12px !important; display: block; float: left; padding: 3px 8px 3px 8px; margin-right: 10px;

	margin-top: 10px; border: 1px solid; border-color: inherit;



	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

}



/* Calendar */

#calendar_wrap{ border-color: inherit; }

#wp-calendar{ width: 100%; border-color: inherit; border-width: 0px; }

#wp-calendar caption{ font-size: 13px; font-weight: bold; margin: 5px auto 15px; padding-bottom: 6px; border-bottom: 1px solid; border-color: inherit; }

#wp-calendar td{ padding: 4px; text-align: center; border-right: 0px; }

#wp-calendar th{ padding: 0px; text-align: center; border-right: 0px; border-bottom: 0px; background: transparent;  }



/* search widget */

div.custom-sidebar #searchsubmit{ position: absolute; height: 27px; top: 0px; right: 2px; cursor: pointer;

	width: 28px; border: 0px; border-image: initial;



	-moz-box-shadow: none;

	-webkit-box-shadow: none;

	box-shadow: none;}

div.custom-sidebar #search-text{ margin-right: 10px; }

div.custom-sidebar #searchform{ position: relative; margin-bottom: 0; }

div.custom-sidebar #search-text input[type="text"]{ margin-bottom: 0; width: 100%; }

div.custom-sidebar #searchform br.clear{ display: none; }



/*--- contact form ---*/

div.custom-sidebar label, legend { font-weight: bold; margin-bottom: 7px; }

div.custom-sidebar .error{ font-family: 'Raleway', sans-serif; font-style: italic; margin-bottom: 15px; }

div.custom-sidebar #contactForm input, div.custom-sidebar #contactForm textarea { width: 100%;  }



/*--- Footer ---*/

div.footer-wrapper{ position:fixed; bottom: 0px; max-height: 600px; width: 100%; max-height: 100%; min-width: 980px; }

div.footer-inner-wrapper{ position: relative; z-index: 1001; }

div.open-footer-button{ width: 80px; height: 80px; float: right; cursor: pointer; position: relative; z-index: 1000; }

div.footer-wrapper .footer-inner-wrapper{ display: none; }

div.footer-widget-wrapper{ padding-top: 35px; }

div.footer-widget-wrapper .custom-sidebar{ }

div.footer-widget-wrapper .custom-sidebar-title{ font-size: 16px; margin-bottom: 15px; }



/*--- Footer custom widget ---*/

div.footer-wrapper div.contact-form-wrapper input[type="text"], div.footer-wrapper div.contact-form-wrapper input[type="password"], div.footer-wrapper div.contact-form-wrapper textarea, div.footer-wrapper div.custom-sidebar #search-text input[type="text"], div.footer-wrapper div.custom-sidebar .contact-widget-whole input, div.footer-wrapper div.custom-sidebar .contact-widget-whole textarea {

	 -moz-box-shadow: none;

	 -webkit-box-shadow: none;

	 box-shadow: none; }

div.footer-wrapper a.button, div.footer-wrapper button{ -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border: 0 !important; background: #222 !important; }

div.footer-wrapper #wp-calendar caption{ font-size:15px; border: none; margin-bottom: 15px; }

div.footer-wrapper div.custom-sidebar .recent-post-widget-thumbnail {  -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }



/*--- Copyright ---*/

div.gdl-copyright-divider{ border-top: 1px solid; width: 15px; height: 1px; margin-bottom: 15px; float: right; }

div.copyright-wrapper{ padding-top: 30px; padding-bottom: 12px; font-size: 11px; font-weight: normal; }

div.copyright-left{ text-align: left; float: left; margin-left: 20px; }

div.copyright-right{ text-align: right; float: right; margin-right: 20px; }



/*--- Comments ---*/

div.comment-wrapper{  margin-top: 20px; padding-top: 20px; border-top: 1px solid; }

div.comment-wrapper .comment-title{  font-size: 16px; }

div.comment-wrapper .comment-form-comment{  margin-right: 30px; }

div.comment-wrapper #reply-title{ font-size: 16px; margin-bottom: 15px; }

div.comment-wrapper input[type="text"], input[type="password"] {

	width: 320px; height: 30px; line-height: 30px; padding: 0px 0px 0px 10px;

	margin: 5px 5px 25px; line-height: 20px; }

div.comment-wrapper textarea{

	height: 165px; width: 590px; margin: 5px 5px 25px; padding: 10px; max-width: 100%;

	line-height: 20px; }



div.comment-wrapper .comment-form-captcha img { float: left; margin-right: 20px; margin-top: 1px; }

div.comment-wrapper .comment-form-author input,

div.comment-wrapper .comment-form-email input,

div.comment-wrapper .comment-form-url input { float: left; }

div.comment-wrapper .comment-form-captcha input { float: left; width: 205px; }

div.comment-wrapper .comment-form-author label,

div.comment-wrapper .comment-form-email label,

div.comment-wrapper .comment-form-url label,

div.comment-wrapper .comment-form-captcha label { float: left; line-height: 32px; margin: 5px 0px 0px 10px; }

div.comment-wrapper .comment-form-author span,

div.comment-wrapper .comment-form-email span,

div.comment-wrapper .comment-form-url span,

div.comment-wrapper .comment-form-captcha span { float: left; line-height: 32px; margin-left: 2px; }





ol.comment-list{ margin: 0px; list-style: none; }

ol.comment-list .comment-body{ border-bottom: 1px solid; margin-top: 22px; padding-bottom: 22px; }

ol.comment-list ul{ margin: 0px 0px 0px 30px; list-style: none; }

div.comment-avartar{ float: left; }

div.comment-context{ margin-left: 80px; }

span.comment-author{  margin-right: 5px; font-size: 16px; }

span.comment-date{  margin-right: 5px; font-family: 'Raleway', sans-serif; 'Droid Serif'; font-size: 11px;}

span.comment-time{ margin-right: 5px; font-style: italic; }

div.comment-content{ margin-top: 7px; }



div.comment-wrapper #respond{ margin-top: 30px; }



.wdpajax-error{ border:1px solid #f9d9c9; padding: 5px 10px; color:#ff3311; margin: 0px 0px 10px 0px; }

.wdpajax-success{ border:1px solid #339933; padding:5px 10px; color:#339933; margin: 0px 0px 10px 0px; }

label.error{ float:none !important; padding-left:5px 10px; color:#ff3311; margin: 0px 0px 10px 0px; }



/*--- Slider ---*/

div.slider-wrapper {margin:0 -97%; width:1500px; height:450px; padding:0; overflow: hidden; padding-bottom: 0px; padding-top:20px; clear:both;}

/* .container .sixteen.columns {

    width: 750px !important;

}



div.slider-wrapper {

    margin: 0 calc(100% - 1255px) !important;

} */



div.gdl-slider-title{ margin-left: -2px; padding-bottom: 7px; font-size: 20px; line-height: 30px;}



/*--- Accordion ---*/

div.accordion-header-title{ font-size: 18px; margin-bottom: 25px; }

ul.gdl-accordion{ list-style: none; margin-left: 0px; }

ul.gdl-accordion li{ list-style: none; border-bottom: 1px solid; margin-bottom: 15px; }

h2.accordion-head{ padding: 0px 0px 0px 0px; line-height: 21px; font-size: 16px; cursor: pointer; }

div.accordion-content{ padding: 0px 0px 20px 37px; overflow: hidden; }

span.accordion-head-image{ width: 24px; height: 24px; float: left; margin-right: 13px; cursor: pointer; }

div.accordion-head p{ margin-bottom: 0px; }



/*--- Toggle Box ---*/

div.toggle-box-header-title{ font-size: 18px; margin-bottom: 25px; }

ul.gdl-toggle-box{ margin-left: 0px; width: 750px; }

ul.gdl-toggle-box li{ list-style: none; border-bottom: 1px solid #ececec; margin-bottom: 15px; }

h2.toggle-box-head{ padding: 0px 0px 0px 0px; line-height: 21px; font-size: 16px; cursor: pointer; }

div.toggle-box-content{ padding: 0px 0px 20px 37px; overflow: hidden; }

span.toggle-box-head-image{ width: 24px; height: 24px; float: left; margin-right: 13px; cursor: pointer; }

div.toggle-box-head p{ margin-bottom: 0; }



/*--- Column Service ---*/

div.column-service-image{

	float:left; text-align: center;

	line-height: 32px; margin: 0px 25px 0px 10px; }

div.column-service-image img{ vertical-align: middle; }

div.column-service-content{ margin: 0px 0px 0px 0px; overflow: hidden; }

h2.column-service-title{ font-size: 17px; margin-bottom: 8px; font-weight: bold; }

div.column-service-wrapper{ padding-bottom: 5px; }

div.column-service-read-more{ margin-top: 5px; }



/*--- Stunning Text ---*/

div.stunning-text-wrapper{ text-align: center; }

h1.stunning-text-title{ line-height: 30px; font-size: 23px; font-weight: bold; padding: 0px 25px 0px 25px;

margin-bottom: 0;}

div.stunning-text-caption{ font-size: 14px; padding: 0px 25px 0px 25px; margin-top: 2px;}



/*--- Testimonial ---*/

div.testimonial-header-title{ font-size: 18px; margin-bottom: 25px; margin-left: 10px; }

div.testimonial-no-header{ padding-top: 47px }

div.testimonial-icon{

	width: 18px; height: 18px; float: left; margin-top: 2px; margin-right: 15px; margin-left: 1px; }

div.testimonial-author{

	margin-top: 20px; padding-bottom: 20px; margin-right: 3px; font-weight: bold; font-size: 13px;

	text-align: right; border-bottom: 1px solid; }



div.jcarousellite{ overflow: hidden;}

div.jcarousellite ul{ width: 1000%; margin: 0px; list-style: none;}

div.jcarousellite ul li{ float: left; }

div.jcarousellite-nav{ position: absolute; top: 0px; right: 10px; margin-right: 3px; }

div.jcarousellite-nav .prev{ width: 20px; height: 20px; cursor:pointer; float: left; margin-left: 5px; }

div.jcarousellite-nav .next{

	width: 20px; height: 20px; cursor:pointer; float: left; margin-left: 5px; background-position: 20px 0px; }



/*--- Divider ---*/

div.divider{ position: relative; border-top: 1px solid; }



/*--- Portfolio ---*/

div.portfolio-item{ margin-bottom: 20px; float: left; margin-left: 10px; margin-right: 10px; }

div.portfolio-header-wrapper{

	border-bottom: 1px solid; padding-bottom: 6px; margin-bottom: 25px; margin-left: 10px; margin-right: 10px; }

span.portfolio-header-title{ font-size: 19px; font-weight: bold; }

span.portfolio-header-caption{ font-size: 13px; font-family: 'Raleway', sans-serif; font-style: italic; margin-left: 10px; }



h2.portfolio-thumbnail-title{

	font-size: 12px; font-weight: bold; text-align: center; margin-top: 10px; margin-bottom: 2px; }

div.portfolio-thumbnail-tag a{ color: inherit; }

div.portfolio-thumbnail-tag{ font-size: 11px; text-align: center; margin-bottom: 2px; }



div.portfolio-thumbnail-image,

div.portfolio-thumbnail-video,

div.portfolio-thumbnail-slider{ padding: 5px; width: 240px; height: 150px; }

div.portfolio-thumbnail-image a,

div.portfolio-thumbnail-video a,

div.portfolio-thumbnail-slider a{ height: 150px; }



div.portfolio-thumbnail-slider{ overflow: hidden; }

div.portfolio-thumbnail-slider .flexslider{ display: block; }

div.portfolio-thumbnail-slider ol.flex-control-nav{ display: none; }

div.portfolio-thumbnail-slider ul.flex-direction-nav .prev{

	background: url('images/thumbnail-nav.png'); width: 31px;

	height: 24px; bottom: 0px; left: 0px; top: auto;}

div.portfolio-thumbnail-slider ul.flex-direction-nav .next{

	background: url('images/thumbnail-nav.png'); width: 31px; height: 24px;

	background-position: 31px 0px; bottom: 0px; left: 31px; top:auto; }



span.portfolio-thumbnail-image-hover{

	opacity: 0; filter: alpha(opacity=0); position: absolute; width: 100%; height: 100%;

	background-color: #fff; overflow: hidden; display: block; }

span.portfolio-thumbnail-image-hover span{

	top: 50%; left: -50%; margin-left: -16px; margin-top: -16px; width: 32px; height: 32px;

	position: absolute; display: block; }

span.portfolio-thumbnail-image-hover span.hover-link{ background: url('images/link.png') no-repeat; }

span.portfolio-thumbnail-image-hover span.hover-video{ background: url('images/video.png') no-repeat; }

span.portfolio-thumbnail-image-hover span.hover-zoom{ background: url('images/zoom.png') no-repeat; }



ul#portfolio-item-filter{ margin: 10px 0px 25px 0px; list-style:none; }

ul#portfolio-item-filter li { float: left; margin: 0px 2px 0px 10px; }



div.portfolio-item-holder.masoned{ overflow: hidden; }

/*--- Single ---*/

div.single-header-wrapper{

	border-bottom: 1px solid; padding-bottom: 6px; margin-bottom: 15px; margin-left: 10px; margin-right: 10px; }

h1.single-header-title{ font-size: 19px; font-weight: bold; margin-top: 0; margin-bottom: 0; display: inline-block; }

span.single-header-caption{ font-size: 13px; font-family: 'Raleway', sans-serif; font-style: italic; margin-left: 10px; }



div.back-to-post-wrapper{ cursor: pointer; float: right; margin-bottom: 15px; }

span.back-to-post-icon{

	width: 19px; height: 19px; float: left; display: block; }

span.back-to-post-text{ margin-right: 10px; line-height: 19px; float: left; font-size: 11px; }



div.single-post-info-wrapper{

	margin-bottom: 15px; padding-bottom: 8px; border-bottom: 1px solid; text-align: right; font-size: 11px; }



div.single-post-date{ float: left; margin-right: 10px; }

div.single-post-tag{ float: left; margin-right: 10px; }

div.single-post-comment{ float: left; margin-right: 10px; }

div.single-post-content{  margin-top: 8px;  }

div.single-post-read-more{ margin-top: 8px; display: block; }



div.single-post-content-wrapper{ }



div.single-post-thumbnail-image,

div.single-post-thumbnail-video,

div.single-post-thumbnail-slider{

	margin-bottom: 10px; padding: 5px; width: 510; height: 250px; }

div.single-post-thumbnail-image a,

div.single-post-thumbnail-video a,

div.single-post-thumbnail-slider a{ height: 250px; }

div.single-post-thumbnail-slider ol.flex-control-nav{ display: none; }



div.about-author-wrapper{ margin-top: 40px; padding: 0px; padding-top: 20px; border-top: 1px solid; }

div.about-author-avartar{ float: left; }

div.about-author-avartar img{ display:block; }

div.about-author-info{ margin-left: 110px; }

div.about-author-title{ font-size: 16px; margin-top: 3px; margin-bottom: 5px; }



div.social-share-title{ margin-top: 20px; font-size: 16px; padding-top: 20px; border-top: 1px solid; }

div.social-shares ul{ list-style: none; margin-left: 0px; margin-top: 15px; }

div.social-shares ul li{ float: left; margin-right: 15px; }



/*--- Single Portfolio ---*/

div.single-portfolio-header-wrapper{

	border-bottom: 1px solid; padding-bottom: 6px; margin-bottom: 15px; margin-left: 10px; margin-right: 10px; }

h1.single-portfolio-header-title{ font-size: 19px; font-weight: bold; margin-bottom: 0; margin-top: 0;

display: inline-block; }

span.single-portfolio-header-caption{ font-size: 13px; font-family: 'Raleway', sans-serif; font-style: italic; margin-left: 10px; }



div.back-to-port-wrapper{ cursor: pointer; float: right; margin-bottom: 15px; }

span.back-to-port-icon{

	width: 19px; height: 19px; float: left; display: block; }

span.back-to-port-text{ margin-right: 10px; line-height: 19px; float: left; font-size: 11px; }



div.single-port-thumbnail-image,

div.single-port-thumbnail-video,

div.single-port-thumbnail-slider{

	margin-bottom: 20px; padding: 5px; width: 510px; height: 250px; }

div.single-port-thumbnail-image a,

div.single-port-thumbnail-video a,

div.single-port-thumbnail-slider a{  height: 250px; }

div.single-port-thumbnail-slider ol.flex-control-nav{ display: none; }



div.single-port-info-wrapper{ width: 110px; margin-right: 20px; float: left; font-size: 11px; }

div.single-port-client{ margin-bottom: 12px; }

div.single-port-date{ margin-bottom: 10px; }

div.single-port-tag{ margin-bottom: 10px; }

div.single-port-visit-website{ 0px 3px no-repeat; padding-left: 15px; }



div.single-port-np-wrapper{ padding-top: 25px; }

div.single-port-np-divider{ width: 15px; border-top: 1px solid; padding-top: 25px; }

a.single-port-prev-button{

	width: 19px; height: 19px; float: left; margin-right: 3px; }

a.single-port-next-button{

	width: 19px; height: 19px; float: left;}



div.single-port-content-wrapper{ width: 390px; float: left;}

div.single-port-content{}



/*--- Blog ---*/

div.blog-header-wrapper{

	border-bottom: 1px solid; padding-bottom: 10px; margin-bottom: 25px; margin-left: 10px; margin-right: 10px; }

h1.blog-header-title{ font-size: 19px; font-weight: bold; margin-bottom: 0; }

span.blog-header-caption{ font-size: 13px; font-family: 'Raleway', sans-serif; font-style: italic; margin-left: 10px; }



div.blog-item-holder{ margin-left: 10px; margin-right: 10px; padding-bottom: 25px; }

div.blog-item-holder img{ display: block; }

div.blog-item-holder .blog-item{ padding-bottom: 25px; border-bottom: 1px solid; margin-top: 25px; }

div.blog-item-holder .blog-item:first-child{ margin-top: 0px; }

div.blog-item-holder .blog-thumbnail-image,

div.blog-item-holder .blog-thumbnail-video,

div.blog-item-holder .blog-thumbnail-slider{

	padding: 4px; float: left; margin-right: 20px; }





div.blog-thumbnail-slider ol.flex-control-nav{ display: none; }

div.blog-thumbnail-slider ul.flex-direction-nav .prev{

	background: url('images/thumbnail-nav.png'); width: 31px;

	height: 24px; bottom: 0px; left: 0px; top: auto;}

div.blog-thumbnail-slider ul.flex-direction-nav .next{

	background: url('images/thumbnail-nav.png'); width: 31px; height: 24px;

	background-position: 31px 0px; bottom: 0px; left: 31px; top:auto; }





div.blog-item-holder .blog-thumbnail-content-wrapper{ float: left; width: 390px;}

div.blog-item-holder .blog-thumbnail-content-wrapper h2{ margin-bottom: 0; }

div.blog-full-thumbnail-style .blog-thumbnail-content-wrapper{ float: left; width: 520px !important; }



div.blog-item-holder .blog-thumbnail-title{  display: inline-block; font-size: 15px; font-weight: bold; margin-top: 5px; margin-bottom: 5px; }

div.blog-full-thumbnail-style .blog-thumbnail-title{  display: inline-block; font-size: 15px; font-weight: bold; margin-top: 17px; margin-bottom: 0px; }

div.blog-item-holder .blog-thumbnail-info{ margin-top: 5px; margin-bottom: 5px; font-size: 11px; letter-spacing: 0px;}

div.blog-item-holder .blog-thumbnail-date{ float: left; margin-right: 15px; }

div.blog-item-holder .blog-thumbnail-date .post-info-date-title{ margin-right: 5px; }

div.blog-item-holder .blog-thumbnail-tag{ float: left; margin-right: 15px; }

div.blog-item-holder .blog-thumbnail-tag .post-info-tag-title{ margin-right: 5px; }

div.blog-item-holder .blog-thumbnail-comment{ float: left; margin-right: 15px; }

div.blog-item-holder .blog-thumbnail-comment .post-info-comment-title{ margin-right: 5px; }

div.blog-item-holder .blog-thumbnail-content{  margin-top: 8px;  }

div.blog-item-holder .blog-thumbnail-read-more{ margin-top: 10px; display: inline-block; }





/*--- Search/Archive ---*/

div.archive-header{ position: relative; }

div.archive-back-wrapper{ cursor: pointer; position: absolute; top: 2px; right: 10px; }

span.archive-back-icon{

	width: 19px; height: 19px; float: left; display: block; }

span.archive-back-text{ margin-right: 10px; line-height: 19px; float: left; font-size: 11px; }



/*--- Message Box ---*/

div.message-box-wrapper{ border:1px solid; padding: 20px; margin-bottom: 20px; }

div.message-box-title{ font-weight: bold; font-size: 14px; margin-top: 2px; }

div.message-box-content{ margin-top: 12px; }



div.message-box-wrapper.red{ background-color: #ffdcdd; border-color: #e9b9bb; color: #713a3c;}

div.message-box-wrapper.red .message-box-title{ color: #8d4345;}

div.message-box-wrapper.yellow{ background-color: #ffffe0; border-color: #e1db8b; color: #4d4d39;}

div.message-box-wrapper.yellow .message-box-title{ color: #737357;}

div.message-box-wrapper.blue{ background-color: #c2e1ee; border-color: #8ec3d9; color: #3d5058;}

div.message-box-wrapper.blue .message-box-title{ color: #475d66;}

div.message-box-wrapper.green{ background-color: #e1ffd9; border-color: #badeb1; color: #435b3d;}

div.message-box-wrapper.green .message-box-title{ color: #526d4b;}



/*--- Shortcode ---*/

.shortcode1-4{ width: 23%; margin-right: 2%; float: left; }

.shortcode1-3{ width: 31.33%; margin-right: 2%; float: left; }

.shortcode1-2{ width: 48%; margin-right: 2%; float: left; }

.shortcode2-3{ width: 64.66%; margin-right: 2%; float: left; }

.shortcode3-4{ width: 73%; margin-right: 2%; float: left; }

.shortcode1{ width: 98%; margin-right: 2%; float: left; }



a.gdl-button.shortcode-large-button{

	margin-bottom: 20px; margin-right: 10px;

	padding: 0px 21px 0px 21px; height: 38px; line-height: 38px; font-size: 14px; }

a.gdl-button.shortcode-medium-button{

	margin-bottom: 20px; margin-right: 10px;

	padding: 0px 15px 0px 15px; height: 30px; line-height: 30px; font-size: 12px; }

a.gdl-button.shortcode-small-button{

	margin-bottom: 20px; margin-right: 10px; text-shadow: none; font-size: 11px; }



div.shortcode-list ul{ list-style: none; margin-left: 0px; }

div.shortcode-list li{ padding:2px 0px 2px 25px; margin-left: 20px;margin-right: 20px; border-bottom: 0px; text-align: left; }

div.shortcode-list-arrow li{ background: url('images/list/arrow.png') no-repeat; }

div.shortcode-list-arrow2 li{ background: url('images/list/arrow2.png') no-repeat; }

div.shortcode-list-arrow3 li{ background: url('images/list/arrow3.png') no-repeat;  }

div.shortcode-list-bullet li{ background: url('images/list/bullet.png') no-repeat; }

div.shortcode-list-bullet2 li{ background: url('images/list/bullet2.png') no-repeat; }

div.shortcode-list-bullet3 li{ background: url('images/list/bullet3.png') no-repeat; }

div.shortcode-list-check li{ background: url('images/list/check.png') no-repeat; }

div.shortcode-list-check2 li{ background: url('images/list/check2.png') no-repeat; }

div.shortcode-list-check3 li{ background: url('images/list/check3.png') no-repeat; }

div.shortcode-list-delete li{ background: url('images/list/delete.png') no-repeat; }

div.shortcode-list-delete2 li{ background: url('images/list/delete2.png') no-repeat; }

div.shortcode-list-delete3 li{ background: url('images/list/delete3.png') no-repeat; }



div.shortcode-social{ float: left; margin-right: 12px; }



div.shortcode-block-quote-left{

	width: 33%; float: left; margin: 15px 20px 15px 20px; padding: 20px;

	border-left: 2px solid #ddd; font-size: 16px; font-family: 'Raleway', sans-serif;

font-style: oblique;

}

div.shortcode-block-quote-right{

	width: 33%; float: right; margin: 15px 20px 15px 20px; padding: 20px;

	border-left: 2px solid #ddd; font-size: 16px; font-family: 'Raleway', sans-serif;

font-style: oblique;

 }

div.shortcode-block-quote-center{

	margin: 0px 20px 20px 20px; text-align: center; padding: 20px;

	border-left: 2px solid #ddd; font-size: 16px; font-family: 'Raleway', sans-serif;

font-style: oblique;

}



div.shortcode-dropcap{

	margin-top: 0px; margin-bottom: 0px; margin-right: 5px; float: left; font-size: 25px; font-size: 25px;

	width: 32px; height: 32px; line-height: 32px; text-align: center; float: left; }

div.shortcode-dropcap.circle{

	-moz-border-radius: 16px;

	-webkit-border-radius: 16px;

	border-radius: 16px;

}



/* contact form */

div.contact-form-wrapper ol{ margin: 0px; list-style: none; }

div.contact-form-wrapper ol li{ margin-bottom: 20px; }

div.contact-form-wrapper ol li.sending-result{ max-width: 622px; display: none; }

div.contact-form-wrapper ol li.sending-result .message-box-wrapper{ padding: 10px 15px 10px 15px; }

div.contact-form-wrapper ol li div.error{ display: none; }

div.contact-form-wrapper  input[type="text"], input[type="password"] {

	width: 320px; height: 30px; line-height: 30px; padding: 0px 0px 0px 7px; margin: 10px 5px 10px;

	line-height: 20px; }

div.contact-form-wrapper .textarea{ margin-right: 32px; }

div.contact-form-wrapper textarea{

	height: 165px; width: 590px; margin: 10px 5px 10px; padding: 10px; max-width: 100%;

	line-height: 20px; }

div.contact-form-wrapper .contact-submit{ float: left; }

div.contact-form-wrapper .contact-loading{

	width: 16px; height: 16px; float: left; margin: 7px 0px 0px 15px; display:none;

	background: url('images/loading.gif'); }



/* Price Item */

div.gdl-price-item{ margin-bottom: 20px;}

div.gdl-price-item .price-item{ border: 1px solid; border-color: inherit; margin-left: -1px; padding-bottom: 30px;}

div.gdl-price-item .price-tag{

	font-size: 35px; line-height: 40px; text-align: center; padding-top: 20px; padding-bottom: 20px; font-weight: bold; }

div.gdl-price-item .price-title{

	font-size: 14px; text-align: center; font-weight: bold; padding-top: 8px; padding-bottom: 8px; }

div.gdl-price-item .price-button{ text-align: center; margin-top: 25px; }

div.gdl-price-item .price-content{ text-align: center; margin-top: 25px; }

div.gdl-price-item .price-content .shortcode-list{ display: inline-block; }



div.gdl-price-item .price-item.active{ padding-bottom: 70px; margin-top: -20px; }



/* code */

.gdl-code{

	overflow: hidden; padding: 15px; border: 1px #eee solid; clear: both; background: #f9f9f9;

	margin-bottom: 20px; color: #555; font-size: 13px;

	font-family: 'Raleway', sans-serif!important;

}



/* Contact Form 7 */

span.wpcf7-form-control-wrap input[type="text"],

span.wpcf7-form-control-wrap input[type="[password"],

span.wpcf7-form-control-wrap textarea{

	width: 320px; height: 30px; line-height: 30px; padding: 0px 0px 0px 7px; margin: 10px 5px 10px; line-height: 20px; }

span.wpcf7-form-control-wrap input.wpcf7-file{ width: auto; height: auto; background-color: transparent; border: none;

	-webkit-box-shadow: none; box-shadow: none; margin-left: 0; }

span.wpcf7-form-control-wrap textarea{ height: 165px; width: 590px; margin: 10px 5px 10px; padding: 10px;

max-width: 100%; line-height: 20px; }



div.wpcf7 p{ font-weight: bold; }

div.wpcf7 p span.wpcf7-form-control-wrap textarea, div.wpcf7 p span.wpcf7-form-control-wrap input{ font-weight: normal; }

div.wpcf7 .ajax-loader{ display: none; }



/* body */

div.content-top-gimmick-wrapper{ display: none; position: absolute; top: 0px; height: 0px; width: 560px; margin-left: -10px; }



/* section background */

section.story{ padding: 0; margin: 0; width: 100%; max-width: 1920px; position: relative; margin: 0 auto; }

section{ position: relative; }



/* Logo */

div.navigation-wrapper { padding: 0;}



div.logo-wrapper { width:980px; background:#FFFFFF; color:b3b3b3!important; margin:0 auto; padding:70px 0 0 0;}

div.logo-wrapper .bajada { float:right; text-transform:uppercase; text-align:right; foanchor activent-size:21px;}



div.logo-wrapper a { padding: 0;}



#gdl-main-logo {margin:70px 0 0 0;}





/* menu navigation */

div.navigation-wrapper{

	position: fixed; z-index: 1000; width: 180px; text-align: left; font-family: 'Raleway', sans-serif!important;

	font-size: 18px; font-weight: bold; left: 50%; margin-left: -510px;}



div.navigation-wrapper ul{ list-style: none; margin: 0px; background-color:none!important;}

div.navigation-wrapper ul li{ padding-bottom: 20px; background-color:none!important; }

div.navigation-wrapper a{ padding: 4px 0px; display: inline-block; text-transform:uppercase!important; background-color:none!important;}

div.navigation-wrapper ul li a:hover{ display: inline-block; background:none!important; color:#F58020!important;}

div.navigation-wrapper ul li a.active, div.navigation-wrapper a:hover { padding: 4px 0px; color:#F58020!important; background:none!important;}



ul#main-navigation { width:200px; height:230px; background:url(http://www.foodhq.co.nz/wp-content/themes/slideone/images/sombra_menu.png) no-repeat right; background-color: none !important; clear:both!important; margin:35px 0 0 0;}



ul#main-navigation li a { padding:0 0 0 60px;}



/* Social Icon dark/light */

div.social-icon-wrapper{

	position: fixed; left: 50%; margin-left: 280px; z-index: 100; top: 15px; padding-left: 30px; width: 140px; }

div.social-icon-wrapper div.social-icon{

	float: left; margin-left: 10px; margin-top: 10px;

	opacity: 0.55; filter: alpha(opacity=50); }

div.social-icon-wrapper div.social-icon a{ width: 24px; height: 24px; display: block; }



/* Social Icon Set */

a.social-delicious{ background: url('images/icon/dark/social/delicious.png'); }

a.social-delicious.light{ background: url('images/icon/light/social/delicious.png'); }

a.social-deviantart{ background: url('images/icon/dark/social/deviantart.png'); }

a.social-deviantart.light{ background: url('images/icon/light/social/deviantart.png'); }

a.social-digg{ background: url('images/icon/dark/social/digg.png'); }

a.social-digg.light{ background: url('images/icon/light/social/digg.png'); }

a.social-facebook{ background: url('images/icon/dark/social/facebook.png'); }

a.social-facebook.light{ background: url('images/icon/light/social/facebook.png'); }

a.social-flickr{ background: url('images/icon/dark/social/flickr.png'); }

a.social-flickr.light{ background: url('images/icon/light/social/flickr.png'); }

a.social-lastfm{ background: url('images/icon/dark/social/lastfm.png'); }

a.social-lastfm.light{ background: url('images/icon/light/social/lastfm.png'); }

a.social-linkedin{ background: url('images/icon/dark/social/linkedin.png'); }

a.social-linkedin.light{ background: url('images/icon/light/social/linkedin.png'); }

a.social-picasa{ background: url('images/icon/dark/social/picasa.png'); }

a.social-picasa.light{ background: url('images/icon/light/social/picasa.png'); }

a.social-rss{ background: url('images/icon/dark/social/rss.png'); }

a.social-rss.light{ background: url('images/icon/light/social/rss.png'); }

a.social-stumble-upon{ background: url('images/icon/dark/social/stumble-upon.png'); }

a.social-stumble-upon.light{ background: url('images/icon/light/social/stumble-upon.png'); }

a.social-tumblr{ background: url('images/icon/dark/social/tumblr.png'); }

a.social-tumblr.light{ background: url('images/icon/light/social/tumblr.png'); }

a.social-twitter{ background: url('images/icon/dark/social/twitter.png'); }

a.social-twitter.light{ background: url('images/icon/light/social/twitter.png'); }

a.social-vimeo{ background: url('images/icon/dark/social/vimeo.png'); }

a.social-vimeo.light{ background: url('images/icon/light/social/vimeo.png'); }

a.social-youtube{ background: url('images/icon/dark/social/youtube.png'); }

a.social-youtube.light{ background: url('images/icon/light/social/youtube.png'); }



/* ajax */

div.ajax-container {padding-top: 200px; padding-bottom: 20px;}





a[data-gdlajax]{ cursor: pointer; }

a[data-anchor]{ cursor: pointer; }

.now-loading{

	background-repeat: no-repeat;

	background-position: center center;

	background-image: url(images/loading.gif); }

#gdl-now-loading{

	position: fixed; top: 0px; bottom: 0px; width: 16px; left: 50%; margin-left: -8px; display: none;}

/* ******** VISUAL EDITOR TEXT STYLING ******** */


.weight-style {
font-family: "Open Sans", sans-serif;
margin-bottom: 0;
    font-size: 13px;
    line-height: 1.5em;
    color: #666666 !important;
    letter-spacing: .01em;
    text-align: center;
    padding: 0 5px 0;
}

.weight-style-bold {
font-family: "Open Sans", sans-serif;
margin-bottom: 0;
    font-size: 13px;
	font-weight: bold;
    line-height: 1.5em;
    color: #666666 !important;
    letter-spacing: .01em;
    text-align: center;
    padding: 0 5px 0;
}


.content-block:after {
    clear:both;
}

/* ******** end VISUAL EDITOR TEXT STYLING ******** */

/* Product toggle edits */

h2.toggle-box-head {
    padding: 0px 0px 0px 0px;
    line-height: 21px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}




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

	#section-n0 { height:0px!important; border:1px solid #0066CC; overflow:hidden!important; }

#section-n1 { height:0px!important;}

#section-n2 { height:0px!important}

#section-n3 { height:0px!important; z-index:0!important;}









}



/*----- Celular Portrait ----- */

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

#section-n0 { height:0px!important; border:1px solid #0066CC; overflow:hidden!important; }

#section-n1 { height:0px!important;}

#section-n2 { height:0px!important}

#section-n3 { height:0px!important; z-index:0!important;}





}



/*----- Celular Portrait ----- */



@media screen and (min-width: 481px) and (max-width: 640px) {





}



/* #media

================================================== */

@media only screen

and (min-device-width: 768px)

and (max-device-width: 1024px)

and (-webkit-min-device-pixel-ratio: 1)  {



#section-n0 { height:0px!important; border:0px solid #0066CC; overflow:hidden!important; }

#section-n1 { height:0px!important;}

#section-n2 { height:0px!important}

#section-n3 { height:0px!important; z-index:0!important;}


/*--- Slider ---*/

div.slider-wrapper {margin:0 -97%; width:1500px; padding:0; overflow: hidden; padding-bottom: 0px; padding-top:20px; clear:both;}

div.gdl-slider-title{ margin-left: -2px; padding-bottom: 7px; font-size: 20px; line-height: 30px;}



/*--- Slider ---*/

div.slider-wrapper {margin:0 -97%; width:1500px; height:450px; padding:0; overflow: hidden; padding-bottom: 0px; padding-top:20px; clear:both; overflow:hidden!important;}

div.gdl-slider-title{ margin-left: -2px; padding-bottom: 7px; font-size: 20px; line-height: 30px;}
