/*css*/
 @import  "grid.css";
 @import  "font-awesome.css";
 html, body {
    height:100%;
}
body {
    background: url(../images/bg.jpg) repeat 0 0;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 23px;
    color: #777777;
    position:relative;
    min-width:320px;
    -webkit-text-size-adjust: none;
}
/*Imeges*/
 img {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    height:auto;
    max-width:100%;
}
.frame {
}
/* img border, paddings, shadows */
 .img_fleft {
    float:left;
    margin-right:30px;
    margin-top: 6px;
}
.img_right {
    float:right;
    margin-left:20px;
}
.wrapper {
    width:100%;
    overflow:hidden;
    position:relative;
}
.extra_wrap {
    overflow:hidden;
    display:block;
}
/*Links*/
 a {
    color:#f00;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
    color: #00C;
    font-family: Roboto, sans-serif;
}
a[href^="tel:"] {
    color: inherit;
    text-decoration:none;
}
.btn {
    border: 1px solid #387c3b;
    background:#429046;
    display:inline-block;
    text-decoration:none;
    -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.15);
}
.btn span {
    display: inline-block;
    border: 1px solid #5fb664;
    background: #48974c;
    padding: 7px 18px 10px 17px;
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 23px;
    font-weight: normal;
    font-style: italic;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn:hover span {
    background-color:#387c3b;
    text-decoration:none;
}
/*Titles*/
 h2 {
    color:#333f00;
    font:bold 30px/36px Arial, Helvetica, sans-serif;
    margin-bottom:20px;
}
h3 {
    color:#f00;
    font:bold 26px/30px Arial, Helvetica, sans-serif;
    margin-bottom:20px;
}
h4 {
    font-family: 'Roboto Slab', serif;
    font-size: 31px;
    line-height: 36px;
    font-weight: 400;
    color: #323232;
    margin-bottom:20px;
}
h4 span {
    vertical-align: top;
    color: #3d8941;
    font-weight: 300;
}
h5 {
    color:#3d8941;
    font:bold 16px/20px Arial, Helvetica, sans-serif;
    margin-bottom:20px;
}
.column_4 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_5 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_6 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_7 {
    float: none;
    width: auto;
    min-height: 100px;
}
.row_2 {
    clear: both;
    min-height: 100px;
}
.column_8 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_9 {
    float: none;
    width: auto;
    min-height: 100px;
}
.row_4 {
    clear: both;
    min-height: 100px;
}
.column_10 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_11 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_12 {
    float: none;
    width: auto;
    min-height: 100px;
}
h6 {
	color:#00F;
	font:bold 13px/18px Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h6.italic {
    font-family: Georgia, serif;
    font-size: 17px;
    line-height: 25px;
    font-weight: normal;
    font-style: italic;
    color: #3d8941;
    margin-bottom: 8px;
}
h6.icon_title {
    padding-left: 29px;
    font-family: Georgia, serif;
    font-size: 17px;
    line-height: 25px;
    font-weight: normal;
    font-style: italic;
    color: #3d8941;
    margin-bottom: 2px;
    position: relative;
}
h6.icon_title a {
    color: inherit;
}
h6.icon_title a:hover {
    color: inherit;
    text-decoration: underline;
}
h6.icon_title:before {
    display: block;
    position: absolute;
    font-family: FontAwesome;
    font-style: normal;
    content: "\f18c";
    color: #94be97;
    font-size: 25px;
    line-height: 25px;
    top: 0px;
    left: 0px;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
    color:inherit;
    '

}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
}
.f_list {
    float: left;
    margin-right: 88px;
}
.mr_0 {
    margin-right: 0px;
}
/* Indents */
 p {
    margin-bottom: 13px;
    /*as line-height in body*/
}
p span {
    color: #f4ca67;
    vertical-align: top;
}
.m_0 {
    margin-bottom: 0px;
}
.m_01 {
    margin-bottom: 1px;
}
.m_05 {
    margin-bottom:5px;
}
.m_11 {
    margin-bottom:11px;
}
.m_10 {
    margin-bottom:10px;
}
.m_13 {
    margin-bottom:13px;
}
.m_14 {
    margin-bottom:14px;
}
.m_15 {
    margin-bottom:15px;
}
.m_16 {
    margin-bottom:16px;
}
.m_19 {
    margin-bottom:19px;
}
.m_20 {
    margin-bottom:20px;
}
.m_21 {
    margin-bottom:21px;
}
.m_23 {
    margin-bottom:23px;
}
.m_25 {
    margin-bottom:25px;
}
.m_30 {
    margin-bottom:30px;
}
.m_35 {
    margin-bottom:35px;
}
.m_40 {
    margin-bottom:40px;
}
.m_45 {
    margin-bottom:45px;
}
.m_50 {
    margin-bottom:50px;
}
.m_55 {
    margin-bottom:55px;
}
.m_60 {
    margin-bottom:60px;
}
.m_65 {
    margin-bottom:65px;
}
.m_70 {
    margin-bottom:70px;
}
.m_75 {
    margin-bottom:75px;
}
.m_80 {
    margin-bottom:80px;
}
.m_85 {
    margin-bottom:85px;
}
.m_90 {
    margin-bottom:90px;
}
/* Lists */
 .list li {
    margin-top: 1px;
    font-family: Georgia, serif;
    font-size: 15px;
    line-height: 25px;
    font-style: italic;
}
.list li:first-child {
    margin-top:0;
}
.list li a {
    color:#3d8941;
    text-decoration:none;
}
.list li a:hover {
    color:#000;
    text-decoration:none;
}
/**/
 blockquote {
    width:100%;
}
cite {
    text-align:right;
}
time {
}
/************Header************/
 header {
    width:100%;
    border-top: 9px solid #333333;
}
.header_box {
    padding-top: 30px;
    padding-bottom: 48px;
    background: #fff;
    margin-bottom: 40px;
    position: relative;
}
.header_box:after {
    position: absolute;
    bottom: -16px;
    width: 100%;
    height: 16px;
    content: '';
    background: url(../images/header_shadow.png) repeat-x 0 0;
}
h1 {
    float: left;
}
h1 a {
}
h1 a:hover {
    text-decoration:none;
}
h1 .slogan {
    display:block;
}
/* Menu */
 nav {
    float: right;
    padding-top: 40px;
}
.sf-menu {
    list-style:none;
}
.sf-menu > li {
    float:left;
    font-family: Georgia, serif;
    font-size: 20px;
    line-height: 23px;
    font-style: italic;
    margin-left:23px;
    position:relative;
}
.sf-menu > li:first-child {
    margin-left:0;
}
.sf-menu > li > a {
    color:#323232;
    text-decoration:none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.current > a {
    color:#3d8941;
    text-decoration:none;
}
.sf-menu > li > a.sf-with-ul:after {
}
.sf-menu .menu-arrow {
    display:none;
}
/* submenu */
 .sf-menu ul {
    background:#2e2e2e;
    display:none;
    left: -12px;
    padding: 4px 1px 13px;
    position:absolute;
    top: 32px;
    width: 251px;
    z-index:99;
}
.sf-menu ul li {
    position: relative;
    margin-top: 13px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    border-top: 1px dotted #646464;
    padding: 6px 16px 0px;
}
.sf-menu ul li:first-child {
    margin-top:0;
    border-top: none;
}
.sf-menu ul li a {
    color: #fff;
    text-decoration:none;
}
.sf-menu ul li > a:hover, .sf-menu ul li.sfHover > a, .sf-menu ul li.active > a {
    color:#94be97;
    text-decoration:none;
}
.sf-menu ul li a.sf-with-ul:before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 14px;
    color: #777777;
    position: absolute;
    right: 13px;
    top: 11px;
}
.row_11 {
    clear: both;
    min-height: 100px;
}
.row_12 {
    clear: both;
    min-height: 100px;
}
.row_13 {
    clear: both;
    min-height: 100px;
}
.row_14 {
    clear: both;
    min-height: 100px;
}
.row_15 {
    clear: both;
    min-height: 100px;
}
.row_16 {
    clear: both;
    min-height: 100px;
}
.row_17 {
    clear: both;
    min-height: 100px;
}
.column_22 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_23 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_24 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_25 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_26 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_27 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_28 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_29 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_30 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_31 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_32 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_33 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_34 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_35 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_36 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_37 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_38 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_39 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_40 {
    float: none;
    width: auto;
    min-height: 100px;
}
.row_20 {
    clear: both;
    min-height: 100px;
}
.column_49 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_50 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_51 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_41 {
    float: none;
    width: auto;
    min-height: 100px;
}
.row_19 {
    clear: both;
    min-height: 100px;
}
.column_46 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_47 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_48 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_42 {
    float: none;
    width: auto;
    min-height: 100px;
}
.row_18 {
    clear: both;
    min-height: 100px;
}
.column_43 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_44 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_45 {
    float: none;
    width: auto;
    min-height: 100px;
}
/* subsubmenu */
 .sf-menu ul ul {
    background:#2e2e2e;
    left: 253px;
    top: -3px;
    width: 245px;
}
.row_10 {
    clear: both;
    min-height: 100px;
}
.sf-menu ul ul li a {
    text-decoration:none;
}
.column_19 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_20 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_21 {
    float: none;
    width: auto;
    min-height: 100px;
}
.sf-menu ul ul li > a:hover, .sf-menu ul ul li.sfHover > a, .sf-menu ul ul li.active > a {
    text-decoration:none;
}
.column_16_unit_wrapper {
    width: auto;
    min-height: 256px;
    float: none;
}
.row_9 {
    clear: both;
    min-height: 100px;
}
.column_17_unit_wrapper {
    width: auto;
    min-height: 292px;
    float: none;
}
#mm0 {
    display:none;
    border: 1px solid #3d8941;
    outline: none;
    padding: 3px;
    width: 100%;
}
.column_18_unit_wrapper {
    width: auto;
    min-height: 554px;
    float: none;
}
.column_16 {
    float: none;
    width: auto;
    min-height: 256px;
    padding:7px;
}
.column_17 {
    float: none;
    width: auto;
    min-height: 292px;
    padding:7px;
}
.column_18 {
    float: none;
    width: auto;
    min-height: 554px;
    padding:7px;
}
.row_8 {
    clear: both;
    min-height: 100px;
}
.slide_box {
    overflow: hidden;
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
}
/************Content***********/
 .box1 {
    padding: 22px 0 31px 0;
    background: #fff;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
}
.box2 {
    padding: 18px 29px 25px 29px;
    background: #f4f4f4;
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
}
.title_box {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 10px;
}
.title_box h4 {
    margin-bottom: 14px;
}
.full_width {
    width: 100%;
    margin-bottom: 13px;
}
.img_to_post {
    position: relative;
    margin-bottom: 10px;
}
.img_to_post img {
    width: 100%;
}
.img_to_post span.img_to_post_date {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url(../images/date_bg.png) repeat 0 0;
    padding: 5px 17px 8px 13px;
    font-family: Georgia, serif;
    font-size: 17px;
    line-height: 25px;
    font-style: italic;
    color: #;
}
.p_link {
    display: inline-block;
    margin-left: 10px;
    margin-top: 7px;
    vertical-align: top;
    background: url(../images/p_link.png) no-repeat 0px 0px;
    width: 5px;
    height: 9px;
    text-decoration: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.p_link:hover {
    opacity: 0.7;
}
.simple_link {
    font-family: Georgia, serif;
    font-size: 17px;
    line-height: 25px;
    font-weight: normal;
    font-style: italic;
    color: #323232;
    text-decoration: underline;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}
.simple_link:hover {
    color: #3d8941;
}
.qoute_box {
    overflow: hidden;
    padding-top: 4px;
}
.qoute_number {
    float: left;
    width: 56px;
    padding: 1px;
    border: 1px solid #448447;
    background: #439047;
    border-radius: 49%;
    margin-top: 6px;
    margin-right: 20px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.qoute_number span {
    display: block;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    padding-top: 11px;
    padding-bottom: 15px;
    border: 1px solid #4fab54;
    border-radius: 49%;
}
.quote_content {
    overflow: hidden;
}
.quote_content h6.italic {
    margin-bottom: 0px;
}
.mail_linlk {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 23px;
    color: #777777;
    vertical-align: top;
    text-decoration: underline;
}
.mail_linlk:hover {
    color: #3d8941;
}
/*----------- Map ------------*/
 .map {
    padding-top: 6px;
    float: left;
    width: 440px;
    margin-right: 30px;
}
.map iframe {
    width: 100%;
    height: 400px;
}
.address_box {
    float: left;
    width: 200px;
}
address dl {
    width:100%;
    overflow:hidden;
    position:relative;
    margin-bottom: 24px;
}
address dt {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 23px;
    color: #777777;
    margin-bottom: 22px;
}
address dd {
    overflow:hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 23px;
    color: #777777;
}
address dd a {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 23px;
    color: #777777;
    vertical-align: top;
    text-decoration: underline;
}
address dd a:hover {
    color: #418e45;
}
address dl span {
    float:left;
    width: 90px;
}
/************Footer************/
 footer {
    background: #f1f1f1;
    width:100%;
    padding-top: 25px;
    padding-bottom: 45px;
}
h4.footer_title {
    font-family: Georgia, serif;
    font-size: 20px;
    line-height: 23px;
    font-style: italic;
    color: #323232;
    margin-bottom: 16px;
    margin-top: 17px;
}
.footer_logo {
    display: inline-block;
    margin-bottom: 15px;
}
.footer_addres {
    display: block;
    font-family: Georgia, serif;
    font-size: 15px;
    line-height: 28px;
    font-style: italic;
    color: #777777;
    margin-bottom: 4px;
}
.footer_phone {
    display: block;
    font-family: 'Roboto Slab', serif;
    font-size: 19px;
    line-height: 23px;
    font-weight: 400;
    color: #3d8941;
    margin-bottom: 20px;
}
.copyright {
    border-top: 1px solid #d4d4d4;
    vertical-align: top;
    padding-top: 10px;
    font-family: Georgia, serif;
    font-size: 15px;
    line-height: 28px;
    color: #777777;
}
.copyright a {
    color:inherit;
    vertical-align: top;
}
.copyright span {
    vertical-align: top;
}
.footer-link {
    display:block;
}
#toTop {
    background:url(../images/to_top.png) center top no-repeat;
    border:none;
    bottom: 70px;
    color:transparent;
    display:none;
    font-size:0;
    height:46px;
    line-height:0;
    overflow:hidden;
    position:fixed;
    right: 50%;
    margin-right: -775px;
    text-decoration:none;
    width:46px;
    z-index:20;
    border-radius: 49%;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media only screen and (min-width : 641px) {
    .box1 {
        padding-left: 0px;
        padding-right:0px;
    }
    .row_8 {
        clear: both;
        min-height: 100px;
    }
    .column_16_unit_wrapper {
        width: 33%;
        min-height: 269px;
        float: left;
    }
    .column_16 {
        float: none;
        width: auto;
        min-height: 269px;
        padding:7px;
    }
    .row_9 {
        clear: both;
        min-height: 198px;
    }
    .column_19 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .row_10 {
        clear: both;
        min-height: 198px;
    }
    .column_43 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_44 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_45 {
        float: left;
        width: 34%;
        min-height: 198px;
    }
    .row_18 {
        clear: both;
        min-height: 198px;
    }
    .column_46 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_47 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_48 {
        float: left;
        width: 34%;
        min-height: 198px;
    }
    .row_19 {
        clear: both;
        min-height: 198px;
    }
    .column_49 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_50 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_51 {
        float: left;
        width: 34%;
        min-height: 198px;
    }
    .row_20 {
        clear: both;
        min-height: 199px;
    }
    .column_40 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_41 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_42 {
        float: left;
        width: 34%;
        min-height: 198px;
    }
    .column_37 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_38 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_39 {
        float: left;
        width: 34%;
        min-height: 198px;
    }
    .column_34 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_35 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_36 {
        float: left;
        width: 34%;
        min-height: 198px;
    }
    .column_31 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_32 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_33 {
        float: left;
        width: 34%;
        min-height: 198px;
    }
    .column_28 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_29 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_30 {
        float: left;
        width: 34%;
        min-height: 198px;
    }
    .column_25 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_26 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_27 {
        float: left;
        width: 34%;
        min-height: 198px;
    }
    .column_22 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_23 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_24 {
        float: left;
        width: 34%;
        min-height: 198px;
    }
    .row_17 {
        clear: both;
        min-height: 100px;
    }
    .row_16 {
        clear: both;
        min-height: 100px;
    }
    .row_15 {
        clear: both;
        min-height: 100px;
    }
    .row_14 {
        clear: both;
        min-height: 100px;
    }
    .row_13 {
        clear: both;
        min-height: 100px;
    }
    .row_12 {
        clear: both;
        min-height: 100px;
    }
    .row_11 {
        clear: both;
        min-height: 100px;
    }
    .column_20 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_21 {
        float: left;
        width: 34%;
        min-height: 198px;
    }
    .column_17_unit_wrapper {
        width: 33%;
        min-height: 268px;
        float: left;
    }
    .column_17 {
        float: none;
        width: auto;
        min-height: 268px;
        padding:7px;
    }
    .column_18_unit_wrapper {
        width: 34%;
        min-height: 268px;
        float: left;
    }
    .column_18 {
        float: none;
        width: auto;
        min-height: 268px;
        padding:7px;
    }
    img.image {
        width: 100px;
        height:100px;
    }
    img.image1 {
        width: 100px;
        height:100px;
    }
    img.image2 {
        width: 100px;
        height:100px;
    }
    img.image3 {
        width: 150px;
        height:125px;
    }
    img.image4 {
        width: 150px;
        height:125px;
    }
    img.image5 {
        width: 150px;
        height:125px;
    }
    img.image6 {
        width: 100px;
        height:100px;
    }
    img.image7 {
        width: 150px;
        height:125px;
    }
    img.image8 {
        width: 150px;
        height:125px;
    }
    img.image9 {
        width: 150px;
        height:125px;
    }
    img.image10 {
        width: 150px;
        height:125px;
    }
    img.image11 {
        width: 100px;
        height:100px;
    }
    img.image12 {
        width: 100px;
        height:100px;
    }
    img.image13 {
        width: 150px;
        height:125px;
    }
    img.image14 {
        width: 150px;
        height:125px;
    }
    img.image15 {
        width: 150px;
        height:125px;
    }
    img.image16 {
        width: 150px;
        height:125px;
    }
    img.image17 {
        width: 150px;
        height:125px;
    }
    img.image18 {
        width: 150px;
        height:125px;
    }
    img.image19 {
        width: 100px;
        height:100px;
    }
    img.image20 {
        width: 150px;
        height:125px;
    }
    img.image21 {
        width: 150px;
        height:125px;
    }
    img.image22 {
        width: 100px;
        height:100px;
    }
    img.image23 {
        width: 100px;
        height:100px;
    }
    img.image24 {
        width: 150px;
        height:125px;
    }
    img.image25 {
        width: 100px;
        height:100px;
    }
    img.image26 {
        width: 100px;
        height:100px;
    }
    img.image27 {
        width: 100px;
        height:100px;
    }
    img.image28 {
        width: 150px;
        height:125px;
    }
    img.image29 {
        width: 150px;
        height:125px;
    }
    img.image30 {
        width: 150px;
        height:125px;
    }
    img.image31 {
        width: 150px;
        height:125px;
    }
    img.image32 {
        width: 150px;
        height:125px;
    }
    .row_3 {
        clear: both;
        min-height: 100px;
    }
    .column_4 {
        float: left;
        width: 33%;
        min-height: 25px;
    }
    .column_5 {
        float: left;
        width: 33%;
        min-height: 25px;
    }
    .column_6 {
        float: left;
        width: 34%;
        min-height: 25px;
    }
    .column_7 {
        float: left;
        width: 33%;
        min-height: 25px;
    }
    .column_8 {
        float: left;
        width: 33%;
        min-height: 25px;
    }
    .column_9 {
        float: left;
        width: 34%;
        min-height: 25px;
    }
    .row_2 {
        clear: both;
        min-height: 100px;
    }
    .row_1 {
        clear: both;
        min-height: 100px;
    }
    .column_10 {
        float: left;
        width: 33%;
        min-height: 25px;
    }
    .column_11 {
        float: left;
        width: 33%;
        min-height: 25px;
    }
    .row_4 {
        clear: both;
        min-height: 100px;
    }
    .row_5 {
        clear: both;
        min-height: 100px;
    }
    .column_12 {
        float: left;
        width: 34%;
        min-height: 25px;
    }
}
@media only screen and (min-width : 1024px) {
    .box1 {
        padding-left: 0px;
        padding-right:0px;
    }
    .row_8 {
        clear: both;
        min-height: 100px;
    }
    .column_16_unit_wrapper {
        width: 33%;
        min-height: 269px;
        float: left;
    }
    .column_16 {
        float: none;
        width: auto;
        min-height: 269px;
        padding:7px;
    }
    .row_9 {
        clear: both;
        min-height: 198px;
    }
    .column_19 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .row_10 {
        clear: both;
        min-height: 198px;
    }
    .column_43 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_44 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_45 {
        float: left;
        width: 34%;
        min-height: 198px;
    }
    .row_18 {
        clear: both;
        min-height: 198px;
    }
    .column_46 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_47 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_48 {
        float: left;
        width: 34%;
        min-height: 198px;
    }
    .row_19 {
        clear: both;
        min-height: 198px;
    }
    .column_49 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_50 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_51 {
        float: left;
        width: 34%;
        min-height: 198px;
    }
    .row_20 {
        clear: both;
        min-height: 199px;
    }
    .column_40 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_41 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_42 {
        float: left;
        width: 34%;
        min-height: 198px;
    }
    .column_37 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_38 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_39 {
        float: left;
        width: 34%;
        min-height: 198px;
    }
    .column_34 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_35 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_36 {
        float: left;
        width: 34%;
        min-height: 198px;
    }
    .column_31 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_32 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_33 {
        float: left;
        width: 34%;
        min-height: 198px;
    }
    .column_28 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_29 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_30 {
        float: left;
        width: 34%;
        min-height: 198px;
    }
    .column_25 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_26 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_27 {
        float: left;
        width: 34%;
        min-height: 198px;
    }
    .column_22 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_23 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_24 {
        float: left;
        width: 34%;
        min-height: 198px;
    }
    .row_17 {
        clear: both;
        min-height: 100px;
    }
    .row_16 {
        clear: both;
        min-height: 100px;
    }
    .row_15 {
        clear: both;
        min-height: 100px;
    }
    .row_14 {
        clear: both;
        min-height: 100px;
    }
    .row_13 {
        clear: both;
        min-height: 100px;
    }
    .row_12 {
        clear: both;
        min-height: 100px;
    }
    .row_11 {
        clear: both;
        min-height: 100px;
    }
    .column_20 {
        float: left;
        width: 33%;
        min-height: 198px;
    }
    .column_21 {
        float: left;
        width: 34%;
        min-height: 198px;
    }
    .column_17_unit_wrapper {
        width: 33%;
        min-height: 268px;
        float: left;
    }
    .column_17 {
        float: none;
        width: auto;
        min-height: 268px;
        padding:7px;
    }
    .column_18_unit_wrapper {
        width: 34%;
        min-height: 268px;
        float: left;
    }
    .column_18 {
        float: none;
        width: auto;
        min-height: 268px;
        padding:7px;
    }
    img.image {
        height: auto;
        width:auto;
    }
    img.image1 {
        height: auto;
        width:auto;
    }
    img.image2 {
        height: auto;
        width:auto;
    }
    img.image3 {
        height: auto;
        width:auto;
    }
    img.image4 {
        height: auto;
        width:auto;
    }
    img.image5 {
        height: auto;
        width:auto;
    }
    img.image6 {
        height: auto;
        width:auto;
    }
    img.image7 {
        height: auto;
        width:auto;
    }
    img.image8 {
        height: auto;
        width:auto;
    }
    img.image9 {
        height: auto;
        width:auto;
    }
    img.image10 {
        height: auto;
        width:auto;
    }
    img.image11 {
        height: auto;
        width:auto;
    }
    img.image12 {
        height: auto;
        width:auto;
    }
    img.image13 {
        height: auto;
        width:auto;
    }
    img.image14 {
        height: auto;
        width:auto;
    }
    img.image15 {
        height: auto;
        width:auto;
    }
    img.image16 {
        height: auto;
        width:auto;
    }
    img.image17 {
        height: auto;
        width:auto;
    }
    img.image18 {
        height: auto;
        width:auto;
    }
    img.image19 {
        height: auto;
        width:auto;
    }
    img.image20 {
        height: auto;
        width:auto;
    }
    img.image21 {
        height: auto;
        width:auto;
    }
    img.image22 {
        height: auto;
        width:auto;
    }
    img.image23 {
        height: auto;
        width:auto;
    }
    img.image24 {
        height: auto;
        width:auto;
    }
    img.image25 {
        height: auto;
        width:auto;
    }
  a:active {
	color: #F00;
}
