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

/* blocks/a_base/2_base.css */
/* html settings  */
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
/* body settings  */
body {
    font-size: 14px;
    line-height: 18px;
	background: #CBAF85;
}

/* link states  */
a {
    text-decoration: none;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/* improve readability when focused and hovered in all browsers */
a:hover, a:active {
    outline: 0;
}

::-moz-selection { background: #004c96; color: #fff; text-shadow: none; }
::selection { background: #004c96; color: #fff; text-shadow: none; }

/* blocks/a_base/3_helper.css */
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
}


.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

    
.hidden {
    display: none !important;
}

/* blocks/a_base/4_normalize.css */
p {
    margin: 0 0 14px;
}

.about p{
	margin: 0 0 10px 200px;
}

#news p{
	margin: 0 0 10px 240px;
}

img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}



small {
    font-size: 70%;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

cite {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0 0;
    font-family: inherit;
    font-weight: normal;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
    text-transform: uppercase;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}

h1,
h2,
h3 {
    line-height: 40px;
}

h1 {
    font-size: 16px;
    line-height: 22px;
}

h2 {
    font-size: 16px;
    line-height: 18px;
	margin: 20px 0 10px 0;
}

h3 {
    font-size: 14px;
    line-height: 16px;
	margin: 20px 0 10px 0;
}

h4 {
    font-size: 13px;
    line-height: 14px;
}

h5 {
    font-size: 12px;
    line-height: 12px;
}

h6 {
    font-size: 10px;
}

h1 small {
    font-size: 24.5px;
}

h2 small {
    font-size: 17.5px;
}

h3 small {
    font-size: 14px;
}

h4 small {
    font-size: 14px;
}

ul,
ol {
    padding: 0;
    margin: 0 0 20px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0;
}

li {
    line-height: 20px;
}

ul.unstyled {
    margin-left: 0;
    list-style: none;
}

ul.inline {
    margin-left: 0;
    list-style: none;
}

ul.inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

hr {
    margin: 20px 0;
    border: 0;
}

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 20px;
}

label {
    cursor: pointer;
}


input,
select,
textarea {
    width: 100%;
    padding: 2px;
    margin-bottom: 5px;
    vertical-align: middle;
    border: 1px solid #d1d2d3;
    background: #f8f8f8;
    font-size: 13px;
    font-family: arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.input2{
	width: 10%;
}

.email{
	width:75%;
	float:left;
}
.button{
	width:23%;
	margin-left:2%;
	float:left;
	background-color:#cbaf85;
	display:block;
}

.button:hover{
	background-color:#FFF;
}

.loginUsername, .loginPassword{
	width: 37%;
	float: left;
}

.loginRegister a{
	color:#000;
    width:90%;
	margin-left: 5%;
	float:left;
	background-color:#cbaf85;
	display:block;
	padding: 2px 0 2px 0;
    vertical-align: middle;
    border: 1px solid #d1d2d3;
    font-size: 13px;
    font-family: arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.b-header .loginRegister a{
	color:#000;
    width:100%;
	margin-left: 0%;
	float:left;
	background-color:#cbaf85;
	display:block;
	padding: 10px 0 10px 0;
    vertical-align: middle;
    border: 1px solid #d1d2d3;
    font-size: 13px;
    font-family: arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.loginRegister a:hover{
    background-color:#fff;
	color: #000;
}

.b-header .loginRegister a:hover{
    background-color:#fff;
	color: #000;
}

.radio-align {width:auto; vertical-align: middle; height: 37px;}

.input-dim {max-width: 110px;}

.input-radio { height: 15px; }

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border: 1px solid #47b3d7;
    background: #fff;
}

input.error,
select.error,
textarea.error {
    border: 1px solid #ff0000;
}

textarea {
    overflow: auto;
    min-height: 150px;
    resize: none;
}

.g-wrapper {
	top:0;
	margin: 0 auto;
	max-width: 980px;
	background-color: #fff;
	box-shadow: 0 0 5px #444;
}

/* blocks/a_base/5_grid.css */
.g-container {
    width: 940px;
    margin: auto;
}

.g-container:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
}

.g-row {
    margin-left: -20px;
}

.g-row:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
}

[class*="g-column"] {
    display: block;
    float: left;
    min-height: 1px;
    margin-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.g-row_display_show {
    margin-bottom: 20px;
}

.g-row_display_show .g-column {
    padding: 20px;
    background: #ffdddd;
    text-align: center;
}

.g-column-1 {
    width: 60px;
}

.g-column-1-2 {
	width: 100px;
}

.g-column-2 {
    width: 140px;
}

.g-column-3 {
    width: 220px;
}

.g-column-4 {
    width: 300px;
}

.g-column-4-5 {
	width: 340px;
}

.g-column-5 {
    width: 380px;
}

.g-column-6 {
    width: 460px;
}

.g-column-7 {
    width: 540px;
}

.g-column-8 {
    width: 620px;
}

.g-column-9 {
    width: 720px;
}

.g-column-10 {
    width: 780px;
}

.g-column-11 {
    width: 860px;
}

.g-column-12 {
    width: 940px;
}

.g-offset-12 {
    margin-left: 980px;
}

.g-offset-11 {
    margin-left: 900px;
}

.g-offset-10 {
    margin-left: 820px;
}

.g-offset-9 {
    margin-left: 740px;
}

.g-offset-8 {
    margin-left: 660px;
}

.g-offset-7 {
    margin-left: 580px;
}

.g-offset-6 {
    margin-left: 500px;
}

.g-offset-5 {
    margin-left: 420px;
}

.g-offset-4 {
    margin-left: 340px;
}

.g-offset-3 {
    margin-left: 260px;
}

.g-offset-2 {
    margin-left: 180px;
}

.g-offset-1 {
    margin-left: 100px;
}





/* tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
    .g-container {
        width: 724px;
    }

    .g-column-12 {
        width: 724px;
    }
    .g-column-11 {
        width: 662px;
    }
    .g-column-10 {
        width: 600px;
    }
    .g-column-9 {
        width: 558px;
    }
    .g-column-8 {
        width: 476px;
    }
    .g-column-7 {
        width: 414px;
    }
    .g-column-6 {
        width: 352px;
    }
    .g-column-5 {
        width: 290px;
    }
	
	.g-column-4-5 {
		width: 259px;
	}
	
    .g-column-4 {
        width: 228px;
    }
    .g-column-3 {
        width: 166px;
    }
    .g-column-2 {
        width: 104px;
    }
	
	.g-column-1-2 {
		width: 100px;
	}
	
    .g-column-1 {
        width: 42px;
    }
	
	.description {
		width: 538px; 
	}
	
	.dimensions {
		width: 538px ;
		margin-left:0;
	}

    .g-offset-12 {
        margin-left: 764px;
    }
    .g-offset-11 {
        margin-left: 702px;
    }
    .g-offset-10 {
        margin-left: 640px;
    }
    .g-offset-9 {
        margin-left: 578px;
    }
    .g-offset-8 {
        margin-left: 516px;
    }
    .g-offset-7 {
        margin-left: 454px;
    }
    .g-offset-6 {
        margin-left: 392px;
    }
    .g-offset-5 {
        margin-left: 330px;
    }
    .g-offset-4 {
        margin-left: 268px;
    }
    .g-offset-3 {
        margin-left: 206px;
    }
    .g-offset-2 {
        margin-left: 144px;
    }
    .g-offset-1 {
        margin-left: 82px;
    }
}

/* tablet
------------------------- */
@media (max-width: 767px) {
    .g-container {
        width: auto;
    }

    .g-row {
        margin-left: 0;
    }
    .g-column {
        width: 100%;
    }

    .g-column {
        margin-left: 0;
    }

    footer { 
        text-align: center; 
    }
}

/* landscape phones
------------------------- */
@media (max-width: 480px) {
}




/* blocks/a_base/7_development-mode.css */
.development-mode .g-container {
    background-image:
    linear-gradient(90deg, rgba(255, 0, 5, 0.2) 60px, transparent 0),
    linear-gradient(rgba(255, 0, 5, 0.2) 54px, transparent 0),
    linear-gradient(rgba(255, 255, 255, .1) 1px, transparent 0);;
    background-size:80px 80px, 80px 72px, 18px 18px;
    background-position:0 0, 0 0, 0 0px;
}

.development-mode .g-column {
    border: 1px solid rgba(255,255,255,.5);
}

.development-mode:after {
    position: fixed;
    top: 0;
    right: 0;
    color: #fff;
    content: "desktop";
    background: rgba(0, 0, 0, .5);
    padding: 20px;
    font-family: consolas;
    font-size: 11px;
}

/* desktop large
------------------------- */
@media (min-width: 1200px) {
    .development-mode:after {
        content: "desktop large max-width: 1200px";
    }

    .development-mode .g-container {
        background-image:
            linear-gradient(90deg, rgba(255, 0, 5, 0.05) 70px, transparent 0),
            linear-gradient(rgba(255, 0, 5, 0.05) 54px, transparent 0),
            linear-gradient(rgba(0, 0, 0, .1) 1px, transparent 0);;
        background-size:100px 80px, 80px 72px, 18px 18px;
        background-position:0 0, 0 0, 0 0;
    }
}

/* desktop
------------------------- */
@media (max-width: 980px) {
    .development-mode:after {
        content: "desktop max-width: 980px";
    }
}

/* tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
    .development-mode:after {
        content: "tablet to desktop (min-width: 768px; max-width: 979px)";
    }

    .development-mode .g-container {
        background-image:
            linear-gradient(90deg, rgba(255, 0, 5, 0.05) 42px, transparent 0),
            linear-gradient(rgba(255, 0, 5, 0.05) 54px, transparent 0),
            linear-gradient(rgba(0, 0, 0, .1) 1px, transparent 0);;
        background-size:62px 80px, 80px 72px, 18px 18px;
        background-position:0 0, 0 0, 0 0;
    }
}

/* tablet
------------------------- */
@media (max-width: 767px) {
	#news p{
	margin: 0 0 10px 0px;
}
    .development-mode:after {
        content: "tablet max-width: 767px";
    }

    .development-mode .g-container {
        background-image:
            linear-gradient(90deg, rgba(255, 0, 5, 0.05) 100px, transparent 0),
            linear-gradient(rgba(255, 0, 5, 0.05) 54px, transparent 0),
            linear-gradient(rgba(0, 0, 0, .1) 1px, transparent 0);;
        background-size:80px 80px, 80px 72px, 18px 18px;
        background-position:0 0, 0 0, 0 0;
    }
}

/* landscape phones
------------------------- */
@media (max-width: 480px) {
    .development-mode:after {
        content: "landscape phones max-width: 480px";
    }
}

/* blocks/a_base/9_wp.css */
/* widget */

.widget {
    margin-bottom: 40px;
}

.widget ul {
    margin: 0;
}

.widget ul li {
    list-style: none;
}

.widget a {
    color: #fff;
}

.widget-title {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.b-footer .widget-title {
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

.b-footer .widget {
    margin-bottom: 0;
    font-size: 11px;
}

.b-footer .widget-inner {
}


/* text  widget */

.widget_text {
    margin-top: 20px;
    text-align: center;
}

.widget_text p {
    margin-bottom: 20px;
    color: #fff;
}

/* blocks/b-article/b-article.css */
.b-article {
    font-size: 14px;
}

/* blocks/b-button/b-button.css */
.b-button {
    display: inline-block;
    padding: 10px 15px;
    border: none;
    font-size: 14px;

    text-transform: uppercase;
    cursor: pointer;
    outline: thin dotted transparent;
    outline-offset: -2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

/* blocks/b-button/__text/b-button__text.css */
.b-button__text {
	
}

/* blocks/b-button/_size/b-button_size_large.css */
.b-button_size_large {
    padding: 15px 20px;
    font-size: 18px;
}

/* blocks/b-contact-info/b-contact-info.css */
.b-contact-info {
}

/* blocks/b-contact-info/__figure/b-contact-info__figure.css */
.b-contact-info__figure {
    margin-bottom: 20px;
}
.b-contact-info__figure img {
    width: 100%;
}

/* blocks/b-copyright/b-copyright.css */
.b-copyright {
	
}

/* blocks/b-delimiter/b-delimiter.css */
.b-delimiter {
    float: left;
    width: 100%;
    height: 1px;
    margin: 15px 0 40px;
}

/* blocks/b-footer/b-footer.css */
.b-footer {
}


/* blocks/b-footer/__bottom/b-footer__bottom.css */
.b-footer__bottom {
    padding: 20px 0;
    font-size: 11px;
}

/* blocks/b-footer/__bottom/_align/b-footer__bottom_align_center.css */
.b-footer__bottom_align_center {
    text-align: center;
}

/* blocks/b-footer/__inner/b-footer__inner.css */
.b-footer__inner {
	
}

/* blocks/b-footer/__top/b-footer__top.css */
.b-footer__top {
    margin: auto;
    max-width: 1300px;
}

.b-footer__top_video{
    margin: auto;
    max-width: 980px;
}

/* blocks/b-footer/__wrap/b-footer__wrap.css */
.b-footer__wrap {
	
}

/* blocks/b-form/b-form.css */
.b-form {
    width: 100%;
}

/* blocks/b-form/__required/b-form__required.css */
.b-form__required {
    font-size: 20px;
    position: absolute;
    right: -25px;
    top: 15px;
}

/* blocks/b-form/__row/b-form__row.css */
.b-form__row {
    position: relative;
    margin-bottom: 10px;
}

.b-form__row label.error {
    font-size: 11px;
    color: #ff0000;
}

/* blocks/b-google-map/b-google-map.css */
.b-google-map {
    height: 300px;
    margin-bottom: 30px;
}

/* blocks/b-header/b-header.css */
.b-header {
    position: relative;
    margin: 0;
    padding: 10px 0 0 0;
    width: 100%;
    z-index: 30;
}

/* blocks/b-hgroup/b-hgroup.css */
.b-hgroup {
    margin-bottom: 30px;
}

.b-hgroup h2 {
    position: relative;
    font-size: 27px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
}

.b-hgroup h2:before {
    content: " ";
    display: block;
    height: 8px;
    left: -15px;
    position: absolute;
    top: 7px;
    width: 8px;
}

.b-hgroup h3 {
    margin: 0 0 5px;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
}


/* blocks/b-hgroup/__title/b-hgroup__title.css */
.b-hgroup__title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}

/* blocks/b-logo/__link/b-logo__link.css */
.b-logo__link {
    overflow: hidden;
    display: block;
    width: 230px;
    height: 110px;
    text-shadow: none;
    text-indent: -999px;
    border: 0;
}

/* blocks/b-logo/__title/b-logo__title.css */
.b-logo__title {
    margin: 0;
}

/* blocks/b-menu/b-menu.css */
.b-menu {
}

.b-header .b-menu {
    margin-top: 5px;
}

.b-menu .menu-item {
    position: relative;
    display: inline;
    margin: 0;
    list-style: none;
    font-size: 12.4px;
    text-transform: uppercase;
}

.b-menu .menu-item a {
    padding: 10px 16px 10px 16px;
    display: block;
}

.b-menu .menu-item a span {
    margin-left: 5px;
    margin-right: -5px;
}

.b-menu .menu-item:hover ul {
    display: block;
}

.b-menu .menu-item ul {
    display: none;
    position: absolute;
    min-width: 180px;
    margin: 0;
}

.b-menu .menu-item ul li {
    list-style: none;
}

.b-menu .menu-item ul li:first-child {
    border-top: none;
}

/* blocks/b-menu/__list/b-menu__list.css */
.b-menu__list {
    padding: 0;
    margin: 0;
    text-align:center;
    background: #242F3A;
}

/* blocks/b-page/b-page.css */
.b-page {
    margin: auto;
    padding: 25px 0 0 0;
    position: relative;
    z-index: 20;
    max-width: 940px;
}



/* desktop
------------------------- */
@media (max-width: 980px) {
    .development-mode:after {
        content: "desktop max-width: 980px";
    }
}

/* tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
    .development-mode:after {
        content: "tablet to desktop (min-width: 768px; max-width: 979px)";
    }
	
	.g-wrapper {
		max-width: 764px;
	}

    .b-header .b-menu {
        margin-top: 10px;
    }

    .b-header .b-menu .menu-item {
        font-size: 10px;
    }

    .b-header .b-menu .menu-item a {
        padding: 5px 6px;
    }

    .b-header .b-menu .menu-item a span {
        display: none;
    }

    .b-header .b-menu .menu-item ul {
        min-width: 120px;
    }

    .b-header .b-social-icons {
        opacity: 0;
    }

    .b-slider {
        display:;
    }
    
    .title-pool {
    	font-size: 10px;
    	margin: 0;
    }
    
    .input-dim {
        max-width: 70px;
    }

    .hidden-tablet {
        display: none !important;
    }
}

/* tablet
------------------------- */
@media (max-width: 767px) {
	
    body {
        padding-right: 10px;
        padding-left: 10px;
		background: none;
    }
	
    .g-wrapper {
	max-width: 764px;
	box-shadow: 0 0 10px #444;;
        padding: 0 20px;
    }

    h1 {
        font-size: 16px;
        line-height: 18px;
    }

    h2 {
        font-size: 14px;
        line-height: 16px;
    }

    h3 {
        font-size: 12px;
        line-height: 14px;
    }

    h4 {
        font-size: 11px;
        line-height: 12px;
    }

    h5 {
        font-size: 10px;
        line-height: 10px;
    }

    h6 {
        font-size: 9px;
    }

    .b-page, .b-footer__top, b-footer__top_video {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .development-mode:after {
        content: "tablet max-width: 767px";
    }

    .b-header {
        background: none;
    }

    .b-header .b-social-icons {
        position: absolute;
        top: 5px;
        right: 60px;
        width: 110px;
    }

    .b-header .b-search {
        position: absolute;
        top: 5px;
        right: 0;
        width: 40px;
    }

    .b-header .b-logo__title {
        margin: 0 0 10px;
    }

    .b-header .b-menu {
        margin-top: 5px;
    }

    .b-header .b-menu .menu-item {
        margin-bottom: 0;
        width: 100%;
        font-size: 14px;
		background: #242F3A;
    }

	.b-header .b-menu .menu-item a {
        display: block;
    }

    .b-header .b-menu .menu-item ul {
        position: static;
        width: 100%;
    }

    .b-header .b-menu .menu-item ul li {
        position: relative;
        font-size: 12px;
        padding-left: 20px;
    }

    .b-header .b-menu .menu-item ul li:before {
        position: absolute;
        top: 10px;
        left: 20px;
        content: "-";
    }

    .b-hgroup h2:before {
        display: none;
    }

    .b-slider {
        display: block;
    }

    .b-footer .widget_twitter li:after {
        display: none;
    }

    .b-google-map {
        height: 200px;
    }

    .b-form__required {
        right: 20px;
    }

    .b-menu .menu-item ul {
        border-top: none!important;
    }
    
    .hidden-tab {
	display:none;
    }

    .b-menu__list {
	text-align: left;
    }
	
    .b-menu .menu-item {
    	position: relative;
	float: left;
    	margin: 0 1px 0 0;
    	list-style: none;
    	font-size: 13px;
   	text-transform: uppercase;
    }
    
    .input-dim { max-width: 100px; }
}


/* landscape phones
------------------------- */
@media (max-width: 480px) {
    .development-mode:after {
        content: "landscape phones max-width: 480px";
    }

    .b-header {
    }

    .b-slider {
        display: block;
    }

    .b-header .b-social-icons {
        display: none;
    }
	
    .hidden-phone {
        display: none;
    }

}