/* !
Theme Name: CSS Gallery List
Theme URI: 
Author: CSS Gallery List
Author URI: http://cssgallerylist.com/
Description: CSS Gallery List Theme
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: cssgl
--------------------------------------------------------------

/* --** General CSS **--
   ================================================== */
* {
    margin: 0px;
    padding: 0px;
}
body { background: #141c27 }
input,
select,
textarea {
    font-family: Arial;
    font-size: 12px;
    color: #8c806e;
}
img {
    border: 0px;
    display: block;
    max-width: 100%;
    height: auto !important;
}
a,
input { outline: none }
html,
body {
    font-family: Arial;
    font-size: 12px;
    color: #333;
    line-height: 1.4;
}
li { list-style: none }

/* ===[ Exported Styles ]=== */
h2,
.h2 {
    font-size: 36px;
    margin: 5px 0;
}
h3,
.h3 {
    font-size: 30px;
    margin-top: 9px;
    margin-bottom: 9px;
}
h4,
.h4 {
    font-size: 24px;
    margin: 0 0 5px 0;
}
h5,
.h5 {
    font-size: 21px;
    margin: 0;
    text-transform: uppercase;
}
h6 { font-size: 16px }
@media screen { 
    *,
    *:after,
    *:before {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    a {
        text-decoration: none;
        color: #859ce6;
    }
    .single-post article>p:nth-of-type(2) { font-size: 125% }
    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a { color: #111 }
    h1,
    .h1 {
        font-size: 48px;
        margin: 0;
    }
    .page-wrap {
        font-size: 16px;
        color: #333;
        line-height: 1.4;
        width: 1170px;
        margin: 90px auto 20px;
        position: relative;
    }
    .page-wrap:before,
    .page-wrap:after { }
    .page-wrap:before { }
    .grid { padding: 20px 0 0 }
    .grid.gridswitch { padding: 20px 20px 20px 0 }
    .grid.nopadding { padding: 0 }
    .grid.nopadding .grid-1-3,
    .grid.nopadding .grid-1-4 { padding-right: 0 }
    .grid-1-8 { width: 12.5% }
    .grid-1-6 { width: 16.66% }
    .grid-1-5 { width: 20% }
    .grid-1-4 { width: 25% }
    .grid-1-3 { width: 33.33% }
    .grid-1-2 { width: 50% }
    .grid-2-3 { width: 66.66% }
    .grid-3-4 { width: 75% }
    .grid-4-5 { width: 80% }
    .grid-5-6 { width: 83.33% }
    .grid-7-8 { width: 87.5% }
    [class*='grid-'] {
        float: left;
        padding-right: 20px;
        position: relative;
    }
    aside.grid-1-3 { padding-right: 0px }
    .gridswitch [class*='grid-'] {
        float: right;
        padding-right: 0;
        padding-left: 20px;
    }
}
/* ===[ Blocks ]=== */
.module {
    overflow: hidden;
    background: white;
    padding: 35px 8% 30px;
    clear: both;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    margin: 0 0 20px 0;
    position: relative;
}
.module>:last-child,
.module>:last-child>:last-child { margin-bottom: 0 }
.module:before {
    content: "";
    position: absolute;
    font-size: 11px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1px 10px 0;
    color: white;
}
/* ===[ Submit Page ]=== */
.cssgl-submit-container {
    padding: 10px 30px 0 30px;
    position: relative;
}
.cssgl-submit-entry-title { text-align: center }
/* --** Content **--
   ================================================== */
.entry-title {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.0909090909;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    color: #444;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    line-height: 1.714285714;
}
/* ===[ Sidebar Widgets ]=== */
aside .widget .widget-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7142857142;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
aside .widget p:last-child,
aside .widget li:last-child { margin: 0 }
aside .widget .h4 { font-size: 24px }
aside .widget {
    margin-bottom: 48px;
    margin-bottom: 3.428571429rem;
    word-wrap: break-word;
    padding: 12px 20px 20px;
}
aside .widget .widget-title,
aside .widget p,
aside .widget li,
aside .widget .textwidget { color: #636363 }
aside .widget h3 {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
aside .widget p,
aside .widget li,
aside .widget .textwidget {
    font-size: 13px;
    /*font-size: 1rem;*/
    line-height: 1.846153846;
}
aside .widget p {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
aside .widget .textwidget ul {
    list-style: disc outside;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
}
aside .widget .textwidget li {
    margin-left: 36px;
    margin-left: 2.571428571rem;
}
/* ===[ Clear Fix ]=== */
.cssgl-clearfix:before {
    content: "";
    display: table;
}
.cssgl-clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.cssgl-clearfix {
    zoom: 1; /* IE < 8 */
}
/* --** Global Classes **--
   ================================================== */
.cssgl-clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}
/* --** Buttons **--
   ================================================== */
a.cssgl-offer-btn {
    text-decoration: none;
    width: 380px;
    margin: 0 20px;
    font-size: 25px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    color: #fff;
    height: 68px;
    display: block;
    text-align: center;
    line-height: 64px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 4px 0px rgba(16, 124, 143, 1);
    -moz-box-shadow: 0px 4px 0px rgba(16, 124, 143, 1);
    box-shadow: 0px 4px 0px rgba(16, 124, 143, 1);
    background-color: #23afc8;
}
a.cssgl-offer-btn span,
a.cssgl-offer-btn-green span {
    padding-right: 30px;
    /*background: url('images/offer-btn-icon-arrow.png') right 7px no-repeat;*/
	background:no-repeat;
	background-image: url("images/spriteme1.png");
	background-position: 189px -506px;
}
a.cssgl-offer-btn:hover,
a.cssgl-btn-blue:hover {
    -webkit-box-shadow: 0px 4px 0px rgba(54, 143, 138, 1);
    -moz-box-shadow: 0px 4px 0px rgba(54, 143, 138, 1);
    box-shadow: 0px 4px 0px rgba(54, 143, 138, 1);
    background-color: #0bb697;
}
a.cssgl-btn-blue {
    padding: 2px 15px 0 15px;
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    line-height: 28px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 4px 0px rgba(20, 155, 179, 1);
    -moz-box-shadow: 0px 4px 0px rgba(20, 155, 179, 1);
    box-shadow: 0px 4px 0px rgba(20, 155, 179, 1);
    background-color: #23afc8;
}
a.cssgl-offer-btn-green {
    text-decoration: none;
    width: 380px;
    margin: 0 20px;
    font-size: 25px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    color: #fff;
    height: 68px;
    display: block;
    text-align: center;
    line-height: 64px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 4px 0px rgba(35, 173, 144, 1);
    -moz-box-shadow: 0px 4px 0px rgba(35, 173, 144, 1);
    box-shadow: 0px 4px 0px rgba(35, 173, 144, 1);
    background-color: #29bb9c;
}
a.cssgl-btn-green,
button.cssgl-gform-submit-button {
    padding: 2px 15px 0 15px;
    margin-left: 12px;
    float: left;
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    line-height: 28px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 4px 0px rgba(35, 173, 144, 1);
    -moz-box-shadow: 0px 4px 0px rgba(35, 173, 144, 1);
    box-shadow: 0px 4px 0px rgba(35, 173, 144, 1);
    background: #29bb9c;
}
a.cssgl-btn-green:hover,
a.cssgl-btn-green-widget:hover,
a.cssgl-offer-btn-green:hover {
    -webkit-box-shadow: 0px 4px 0px rgba(20, 155, 179, 1);
    -moz-box-shadow: 0px 4px 0px rgba(20, 155, 179, 1);
    box-shadow: 0px 4px 0px rgba(20, 155, 179, 1);
    background-color: #23afc8;
}
a.cssgl-btn-green-widget {
    padding: 2px 15px 0 15px;
    margin:0 auto;
    float: none;
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    line-height: 28px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 4px 0px rgba(35, 173, 144, 1);
    -moz-box-shadow: 0px 4px 0px rgba(35, 173, 144, 1);
    box-shadow: 0px 4px 0px rgba(35, 173, 144, 1);
    background: #29bb9c;
}




.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    padding: 2px 15px 0 15px;
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    line-height: 28px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 4px 0px rgba(35, 173, 144, 1);
    -moz-box-shadow: 0px 4px 0px rgba(35, 173, 144, 1);
    box-shadow: 0px 4px 0px rgba(35, 173, 144, 1);
    background: #29bb9c;
}
.gform_wrapper .gform_footer input.button:hover .gform_wrapper .gform_footer input[type=submit]:hover {
    -webkit-box-shadow: 0px 4px 0px rgba(20, 155, 179, 1);
    -moz-box-shadow: 0px 4px 0px rgba(20, 155, 179, 1);
    box-shadow: 0px 4px 0px rgba(20, 155, 179, 1);
    background-color: #23afc8;
}
/* --** Wrapper Box **--
   ================================================== */
#cssgl-wrapper-box {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%;
}
/* --** Main Box **--
   ================================================== */
#cssgl-main-box {
    margin: 0 auto;
    width: 100%;
    display: block;
    background: none repeat scroll 0 0 #141C27;
}
body.page #cssgl-main-box,
.page-wrap { background: none repeat scroll 0 0 #D2D7D3 }
/* -----------------------
Other Backgrounds to Try
C1D0D3 - Greenish
D6D5D5 - Gray
ecf0f1 - Clouds
ededef - Silverish
f2f2f4 - light gray
B0B6BD - Darker blue gray
9099A3 - Even darker blue gray
C5EFF7 - Hummingbird
67809F - Hoki
ABB7B7 - Edward
D2D7D3 - Pumice
-------------------------

/* --** Mobnav Box **--
   ================================================== */
.cssgl-mobnav-side {
    margin-top: 8px;
    position: relative;
    display: none;
    width: 35px;
    height: 35px;
    float: right;
}
a.cssgl-mtoggle {
    display: block;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    /*background: url('images/mob_btn.png') no-repeat;*/
	background-image: url("images/spriteme1.png");
	background-position: -10px -10px;
}
.cssgl-mobnav-side ul {
    position: absolute;
    right: 0px;
    top: 42px;
    overflow: hidden;
    border: 1px solid #132735;
    background: #141c27;
}
.cssgl-mobnav-side li {
    padding-left: 10px;
    width: 150px;
    height: 30px;
    border-bottom: 1px solid #132735;
    line-height: 30px;
}
.cssgl-mobnav-side li.cssgl-last { border-bottom: none }
.cssgl-mobnav-side li a {
    padding: 0px 0px 0px 10px;
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 13px;
    height: auto;
    font-weight: bold;
}
.cssgl-mobnav-side li a:hover {
    color: #ee7f22;
    /*background: url('images/bullet_hover.png') left center no-repeat;*/
}
/* --** Content Box **--
   ================================================== */
#cssgl-content-box {
    padding: 0px 0px 47px 0px;
    display: block;
    margin: 0px auto;
    width: 1170px;
}
/* --** Left Box **--
   ================================================== */
#cssgl-left-box {
    padding-left: 15px;
    display: block;
    z-index: 99;
    float: left;
    width: 560px;
}
/* --** Offer Side **--
   ================================================== */
.cssgl-offerside {
    top: 0;
    padding: 0px 50px 50px 50px;
    margin: 190px 0px 0px 0px;
    display: block;
    position: fixed;
    width: 520px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #313d50;
}
.cssgl-offerside h2 {
    padding: 32px 0px 21px 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
.cssgl-offerside ul {
    padding: 0px 26px 18px 26px;
    overflow: hidden;
    list-style: none;
}
.cssgl-offerside li,
.startside li {
    padding: 0px 0px 12px 40px;
    float: left;
    line-height: 30px;
    font-style: italic;
    font-size: 16px;
}
.cssgl-offerside li,
.startside li { color: #d8d9dc }
.cssgl-offerside li a {
    text-decoration: none;
    color: #d8d9dc;
}
.cssgl-offerside li a:hover { text-decoration: underline }
.startside li.cssgl-offer-icon-staff,
.cssgl-offerside li.cssgl-offer-icon-staff {
	/*background: url('images/icon-staff-blue.png') left 0px no-repeat;*/
	background: left 0px no-repeat;
	background-image: url("images/spriteme1.png");
 	background-position: -10px -305px;
}
.startside li.cssgl-offer-icon-galleries,
.cssgl-offerside li.cssgl-offer-icon-galleries {
	/*background: url('images/icon-arrow-pink.png') left 0px no-repeat;*/
	background: left 0px no-repeat;
	background-image: url("images/spriteme1.png");
	background-position: -10px -357px;
}
.startside li.cssgl-offer-icon-report,
.cssgl-offerside li.cssgl-offer-icon-report {
	/*background: url('images/icon-report.png') left 0px no-repeat;*/
	background: left 0px no-repeat;
	background-image: url("images/spriteme1.png");
	background-position: -10px -409px;
}
.startside li.cssgl-offer-icon-star,
.cssgl-offerside li.cssgl-offer-icon-star {
	/*background: url('images/icon-star.png') left 0px no-repeat;*/
	background: left 0px no-repeat;
	background-image: url("images/spriteme1.png");
	background-position: -10px -461px;
}
.cssgl-offerside span.offer {
    position: absolute;
    left: -52px;
    top: -52px;
    width: 111px;
    height: 111px;
    display: block;
    text-indent: -9999px;
    background: url('images/offer.png') no-repeat;
}
.cssgl-offerside span.arrow {
    position: absolute;
    right: -55px;
    top: 55px;
    width: 0;
    height: 0;
    display: block;
    text-indent: -9999px;
    border-style: solid;
    border-width: 45px 0 45px 55px;
    border-color: transparent transparent transparent #303d50;
}
.cssgl-offerside span.arrow1 {
    position: absolute;
    left: -80px;
    top: 68px;
    width: 116px;
    height: 265px;
    display: block;
    text-indent: -9999px;
    background: url('images/offer-arrow1.png') no-repeat;
}
.cssgl-offerside-relative { position: fixed !important }
/* --** Center Box **--
   ================================================== */
#cssgl-center-box {
    display: none;
    width: 100%;
}
/* --** Start Side **--
   ================================================== */
.startside ul {
    padding: 0px 0px 18px 0px;
    overflow: hidden;
    list-style: none;
}
.startside li {
    padding: 0px 0px 14px 40px;
    letter-spacing: -.3px;
    float: left;
    line-height: 26px;
    font-style: italic;
    font-size: 14px;
    background: url('images/offer-icon.png') left 0px no-repeat;
}
.startside li a {
    text-decoration: none;
    color: #d8d9dc;
}
.startside li a:hover { text-decoration: underline }
.startside {
    padding: 20px;
    margin: 0px auto;
    width: 688px;
    display: block;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #313d50;
}
.startside .cssgl-tablet-offer-title {
    float: left;
    width: 304px;
}
.startside .cssgl-tablet-offers {
    float: right;
    width: 314px;
}
.startside h2 {
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
.startside h3 {
    padding: 0 0 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-style: italic;
}
.startside .cssgl-tablet-offer-title a.cssgl-btn {
    text-decoration: none;
    width: 303px;
    font-size: 20px;
    color: #fff;
    height: 54px;
    display: block;
    text-align: center;
    line-height: 54px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 0px rgba(16, 124, 143, 1);
    -moz-box-shadow: 0px 4px 0px rgba(16, 124, 143, 1);
    box-shadow: 0px 4px 0px rgba(16, 124, 143, 1);
    background: #23afc8;
}
.startside .cssgl-tablet-offer-title a.cssgl-btn span {
    padding-right: 30px;
    background: url('images/start-icon.png') right 7px no-repeat;
}
.startside .cssgl-tablet-offer-title a.cssgl-btn:hover {
    -webkit-box-shadow: 0px 4px 0px rgba(54, 143, 138, 1);
    -moz-box-shadow: 0px 4px 0px rgba(54, 143, 138, 1);
    box-shadow: 0px 4px 0px rgba(54, 143, 138, 1);
    background: #0bb697;
}
.startside .cssgl-tablet-offers a.cssgl-btn-1 {
    text-decoration: none;
    width: 280px;
    font-size: 20px;
    color: #fff;
    height: 54px;
    display: none;
    text-align: center;
    line-height: 54px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 0px rgba(16, 124, 143, 1);
    -moz-box-shadow: 0px 4px 0px rgba(16, 124, 143, 1);
    box-shadow: 0px 4px 0px rgba(16, 124, 143, 1);
    background: #23afc8;
}
.startside .cssgl-tablet-offers a.cssgl-btn-1 span {
    padding-right: 30px;
    background: url('images/start-icon.png') right 7px no-repeat;
}
.startside .cssgl-tablet-offers a.cssgl-btn-1:hover {
    -webkit-box-shadow: 0px 4px 0px rgba(54, 143, 138, 1);
    -moz-box-shadow: 0px 4px 0px rgba(54, 143, 138, 1);
    box-shadow: 0px 4px 0px rgba(54, 143, 138, 1);
    background: #0bb697;
}
/* --** text **--
   ================================================== */
#text {
    padding: 0px 20px 20px 20px;
    margin: 40px auto 0px auto;
    display: block;
    width: 688px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
}
/* --** Right Box **--
   ================================================== */
#cssgl-right-box {
    margin-bottom: 20px;
    top: 0;
    padding: 2px 20px 20px 20px;
    margin-top: 190px;
    float: right;
    width: 600px;
    display: block;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
}
#cssgl-right-box-logged {
    margin-bottom: 20px;
    top: 0;
    padding: 0px 20px 20px 20px;
    margin-top: 160px;
    float: right;
    width: 600px;
    display: block;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
}
/* --** Featured Side **--
   ================================================== */
.cssgl-featuredside {
    padding: 13px 0px 22px 0px;
    width: 100%;
    overflow: hidden;
    display: block;
}
.cssgl-featuredside h2 {
    padding: 0px 0px 11px 0px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #383e4a;
    /*background: url('images/featured-bg.gif') left bottom no-repeat;*/
	background: no-repeat;
	background-image: url("images/spriteme2.png");
	background-position: -10px 26px;
}
}
.cssgl-featuredside ul { list-style: none }
.cssgl-featuredside li {
    margin-top: 10px;
    float: left;
    width: 541px;
    height: 60px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #e5e7e9;
    background: #fff;
}
.cssgl-featuredside li.bg { background: #ecf6f6 }
.cssgl-featuredside .image {
    padding: 8px 3px 8px 6px;
    float: left;
    width: 230px;
}
.rank {
    padding: 12px 0px 0px 0px;
    float: left;
    width: 129px;
}
.rank span {
    padding: 0px 0px 0px 0px;
    width: 100%;
    float: left;
    font-size: 11px;
    color: #777;
    font-family: 'Lucida Console';
}
.rank span span { margin-top: 4px !important }
.rank span.pr {
    padding: 0px;
    margin: 1px 6px 0px 0px;
    display: block;
    text-indent: -9999px;
    width: 52px;
    height: 8px;
    float: left;
    /*background: url(images/google-pr.png) 0px -9px no-repeat;*/
	background: no-repeat;
	background-image: url("images/spriteme1.png");
	background-position: -10px -65px;
}
.rank span.pr1 {
    padding: 0px;
    margin: 1px 6px 0px 0px;
    display: block;
    text-indent: -9999px;
    width: 52px;
    height: 8px;
    float: left;
    /*background: url(images/google-pr.png) 0px -9px no-repeat;*/
	background: no-repeat;
	background-image: url("images/spriteme1.png");
	background-position: -10px -74px;
}
.rank span.pr2 {
    padding: 0px;
    margin: 1px 6px 0px 0px;
    display: block;
    text-indent: -9999px;
    width: 52px;
    height: 8px;
    float: left;
    /*background: url(images/google-pr.png) 0px -18px no-repeat;*/
	background: no-repeat;
	background-image: url("images/spriteme1.png");
	background-position: -10px -83px;
}
.rank span.pr3 {
    padding: 0px;
    margin: 1px 6px 0px 0px;
    display: block;
    text-indent: -9999px;
    width: 52px;
    height: 8px;
    float: left;
    /*background: url(images/google-pr.png) 0px -27px no-repeat;*/
	background: no-repeat;
	background-image: url("images/spriteme1.png");
	background-position: -10px -92px;
}
.rank span.pr4 {
    padding: 0px;
    margin: 1px 6px 0px 0px;
    display: block;
    text-indent: -9999px;
    width: 52px;
    height: 8px;
    float: left;
    /*background: url(images/google-pr.png) 0px -36px no-repeat;*/
	background: no-repeat;
	background-image: url("images/spriteme1.png");
	background-position: -10px -101px;
}
.rank span.pr5 {
    padding: 0px;
    margin: 1px 6px 0px 0px;
    display: block;
    text-indent: -9999px;
    width: 52px;
    height: 8px;
    float: left;
    /*background: url(images/google-pr.png) 0px -45px no-repeat;*/
	background: no-repeat;
	background-image: url("images/spriteme1.png");
	background-position: -10px -110px;
}
.rank span.pr6 {
    padding: 0px;
    margin: 1px 6px 0px 0px;
    display: block;
    text-indent: -9999px;
    width: 52px;
    height: 8px;
    float: left;
    /*background: url(images/google-pr.png) 0px -54px no-repeat;*/
	background: no-repeat;
	background-image: url("images/spriteme1.png");
	background-position: -10px -119px;
}
.rank span.pr7 {
    padding: 0px;
    margin: 1px 6px 0px 0px;
    display: block;
    text-indent: -9999px;
    width: 52px;
    height: 8px;
    float: left;
    /*background: url(images/google-pr.png) 0px -63px no-repeat;*/
	background: no-repeat;
	background-image: url("images/spriteme1.png");
	background-position: -10px -128px;
}
.rank span.pr8 {
    padding: 0px;
    margin: 1px 6px 0px 0px;
    display: block;
    text-indent: -9999px;
    width: 52px;
    height: 8px;
    float: left;
    /*background: url(images/google-pr.png) 0px -72px no-repeat;*/
	background: no-repeat;
	background-image: url("images/spriteme1.png");
	background-position: -10px -137px;
}
.rank span.pr9 {
    padding: 0px;
    margin: 1px 6px 0px 0px;
    display: block;
    text-indent: -9999px;
    width: 52px;
    height: 8px;
    float: left;
    /*background: url(images/google-pr.png) 0px -81px no-repeat;*/
	background: no-repeat;
	background-image: url("images/spriteme1.png");
	background-position: -10px -146px;
}
.rank span.pr10 {
    padding: 0px;
    margin: 1px 6px 0px 0px;
    display: block;
    text-indent: -9999px;
    width: 52px;
    height: 8px;
    float: left;
    /*background: url(images/google-pr.png) 0px -90px no-repeat;*/
	background: no-repeat;
	background-image: url("images/spriteme1.png");
	background-position: -10px -155px;
}
.rank span.alexa {
    padding: 0px;
    margin: 1px 6px 0px 0px;
    display: block;
    text-indent: -9999px;
    width: 52px;
    height: 8px;
    float: left;
    /*background: url(images/alexa-rank.png) no-repeat;*/
	background:no-repeat;
	background-image: url("images/spriteme1.png");
	background-position: -10px -185px;
}
.rank span.alexa1 {
    padding: 0px;
    margin: 1px 6px 0px 0px;
    display: block;
    text-indent: -9999px;
    width: 52px;
    height: 8px;
    float: left;
    /*background: url(images/alexa-rank.png) 0px -9px no-repeat;*/
	background: no-repeat;
	background-image: url("images/spriteme1.png");
	background-position: -10px -194px;
}
.rank span.alexa2 {
    padding: 0px;
    margin: 1px 6px 0px 0px;
    display: block;
    text-indent: -9999px;
    width: 52px;
    height: 8px;
    float: left;
    /*background: url(images/alexa-rank.png) 0px -18px no-repeat;*/
	background: no-repeat;
	background-image: url("images/spriteme1.png");
	background-position: -10px -203px;
}
.rank span.alexa3 {
    padding: 0px;
    margin: 1px 6px 0px 0px;
    display: block;
    text-indent: -9999px;
    width: 52px;
    height: 8px;
    float: left;
    /*background: url(images/alexa-rank.png) 0px -27px no-repeat;*/
	background: no-repeat;
	background-image: url("images/spriteme1.png");
	background-position: -10px -212px;
}
.rank span.alexa4 {
    padding: 0px;
    margin: 1px 6px 0px 0px;
    display: block;
    text-indent: -9999px;
    width: 52px;
    height: 8px;
    float: left;
    /*background: url(images/alexa-rank.png) 0px -36px no-repeat;*/
	background: no-repeat;
	background-image: url("images/spriteme1.png");
	background-position: -10px -221px;
}
.rank span.alexa5 {
    padding: 0px;
    margin: 1px 6px 0px 0px;
    display: block;
    text-indent: -9999px;
    width: 52px;
    height: 8px;
    float: left;
    /*background: url(images/alexa-rank.png) 0px -45px no-repeat;*/
	background: no-repeat;
	background-image: url("images/spriteme1.png");
	background-position: -10px -230px;
}
.rank span.alexa6 {
    padding: 0px;
    margin: 1px 6px 0px 0px;
    display: block;
    text-indent: -9999px;
    width: 52px;
    height: 8px;
    float: left;
    /*background: url(images/alexa-rank.png) 0px -54px no-repeat;*/
	background: no-repeat;
	background-image: url("images/spriteme1.png");
	background-position: -10px -239px;
}
.rank span.alexa7 {
    padding: 0px;
    margin: 1px 6px 0px 0px;
    display: block;
    text-indent: -9999px;
    width: 52px;
    height: 8px;
    float: left;
    /*background: url(images/alexa-rank.png) 0px -63px no-repeat;*/
	background: no-repeat;
	background-image: url("images/spriteme1.png");
	background-position: -10px -248px;
}
.rank span.alexa8 {
    padding: 0px;
    margin: 1px 6px 0px 0px;
    display: block;
    text-indent: -9999px;
    width: 52px;
    height: 8px;
    float: left;
    /*background: url(images/alexa-rank.png) 0px -72px no-repeat;*/
	background: no-repeat;
	background-image: url("images/spriteme1.png");
	background-position: -10px -257px;
}
.rank span.alexa9 {
    padding: 0px;
    margin: 1px 6px 0px 0px;
    display: block;
    text-indent: -9999px;
    width: 52px;
    height: 8px;
    float: left;
	/*background: url(images/alexa-rank.png) 0px -81px no-repeat;*/
	background: no-repeat;
	background-image: url("images/spriteme1.png");
	background-position: -10px -266px;
}
.rank span.alexa10 {
    padding: 0px;
    margin: 1px 6px 0px 0px;
    display: block;
    text-indent: -9999px;
    width: 52px;
    height: 8px;
    float: left;
    /*background: url(images/alexa-rank.png) 0px -90px no-repeat;*/
	background: no-repeat;
	background-image: url("images/spriteme1.png");
	background-position: -10px -275px;
}
.cssgl-featuredside .cssgl-niche {
    padding: 20px 0px 0px 0px;
    position: relative;
    float: left;
    width: 16px;
}
.cssgl-featuredside .cssgl-niche span.content {
    position: absolute;
    left: -102px;
    top: -29px;
    display: none;
    width: 220px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    height: 52px;
    background: url('images/featured-bg3.png') no-repeat;
}
.cssgl-featuredside .cssgl-niche:hover span.content { display: block }
.cssgl-featuredside .button {
    padding: 8px 0px 0px 0px;
    float: right;
    width: 126px;
}
.cssgl-featuredside .button a {
    padding: 2px 0px 0px 49px;
    font-size: 14px;
    transition: background-color 0.2s ease 0s,
				background-position none,
				background-image 0.2s ease 0s;
    -webkit-transition: background-color 0.2s ease 0s,
				background-position none,
				background-image 0.2s ease 0s;
    -moz-transition: background-color 0.2s ease 0s,
				background-position none,
				background-image 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s,
				background-position none,
				background-image 0.2s ease 0s;
    color: #fff;
    line-height: 36px;
    text-transform: uppercase;
    width: 120px;
    height: 36px;
    display: block;
    text-decoration: none;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 0px rgba(35, 173, 144, 1);
    -moz-box-shadow: 0px 4px 0px rgba(35, 173, 144, 1);
    box-shadow: 0px 4px 0px rgba(35, 173, 144, 1);
    /*background: #29bb9c url('images/featured-btn.png') 13px 0 no-repeat;*/
	background: #29bb9c 13px 0 no-repeat;
	background-image: url("images/spriteme1.png");
 	background-position: 3px -550px;
}
.cssgl-featuredside .button a:hover {
    -webkit-box-shadow: 0px 4px 0px rgba(41, 180, 150, 1);
    -moz-box-shadow: 0px 4px 0px rgba(41, 180, 150, 1);
    box-shadow: 0px 4px 0px rgba(41, 180, 150, 1);
    /*background: #30c7a7 url('images/featured-btn.png') 13px top no-repeat;*/
	background: #30c7a7 13px top no-repeat;
	background-image: url("images/spriteme1.png");
 	background-position: 3px -550px;
}
/* --** Gallerie Side **--
   ================================================== */
.gallerieside {
    width: 100%;
    overflow: hidden;
    display: block;
}
.gallerieside .heading {
    padding-bottom: 8px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    /*background: url('images/gallerie-bg.png') left bottom no-repeat;*/
	background: no-repeat;
	background-image: url("images/spriteme2.png");
	background-position: -730px 33px;
}
.gallerieside h2 {
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 20px;
    color: #383e4a;
}
.gallerieside .form {
    padding-top: 1px;
    float: right;
    width: 280px;
    position: relative;
}
.gallerieside .form label {
    float: left;
    width: 63px;
    line-height: 28px;
    color: #a8a8a8;
    text-transform: uppercase;
}
.gallerieside .form select {
    padding: 5px 0px 0px 10px;
    font-size: 11px;
    float: left;
    width: 198px;
    height: 28px;
    line-height: 28px;
    height: 28px;
    color: #a8a8a8;
    font-weight: normal;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    background: none;
}
.gallerieside .form .select {
    padding: 0px 0px;
    float: left;
    width: 200px;
    height: 28px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
}
.gallerieside ul { list-style: none }
#cssgl-other-gallery-container li,
#cssgl-mobile-other-gallery-container li {
    margin-top: 10px;
    float: left;
    width: 541px;
    height: 58px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #e5e7e9;
    background: #fff;
}
#cssgl-other-gallery-container li:hover,
#cssgl-mobile-other-gallery-container li:hover { background: #ecf6f6 }
.gallerieside .text {
    padding: 0px 0px 0px 19px;
    float: left;
    width: 220px;
}
.gallerieside .text h3 {
    padding: 0px 0px 0px 0px;
    line-height: 35px;
    font-size: 16px;
}
.gallerieside .cssgl-niche {
    padding: 20px 0px 0px 0px;
    position: relative;
    float: left;
    width: 16px;
}
.gallerieside .cssgl-niche span.content {
    position: absolute;
    left: -102px;
    top: -29px;
    display: none;
    width: 220px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    height: 52px;
    background: url('images/featured-bg3.png') no-repeat;
}
.gallerieside .cssgl-niche:hover span.content { display: block }
.gallerieside .button {
    padding: 7px 0px 0px 0px;
    float: right;
    width: 126px;
}
.gallerieside .button a {
    padding: 4px 0px 0px 49px;
    font-size: 14px;
	transition: background-color 0.2s ease 0s,
				background-position none,
				background-image 0.2s ease 0s;
    -webkit-transition: background-color 0.2s ease 0s,
				background-position none,
				background-image 0.2s ease 0s;
    -moz-transition: background-color 0.2s ease 0s,
				background-position none,
				background-image 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s,
				background-position none,
				background-image 0.2s ease 0s;
    color: #a7a7a7;
    line-height: 32px;
    text-transform: uppercase;
    width: 120px;
    height: 36px;
    display: block;
    text-decoration: none;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 0px rgba(225, 225, 225, 1);
    -moz-box-shadow: 0px 4px 0px rgba(225, 225, 225, 1);
    box-shadow: 0px 4px 0px rgba(225, 225, 225, 1);
    /*background: #f2f0f1 url('images/gallerie-btn.png') 13px 0 no-repeat;*/
	background: #f2f0f1 13px 0 no-repeat;
	background-image: url("images/spriteme1.png");
	background-position: 3px -606px;
}
.gallerieside .button a:hover {
    color: #fff;
    -webkit-box-shadow: 0px 4px 0px rgba(44, 174, 197, 1);
    -moz-box-shadow: 0px 4px 0px rgba(44, 174, 197, 1);
    box-shadow: 0px 4px 0px rgba(44, 174, 197, 1);
    /*background: #3ac0d8 url('images/featured-btn.png') 13px top no-repeat;*/
	background: #3ac0d8 13px top no-repeat;
	background-image: url("images/spriteme1.png");
	background-position: 3px -550px;
	background-repeat:no-repeat;
}
/* --** Service Box **--
   ================================================== */
#cssgl-service-box {
    padding: 17px 0px 0px 0px;
    display: block;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #434952;
    background: #101722;
    color: #78879e;
}
#cssgl-service-box #cssgl-service {
    margin: 0px auto;
    display: block;
    overflow: hidden;
    width: 1170px;
}
/* --** Footer Widget Paragraphs **--
   ================================================== */
.cssgl-listside p,
.cssgl-guaranteeside p,
.cssgl-addside p {
    padding: 0px 0px 16px 1px;
    line-height: 15px;
    color: #78879e;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
/* --** Footer Widget Headings **--
   ================================================== */
.cssgl-guaranteeside h2,
.cssgl-addside h2,
.cssgl-submitside h2 {
    padding: 0px 0px 6px 0px;
    font-size: 18px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
/* --** List Side **--
   ================================================== */
.cssgl-listside {
    padding: 0px;
    display: block;
    width: 260px;
    float: left;
    overflow: hidden;
}
.cssgl-listside h2 {
    padding: 0px 0px 10px 0px;
    font-size: 18px;
    color: #d2d2d2;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
/* --** Guarantee Side **--
   ================================================== */
.cssgl-guaranteeside {
    padding: 0px 20px;
    width: 300px;
    display: block;
    float: left;
    overflow: hidden;
}
/* --** Add Side **--
   ================================================== */
.cssgl-addside {
    padding: 0px 0px 4px 0px;
    width: 300px;
    float: left;
    display: block;
    overflow: hidden;
}
/* --** Submit Side **--
   ================================================== */
.cssgl-submitside {
    padding: 1px 0px 0px 24px;
    width: 310px;
    display: block;
    float: left;
    overflow: hidden;
    color: #78879e;
}
.cssgl-submitside p {
    padding: 0px 0px 10px 0px;
    line-height: 15px;
    color: #78879e;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.cssgl-submitside ul { list-style: none }
.cssgl-submitside li {
    padding-left: 24px;
    float: left;
    width: 100%;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    /*background: url('images/submit-icon.png') left 3px no-repeat;*/
	background: left 3px no-repeat;
	background-image: url("images/spriteme1.png");
	background-position: -10px -659px;
}
.cssgl-submitside li a {
    text-decoration: none;
    color: #78879e;
}
.cssgl-submitside li a:hover { text-decoration: underline }
/* --** Footer **--
   ================================================== */
footer {
    overflow: hidden;
    width: 100%;
    display: block;
}
footer ul {
    list-style: none;
    text-align: center;
    background: #141C27;
}
footer li {
    padding: 0px 6px 0px 1px;
    display: inline;
    line-height: 35px;
    font-size: 11px;
    color: #4c5766;
    background: url('images/footer-devaider.png') right 1px no-repeat;
}
footer li a {
    display: inline-block;
    text-decoration: none;
    color: #4c5766;
}
footer li a:hover { text-decoration: underline }
footer li.cssgl-last { background: none }
header.cssgl-move-menu .cssgl-header-inner { line-height: 50px !important }
header.cssgl-move-menu .cssgl-header-inner nav.cssgl-main-menu > ul > li > a { line-height: 50px !important }
header.cssgl-move-menu .cssgl-header-inner .header_right_widget { line-height: 50px !important }
header.cssgl-move-menu .cssgl-header-inner .cssgl-drop-down .second { top: 50px !important }
header.cssgl-move-menu .cssgl-header-inner .cssgl-drop-down-2 .second { top: 50px !important }
header.cssgl-move-menu .cssgl-header-inner .header_right_widget #lang_sel ul ul { top: 50px !important }
header.cssgl-move-menu .cssgl-header-inner .header_right_widget #lang_sel_click ul ul { top: 50px !important }
#cssgl-left-box { position: relative }
.cssgl-offerside.stopScroll {
    position: absolute;
    bottom: 0;
    top: auto;
}
.cssgl-offerside.admin-stopScroll {
    position: absolute;
    bottom: 32px;
    top: auto;
}
.cssgl-gallery-title-link {
    text-decoration: none;
    color: #666666;
}
/* ===[ Full Page Template ]=== */
.cssgl-content-area {
    margin-top: 60px;
    font-family: 'Open Sans';
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    background: #D6D5D5;
}
.cssgl-site-content {
    margin: 0 auto;
    padding: 0;
    width: 1170px;
}
.cssgl-content-wrapper { padding: 15px 40px 25px 40px }
#cssgl-full-inner-content {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 60px 0px 30px 0px;
    float: left;
    width: 1090px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.cssgl-page-header { margin-bottom: 10px }
.cssgl-page-header h2 {
    margin: 5px 0;
    float: left;
    display: inline-block;
    font-size: 30px;
}
/* ===[ Submission Sidebar Page Template ]=== */
#cssgl-sidebar-inner-content {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin: 60px 20px 30px 0px;
    width: 730px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#cssgl-right-sidebar {
    float: left;
    width: 340px;
    margin: 60px 0 30px;
}
.cssgl-widget-area .widget {
    padding: 20px 20px 30px 30px;
    background: #fff;
    margin: 0 0 5px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.cssgl-widget-area h3.widget-title { margin-bottom: 15px }
/**Gravity Forms Styles
 * ===========================
 */
.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
    font-style: italic;
    margin-bottom: 20px;
    font-size: 0.85em;
}
.gform_wrapper .left_label .gfield_label,
.gform_wrapper label {
    color: #777;
    font-size: 13px;
}
.gform_wrapper .gsection { /*margin: 36px 0 !important;_NO__DOTCOMMA__AFTER__*/ }
.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
    font-weight: normal !important;
    color: #666 !important;
    font-size: 1.3em;
}
.gform_wrapper .gf-inner-section { margin-top: 38px !important }
/* ===[ Remove Error Background and Borders ]=== */
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(255,234,234,0.49) !important;
    margin-bottom: inherit !important;
    padding: inherit !important;
    border-top: none !important;
    border-bottom: none !important;
}
*/

.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message { padding: 0 !important }
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password] {
    outline-style: none;
    /*font-size: 18px !important;*/
    font-family: inherit;
    padding: 5px 2px 5px 8px !important;
    letter-spacing: normal;
    color: #666 !important;
    border: 3px solid #d2d2cd;
}

.gform_wrapper input[type='email']:focus,
.gform_wrapper input[type='url']:focus,
.gform_wrapper input[type='text']:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=password]:focus,
.gform_wrapper textarea.textarea:focus { border-color: #18BEA4 }
.gform_wrapper textarea {
    outline-style: none;
    font-size: 16px !important;
    font-family: inherit;
    letter-spacing: normal;
    padding: 4px 2px 4px 6px !important;
    resize: none;
    border: 3px solid #d2d2cd;
}
.gform_wrapper select {
    font-size: 18px !important;
    font-family: inherit;
    letter-spacing: normal;
}
.gform_wrapper select option {
    padding: 2px 5px !important;
    display: block;
}
.gform_wrapper .chosen-container-single .chosen-single,
.gform_wrapper .chzn-container-single .chzn-single {
    background-color: #FFF;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EEE), color-stop(0.5, white));
    background-image: -webkit-linear-gradient(center bottom, #EEE 0%, white 50%);
    background-image: -moz-linear-gradient(center bottom, #EEE 0%, white 50%);
    background-image: -o-linear-gradient(top, #EEE 0%,#FFF 50%);
    background-image: -ms-linear-gradient(top, #EEE 0%,#FFF 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEE', endColorstr='#FFF',GradientType=0 );
    background-image: linear-gradient(top, #EEE 0%,#FFF 50%);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 3px solid #d2d2cd;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 35px !important;
    line-height: 35px !important;
    padding: 0 0 0 8px;
    color: #444;
    text-decoration: none;
}
.gform_wrapper .chosen-container-single .chosen-single span,
.gform_wrapper .chzn-container-single .chzn-single span {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 18px !important;
    color: #666 !important;
    /*line-height: 29px;*/ /*was interfering with chosen placeholder text*/
}
.gform_wrapper .chosen-container-multi .chosen-choices .search-choice,
.gform_wrapper .chzn-container-multi .chzn-choices .search-choice {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #E4E4E4;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E4E4E4), color-stop(0.7, #EEE));
    background-image: -webkit-linear-gradient(center bottom, #E4E4E4 0%, #EEE 70%);
    background-image: -moz-linear-gradient(center bottom, #E4E4E4 0%, #EEE 70%);
    background-image: -o-linear-gradient(bottom, #E4E4E4 0%, #EEE 70%);
    background-image: -ms-linear-gradient(top, #E4E4E4 0%,#EEE 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E4E4E4', endColorstr='#EEE',GradientType=0 );
    background-image: linear-gradient(top, #E4E4E4 0%,#EEE 70%);
    color: #333;
    border: 3px solid #d2d2cd !important;
    line-height: 18px !important;
    padding: 3px 19px 3px 6px;
    margin: 3px 3px 3px 5px !important;
    position: relative;
}
.chosen-container-multi .chosen-choices {
    min-height: 33px;
    line-height: 33px;
}
.gform_wrapper .description_above .gfield_description {
    padding: 0 0 10px 0;
    font-style: italic;
    color: #666 !important;
}
.gform_wrapper .chzn-container .chzn-drop { box-sizing: content-box }
.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b { background-position: -16px 6px !important }
.gform_wrapper .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('js/chosen/chosen-sprite.png') no-repeat 0px 6px !important;
}
.gform_footer input.button,
.gform_page_footer input.button {
    background-color: #2eba9a;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-left: 3px solid #2eba9a;
    border-right: 3px solid #2eba9a;
    border-top: 3px solid #2eba9a;
    border-bottom: 3px solid #28ac8e;
    /*border: 3px solid #BCBCBC;*/
    display: inline-block;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: none;
    color: #FFF;
}
.gform_footer input.button:hover,
.gform_page_footer input.button:hover {
    background-color: #23a489;
    border-color: #23a489;
}
.gform_footer input.button:active,
.gform_page_footer input.button:active {
    position: relative;
    top: 1px;
}
.gform_wrapper .gform_page_footer { clear: both }
.cssgl-gf-product { display: none }
/* ===[ Gravity Forms Confirmation Page ]=== */
.cssgl-gf-confirmation td { padding: 3px 0 }
.cssgl-gf-confirm-cell { padding: 3px 0 }
td.cssgl-gf-confirm-section { text-align: center }
.cssgl-gf-confirm-label-cell { background-color: #eaf5f3 }
/* ===[ Gravity Forms Validation Errors ]=== */
.gform_wrapper li.gfield_error input[type=text],
.gform_wrapper li.gfield_error input[type=url],
.gform_wrapper li.gfield_error input[type=email],
.gform_wrapper li.gfield_error input[type=tel],
.gform_wrapper li.gfield_error input[type=number],
.gform_wrapper li.gfield_error input[type=password],
.gform_wrapper li.gfield_error textarea { border: 3px solid #96281B !important }
/**Chosen Styles
 * ----------------------------------------------------------
 */
.chosen-container-active .chosen-single,
.chosen-container-active .chosen-choices {
    border-color: #18BEA4 !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container .chosen-single { background-image: none !important }
.chosen-container .chosen-results li.highlighted {
    background-color: #23a489 !important;
    background-image: none !important;
    color: #fff;
}
.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0px !important;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 4px !important;
    display: block;
    width: 18px;
    height: 100%;
    border-left: 2px solid #e5e7e9;
    padding-left: 4px !important;
}
.gallerieside .chosen-container-single .chosen-single {
    padding: 2px 0 2px 8px !important;
    height: 30px !important;
    border: 2px solid #e5e7e9 !important;
}
.gallerieside .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('js/chosen/chosen-sprite.png') no-repeat 0px 4px !important;
}

    /* ===[ Fix the admin bar by overriding core styles ]=== */
    #wpadminbar { position: fixed }
    .chzn-drop { width: 100% !important }
    .chosen-results li {
        float: none !important;
        height: auto !important;
    }
	
/*Fix for Gravity Forms Chosen Elements*/
div.ginput_container .chosen-container > a ,
.chosen-container.chosen-container-multi{
border: 3px solid #ccc !important;
border-radius: 0 !important;
height: 35px;
}

.chosen-container.chosen-container-multi{ padding:0 !important}
.chosen-container.chosen-container-multi > ul.chosen-choices {
height: 29px !important;
min-height: 13px;
border: 0 none transparent;
}
.chosen-container.chosen-container-multi > ul.chosen-choices > li {
height: 29px;
}
.chosen-container.chosen-container-multi > ul.chosen-choices > li > input.default {
height: 22px !important;
}
body .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
border-radius: 0;
margin: 1px !important;
padding: 2px 20px 2px 5px;
height: 27px;
}
body .gform_wrapper .chosen-container-single .chosen-single span {
line-height: 29px;
}
article#post-227 {
overflow: visible;
}
article.module.cssgl-submit-module {
overflow: visible;
}
