/*
Theme Name: Marble (Share on Theme123.Net)
Theme URI: http://www.madeinebor.com
Version: 1.1.6
Description: Marble - A Multipurpose, Awesome, Creative Theme
Author: Tom Rhodes
Author URI: http://www.madeinebor.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: white, custom-background, threaded-comments, translation-ready, custom-menu
*/


/* 

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)

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

*/
/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important
}
.fit-vids-style {
    display: none
}
figure {
    margin: 0;
    padding: 0;
    text-align: center;
}
.span8 figure {
	text-align: left;
}
figure img {
    max-width: 100%
}
iframe {
    border: none
}
::selection {
    background: #fefac7; /* Safari */
    color: #555555;
}
::-moz-selection {
    background: #fefac7; /* Firefox */
    color: #555555;
}
/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/
body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    background-color: #f9f9f9;
    color: #6c6c6c;
    font-size: 14px;
}
.dark-wrapper {
    background-color: #f3f3f3
}
.light-wrapper {
    background-color: #f9f9f9
}
body,
li,
address {
    line-height: 25px
}
input,
button,
select,
textarea {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
a {
    color: #1abb9c
}
a:hover,
a:focus {
    color: #2e2e2e;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Slab', serif;
    margin-top: 0;
    color: #4e4e4e;
    margin-bottom: 10px;
}
h1 {
    font-size: 30px;
    line-height: 33px;
}
h2 {
    font-size: 24px;
    line-height: 26px;
}
h3 {
    font-size: 20px;
    line-height: 22px;
}
h4 {
    font-size: 18px;
    margin-bottom: 8px;
}
.details h4 span {
    font-size: 12px;
    color: #a8a8a8;
    font-weight: normal;
}
.details h4 span:before {
    display: inline-block;
    content: "-";
    padding-right: 5px;
}
h5 {
    font-size: 14px
}
h6 {
    font-size: 12px
}
.section-title {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 20px;
}
.post-title {
    font-size: 24px;
    line-height: 26px;
}
.post-title a {
    color: #4e4e4e
}
.post-title a:hover {
    color: #1abb9c
}
.showbiz .post-title {
    margin: 0 0 5px 0
}
h4.post-title {
    font-size: 18px;
    margin-bottom: 8px;
}
ul {
    list-style: circle;
    list-style-position: inside;
}
ul,
ol {
    padding: 0;
    margin: 0 0 10px 0;
}
ol {
    list-style-position: inside
}
ul.bullet, .blog-sidebar .widget ul {
    list-style: none
}
ul.bullet li:before, .blog-sidebar .widget ul li:before {
    font-family: 'fontello';
    content: "\e762";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-size: 15px;
    padding-right: 8px;
    color: #1abb9c;
}
.sidebar .widget ul.post-list li:before {
	display: none;
}
.lead {
    font-size: 22px;
    line-height: 32px;
    color: #a8a8a8;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
}
hr {
    border: 0;
    border-bottom: 2px solid #e7e7e7;
    margin: 0;
}
.meta,
.more-link {
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    margin-bottom: 10px;
    color: #a8a8a8;
}
.more-link {
    margin-bottom: 0
}
.meta a,
.more-link {
    color: #a8a8a8
}
.meta a:hover,
.more-link:hover {
    color: #1abb9c
}
.meta.tags a:before {
    content: "#";
    display: inline-block;
}
.showbiz .meta a:after {
    display: inline-block;
    content: "/";
    padding: 0 3px 0 6px;
    color: #c5c5c5;
}
.showbiz .meta a:last-child:after {
    display: none
}
.media-wrapper {
    margin-bottom: 20px
}
blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 2px solid #e7e7e7;
}
blockquote p, blockquote {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    font-family: 'Roboto Slab', serif;
}
blockquote small {
    line-height: 33px;
    color: #1abb9c;
}
blockquote {
	margin-bottom: 20px;
}
.alert .close {
    line-height: 25px
}
.media {
    margin-top: 0;
    margin-bottom: 20px;
}
.media > .pull-left {
    margin-right: 20px
}
i.large {
    color: #1abb9c;
    font-size: 40px;
    width: 40px;
    height: 40px;
}
/*-----------------------------------------------------------------------------------*/
/*	BUTTON
/*-----------------------------------------------------------------------------------*/
.btn,
.btn-group > .btn,
.parallax .btn, #submit,
.woocommerce-info, 
.woocommerce-message,
button,
.button,
.added_to_cart,
input[type="submit"],
.parallax .btn {
    color: #fff;
    background: #1abb9c;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 9px 20px 11px 20px;
    font-weight: normal;
    font-size: 13px;
    text-shadow: none;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -4px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -4px 0 rgba(0,0,0,0.15);
}
.btn-large, .parallax .btn {
    padding: 12px 23px 13px 23px
}
.btn.btn-green, .button {
    background: #1abb9c
}
.btn.btn-blue {
    background: #3f8dbf
}
.btn.btn-red {
    background: #e8554e
}
.btn.btn-orange {
    background: #e67e22
}
.btn.btn-purple {
    background: #9b59b6
}
.btn.btn-pink {
    background: #d487be
}
.btn.btn-navy {
    background: #34495e
}
.btn.btn-gray {
    background: #95a5a6
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active, #submit:hover,
input[type="submit"]:hover,
.button:hover {
    background: #17a78b;
    color: #fff;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-box-shadow: inset 0 -4px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -4px 0 rgba(0,0,0,0.15);
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
    background: #17a78b !important
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
    background: #387eaa !important
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
    background: #cf4c45 !important
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
    background: #cd701e !important
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active {
    background: #8a4fa2 !important
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active {
    background: #bd78a9 !important
}
.btn-navy:hover,
.btn-navy:focus,
.btn-navy:active,
.btn-navy.active {
    background: #2c3e50 !important
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active {
    background: #859394 !important
}
.share .btn {
    padding: 6px 15px 8px 15px;
    font-size: 13px;
}
.btn.btn-facebook {
    background: #65779e
}
.btn.btn-facebook:hover {
    background: #5a6a8d !important
}
.btn.btn-twitter {
    background: #7fc0e1
}
.btn.btn-twitter:hover {
    background: #71abc8 !important
}
.btn.btn-googleplus {
    background: #626262
}
.btn.btn-googleplus:hover {
    background: #575757 !important
}
.btn.btn-pinterest {
    background: #c65044
}
.btn.btn-pinterest:hover {
    background: #b0473d !important
}
/*-----------------------------------------------------------------------------------*/
/*	DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide0 {
    width: 100%;
    height: 0px;
}
.divide2 {
    width: 100%;
    height: 2px;
}
.divide3 {
    width: 100%;
    height: 3px;
}
.divide5 {
    width: 100%;
    height: 5px;
}
.divide10 {
    width: 100%;
    height: 10px;
}
.divide15 {
    width: 100%;
    height: 15px;
}
.divide20 {
    width: 100%;
    height: 20px;
}
.divide25 {
    width: 100%;
    height: 25px;
}
.divide30 {
    width: 100%;
    height: 30px;
}
.divide35 {
    width: 100%;
    height: 35px;
}
.divide40 {
    width: 100%;
    height: 40px;
}
.divide45 {
    width: 100%;
    height: 40px;
}
.divide50 {
    width: 100%;
    height: 50px;
}
.divide55 {
    width: 100%;
    height: 55px;
}
.divide60 {
    width: 100%;
    height: 60px;
}
.divide65 {
    width: 100%;
    height: 65px;
}
.divide70 {
    width: 100%;
    height: 70px;
}
.divide75 {
    width: 100%;
    height: 75px;
}
.divide80 {
    width: 100%;
    height: 80px;
}
.divide85 {
    width: 100%;
    height: 85px;
}
.rm0 {
    margin-right: 0px
}
.rm1 {
    margin-right: 1px
}
.rm2 {
    margin-right: 2px
}
.rm5 {
    margin-right: 5px
}
.rm10 {
    margin-right: 10px
}
.rm15 {
    margin-right: 15px
}
.rm20 {
    margin-right: 20px
}
.rm25 {
    margin-right: 25px
}
.rm30 {
    margin-right: 30px
}
.rm40 {
    margin-right: 40px
}
.lm0 {
    margin-left: 0px
}
.lm1 {
    margin-left: 1px
}
.lm5 {
    margin-left: 5px
}
.lm7 {
    margin-left: 7px
}
.lm10 {
    margin-left: 10px
}
.lm15 {
    margin-left: 15px
}
.lm20 {
    margin-left: 20px
}
.lm25 {
    margin-left: 25px
}
.lm30 {
    margin-left: 25px
}
.lm40 {
    margin-left: 40px
}
.rp5 {
    padding-right: 5px
}
.rp10 {
    padding-right: 10px
}
.rp15 {
    padding-right: 15px
}
.rp20 {
    padding-right: 20px
}
.rp30 {
    padding-right: 30px
}
.lp10 {
    padding-left: 10px
}
.lp20 {
    padding-left: 20px
}
.lp30 {
    padding-left: 30px
}
.tp5 {
    padding-top: 5px
}
.tp10 {
    padding-top: 10px
}
.tp20 {
    padding-top: 20px
}
.tp30 {
    padding-top: 30px
}
.tm4 {
    margin-top: 4px
}
.tm5 {
    margin-top: 5px
}
.tm7 {
    margin-top: 7px
}
.tm10 {
    margin-top: 10px
}
.tm15 {
    margin-top: 15px
}
.tm20 {
    margin-top: 20px
}
.mbm1 {
    margin-bottom: -1px
}
.bm0 {
    margin-bottom: 0 !important
}
.bm5 {
    margin-bottom: 5px !important
}
.bm10 {
    margin-bottom: 10px !important
}
.bm15 {
    margin-bottom: 15px !important
}
.bm20 {
    margin-bottom: 20px !important
}
.nobottommargin {
    margin-bottom: 0px !important
}
.nobullets {
    list-style: none;
    margin-left: 0;
}
.body-wrapper {
    width: 100%
}
.inner {
    padding-top: 50px;
    padding-bottom: 50px;
}
footer .inner {
    padding-bottom: 40px
}
footer hr {
    border: 0;
    border-bottom: 2px solid #373737;
    border-bottom: 2px solid rgba(255,255,255,0.09);
    margin: 40px 0;
}
.black-wrapper {
    background: transparent url(http://www.poligreen.mx/wp-content/themes/marble/style/images/bg/footer-bg1.jpg) repeat;
    -webkit-box-shadow: inset 0 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: inset 0 5px 0 rgba(0,0,0,0.2);
    color: #cacaca;
}
.black-wrapper a {
    color: #cacaca
}
.black-wrapper a:hover {
    color: #1abb9c
}
.black-wrapper h1,
.black-wrapper h2,
.black-wrapper h3,
.black-wrapper h4,
.black-wrapper h5,
.black-wrapper h6 {
    color: #6c6c6c
}
footer .section-title {
    font-size: 18px
}
i.contact {
    color: #6c6c6c;
    margin-right: 5px;
    width: auto;
    height: auto;
    line-height: 18px;
}
.widget .post-list {
    list-style: none;
    margin: 0;
}
.widget .post-list li {
    margin-bottom: 19px
}
.widget .post-list li h6 {
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
    letter-spacing: normal;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
.widget .post-list li em {
    color: #6c6c6c;
    font-size: 12px;
    font-style: normal;
    font-family: 'Roboto Slab', serif;
}
.tagcloud {
    line-height: 25px
}
/*-----------------------------------------------------------------------------------*/
/*	HEADER NAVBAR
/*-----------------------------------------------------------------------------------*/
.offset {
    padding-top: 110px
}
#header.navbar {
    padding: 35px 0;
    background: transparent url(http://www.poligreen.mx/wp-content/themes/marble/style/images/bg/header-bg1.jpg) repeat;
    -webkit-box-shadow: inset 0 -5px 0 rgba(0,0,0,0.04);
    -moz-box-shadow: inset 0 -5px 0 rgba(0,0,0,0.04);
    box-shadow: inset 0 -5px 0 rgba(0,0,0,0.04);
    position: relative;
    z-index: 1001;
    width: 100%;
    display: block;
    position: fixed;
}
#header.navbar-fixed-top .navbar-inner {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    border: 0;
    padding: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#header.navbar-fixed-top .nav-collapse {
    margin-top: 0px
}
#header.navbar .nav {
    margin: 0
}
#header.navbar .nav > li {
    margin-left: 10px
}
#header.navbar .nav > .active > a,
#header.navbar .nav > .active > a:hover,
#header.navbar .nav > .active > a:focus {
    color: #1abb9c;
    text-decoration: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#header.navbar .nav > li > a {
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
    color: #4e4e4e;
    font-family: 'Roboto Condensed', sans-serif;
    text-shadow: none;
    padding: 12px 15px;
}
#header.navbar .nav > li > a:hover {
    color: #1abb9c
}
#header.navbar .nav li.dropdown.open > .dropdown-toggle,
#header.navbar .nav li.dropdown.active > .dropdown-toggle,
#header.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background: #1abb9c;
    color: #fff;
}
#header.navbar .brand {
    padding: 0;
    margin: 2px 0 0 0;
}
#header .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 185px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#header .dropdown-menu li {
    background: #3d3d3d;
    border-top: none;
}
#header .dropdown-menu li:first-child {
    border-top: none
}
#header .dropdown-menu li a {
    padding: 0 15px 20px;
    line-height: 1;
    color: #d9d9d9;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
}
#header .dropdown-menu li a:hover,
#header .dropdown-menu li a.active {
    padding: 0 15px 20px;
    filter: none;
    line-height: 1;
    background: #363636;
    color: #d9d9d9;
}
#header .dropdown-menu li:first-child a,
#header .dropdown-menu li:first-child li:first-child a {
    padding-top: 20px
}
#header .dropdown-menu li:first-child li a {
	padding-top: 0;
}
#header.navbar .nav > li > .dropdown-menu:after {
    display: none
}
#header.navbar .nav > li > .dropdown-menu:before {
    display: none
}
#header .dropdown-menu > li > a:hover,
#header .dropdown-menu > li > a:focus,
#header .dropdown-submenu:hover > a,
#header .dropdown-submenu:focus > a,
#header .dropdown-menu > .active > a,
#header .dropdown-menu > .active > a:hover,
#header .dropdown-menu > .active > a:focus {
    background: none;
    color: #1abb9c;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#header .dropdown-submenu > a:after {
    display: none
}
#header .dropdown-submenu > .dropdown-menu {
    margin-top: 0
}
#header .navbar .btn {
    margin: 0
}
#header .responsive-menu {
    display: none;
    font-size: 15px;
    margin: 0;
}
#header .responsive-menu i {
    width: auto;
    height: auto;
}
#header .btn {
    padding: 8px 13px
}
/*-----------------------------------------------------------------------------------*/
/*	SOCIAL ICONS
/*-----------------------------------------------------------------------------------*/
.social {
    margin: 0;
    padding: 0;
    font-size: 0;
}
.social li {
    display: inline-block;
    font-family: 'fontello-social';
    margin: 0 15px 0 0;
}
footer .social li {
    margin: 0 0 0 15px
}
.social li a {
    display: table;
    -webkit-transform: translateZ() !important;
    -webkit-backface-visibility: hidden !important;
    -webkit-perspective: 1000 !important;
}
.social li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    width: auto;
    height: auto;
    color: #6c6c6c;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.social .icon-s-pinterest:hover {
    color: #c53942
}
.social .icon-s-rss:hover {
    color: #e86f04
}
.social .icon-s-facebook:hover {
    color: #4470cf
}
.social .icon-s-twitter:hover {
    color: #5daed5
}
.social .icon-s-flickr:hover {
    color: #ff0088
}
.social .icon-s-dribbble:hover {
    color: #d07ead
}
.social .icon-s-behance:hover {
    color: #098ffa
}
.social .icon-s-linkedin:hover {
    color: #3393c1
}
.social .icon-s-vimeo:hover {
    color: #099fc7
}
.social .icon-s-youtube:hover {
    color: #c8312b
}
.social .icon-s-skype:hover {
    color: #2ebbf0
}
.social .icon-s-tumblr:hover {
    color: #5d82a4
}
.social .icon-s-delicious:hover {
    color: #3274d1
}
.social .icon-s-500px:hover {
    color: #00a6df
}
.social .icon-s-grooveshark:hover {
    color: #f66c00
}
.social .icon-s-forrst:hover {
    color: #2f7935
}
.social .icon-s-digg:hover {
    color: #1b5891
}
.social .icon-s-blogger:hover {
    color: #fc6605
}
.social .icon-s-klout:hover {
    color: #d8390f
}
.social .icon-s-dropbox:hover {
    color: #016aab
}
.social .icon-s-github:hover {
    color: #4073a6
}
.social .icon-s-songkick:hover {
    color: #ff0030
}
.social .icon-s-posterous:hover {
    color: #eac954
}
.social .icon-s-appnet:hover {
    color: #0291c9
}
.social .icon-s-gplus:hover {
    color: #a84539
}
.social .icon-s-stumbleupon:hover {
    color: #eb4923
}
.social .icon-s-lastfm:hover {
    color: #be0c02
}
.social .icon-s-spotify:hover {
    color: #7cc011
}
.social .icon-s-instagram:hover {
    color: #a4765c
}
.social .icon-s-evernote:hover {
    color: #82d15c
}
.social .icon-s-paypal:hover {
    color: #2a608e
}
.social .icon-s-picasa:hover {
    color: #9864ae
}
.social .icon-s-soundcloud:hover {
    color: #ff680d
}
/*-----------------------------------------------------------------------------------*/
/*	ICONS
/*-----------------------------------------------------------------------------------*/
.icon-wrapper {
    display: table;
    position: relative;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.icon-wrapper .icon {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.icon-wrapper.purple {
    background-color: #9D9ABF
}
.icon-wrapper.red {
    background-color: #D2514B
}
.icon-wrapper.yellow {
    background-color: #E8C04F
}
.icon-wrapper.blue {
    background-color: #66A3C6
}
.icon-wrapper.green {
    background-color: #a4bf60
}
.services .icon-wrapper {
    margin: 0 auto 25px
}
.services {
    text-align: center
}
/*-----------------------------------------------------------------------------------*/
/*	REVOLUTION SLIDER
/*-----------------------------------------------------------------------------------*/
.revolution ul {
    visibility: hidden;
    margin: 0;
    list-style: none;
}
.tp-caption.bold {
    font-family: 'Roboto Slab', serif;
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
    color: #f3f3f3;
}
.tp-caption.lite {
    font-size: 32px;
    line-height: 1;
    color: #a8a8a8;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
}
.tp-caption a.btn {
    color: #fff
}
.tp-caption .color {
    color: #1abb9c
}
.tp-leftarrow.default,
.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    top: 50% !important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(0,0,0,0.3);
    color: #f7f7f7;
    line-height: 1;
    font-size: 20px;
    padding: 12px 19px;
    width: auto;
    height: auto;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.tparrows:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
}
.tp-leftarrow.default:before {
    content: '\e75d'
}
.tp-rightarrow.default:before {
    content: '\e75e'
}
.tparrows:hover {
    background: rgba(0,0,0,0.5)
}
.tp-bullets.simplebullets.round .bullet {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(0,0,0,0.3);
}
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
    background: rgba(0,0,0,0.5)
}
.tp-bullets.hidebullets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.tp-loader {
    background: url(http://www.poligreen.mx/wp-content/themes/marble/style/images/loading.gif) no-repeat;
    background-color: #fff;
    margin: -15px -15px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) { 
	.tp-loader {
	    background-image: url(http://www.poligreen.mx/wp-content/themes/marble/style/images/loading@2x.gif)
	}
}
.tp-bannertimer {
    width: 100%;
    height: 10px;
    background: url(http://www.poligreen.mx/wp-content/themes/marble/style/images/timer.png);
    position: absolute;
    z-index: 200;
}
/*-----------------------------------------------------------------------------------*/
/*	SHOWBIZ
/*-----------------------------------------------------------------------------------*/
.showbiz {
    position: relative
}
.showbiz-container {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}
.showbiz-navigation {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    position: absolute;
    top: -45px;
    right: 0;
}
.sb-navigation-left,
.sb-navigation-right {
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 0 0 2px;
}
.sb-navigation-left:before,
.sb-navigation-right:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
}
.sb-navigation-left,
.sb-navigation-right {
    z-index: 100;
    cursor: pointer;
    position: relative;
    top: 50% !important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    padding: 5px 12px;
}
.sb-navigation-left:before {
    content: '\e75d'
}
.sb-navigation-right:before {
    content: '\e75e'
}
/* Firefox Fix */
@-moz-document url-prefix() { 
	.sb-navigation-left:before {
	    padding-right: 1px
	}
	.sb-navigation-right:before {
	    padding-left: 2px
	}
}
.sb-navigation-left:hover,
.sb-navigation-right:hover {
    color: #fff;
}
.sb-hidden {
    display: none
}
.showbiz ul,
.showbiz li {
    list-style: none;
    margin: 0 0 -10px 0;
    padding: 0;
}
.showbiz ul li {
    position: relative;
    -webkit-transform: translateZ(10);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    margin-right: 20px;
}
.showbiz .overflowholder {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
}
.showbiz .overflowholder ul {
    width: 100000px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.showbiz .overflowholder ul li {
    float: left !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
}
.showbiz .mediaholder {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: transparent;
    padding: 0px;
    border: none;
    margin-bottom: 15px;
}
.showbiz .mediaholder_innerwrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.showbiz .mediaholder img {
    width: 100%;
    position: relative;
}
.clients .showbiz-navigation {
    display: none
}
.clients img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.clients img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
/*-----------------------------------------------------------------------------------*/
/*	BLOG
/*-----------------------------------------------------------------------------------*/
.blog .post {
    margin-bottom: 50px
}
.blog .full-portfolio .post {
	margin-bottom: 0;
}
.blog .post .post-title {
    margin: 0 0 10px 0
}
.blog .meta {
    margin-bottom: 25px
}
.blog.no-sidebar .post,
.blog.no-sidebar .pagination,
.blog.no-sidebar #comments,
.blog.no-sidebar .comment-form-wrapper {
    width: 770px;
    margin: 0px auto;
}
.blog.no-sidebar .pagination {
    text-align: center
}
.blog.no-sidebar .post-title,
.blog.no-sidebar .meta {
    text-align: center
}
.meta .sep {
    padding: 0 3px
}
/*-----------------------------------------------------------------------------------*/
/*	POST FORMATS
/*-----------------------------------------------------------------------------------*/
.format-gallery .media-wrapper {
    margin: 0
}
.no-sidebar .format-gallery .gallery-wrapper {
    width: 620px;
    margin: 0 auto;
}
.format-gallery .gallery figure img {
    width: 100%
}
.format-gallery .gallery {
    list-style: none;
    width: 110%;
    margin-right: -6px;
    margin-bottom: 5px;
}
.format-gallery .gallery:before,
.format-gallery .gallery:after {
    display: table;
    content: "";
    line-height: 0;
}
.format-gallery .gallery:after {
    clear: both
}
.format-gallery .gallery .item {
    width: 307px
}
.format-gallery .gallery {
    margin-left: -6px;
    margin-bottom: 8px;
    *zoom: 1;
}
.format-gallery .gallery .item {
    float: left;
    min-height: 1px;
    margin-left: 6px;
    margin-bottom: 6px;
    position: relative;
}
.format-chat ul {
    list-style: none
}
.format-chat ul li {
    margin-bottom: 5px
}
.format-chat ul li strong {
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    color: #4e4e4e;
}
.format-link .post-title a:after {
    display: inline-block;
    content: "→";
    padding-left: 10px;
}
.item-details li span {
    font-size: 15px;
    padding-right: 2px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    color: #4e4e4e;
}
.item-details li a {
    color: #6c6c6c
}
.item-details li a:hover {
    color: #1abb9c
}
.media-wrapper.portfolio {
    margin-bottom: 20px
}
.media-wrapper.portfolio.player {
    margin-bottom: 50px
}
/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR
/*-----------------------------------------------------------------------------------*/
.sidebox {
    margin-top: 50px;
    display: block;
}
.sidebox h3 {
    font-size: 16px;
    margin-bottom: 15px;
}
.sidebox:first-child {
    margin: 0
}
.sidebox .post-list {
    padding: 0;
    margin: 0;
}
.sidebox .post-list:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.sidebox .post-list li {
    clear: both;
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}
.sidebox .post-list h6 {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    font-family: 'Roboto', sans-serif;
}
.sidebox a {
    color: #6c6c6c
}
.sidebox a:hover {
    color: #1abb9c
}
.sidebox .post-list .overlay {
    float: left;
    width: 70px;
    height: 70px;
}
.sidebox .post-list .meta {
    margin-left: 85px;
    overflow: hidden;
    margin-bottom: 0;
}
.sidebox .post-list .meta em {
    font-size: 12px;
    color: #a8a8a8;
    font-style: normal;
}
.sidebox .post-list .meta em:before {
    display: none
}
.sidebox.widget form {
    margin: 0
}
.sidebox.widget .searchform input {
    margin: 0
}
.widget .list {
    list-style: none;
    margin: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	PAGINATION
/*-----------------------------------------------------------------------------------*/
.pagination {
    margin: 0
}
.pagination ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.pagination ul > li {
    display: inline-block;
    margin-bottom: 2px;
}
.pagination ul > li > a,
.pagination ul > li > span {
    float: left;
    border: none;
    color: #fff;
    background: #1abb9c;
    padding: 6px 15px 8px 15px;
    font-weight: normal;
    margin-right: 5px;
    font-size: 13px;
    text-shadow: none;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -4px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -4px 0 rgba(0,0,0,0.15);
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background: #17a78b;
    color: #fff;
}
.pagination ul > li:first-child > a,
.pagination ul > li:last-child > a {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/*	COMMENTS
/*-----------------------------------------------------------------------------------*/
#comments {
    margin: 0;
    position: relative;
}
#comments ol.commentlist {
    list-style: none;
    margin: 0;
}
#comments ol.commentlist li {
    padding: 30px 0 0 0;
    background: none;
    border-top: 2px solid #e7e7e7;
    margin-top: 20px;
}
#comments ol.commentlist li:first-child {
    border: none;
    margin: 0;
}
#comments .user {
    float: left;
    width: 70px;
    height: 70px;
    position: relative;
}
#comments .message {
    overflow: hidden
}
#comments .arrow-box {
    margin-left: 20px;
    position: relative;
}
#comments ul.children {
    margin: 0;
    overflow: inherit;
    padding: 0 0 0 55px;
    list-style: none;
}
#comments ol.commentlist ul.children li {
    padding-right: 0;
    border: none;
}
#comments .info h2 {
    font-size: 18px;
    margin: 0;
    display: inline;
    margin-right: 5px;
}
#comments .info {
    margin-bottom: 12px
}
#comments .info h2 a {
    color: #4e4e4e
}
#comments .info h2 a:hover {
    color: #1abb9c
}
#comments .info .meta {
    display: block;
    margin: 0;
}
#comments .info .meta .date {
    display: inline;
}
#comments a.reply-link {
    display: inline;
}
#comments a.reply-link:hover {
    color: #1abb9c
}
.comment-form-wrapper p {
    padding-bottom: 20px
}
.blog.no-sidebar #comments .meta {
	text-align: left;
}
/*-----------------------------------------------------------------------------------*/
/*	FORMS
/*-----------------------------------------------------------------------------------*/
.forms {
    position: relative;
    padding: 0;
    width: 100%;
}
.form-container .response {
    display: none
}
.forms ol {
    margin: 0;
    padding: 0;
}
.forms ol li {
    line-height: auto;
    list-style: none;
}
.forms li.hidden-row {
    display: none
}
input,
textarea,
.uneditable-input {
    width: 100%
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
    color: #5c5c5c;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #ededed;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    background: #e5e5e5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}
textarea {
    height: 100%;
    padding: 5px 10px;
    margin-bottom: 15px;
    min-height: 150px;
    max-height: 150px;
    resize: none;
}
.btn-submit {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
.forms li.error input,
.forms li.error textarea {
    border: 1px solid #d18282
}
.forms span.error {
    display: none
}
.forms .button-row span.error {
    padding: 0;
    display: none;
}
.forms label {
    display: block;
    float: left;
    width: 95px;
    padding-top: 7px;
    font-size: 13px;
    clear: both;
}
.comment-form div label {
    position: absolute;
    top: 0;
    left: 0;
}
.form-container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*-----------------------------------------------------------------------------------*/
/*	TESTIMONIALS
/*-----------------------------------------------------------------------------------*/
.tab {
    margin: 0;
    padding: 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #f9f9f9;
    border: 1px solid #e7e7e7;
    border-bottom: none;
    top: 1px;
    position: relative;
    z-index: 1;
    margin-right: 1px;
}
.tab:before {
    display: none
}
.tab a {
    display: block;
    padding: 7px 17px;
    font-size: 13px;
    font-weight: 700;
    color: #616161;
}
.tab a.active,
.tab a:hover {
    color: #1abb9c
}
.tab.active {
    background: #fff;
    position: relative;
    z-index: 3;
}
.tab-container .panel-container {
    border-top: 1px solid #e7e7e7;
    position: relative;
    z-index: 1;
}
.tab-container .panel-container div.tab-block {
    padding: 20px 0 0 0
}
#testimonials {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
#testimonials .author {
    font-style: normal;
    font-size: 14px;
    color: #1abb9c;
    display: block;
}
#testimonials div {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 30px;
    font-weight: 300;
    position: relative;
    font-family: 'Roboto Slab', serif;
}
#testimonials .tab {
    border: none;
    margin: 0;
}
#testimonials .tab a {
    padding: 0;
    background-color: #d0d0d0;
    text-indent: -99999px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#testimonials .tab a.active,
#testimonials .tab a:hover {
    background: #1abb9c;
    position: relative;
    z-index: 3;
}
#testimonials .panel-container {
    border: none
}
#testimonials:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    text-decoration: inherit;
    content: '\275e';
    font-size: 33px;
    color: #d0d0d0;
    margin-bottom: 10px;
    text-align: center;
}
#testimonials.tab-container .panel-container div {
    padding-top: 15px
}
/*-----------------------------------------------------------------------------------*/
/*	TABS
/*-----------------------------------------------------------------------------------*/
.nav-tabs {
    border: none
}
.nav-tabs > li {
    margin-bottom: 0
}
.nav-tabs > li > a {
    padding: 14px 17px;
    margin-right: 6px;
    line-height: 16px;
    color: #4e4e4e;
    background: #ededed;
    font-weight: 900;
    font-size: 12px;
    border: none;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.nav-tabs > .active > a {
    color: #FFF;
    background: #1abb9c;
    border: none;
}
.nav-tabs > .active > a:hover {

}
.nav.nav-tabs > li > a:hover,
.nav.nav-tabs > li > a:focus {
    color: #FFF;
    background: #1abb9c;
    border: none;
}
.nav.nav-tabs > .active > a,
.nav.nav-tabs > .active > a:hover,
.nav.nav-tabs > .active > a:focus {
    color: #FFF;
    background: #1abb9c;
}
.tab-content.box {
    padding-top: 15px
}
/*-----------------------------------------------------------------------------------*/
/*	ACCORDION / TOGGLE
/*-----------------------------------------------------------------------------------*/
.accordion-group {
    margin-bottom: 10px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.accordion-heading .accordion-toggle {
    padding: 11px 15px;
    color: #4e4e4e;
    background: #ededed;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
}
.accordion-heading .accordion-toggle.active,
.accordion-heading .accordion-toggle:hover {
    color: #FFF;
    background: #1abb9c;
}
.accordion-inner {
    padding: 10px 0 10px 0;
    border-top: none;
}
.accordion-body {
    background: none
}
/*-----------------------------------------------------------------------------------*/
/*	PROGRESS BAR
/*-----------------------------------------------------------------------------------*/
.progress-list {
    margin: 0;
    list-style: none;
}
.progress-list p {
    margin-bottom: 5px
}
.progress-list li {
    margin-bottom: 20px
}
.progress-list li em {
    padding-left: 8px;
    color: #1abb9c;
    font-style: normal;
}
.progress-list li em:before {
    content: "-";
    padding-right: 10px;
    display: inline-block;
}
.progress.plain {
    height: 15px;
    margin-bottom: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background: #ededed;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.progress.plain .bar {
    float: left;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-shadow: none;
    background: #1abb9c;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*-----------------------------------------------------------------------------------*/
/*	ISOTOPE PORTFOLIO GRID
/*-----------------------------------------------------------------------------------*/
.full-portfolio {
    overflow: hidden
}
.full-portfolio .filter {
    display: none
}
.full-portfolio .items {
    width: 100%;
    clear: both;
    margin: 0;
    list-style: none;
}
.full-portfolio .items li {
    float: left;
    position: relative;
    background: none;
    padding: 0;
    width: 16.666666667%;
}
.full-portfolio .items li img {
    display: block;
    /*position: relative;*/
    width: 100%;
    height: auto;
    margin-bottom: -1px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.full-portfolio .items:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.fix-portfolio .filter {
    list-style: none;
    margin: 0 0 20px 0;
}
.fix-portfolio .filter li {
    display: inline;
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1;
    color: #c5c5c5;
}
.fix-portfolio .filter li:after {
    display: inline-block;
    content: "/";
    padding: 0 13px 0 16px;
}
.fix-portfolio .filter li a {
    color: #4e4e4e
}
.fix-portfolio .filter li a.active,
.fix-portfolio .filter li a:hover {
    color: #1abb9c
}
.fix-portfolio .filter li:last-child:after {
    display: none
}
.fix-portfolio {
    overflow: hidden;
}
.fix-portfolio .thumbs {
    list-style: none;
    width: 110%;
    margin-right: -5px;
}
.fix-portfolio .thumbs:before,
.fix-portfolio .thumbs:after {
    display: table;
    content: "";
    line-height: 0;
}
.fix-portfolio .thumbs:after {
    clear: both
}
.fix-portfolio .thumbs li {
    width: 310px
}
.fix-portfolio .thumbs {
    margin-left: -5px;
    margin-bottom: -5px;
    *zoom: 1;
}
.fix-portfolio .thumbs li {
    float: left;
    min-height: 1px;
    margin-left: 5px;
    margin-bottom: 5px;
    position: relative;
}
.isotope-item {
    z-index: 2;
    display: block !important;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/*-----------------------------------------------------------------------------------*/
/*	NAVIGATION
/*-----------------------------------------------------------------------------------*/
.navigation {
    padding-bottom: 30px;
    margin-bottom: 42px;
    border-bottom: 2px solid #e7e7e7;
}
.navigation:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.navigation .nav-next-item {
    margin-right: 5px
}
.navigation .btn {
    margin-bottom: 0
}
/*-----------------------------------------------------------------------------------*/
/*	DIRECTION AWARE HOVER ON FRAME
/*-----------------------------------------------------------------------------------*/
.overlay a,
.overlay a img {
    display: block;
    position: relative;
}
.overlay a {
    overflow: hidden
}
.overlay a div {
    position: absolute;
    background: #222;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
}
.overlay a div h5 {
    display: block;
    padding: 10px 0;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #e9e9e9;
    font-size: 16px;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.75);
}
.overlay a div h5 span {
    font-size: 12px;
    display: block;
    color: #ababab;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.2px;
    margin-top: 5px;
    font-family: 'Roboto Slab', serif;
}
.overlay div.da-animate {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.overlay.cap-icon a div:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 1;
    text-align: center;
    content: '\f517';
    font-size: 20px;
    color: #FFF;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.75);
}
.overlay.cap-icon.more a div:before {
    content: '\f517'
}
.overlay.cap-icon.enlarge a div:before {
    content: '\f50d'
}
.sidebox .overlay.cap-icon.more a div:before {
    width: 16px;
    height: 16px;
    font-size: 16px;
    margin: -8px 0 0 -8px;
}
.da-slideFromTop {
    left: 0px;
    top: -100%;
}
.da-slideFromBottom {
    left: 0px;
    top: 100%;
}
.da-slideFromLeft {
    top: 0px;
    left: -100%;
}
.da-slideFromRight {
    top: 0px;
    left: 100%;
}
.da-slideTop {
    top: 0px
}
.da-slideLeft {
    left: 0px
}
/*-----------------------------------------------------------------------------------*/
/*	DETAILVIEW
/*-----------------------------------------------------------------------------------*/
.navfake {
    z-index: 1005;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 100%;
    background: #f9f9f9;
}
.navcoverpage {
    z-index: 1001;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    left: 100%;
}
/* SOME HELPER CLASS FOR ANIMATING */
.fullcontent-slider-getaway-wrapper {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: visible;
}
.fullcontent-slider-getaway-slide {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.fullcontent-content-wrapper-new {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.preparedtostart.fullcontent-content-wrapper-new {
    z-index: 1002
}
.preparedtoleave.fullcontent-content-wrapper-new {
    z-index: 1001
}
.fullcontent-content-wrapper-new.right {
    left: 100%
}
.fullcontent-content-wrapper-new.left {
    left: -100%
}
.fullcontent-content-wrapper-new.right.fader,
.fullcontent-content-wrapper-new.left.fader {
    left: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0); /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
}
.novisibility {
    visibility: hidden
}
.navfake .navigation {
    margin: 0
}
.navfake .inner {
    padding-bottom: 0
}
/*-----------------------------------------------------------------------------------*/
/*	VIEWER
/*-----------------------------------------------------------------------------------*/
.viewer {
    background: rgba(31, 31, 30, 0.97)
}
.viewer li {
    background: none;
    padding: 0;
}
.viewer li>div {
    left: 20px;
    top: 20px;
    bottom: 20px;
    right: 20px;
}
.viewer li.loading>div {
    background: url(http://www.poligreen.mx/wp-content/themes/marble/style/images/view-loading.gif) center center no-repeat
}
.multiplebgs .viewer li.loading>div {
    background: url(http://www.poligreen.mx/wp-content/themes/marble/style/images/view-loading.gif) center center no-repeat
}
.viewer li.loading.previous,
.viewer li.loading.next {
    background: 0
}
.viewer img {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
}
.viewer .close {
    top: 30px!important;
    right: 20px!important;
    font-weight: 500!important;
    filter: alpha(opacity=80);
    -khtml-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
    font-size: 32px;
    line-height: 0;
    text-align: center;
    z-index: 3;
}
.viewer .close:hover {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.viewer .caption {
    visibility: hidden;
    opacity: 0;
    color: #cfcfcf;
    font-size: 18px;
    line-height: 50px;
    -webkit-transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
}
.viewer .current .caption {
    opacity: 100;
    visibility: visible;
}
/*-----------------------------------------------------------------------------------*/
/*	PRICING TABLE
/*-----------------------------------------------------------------------------------*/
.pricing {
    width: 100%;
    overflow: hidden;
    text-align: center;
    display: block;
    margin-top: 20px;
}
.pricing .btn {
    margin: 0
}
.pricing.plan {
    border: 1px solid #dedede
}
.pricing.plan h3 {
    font-size: 18px;
    line-height: 45px;
    margin: 0;
    padding: 5px 0;
    background: #fff;
    color: #5c5c5c;
}
.pricing.plan h4 {
    padding: 20px 0;
    margin: 0;
    background: #f5f5f5;
}
.pricing.plan h4 span {
    color: #1abb9c
}
.pricing.plan h4 .amount {
    display: block;
    text-align: center;
}
.pricing.plan h4 .amount {
    font-size: 45px;
    padding-bottom: 10px;
}
.pricing.plan h4 .amount span {
    vertical-align: super;
    font-size: 20px;
    font-weight: 300;
}
.pricing.plan li:nth-child(2n) {
    background: #f5f5f5
}
.pricing.plan ul {
    margin: 0;
    list-style: none;
}
.pricing.plan ul li {
    background: #fff;
    padding: 15px 0;
}
.pricing.plan h3 {
    text-transform: uppercase
}
.pricing .select {
    background: #f5f5f5;
    padding: 18px 0;
}
/*-----------------------------------------------------------------------------------*/
/*	FEATURES
/*-----------------------------------------------------------------------------------*/
.flats {
    margin-bottom: -50px
}
.flats .span2 {
    height: 160px
}
.font-icons {
    list-style: none;
    margin: 0;
}
.font-icons li {
    display: inline-block;
    font-size: 25px;
    margin-bottom: 10px;
    padding: 0 10px;
}
.alert .close {
    line-height: 28px
}
.retina-icons-code i {
    font-size: 18px
}
.retina-icons-code tr td:first-child,
.retina-icons-code tr th:first-child {
    text-align: center
}
.retina-icons-code code {
    color: #717171
}
.table-bordered {
    border: 1px solid #dedede;
    border-left: none;
    background: #fff;
}
.table-bordered th,
.table-bordered td {
    border-left: 1px solid #dedede
}
.table th,
.table td {
    border-top: 1px solid #dedede
}
.dropcap {
    font-weight: 900;
    display: block;
    float: left;
    font-size: 48px;
    padding: 0;
    margin: 0;
    margin: 12px 8px 0 0;
    text-transform: uppercase;
}
/*-----------------------------------------------------------------------------------*/
/*	ONEPAGE
/*-----------------------------------------------------------------------------------*/
.main-title {
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 50px;
}
.main-title span {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	text-transform: none;
	display: block;
	font-size: 16px;
	color: #a1a1a1;
	margin-top: 10px;
}
.map iframe {
	display: block;
}
/*-----------------------------------------------------------------------------------*/
/*	PARALAX
/*-----------------------------------------------------------------------------------*/
.parallax {
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	color: #FFF !important;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	text-align: center;
}
.parallax .inner {
	padding: 0;
	width: 50%;
	margin: 0 auto;
}
.parallax h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 35px;
    line-height: 1;
    font-weight: 900;
    color: #fff;
}
.parallax .lead {
    font-size: 27px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
}
.parallax .inner {
	padding: 100px 0;
}
.parallax.mobile {
	background-attachment: scroll !important;
}
/*-----------------------------------------------------------------------------------*/
/*	WORDPRESS STYLES
/*-----------------------------------------------------------------------------------*/
.sticky {}

.bypostauthor img.avatar {}

img.alignleft,
img.aligncenter,img.alignright,
img.alignnone {
	margin-bottom: 15px;
	margin-top: 15px;
}
img.alignnone {
	display: block;
}
img.alignleft { float: left; margin-right: 30px; }
img.alignright { float: right; margin-left: 30px; }
img.aligncenter { display: block; margin-right: auto; margin-left: auto; text-align: center; }
.wp-caption { margin: 40px 0; max-width: 100%; text-align: center; color: #999; padding: 0 40px; }
.gallery-caption { margin: 40px 0; max-width: 100%; text-align: center; color: #999; padding: 0 40px; position: absolute; top: 0; left: 0; z-index: 999; }
.wp-caption-text, .gallery-caption-text { margin: 6px 0; font-style: italic; font-size: 95%; line-height: 120%; }
.aligncenter { text-align: center }
.zilla-likes,
.zilla-likes.active,
.zilla-likes:hover { margin-bottom: 0 !important; padding-bottom: 0 !important;
}
.admin-bar .navbar-fixed-top, .admin-bar .navfake {
	top: 28px;
}
.post-edit-link:after {
	content: ' /';
	display: inline-block;
	margin-left: 5px;
}
.aq-template-wrapper .aq_span12 .aq_span4 {
	width: 31.4%;
}
.centered { 
	text-align: center;
}
.no-sidebar .more-link {
	display: block; text-align: center;
}
#testimonials .tab {
	margin: 0 2px;
}
p:empty {
	display: none;
}
.map {
	width: 100%; height: 450px;
}
.map img {
	max-width: none;
}
footer .post-list div.overlay {
	display: none;
}
table#wp-calendar {
	border: 1px solid #cccccc
}
table#wp-calendar>tbody>tr>td>a {
	text-decoration: underline
}
table#wp-calendar thead>tr>th { 
	width: 35px;
	height: 20px;
	text-align: center;
	border: 1px solid #cccccc;
}
table#wp-calendar tbody>tr>td {
	width: 35px;
	height: 20px;
	text-align: center;
	border: 1px solid #cccccc;
}
table#wp-calendar tfoot>tr>td>a, tfoot>tr>td>a:link, tfoot>tr>td>a:visited, tfoot>tr>td>a:hover, tfoot>tr>td>a:active {
	text-decoration: underline;
	height: 23px;
	nowhitespace: afterproperty;
	margin-left: 10px;
	padding-bottom: 3px;
}
table#wp-calendar tfoot>tr>td#prev {
	width: 58px;
	height: 20px;
	text-align: left;
}
table#wp-calendar tfoot>tr>td#next {
	width: 58px;
	height: 20px;
	text-align: right;
}
.sidebar .widget_rss ul li:before {
	display: none;
}
.widget_rss li {
	margin-bottom: 20px; padding-bottom: 20px;
}
.widget_rss li .rsswidget, .widget_rss li cite {
	font-weight: bold; display: block;
}
.widget_rss li .rss-date {
	display: block; margin-bottom: 10px;
}
.widget_rss li cite {
	margin-top: 10px;
}
label {
	display: inline-block;
}
.column-first {
	margin-left: 0 !important;
}
input[type="number"] {
	margin-bottom: 0;
}
#lang_sel {
	height: 32px;
	position: absolute;
	font-family: inherit;
	display: inline-block;
	top: 0;
	right: 0;
}
.fix-portfolio .load-more a {
	position: relative; top: 5px; padding: 15px 25px; min-height: 60px;
}
.load-more ul {
	margin: 0;
	padding: 0;
}
.load-more li {
	text-align: center;
	list-style: none;
	display: none;
}
.load-more li a {
	list-style: none;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	display: block;
	padding: 20px 0;
	font-weight: 900;
	background: #1abb9c;
}
.load-more li a:hover {
	background: #17a78b;
	color: #fff;
}
.loader-wrapper {
	padding: 5px;
	border-radius: 4px;
	margin: 0 auto;
	display: inline-block;
	background: #fff;
}
.load-more a i {
	top: 2px;
	position: relative;
	margin-left: 5px;
}
iframe[src^="https://w.soundcloud"] {
	width: 100% !important;
}
.whoopsie-daisy-wrapper {
	text-align: center;
	padding: 100px 0;
}
.whoopsie-daisy {
	font-size: 80px; letter-spacing: 13px; margin-bottom: 35px;
	text-indent: 14px;
}
.whoopsie-daisy small {
	display: block;
	font-size: 20px;
	margin-bottom: 30px;
	letter-spacing: normal;
	text-indent: 0;
}
.ebor-showcase-filters .inner {
	padding-top: 35px;
	padding-bottom: 20px;
}
.neg-margin {
	margin-bottom: -70px
}
.overlay a div del {
	display: none;
}
.overlay a div ins {
	text-decoration: none;
}
.right #comments {
	display: none;
}
.header-style.center .brand, .header-style.center .nav-collapse {
	display: block;
	width: 100%;
	text-align: center;
}
.header-style.center #main_menu {
	float: none;
	padding-top: 20px;
}
.header-style.center.navbar .nav > li {
	float: none;
	display: inline-block;
	text-align: left;
}
.header-style.center.navbar .nav > li {
	margin: 0 -5px;
}
.header-style.center #dropdowncart {
	display: none !important;
}
.header-style.icons.navbar {
	padding-top: 15px !important;
	padding-bottom: 20px !important;
}
.header-style.icons .social li, .header-style.baricons .social li {
	margin: 0 0 0 15px;
}
.header-style.baricons.navbar {
	padding-top: 0 !important;
	padding-bottom: 25px !important;
}
.header-style.baricons .black-wrapper {
	margin-bottom: 25px;
	padding-top: 13px;
}
.baricons .black-wrapper a i {
	color: #cacaca;
}
.email-link {
	margin-right: 35px;
}
.header-style .pull-left i {
	position: relative;
	top: 1px;
	margin-right: 5px;
}
.header-style hr {
	border-bottom: 2px solid #c7c7c7;
}
.team figure img {
	width: 100%;
	max-width: none;
}
#marker {
	width: 1px;
	height: 1px;
	background: none;
	position: absolute;
	bottom: 0;
	right: 0;
}
.relative {
	position: relative;
}
.caption.white-bg {
	padding: 8px 12px;
	background: #fff;
	border-radius: 4px;
}
.caption.white-bg p {
	line-height: 20px;
}
.caption.white-bg p:last-child {
	margin-bottom: 0;
}
.aq-block-aq_ebor_image_block img {
	width: 100%;
	max-width: none;
}
/*
img.iclflag {
	float: right;
}
.menu-item-language {
	position: relative;
	top: 5px;
}
.menu-item-language * {
	line-height: 0 !important;
}
.menu-item-language a {
	text-indent: -9999px;
	display: inline-block !important;
	padding: 0 !important;
	overflow: hidden;
}
.menu-item-language ul.sub-menu {
	display: inline-block !important;
	position: relative;
	top: 0px;
}
.menu-item-language ul.sub-menu li {
	list-style: none !important;
	display: inline-block;
}
*/
.author-details .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.author-details .post-content {
	overflow: hidden;
}
.tp-bullets, .tparrows { 
	-webkit-transform: translateZ(0px); 
}
/*-----------------------------------------------------------------------------------*/
/*	END WORDPRESS STYLES
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	PAGE BUILDER STYLES - DO NOT EDIT! - YOU SHALL NOT PASS!
/*-----------------------------------------------------------------------------------*/
.cf:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.cf{display:block}[class*=aq_span]{float:left;margin-left:3%}.aq-template-wrapper .aq_span1{width:5.58%}.aq-template-wrapper .aq_span2{width:14.16%}.aq-template-wrapper .aq_span3{width:22.75%}.aq-template-wrapper .aq_span4{width:31.33%}.aq-template-wrapper .aq_span5{width:39.92%}.aq-template-wrapper .aq_span6{width:48.5%}.aq-template-wrapper .aq_span7{width:57.08%}.aq-template-wrapper .aq_span8{width:65.67%}.aq-template-wrapper .aq_span9{width:74.25%}.aq-template-wrapper .aq_span10{width:82.83%}.aq-template-wrapper .aq_span11{width:91.42%}.aq-template-wrapper .aq_span12{width:100%}.aq-template-wrapper .aq-first{margin-left:0}.aq-block{}img{max-width:100%;height:auto}.aq-block-aq_clear_block{margin-bottom:0}.aq-block-hr-single{margin-bottom:20px;background:none!important}.aq-block-hr-double{margin-top:20px;margin-bottom:20px;background:none!important}.clear{clear:both}.aq-block-aq_column_block{margin-bottom:0}.aq-template-wrapper .aq_span1 .aq_span1{width:100%}.aq-template-wrapper .aq_span2 .aq_span1{width:47.5%}.aq-template-wrapper .aq_span2 .aq_span2{width:100%}.aq-template-wrapper .aq_span3 .aq_span1{width:30%}.aq-template-wrapper .aq_span3 .aq_span2{width:65%}.aq-template-wrapper .aq_span3 .aq_span3{width:100%}.aq-template-wrapper .aq_span4 .aq_span1{width:21.25%}.aq-template-wrapper .aq_span4 .aq_span2{width:47.5%}.aq-template-wrapper .aq_span4 .aq_span3{width:73.75%}.aq-template-wrapper .aq_span4 .aq_span4{width:100%}.aq-template-wrapper .aq_span5 .aq_span1{width:16%}.aq-template-wrapper .aq_span5 .aq_span2{width:37%}.aq-template-wrapper .aq_span5 .aq_span3{width:58%}.aq-template-wrapper .aq_span5 .aq_span4{width:79%}.aq-template-wrapper .aq_span5 .aq_span5{width:100%}.aq-template-wrapper .aq_span6 .aq_span1{width:12.5%}.aq-template-wrapper .aq_span6 .aq_span2{width:30%}.aq-template-wrapper .aq_span6 .aq_span3{width:47.5%}.aq-template-wrapper .aq_span6 .aq_span4{width:65%}.aq-template-wrapper .aq_span6 .aq_span5{width:82.5%}.aq-template-wrapper .aq_span6 .aq_span6{width:100%}.aq-template-wrapper .aq_span7 .aq_span1{width:10%}.aq-template-wrapper .aq_span7 .aq_span2{width:25%}.aq-template-wrapper .aq_span7 .aq_span3{width:40%}.aq-template-wrapper .aq_span7 .aq_span4{width:55%}.aq-template-wrapper .aq_span7 .aq_span5{width:70%}.aq-template-wrapper .aq_span7 .aq_span6{width:85%}.aq-template-wrapper .aq_span7 .aq_span7{width:100%}.aq-template-wrapper .aq_span8 .aq_span1{width:8.13%}.aq-template-wrapper .aq_span8 .aq_span2{width:21.25%}.aq-template-wrapper .aq_span8 .aq_span3{width:34.38%}.aq-template-wrapper .aq_span8 .aq_span4{width:47.5%}.aq-template-wrapper .aq_span8 .aq_span5{width:60.63%}.aq-template-wrapper .aq_span8 .aq_span6{width:73.75%}.aq-template-wrapper .aq_span8 .aq_span7{width:86.88%}.aq-template-wrapper .aq_span8 .aq_span8{width:100%}.aq-template-wrapper .aq_span9 .aq_span1{width:6.67%}.aq-template-wrapper .aq_span9 .aq_span2{width:18.33%}.aq-template-wrapper .aq_span9 .aq_span3{width:30%}.aq-template-wrapper .aq_span9 .aq_span4{width:41.67%}.aq-template-wrapper .aq_span9 .aq_span5{width:53.33%}.aq-template-wrapper .aq_span9 .aq_span6{width:65%}.aq-template-wrapper .aq_span9 .aq_span7{width:76.67%}.aq-template-wrapper .aq_span9 .aq_span8{width:88.33%}.aq-template-wrapper .aq_span9 .aq_span9{width:100%}.aq-template-wrapper .aq_span10 .aq_span1{width:5.5%}.aq-template-wrapper .aq_span10 .aq_span2{width:16%}.aq-template-wrapper .aq_span10 .aq_span3{width:26.5%}.aq-template-wrapper .aq_span10 .aq_span4{width:37%}.aq-template-wrapper .aq_span10 .aq_span5{width:47.5%}.aq-template-wrapper .aq_span10 .aq_span6{width:58%}.aq-template-wrapper .aq_span10 .aq_span7{width:68.5%}.aq-template-wrapper .aq_span10 .aq_span8{width:79%}.aq-template-wrapper .aq_span10 .aq_span9{width:89.5%}.aq-template-wrapper .aq_span10 .aq_span10{width:100%}.aq-template-wrapper .aq_span11 .aq_span1{width:4.55%}.aq-template-wrapper .aq_span11 .aq_span2{width:14.09%}.aq-template-wrapper .aq_span11 .aq_span3{width:23.64%}.aq-template-wrapper .aq_span11 .aq_span4{width:33.18%}.aq-template-wrapper .aq_span11 .aq_span5{width:42.73%}.aq-template-wrapper .aq_span11 .aq_span6{width:52.27%}.aq-template-wrapper .aq_span11 .aq_span7{width:61.82%}.aq-template-wrapper .aq_span11 .aq_span8{width:71.36%}.aq-template-wrapper .aq_span11 .aq_span9{width:80.91%}.aq-template-wrapper .aq_span11 .aq_span10{width:90.45%}.aq-template-wrapper .aq_span11 .aq_span11{width:100%}.aq-template-wrapper .aq_span12 .aq_span1{width:3.75%}.aq-template-wrapper .aq_span12 .aq_span2{width:12.5%}.aq-template-wrapper .aq_span12 .aq_span3{width:21.25%}.aq-template-wrapper .aq_span12 .aq_span4{width:31.3%}.aq-template-wrapper .aq_span12 .aq_span5{width:38.75%}.aq-template-wrapper .aq_span12 .aq_span6{width:47.5%}.aq-template-wrapper .aq_span12 .aq_span7{width:56.25%}.aq-template-wrapper .aq_span12 .aq_span8{width:65%}.aq-template-wrapper .aq_span12 .aq_span9{width:73.75%}.aq-template-wrapper .aq_span12 .aq_span10{width:82.5%}.aq-template-wrapper .aq_span12 .aq_span11{width:91.25%}.aq-template-wrapper .aq_span12 .aq_span12{width:100%}
/*-----------------------------------------------------------------------------------*/
/*	END PAGE BUILDER STYLES
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	CONTACT FORM 7
/*-----------------------------------------------------------------------------------*/

div.wpcf7 {
	margin-top: 30px;
}

div.wpcf7 .wpcf7-not-valid { 
	border-color: #f9bbb8;
	border-width: 1px;
	background: #ffe5e3;
}

span.wpcf7-not-valid-tip { display: none !important }

div.wpcf7-validation-errors {
	margin: 0;
	padding: 5px 10px;
	color: #c4690e;
	background: #fffdf3;
	border: 1px solid #e6bf4a;
}

div.wpcf7-mail-sent-ok {
	margin: 0;
	padding: 10px;
	background: #cef0cb;
	color: #698733;
	border: 1px solid #91cc8c;
}

/*-----------------------------------------------------------------------------------*/
/*	END CONTACT FORM 7
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	AUTHOR
/*-----------------------------------------------------------------------------------*/
.about-author {
	padding: 50px 0;
}
.no-sidebar .about-author {
	padding-bottom: 0;
}
.no-sidebar .share {
	margin-top: -10px;
	text-align: center;
	padding-bottom: 60px;
}
.no-sidebar .share .pull-left {
	float: none;
}
.about-author .author-image {
	width: 120px;
	float: left;
	margin-right: 20px;
}
.about-author .author-details {
	overflow: hidden;
}
.about-author .author-details .social {
	margin: 0;
	margin-bottom: -10px;
	padding: 0;
	overflow: hidden;
}
#about-author, #recent-posts {
	padding-top: 20px;
}
#recent-posts .meta, #recent-posts ol {
	margin-bottom: 0;
}
@media (max-width: 767px) { 
	.about-author .author-image {
		display: none;
	}
}
#testimonials .tab { background: none; }
/*-----------------------------------------------------------------------------------*/
/*	RESPONSIVE
/*-----------------------------------------------------------------------------------*/
@media (min-width: 1200px) { 
	.fix-portfolio .thumbs {
	    margin-right: -6px
	}
	.fix-portfolio .thumbs li {
	    width: 288px
	}
	.fix-portfolio .thumbs {
	    margin-left: -6px;
	    margin-bottom: -6px;
	}
	.fix-portfolio .thumbs li {
	    margin-left: 6px;
	    margin-bottom: 6px;
	}
	.no-sidebar .format-gallery .gallery-wrapper {
	    width: 770px;
	}
	.format-gallery .gallery .item {
	    width: 382px
	}
	.format-gallery .gallery {
	    margin-left: -6px;
	    margin-bottom: 13px;
	}
	.format-gallery .gallery .item {
	    margin-left: 6px;
	    margin-bottom: 6px;
	}
	#testimonials {
	    width: 70%
	}
}
@media (min-width: 768px) and (max-width: 979px) {  
	.header-style.center .brand, .header-style.center .nav-collapse {
		display: inline-block;
		width: auto;
		text-align: left;
	}
	.header-style.center #main_menu {
		float: none;
		padding-top: 20px;
	}
	.header-style.center.navbar .nav > li {
		float: none;
		display: block;
		text-align: left;
	}
	.header-style.center.navbar .nav > li {
		margin: 15px 0 0 0;
	}
	#dropdowncart {
		display: none !important;
	}
	.navbar .container {
	    width: 724px
	}
	#header.navbar-fixed-top .nav-collapse {
	    margin: 0 !important;
	    width: 100%;
	}
	#header .responsive-menu {
	    display: block
	}
	#header .nav-collapse .dropdown-menu {
	    display: block
	}
	#header .dropdown-menu {
	    padding: 0;
	    margin: 0;
	    width: auto;
	}
	#header .dropdown-menu li {
	    background: none;
	    border-top: none;
	}
	#header.navbar .nav > li {
	    margin: 15px 0 0 0;
	}
	#header .dropdown-menu li a {
	    padding: 0;
	    line-height: 1;
	    color: #b0b0b0;
	    font-size: 14px;
	}
	#header.navbar .nav > li > .dropdown-menu:after {
	    display: none
	}
	#header .dropdown-menu > li > a:hover,
	#header .dropdown-menu > li > a:focus,
	#header .dropdown-submenu:hover > a,
	#header .dropdown-submenu:focus > a,
	#header .dropdown-menu > .active > a,
	#header .dropdown-menu > .active > a:hover,
	#header .dropdown-menu > .active > a:focus,
	#header .nav-collapse .nav > li > a:hover,
	#header .nav-collapse .nav > li > a:focus,
	#header .nav-collapse .dropdown-menu a:hover,
	#header .nav-collapse .dropdown-menu a:focus {
	    background: none;
	    color: #1abb9c;
	}
	#header .dropdown-submenu > a:after {
	    display: none
	}
	#header .dropdown-submenu > .dropdown-menu {
	    margin-top: 0
	}
	#header .dropdown-menu li,
	#header .nav-collapse .nav > li > a,
	#header .nav-collapse .dropdown-menu li + li a {
	    margin-bottom: 5px
	}
	#header.navbar .nav > li > a {
		padding: 0;
	}
	#header .dropdown-menu li a:hover, 
	#header .dropdown-menu li a.active,
	#header .dropdown-menu li:first-child a {
		padding: 0;
	}
	.span4.lp30 {
	    padding-left: 20px
	}
	.fix-portfolio .thumbs {
	    margin-right: -5px
	}
	.fix-portfolio .thumbs li {
	    width: 238px
	}
	.fix-portfolio .thumbs {
	    margin-left: -5px;
	    margin-bottom: -5px;
	}
	.fix-portfolio .thumbs li {
	    margin-left: 5px;
	    margin-bottom: 5px;
	}
	.no-sidebar .format-gallery .gallery-wrapper {
	    width: 476px;
	}
	.format-gallery .gallery .item {
	    width: 236px
	}
	.format-gallery .gallery {
	    margin-left: -5px;
	    margin-bottom: 10px;
	}
	.format-gallery .gallery .item {
	    margin-left: 5px;
	    margin-bottom: 5px;
	}
	.blog.no-sidebar .post,
	.blog.no-sidebar .pagination,
	.blog.no-sidebar #comments,
	.blog.no-sidebar .comment-form-wrapper {
	    width: 600px;
	    margin: 0px auto;
	}
	#testimonials {
	    width: 90%
	}
}
@media (max-width: 767px) { 
	.aq-block-aq_ebor_clear_block {
		display: none;
	}
	section .aq-block-aq_ebor_clear_block {
		display: block;
	}
	.header-style.center .brand, .header-style.center .nav-collapse {
		display: inline-block;
		width: auto;
		text-align: left;
	}
	.header-style.center #main_menu {
		float: none;
		padding-top: 20px;
	}
	.header-style.center.navbar .nav > li {
		float: none;
		display: block;
		text-align: left;
	}
	.header-style.center.navbar .nav > li {
		margin: 15px 0 0 0;
	}
	.header-style p.pull-left {
		display: none;
	}
	.header-style ul.pull-right {
		float: none;
		display: block;
		text-align: center;
	}
	#dropdowncart {
		display: none !important;
	}
	[class*="aq_span"] {
		width: 100% !important; margin-left: 0 !important;
	}
	a.cart-contents {
		float: left !important;
		clear: left;
		margin-left: 15px;
	}
	.admin-bar .navbar-fixed-top, .admin-bar .navfake {
		top: 0;
	}
	body {
	    padding-right: 0px !important;
	    padding-left: 0px !important;
	}
	.container {
		width: auto;
	    padding-right: 25px !important;
	    padding-left: 25px !important;
	}
	#header.navbar-fixed-top, 
	#header.navbar-fixed-bottom, 
	#header.navbar-static-top {
		margin: 0;
	}
	#header.navbar-fixed-top .nav-collapse {
	    margin: 0;
	    width: 100%;
	}
	#header .responsive-menu {
	    display: block
	}
	#header .nav-collapse .dropdown-menu {
	    display: block
	}
	#header .dropdown-menu {
	    padding: 0;
	    margin: 0;
	    width: auto;
	}
	#header .dropdown-menu li {
	    background: none;
	    border-top: none;
	}
	#header.navbar .nav > li {
	    margin: 15px 0 0 0;
	}
	#header .dropdown-menu li a {
	    padding: 0;
	    line-height: 1;
	    color: #b0b0b0;
	    font-size: 14px;
	}
	#header.navbar .nav > li > .dropdown-menu:after {
	    display: none
	}
	#header .dropdown-menu > li > a:hover,
	#header .dropdown-menu > li > a:focus,
	#header .dropdown-submenu:hover > a,
	#header .dropdown-submenu:focus > a,
	#header .dropdown-menu > .active > a,
	#header .dropdown-menu > .active > a:hover,
	#header .dropdown-menu > .active > a:focus,
	#header .nav-collapse .nav > li > a:hover,
	#header .nav-collapse .nav > li > a:focus,
	#header .nav-collapse .dropdown-menu a:hover,
	#header .nav-collapse .dropdown-menu a:focus {
	    background: none;
	    color: #1abb9c;
	}
	#header .dropdown-submenu > a:after {
	    display: none
	}
	#header .dropdown-submenu > .dropdown-menu {
	    margin-top: 0
	}
	#header .dropdown-menu li,
	#header .nav-collapse .nav > li > a,
	#header .nav-collapse .dropdown-menu li + li a {
	    margin-bottom: 5px
	}
	#header.navbar .nav > li > a {
		padding: 0;
	}
	#header .dropdown-menu li a:hover, 
	#header .dropdown-menu li a.active,
	#header .dropdown-menu li:first-child a {
		padding: 0;
	}
	[class*="span"],
	.uneditable-input[class*="span"],
	.row-fluid [class*="span"] {
	    margin-bottom: 30px
	}
	.aq-block-aq_portfolio_block {
		margin-bottom: 0 !important;
	}
	.thumbs li {
	    width: 100%
	}
	.thumbs {
	    margin-left: 0;
	    margin-bottom: 0;
	}
	.thumbs li {
	    margin-left: 0px;
	    margin-bottom: 0px;
	}
	.fix-portfolio .thumbs {
	    margin-right: 0;
	    width: 100%;
	}
	.fix-portfolio .thumbs li {
	    width: 100%;
	}
	.fix-portfolio .thumbs {
	    margin-left: 0;
	    margin-bottom: 0;
	}
	.fix-portfolio .thumbs li {
	    margin: 0;
	    margin-bottom: 20px;
	}
	.fix-portfolio .thumbs li img {
		width: 100%;
		max-width: 100%;
	    height: auto;
	}
	aside {
	    margin-top: 80px
	}
	#comments .user {
	    display: none
	}
	#comments ul.children {
	    padding: 0 0 0 20px
	}
	#comments .arrow-box {
	    margin-left: 0
	}
	.span4.lp20 {
	    padding-left: 0
	}
	#testimonials {
	    width: 100%
	}
	.tp-bullets {
		bottom: 20px !important;
	}
	.blog.no-sidebar .post,
	.blog.no-sidebar .pagination,
	.blog.no-sidebar #comments,
	.blog.no-sidebar .comment-form-wrapper {
	    width: 100%;
	    margin: 0 auto;
	}
	.no-sidebar .format-gallery .gallery-wrapper {
	    width: 100%;
	}
	.format-gallery .gallery .item {
	    width: 100%;
	    max-width: 100%;
	}
	.format-gallery .gallery {
	    margin-left: 0;
	    margin-bottom: 0;
	    width: 100%;
	    max-width: 100%;
	}
	.format-gallery .gallery .item {
	    margin-left: 0;
	    margin-bottom: 20px;
	}
	footer p.pull-left,
	footer .social {
		float: none !important;
	}
	footer p.pull-left {
		margin-bottom: 20px;
	}
	footer .social li {
	    margin: 0 15px 0 0
	}
	.flats .span2 {
	   	height: auto;
	}
	.flats .icon-wrapper {
	    margin: 0 auto;
	}
	.tp-bullets.hidebullets {
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	    -moz-opacity: 0;
	    -khtml-opacity: 0;
	    opacity: 0;
	}
	.btn-large, .parallax .btn {
	    padding: 6px 14px 8px 14px !important;
	    font-size: 11px;
	}
	 #header.navbar-fixed-top .nav-collapse {
		margin-top: 0 !important;
	}
}