body {
    background:url(/media/images/main_bg.jpg) #edecea no-repeat center top;
    text-align:center;
    font-family:pt_sans, Arial, Sans-serif;
    font-size:16px;
    /*background-position:-163px 0;*/
}

.hidden {
    position: absolute !important;
    top: -100000px !important;
    left: -100000px !important;
}

.page_width {
    position:relative;
    width:100%;
    max-width:1000px;
    margin:0 auto;
    text-align:left;
}

#header {
    width:100%;
    height:78px;
    background:url(/media/images/menu_footer_bg.png) #13787c repeat-y center top;
    overflow:hidden;
    position:absolute;
    top:0;
    left:0;
}

#header #logo {
    position:absolute;
    top:0;
    left:0;
    width:216px;
    height:78px;
    overflow:hidden;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 1.6em;
    line-height: 78px;
}
#header #logo span {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url(/media/images/logo.png) no-repeat 0 0;
}
#header #main_menu {
    position:absolute;
    left:216px;
    right:0;
    top:0;
    bottom:0;
}
#header #main_menu li {
    float:left;
    width:20%;
}
#header #main_menu li a {
    text-align:center;
    display:block;
    padding-top:35px;
    height:43px;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    background:url(/media/images/menu_hover.png) no-repeat -10000px -10000px;
    /*font-size:1.1875em;*/
    font-size:1em;
}
#header #main_menu li a:hover,
#header #main_menu li a.active {
    background-position:top center;
}
#submenu {
    position:absolute;
    top:78px;
    left:0;
    width:100%;
    height:50px;
}
#submenu ul {
    position:absolute;
    left:216px;
    right:0;
    top:0;
    height:50px;
}
#submenu li {
    float:left;
    width:20%;
}
#submenu li a {
    display:block;
    -webkit-box-shadow: 3px 3px 4px 0px rgba(96, 96, 96, 0.2);
    -moz-box-shadow:    3px 3px 4px 0px rgba(96, 96, 96, 0.2);
    box-shadow:         3px 3px 4px 0px rgba(96, 96, 96, 0.2);
    background:#f4f3f1;
    margin-right:8px;
    line-height:44px;
    text-align:center;
    color:#0c666e;
    text-decoration:none;
    text-transform:uppercase;
    font-size:0.9375em;
}
#submenu li a:hover, #submenu li a.active {
    background:#25acaa;
    color:#fff;
}

#footer {
    position:relative;
    z-index:999;
    height:56px;
    width:100%;
    background:url(/media/images/menu_footer_bg.png) #13787c repeat-y center top;
    color:#fff;
}
#footer .center_box {
    text-align:center;
    font-size:0.875em;
    line-height:56px;
}
#footer .social_icons {
    position:absolute;
    top:10px;
    right:0;
}
.social_icons li {
    float:left;
    margin-right:5px;
}
.social_icons li a {
    display:block;
    width:34px;
    height:34px;
    position:relative;
    color:#fff;
    text-decoration:none;
}
.social_icons li a span {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url(/media/images/social_icons.png) no-repeat 0 0;
}
.social_icons li a.fb span {
    background-position:0 0;
}
.social_icons li a.tw span {
    background-position:-34px 0;
}
.social_icons li a.yt span {
    background-position:-68px 0;
}
.social_icons li a.gp span {
    background-position:-102px 0;
}
#footer .shop {
    position:absolute;
    top:0;
    left:0;
    line-height:56px;
    color:#fff;
    font-size: 1.429375em;
    text-decoration:none;
    text-transform:uppercase;
}
#main_wrapper h1,
#main_wrapper h2 {
    font-size:1.25em;
    text-transform:uppercase;
    font-weight:bold;
    color:#0f6e74;
    margin:1em 0 0 0;
}
#main_wrapper .contact .contact_link {
    display:inline-block;
    color:#302f30;
    border-top:3px solid #0c676f;
    text-decoration:none;
    padding-top:0.8em;
    font-weight:bold;
}
#main_wrapper .contact p {
    margin-top:1em;
}
#main_wrapper {
    margin-top:130px;
    padding:30px 0;
    color:#302f30;
    /*overflow:hidden;*/
}
#main_wrapper .home_logo img {
    width:100%;
    max-width:600px;
}
#main_wrapper .home_box {
    width:100%;
    margin:30px -0.8%;
    text-align:center;
}
#main_wrapper .home_box .item,
#main_wrapper .about_us_box .item {
    display: inline-block;
    position: relative;
    width: 23%;
    margin: 0.8%;
    max-width: 274px;
    text-align: center;
}
#main_wrapper .home_box .item img,
#main_wrapper .about_us_box .item img {
    display:block;
    width:100%;
}
/*#main_wrapper .home_box .item:last-child,*/
/*#main_wrapper .about_us_box .item:last-child {*/
/*}*/
#main_wrapper .home_box .item .title {
    display:block;
    position:relative;
    background:url(/media/images/home_box_bg.png) #13888e repeat-x 0 0;
    border-radius:10px;
    width:100%;
    max-width:200px;
    height:38px;
    margin:0 auto;
    color:#fff;
    padding:8px 0;
    text-align:center;
    text-decoration:none;
    font-size:0.875em;
    line-height:1.4em;
    margin-top:-27px;
    z-index:99;
    text-transform:uppercase;
}
#main_wrapper .home_box .item .category {
    display:block;
    position:relative;
    width:200px;
    text-align:center;
    margin:10px auto;
    color:#219c99;
    text-decoration:none;
    font-size:0.75em;
    font-style:italic;
    text-transform:uppercase;
}
#main_wrapper .home_box .item .image_wrapper {
    display: block;
    width: 100%;
    overflow: hidden;
    border: 2px solid #13888e;
    border-radius: 10px;
}

#main_wrapper .about_us_box {
    width:100%;
    margin:0 -0.8% 30px -0.8%;
    text-align:center;
    padding-bottom:60px;
    border-bottom:3px solid #219c99;
}
#main_wrapper .about_us_box .item .image_wrapper {
    display:block;
    width:100%;
    overflow:hidden;
    border-radius:10px;
}

#main_wrapper p {
    line-height:1.5em;
    margin:1.5em 0;
    text-align:justify;
    font-size:1em;
}
#main_wrapper #left {
    float:left;
    width:70%;
    max-width:870px;
}
#main_wrapper #right {
    float:right;
    width:27%;
    max-width:270px;
    padding-top:100px;
}
#main_wrapper #right h3 {
    font-size:1.4375em;
    color:#0d686f;
    border-bottom:2px solid #0d686f;
    padding-bottom:7px;
    margin-bottom:10px;
    margin-top:40px;
    text-align:center;
    text-transform:uppercase;
}
#main_wrapper #right #newsletter_form {
    margin-top:10px;
    background: #28b0ad;
    padding: 10px 20px;
}
#main_wrapper #right #newsletter_form input {
    display:block;
    border:0;
    outline:0;
    width:100%;
    height:38px;
    line-height:38px;
    /*font-size:1.4375em;*/
    font-size:1em;
    color:#7a7a7a;
    background:#fff;
    padding:0;
    margin:0;
    outline:none;
    text-transform:uppercase;
    margin-bottom:10px;
}
#main_wrapper #right #newsletter_form input#newsletter_submit {
    background:#0c676f;
    color:#fff;
}
#main_wrapper #right .box {
}
#main_wrapper #right .social_icons li {
    margin-right:4px;
}
#main_wrapper #right .social_icons li:last-child {
    margin-right:0;
}
#main_wrapper #right .social_icons li a {
    width:64px;
    height:64px;
}
#main_wrapper #right .social_icons li a.fb span {
    background-position:0 -34px;
}
#main_wrapper #right .social_icons li a.tw span {
    background-position:-64px -34px;
}
#main_wrapper #right .social_icons li a.yt span {
    background-position:-128px -34px;
}
#main_wrapper #right .social_icons li a.gp span {
    background-position:-192px -34px;
}
#main_wrapper .newsletter a.newsletter_button {
    display:block;
    height:40px;
    line-height:40px;
    /*font-size:1.4375em;*/
    font-size:1em;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    text-align:center;
    background:#0c676f;
}
#main_wrapper #search_form {
    position:relative;
}
#main_wrapper #search_form #search_query {
    display:block;
    height:40px;
    line-height:40px;
    /*font-size:1.4375em;*/
    font-size:1em;
    width:100%;
    max-width:230px;
    color:#fff;
    background:#0c676f;
    border:0;
    padding:0;
    padding-left:40px;
    margin:0;
    outline:none;
    text-transform:uppercase;
}
#main_wrapper #search_form #submit_search {
    display:block;
    width:40px;
    height:40px;
    position:absolute;
    top:0;
    left:0;
    z-index:20;
    border:0;
    background:url(/media/images/search_icon.png) no-repeat 5px 0;
    color:transparent;
    cursor:pointer;
}
#main_wrapper #search_form input:focus {
    outline:none;
}
#main_wrapper #search_form #search_query::-webkit-input-placeholder { /* WebKit browsers */
    color:#fff;
}
#main_wrapper #search_form #search_query:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#fff;
    opacity:1;
}
#main_wrapper #search_form #search_query::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#fff;
    opacity:1;
}
#main_wrapper #search_form #search_query:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#fff;
}
#main_wrapper .vocabulary_menu {
    margin-bottom:10px;
}
#main_wrapper .vocabulary_menu li {
    float:left;
    margin-right:2px;
    margin-bottom:2px;
}
#main_wrapper .vocabulary_menu li a {
    display:block;
    float:left;
    height:38px;
    padding:0 6px;
    line-height:38px;
    color:#fff;
    /*font-size:1.875em;*/
    font-size:1.25em;
    text-transform:uppercase;
    background:url(/media/images/alpha_bg.png) #0f6f76 no-repeat top center;
    text-decoration:none;
}
#main_wrapper .vocabulary_menu li a:hover, #main_wrapper .vocabulary_menu li a.active {
    background:#209997;
}
#main_wrapper dl {
    /*font-size:1.25em;*/
    font-size:1em;
    line-height:1.3em;
}
#main_wrapper dl dt {
    margin-top:30px;
    color:#107176;
    font-weight:bold;
}
#main_wrapper dl dd {
    color:#4e4e4e;
}
#main_wrapper .blog_box {
    margin-bottom: 50px;
}
#main_wrapper .blog_box .image_wrapper {
    display: block;
    float: left;
    overflow: hidden;
    width: 297px;
    border-radius: 5px;
    border: 2px solid #107177;
}
#main_wrapper .blog_box .image_wrapper img {
    display:block;
}
#main_wrapper .blog_box_2 .image_wrapper {
    width:570px;
}
#main_wrapper .blog_box_2 .image_wrapper img {
    display:block;
}
#main_wrapper .blog_box .blog_right {
    margin-left:325px;
}
#main_wrapper .blog_box_2 .blog_right {
    margin-left:600px;
}
#main_wrapper .blog_box h2 {
    margin-top:0;
}
#main_wrapper .blog_box .blog_right p {
    color:#302f30;
    line-height:1.3em;
    margin-top:0;
}
#main_wrapper .blog_box .blog_right .blog_info {
    line-height: 4em;
    font-size: 0.875em;
}
#main_wrapper .blog_box .more_button {
    display:block;
    float:right;
    /*height:48px;*/
    height:40px;
    /*line-height:48px;*/
    line-height:40px;
    /*font-size:1.125em;*/
    font-size:1em;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    background:url(/media/images/more_button_bg.png) #25acaa repeat-x bottom left;
    padding:0 20px;
    border-radius:5px;
}
#main_wrapper .pagination_wrapper {
    text-align:center;
}
#main_wrapper .pagination {
    display:inline-block;
    font-size:1.125em;
    margin:0 auto;
}
#main_wrapper .pagination li {
    display:block;
    float:left;
    margin:5px;
}
#main_wrapper .pagination li.prev {
    margin-right:25px;
}
#main_wrapper .pagination li.next {
    margin-left:25px;
}
#main_wrapper .pagination li a {
    display:block;
    text-align:center;
    text-decoration:none;
    width:40px;
    height:40px;
    line-height:40px;
    border-radius:5px;
    background:#7f8c8c;
    color:#fff;
    overflow:hidden;
}
#main_wrapper .pagination li.prev a,
#main_wrapper .pagination li.next a {
    position:relative;
}
#main_wrapper .pagination li.prev a span,
#main_wrapper .pagination li.next a span {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url(/media/images/pagi_next_prev.png) #7f8c8c no-repeat 0 0;
}
#main_wrapper .pagination li.next a span {
    background-position:100% 0;
}
#main_wrapper .pagination li a:hover,
#main_wrapper .pagination li a.active,
#main_wrapper .pagination li.prev a:hover span,
#main_wrapper .pagination li.next a:hover span {
    background-color:#219c99;
}
#main_wrapper .blog_slider {
    width:99%;
    position:relative;
    max-width:864px;
    overflow:hidden;
    border:2px solid #0f6f75;
    border-radius:6px;
}
#main_wrapper .blog_slider img {
    width:100%;
}
#main_wrapper .blog_slider .blog_slider_button {
    position:absolute;
    top:43%;
    display:block;
    width:50px;
    height:60px;
    background:url(/media/images/slider_btn_bg.png) #28b0ad repeat-x 0 0;
    z-index:200;
}
#main_wrapper .blog_slider .blog_slider_button span {
    display:block;
    position:absolute;
    z-index:30;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url(/media/images/slider_arrows.png) no-repeat 0 0;
    cursor:pointer;
}
#main_wrapper .blog_slider .cycle-prev {
    left:0;
    border-top-right-radius:6px;
    border-bottom-right-radius:6px;
}
#main_wrapper .blog_slider .cycle-next {
    right:0;
    border-top-left-radius:6px;
    border-bottom-left-radius:6px;
}
#main_wrapper .blog_slider .cycle-prev span {
    background-position:0 0;
}
#main_wrapper .blog_slider .cycle-next span {
    background-position:100% 0;
}
#main_wrapper .blog_header {
    width:100%;
    margin-bottom:25px;
}
#main_wrapper .blog_header h1 {
    margin-top:0;
}
#main_wrapper .blog_header .blog_info {
    float:left;
    line-height:4em;
    font-size:0.875em;
}
#main_wrapper .blog_header .social_panel h3 {
    float: left;
    margin-right: 10px;
    line-height: 40px;
    text-transform: uppercase;
}
#main_wrapper .blog_header .blog_share {
    float:right;
}
#main_wrapper .blog_header .social_panel {
    width:240px;
    text-align:right;
}
#main_wrapper .blog_header .social_icons li {
    margin-right:10px;
}
#main_wrapper .blog_header .social_icons li:last-child {
    margin-right:0;
}
#main_wrapper .blog_header .social_icons li a {
    width:40px;
    height:40px;
}
#main_wrapper .blog_header .social_icons li a.fb span {
    background-position:0 -98px;
}
#main_wrapper .blog_header .social_icons li a.tw span {
    background-position:-40px -98px;
}
#main_wrapper .blog_header .social_icons li a.gp span {
    background-position:-80px -98px;
}
#main_wrapper .blog_header .social_icons li a.in span {
    background-position:-120px -98px;
}
#main_wrapper .blog_content {
    padding:30px 0 50px 0;
    line-height:1.3em;
    color:#302f30;
}
#main_wrapper .blog_content .back_link a {
    color:#302f30;
    font-weight:bold;
}
#main_wrapper .blog_content .tags {
    font-style:italic;
    color:#13787c;
}
#main_wrapper .blog_content .tags a {
    color:#13787c;
    text-decoration:none;
}
#main_wrapper .blog_content p {
    font-size:1em;
}
#main_wrapper .blog_content ul {
    list-style:square;
}
#main_wrapper .blog_content ol {
    list-style:decimal;
}
#main_wrapper .blog_content ul li,
#main_wrapper .blog_content ol li {
    margin-left:30px;
}
#main_wrapper .blog_content h2 {
    font-size:1.125em;
    font-weight:normal;
}
#main_wrapper .blog_content h3 {
    font-size:1.125em;
}

#main_wrapper a {
    text-decoration:none;
    color:#219c99;
}

#responsive_button {
    display:none;
}

.text_left,
#main_wrapper .text_left {
    text-align:left;
}
.text_center,
#main_wrapper .text_center {
    text-align:center;
}
.text_right,
#main_wrapper .text_right {
    text-align:right;
}

#submenu #search_form,
#footer .newsletter.box {
    display:none;
}

/* RESPONSIVE */

@media (max-width:1170px) {
    body {
        background-position:-163px 0;
    }
}
@media (max-width:1000px) {
    #main_wrapper {
        width:96%;
    }
}
@media (max-width:970px) {
    #main_wrapper .blog_box .image_wrapper {
        width:30%;
    }
    #main_wrapper .blog_box.blog_box_2 .image_wrapper {
        width:35%;
    }
    #main_wrapper .blog_box .image_wrapper img {
        width:100%;
        height:auto;
    }
    #main_wrapper .blog_box .blog_right {
        margin-left: 34%;
    }
    #main_wrapper .blog_box.blog_box_2 .blog_right {
        margin-left: 39%;
    }
}

@media (max-width:900px) {
    #submenu ul {
        left:5px;
    }
}

@media (max-width:750px) {
    #main_wrapper .home_box .item,
    #main_wrapper .about_us_box .item {
        width:48%;
    }
    #main_wrapper .about_us_box .item:first-child,
    #main_wrapper .about_us_box .item:nth-child(2) {
        display:none;
    }
    #main_wrapper #left {
        width:100%;
        float:none;
    }
    #main_wrapper #right {
        float:none;
        width:270px;
        display:block;
        margin:0 auto;
    }
    .home_logo {
        display:none;
    }
}

@media (max-width:660px) {
    body {
        background-position: -143px 0;
    }
    #header #logo {
        left:20px;
    }
    #main_wrapper #right {
        display: none;
    }
    #main_wrapper .blog_box {
        margin-bottom:30px;
    }
    #header {
        overflow:visible;
        background:transparent;
    }
    #header #main_menu,
    #submenu {
        display:none;
    }
    #header #main_menu.mobile_menu,
    #submenu.mobile_menu {
        display:block;
    }
    #header #main_menu.mobile_menu,
    #submenu.mobile_menu ul {
        position:relative;
        top:78px;
        left:0;
        width:100%;
        background:red;
        z-index: 9999;
    }
    #submenu.mobile_menu ul {
        top:200px;
    }
    #header #main_menu.mobile_menu li,
    #submenu.mobile_menu ul li {
        float:none;
        width:100%;
        margin:0;
    }
    #header #main_menu.mobile_menu li a,
    #submenu.mobile_menu ul li a {
        height:40px;
        line-height:40px;
        width:100%;
        background:#0c666e;
        padding:0;
        color:#fff;
    }
    #submenu.mobile_menu ul li a {
        background:#25acaa;
    }
    #submenu.mobile_menu #search_form {
        display:block;
        position: absolute;
        top: 400px;
        width: 100%;
        text-align: center;
        padding: 14px;
        background: #0c666e;
        z-index: 9999;
        padding-left: 0;
        padding-right: 0;
    }
    #responsive_button {
        display:block;
        position:absolute;
        top:0;
        right:0;
        z-index:100;
        width:78px;
        height:78px;
        background:url(/media/images/responsive_button.png) no-repeat center 40%;
        color:transparent;
    }
    #footer {
        height:auto;
        margin-top: -2px;
    }
    #footer .page_width {
        width:96%;
    }
    #footer .shop {
        position:relative;
        float:left;
    }
    #footer .center_box {
        clear:both;
    }
    #footer .social_icons {
        position:relative;
        float:right;
    }
    #footer .newsletter.box {
        display:block;
    }
    #footer .newsletter.box h3 {
        line-height:2em;
        font-size:1.25em;
        text-align:center;
    }
    #footer .newsletter.box .newsletter_button {
        display:block;
        width:95%;
        max-width:280px;
        margin:5px auto;
        border:0;
        font-size:1em;
        line-height:1.9em;
        height:1.9em;
        background:#0c676f;
        color:#fff;
        text-decoration:none;
        text-transform:uppercase;
        text-align:center;
    }
    #footer .newsletter.box #newsletter_form {
        /*display:block !important;*/
    }
    #footer .newsletter.box #newsletter_form input {
        display:block;
        width:95%;
        max-width:280px;
        margin:5px auto;
        border:0;
        font-size:1em;
        line-height:1.3em;
        text-transform:uppercase;
    }
    #footer .newsletter.box #newsletter_form #newsletter_submit {
        background:#0c676f;
        color:#fff;
    }
}

@media (max-width:500px) {
    #main_wrapper .home_box .item,
    #main_wrapper .about_us_box .item {
        width:98%;
    }
    #main_wrapper .about_us_box .item:last-child {
        display:none;
    }

    #main_wrapper .blog_box {
        margin-bottom:30px;
    }
    #main_wrapper .blog_box .image_wrapper,
    #main_wrapper .blog_box.blog_box_2 .image_wrapper {
        width:99%;
        float:none;
        margin-bottom:30px;
    }
    #main_wrapper .blog_box .image_wrapper img {
        width:100%;
        height:auto;
    }
    #main_wrapper .blog_box .blog_right,
    #main_wrapper .blog_box.blog_box_2 .blog_right {
        margin-left: 0;
    }
}

@media (max-width:400px) {
    #main_wrapper .blog_header .blog_info {
        float:none;
    }
    #main_wrapper .blog_header .blog_share {
        float:none;
    }
}

/* retina */
@media only screen and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-pixel-ratio : 2) {
    #header #logo span {
        background: url(/media/images/logo_high.png) 0px 0px / 216px 78px;
    }
    #responsive_button {
        background:url(/media/images/responsive_button_high.png) no-repeat 0 / 100%;
    }
}