menu {
    color: red;
}

navigation {
    background-color: #333 /* darkgrey */;
}

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,dl,dt,dd,ol,nav ul,nav 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;
   
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}
.sucess_file {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

ol,ul {
    list-style: none;
    padding: 0px;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #fff;
}

.txt-rt {
    text-align: right;
}

.txt-lt {
    text-align: left;
}

.txt-center {
    text-align: center;
}

.float-rt {
    float: right;
}

.float-lt {
    float: left;
}

.clear {
    clear: both;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.vertical-base {
    vertical-align: baseline;
}

.vertical-top {
    vertical-align: top;
}

nav.vertical ul li {
    display: block;
}

nav.horizontal ul li {
    display: inline-block;
}

img {
    max-width: 100%;
}

body {
    background: #FFF;
    margin: 0;
    padding: 0;
}

.wrap {
    width: 80%;
    margin: 0 auto;
}

.top-search {
    float: right;
    margin-bottom: 1%;
    top: 10px;
    padding: 3px 20px;
    margin-top: 1%;
}

.logo {
    float: left;
    background: #fff;
    padding: 6px 20px 6px 20px;
}

#main-nav {
    float: right;
}

nav#main-nav select {
    display: none;
}

#main-nav ul {
    margin: 0;
    padding: 0;
}

#main-nav li {
    float: left;
    margin-top: 7px;
    display: block;
    font-style: normal;
    font-variant: normal;
    line-height: normal;
    margin: 0;
    padding: 13px 0px;
    background-color: #65CDF4;
    text-decoration: none;
    height: 22px;
}

#main-nav li:hover {
    background-color: #65CDF4;
}

.search-submit:hover {
    background-image: url(../images/search-submit-hover.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

#main-nav ul li li:first-child {
    border-top: none;
}

#main-nav .current > a {
    color: #373737;
}

#main-nav a:hover {
    text-shadow: none;
    color: #373737;
}

#main-nav a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 28px 10px 28px;
    font-family: "Open Sans",sans-serif;
    text-decoration: none;
}

.sf-menu li > a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#main-nav ul.sf-menu {
    margin-top: 25px;
    margin-right: 16px;
    text-decoration: none;
}

.sf-menu,.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu {
    line-height: 1.0;
}

.sf-menu ul {
    border-radius: 4px !important;
    position: absolute;
    top: -999em;
    border: 1px solid #d6d6d6;
    margin-top: 10px !important;
    margin-left: 18px !important;
}

.sf-menu ul ul {
    margin: 0 !important;
}

.sf-menu ul li {
    width: 200px;
}

.sf-menu li:hover {
    visibility: inherit;
}

.sf-menu li {
    float: left;
    position: relative;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu li:hover ul,.sf-menu li.sfHover ul {
    left: 0;
    top: 40px;
    z-index: 99;
    text-shadow: none;
}

ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul {
    left: 150px !important;
    top: 0;
}

ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul {
    left: 100em;
    top: 0;
}

.sf-menu li li {
    margin: 0 !important;
    background: #f0f0f0;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: dashed;
    border-top-color: #d6d6d6;
}

.sf-menu li li a {
    text-transform: none !important;
    text-shadow: none !important;
    font-size: 12px !important;
    padding-left: 15px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.sf-menu li li a:hover {
    color: #f0f0f0 !important;
}

.sf-menu li li:hover {
    background: #484848;
    color: #f0f0f0 !important;
}

.sf-menu li {
    border-radius: 0px;
}

.sf-menu li:hover,.sf-menu li.sfHover,.sf-menu a:focus,.sf-menu a:hover,.sf-menu a:active {
    outline: 0;
    color: #82daff;
}

.top-search input[type="submit"]:hover {
    background: #303030 url(../images/icon-1.png) center center;
}

.search-container {
    background-color: #FFFFFF;
    border-radius: 3px;
    float: right;
    height: 24px;
    width: 240px;
    margin-top: 0px;
}

.search-text {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
    color: #c1c1c1 !important;
    display: block !important;
    float: left !important;
    margin: 0 !important;
    font-style: normal !important;
    padding-bottom: 1px !important;
    padding-top: 1px !important;
    margin-top: 3px !important;
    padding-left: 7px !important;
    width: 210px;
    padding-right: 2px !important;
}

.search-submit {
    margin: 0;
    padding: 0;
    width: 16px;
    height: 17px;
    margin-top: 4px;
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    background-image: url(../images/search-submit.png);
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.search-submit:hover {
    background-image: url(../images/search-submit-hover.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.main-header {
    background: #fff;
    border-bottom: 5px solid #888A8C;
}

.top-grid {
    float: left;
    width: 33.33%;
}

.top-grid img {
    display: block;
}

.top-grid a {
    color: #FFF;
    background: url(../images/icon1.png) no-repeat 100% -0% #5BCAF3;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875em;
    display: block;
    moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    -webkit-transition: background 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.top-grid a:hover {
    background: url(../images/icon1h.png) no-repeat 100% -0% #818385;
}

#last-grid {
    margin: 0;
}

#last-grid1 {
    margin-right: 0;
}

.top-grid {
    width: 31.33%;
    margin-right: 2%;
    border: 1px solid rgba(238, 238, 238, 0.28);
    padding: 5px 0 0 0;
    background: rgba(255, 255, 255, 0.53);
    -webkit-box-shadow: 0px 56px 36px -80px #121D12;
    -moz-box-shadow: 0px 56px 36px -80px #121D12;
    -o-box-shadow: 0px 56px 36px -80px #121D12;
}

.top-grid h3 {
    color: Black;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
    padding: 7px 10px;
    font-weight: 600;
}

.top-grids {
    margin-top: 352px;
}

.mid-grids {
    border: 1px dashed rgba(0, 0, 0, 0.06);
    border-right: none;
    border-left: none;
    padding: 1.5em 0 2em 0;
    margin: 2em 0 2em 0;
}

.mid-grid {
    float: left;
    width: 31.33%;
    margin: 0 2% 0 0%;
}

.mid-grid h3 {
    color: #303030;
    font-size: 1.5em;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.mid-grid span {
    font-family: Arial, sans-serif;
    color: Gray;
    font-size: 0.875em;
    display: block;
    padding: 1em 0;
    line-height: 1.5em;
    font-weight: bold;
}

.mid-grid p {
    font-family: Arial, sans-serif;
    color: #777;
    font-size: 0.875em;
    display: block;
    padding: 1em 0;
    line-height: 1.5em;
}

.button {
    color: #FFF;
    background: url(../images/icon1.png) no-repeat 100% -0% #4AC5F3;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875em;
    display: block;
    moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    -webkit-transition: background 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 36%;
}

.button:hover {
    background: url(../images/icon1h.png) no-repeat 100% -0% #717273;
}

.mid-grid ul li {
    display: block;
    color: #777;
    font-family: Arial, sans-serif;
    font-size: 0.875em;
    padding: 0.5em 0;
    line-height: 1.5em;
}

.mid-grid ul li a {
    font-family: Arial, sans-serif;
    color: #777;
    font-size: 0.875em;
    display: block;
    padding: 0.5em 0;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    -webkit-transition: background 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: inline-block;
}

.mid-grid ul li a:hover {
    color: #4AC5F3;
}

.mid-grid ul li:before {
    content: url(../images/icon3.png);
    padding-right: 5px;
}

.mid-grid ul {
    margin-bottom: 1.3em;
}

.latest-news-pic {
    float: left;
    width: 20%;
}

.latest-news-info {
    float: right;
    width: 76%;
}

.latest-news-info a {
    font-family: Arial, sans-serif;
    color: #DC483A;
    font-size: 0.875em;
    display: block;
    line-height: 1.5em;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    -webkit-transition: background 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.latest-news-info a:hover {
    color: #777;
}

.bottom-grid-videos {
    float: left;
    width: 66%;
}

.bottom-grid-videos h3 {
    color: #303030;
    font-size: 1.5em;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin: 0 0 1em 0;
}

.video-grid {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.video-grid img {
    display: block;
}

.video-grid p {
    font-family: Arial, sans-serif;
    color: #777;
    font-size: 0.875em;
    display: block;
    padding: 1em 0;
    line-height: 1.5em;
}

.tips {
    float: right;
    width: 33%;
}

.tips h3 {
    color: #303030;
    font-size: 1.5em;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin: 0 0 1em 0;
}

.menu_container {
    margin-top: 5%;
    font-family: 'Open Sans', sans-serif;
}

.menu_head {
    background: #303030;
    color: white;
    cursor: pointer;
    font-family: arial;
    font-size: 14px;
    margin: 0 0 1px 0;
    padding: 7px 11px;
    font-family: 'Open Sans', sans-serif;
}

.menu_body {
    background: #fff;
}

.menu_body p {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
    color: rgb(155, 155, 155);
    line-height: 1.8em;
    margin-bottom: 10px;
    padding: 10px;
}

.plusminus {
    float: right;
    color: #DC483A;
}

.footer {
    padding: 1em 0;
    background: #79797B;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    position: relative;
    margin-top: 4em;
}

.footer p {
    color: #FFF;
    font-size: 0.875em;
}

.footer p a {
    color: #4AC5F3;
}

.footer p a:hover {
    color: #FFF;
}

.scroll {
    width: 32px;
    height: 32px;
    border: none;
    display: block;
    text-indent: 100%;
    background: url(../images/top-icon-Copy.png) no-repeat right top;
    position: absolute;
    right: 14px;
    bottom: 5px;
}

.scroll:hover {
    opacity: 0.8;
}

.banner {
    z-index:;
}

.top-head {
    margin-top: -300px;
}

.about-left {
    width: 70%;
    float: left;
}

.about-left span {
    font-family: Arial, sans-serif;
    color: #DC483A;
    font-size: 0.875em;
    display: block;
    padding: 1em 0 0 0;
    line-height: 1.8em;
}

.about-left h2 {
    color: #303030;
    font-size: 1.5em;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 15px 0;
}

.about-left h3 {
    color: #303030;
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.about-left p {
    font-family: Arial, sans-serif;
    color: #777;
    font-size: 0.875em;
    display: block;
    padding: 1em 0;
    line-height: 1.8em;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}

.about {
    margin-top: 300px;
}

.about-histore {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}

.about-histore h3 {
    font-family: 'Open Sans', sans-serif;
    padding: 15px 0px 15px 0px;
    margin-bottom: 13px;
    color: #303030;
    font-size: 1.5em;
    text-transform: uppercase;
}

.about-histore ul li span {
    color: #777;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 10px 20px;
    margin-bottom: 13px;
    float: left;
    background: #EEE;
}

.about-histore ul li p {
    font-size: 0.8125em;
    color: #777;
    line-height: 1.5em;
    font-family: Arial, sans-serif;
    padding: 0px 0px 20px 0px;
    float: right;
    width: 91%;
    border: none;
}

.about-histore ul li p label {
    color: #DC483A;
    display: block;
}

.about-sidebar {
    float: right;
    width: 25%;
}

.about-sidebar h3 {
    font-family: 'Open Sans', sans-serif;
    padding: 15px 0px 15px 0px;
    margin-bottom: 13px;
    color: #303030;
    font-size: 1.5em;
    text-transform: uppercase;
}

.about-sidebar ul li a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875em;
    color: #777;
    padding: 2px 0px 5px 0px;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.about-sidebar ul li a:hover {
    color: #65CDF4;
}

.about-sidebar ul li {
    border-bottom: 1px dashed rgba(192, 192, 192, 0.33);
    background: url(../images/marker.png) 0 19px no-repeat;
    padding: 9px 10px 8px 18px;
}

.about-sidebar ul li:hover {
    background: url(../images/marker1.png) 0 19px no-repeat;
}

.ctips {
    margin-top: 450px;
    margin-left: 200PX;
    margin-right: 171px;
}
.tips-left {
    width: 50%;
    float: left;
    padding-right: 2%;
}

.tips-left-grid h3 {
    font-family: "Open Sans";
    padding: 15px 0px 0px 0px;
    color: #303030;
    font-size: 1.5em;
    text-transform: uppercase;
}

.tips-left-grid p {
    font-family: Arial, sans-serif;
    color: #777;
    font-size: 0.875em;
    display: block;
    padding: 1em 0;
    line-height: 1.5em;
}

.tips-left-grid span {
    font-family: Arial, sans-serif;
    color: #DC483A;
    font-size: 0.875em;
    display: block;
    line-height: 1.5em;
}

.tips-right {
    float: right;
    width: 48%;
}

.tips-right h3 {
    font-family: 'Open Sans', sans-serif;
    padding: 15px 0px 0px 0px;
    color: #303030;
    font-size: 1.5em;
    text-transform: uppercase;
}

.tips-left h3 {
    font-family: 'Open Sans', sans-serif;
    padding: 15px 0px 0px 0px;
    color: #303030;
    font-size: 1.5em;
    text-transform: uppercase;
}

.tips-right li,.tips-right p {
    font-family: Arial, sans-serif;
    color: #777;
    font-size: 0.875em;
    display: block;
    padding: 1em 0;
    line-height: 1.5em;
}

.tips-right li:before {
    content: url(../images/icon3.png);
    padding-right: 10px;
}

.tips-right li {
    padding: 0.5em 0;
}

.cooking-eq h3 {
    color: #303030;
    font-size: 1.5em;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.eq-grid {
    float: left;
    width: 40.33%;
    margin-right: 7%;
}

.eq-grid span {
    font-family: Arial, sans-serif;
    color: #DC483A;
    font-size: 0.875em;
    display: block;
    padding: 1em 0 0 0;
    line-height: 1.8em;
}

.eq-grid p {
    font-family: Arial, sans-serif;
    color: #777;
    font-size: 0.875em;
    display: block;
    padding: 1em 0;
    line-height: 1.8em;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}

.service-content h3 {
    font-family: 'Open Sans', sans-serif;
    padding: 15p;
    color: #303030;
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 15px 0px 15px 0px;
}

.service-content ul li {
    display: block;
}

.service-content ul li span {
    width: 5%;
    float: left;
    font-size: 3em;
    color: #303030;
    font-family: 'Open Sans', sans-serif;
}

.service-content ul li p {
    font-family: Arial, Helvetica, sans-serif;
    color: #6a6a6a;
    font-size: 0.875em;
    padding: 5px 0 10px 0;
    line-height: 1.8em;
}

.service-content ul li p a {
    font-size: 1.2em;
    color: #303030;
    font-family: 'Open Sans', sans-serif;
    display: block;
}

.service-content {
    float: left;
    width: 100%;
}

.service-content ul {
    padding-bottom: 5px;
}

.services-sidebar {
    float: right;
    width: 23%;
}

.services-sidebar h3 {
    font-family: 'Open Sans', sans-serif;
    padding: 15px 0px;
    color: #303030;
    font-size: 1.5em;
    text-transform: uppercase;
}

.services-sidebar ul li a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875em;
    color: #777;
    padding: 2px 0px 5px 0px;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.services-sidebar ul li a:hover {
    color: #DC483A;
}

.services-sidebar ul li {
    border-bottom: 1px dashed rgba(192, 192, 192, 0.33);
    background: url(../images/marker.png) 0 15px no-repeat;
    padding: 9px 13px 8px 23px;
}

.services {
    margin-top: 300px;
}

.gallerys {
    margin: 200px 0px 30px 0px;
}

.gallerys h3 {
    font-family: 'Open Sans', sans-serif;
    padding: 15px 0px;
    color: #303030;
    font-size: 1.5em;
    text-transform: uppercase;
}

.gallery-grid {
    width: 31.44%;
    float: left;
}

.gallery-grid p {
    font-size: 0.875em;
    padding: 0.2em 0em 1.2em 0em;
    color: #6a6a6a;
    line-height: 1.8em;
    font-family: Arial, Helvetica, sans-serif;
}

.gallery-button a {
    color: #FFF;
    background: url(../images/icon1.png) no-repeat 100% -0% #303030;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875em;
    display: block;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    -webkit-transition: background 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 30%;
}

.gallery-button a:hover {
    background: url(../images/icon1h.png) no-repeat 100% -0% #DC483A;
}

.grid2 {
    margin: 0px 35px;
}

.gallery-grids {
    margin-bottom: 30px;
}

.projects-bottom-paination ul li {
    display: inline-block;
}

.projects-bottom-paination {
    text-align: center;
    padding-top: 55px;
}

.projects-bottom-paination li a {
    font: 400 12px/1.2em Arial;
    color: #5a5a5a;
    padding: 11px 18px;
    background: #fff;
    text-decoration: none;
    text-shadow: none;
    border: 1px solid #e9e9e9;
    margin-top: 16px;
}

.projects-bottom-paination li.active > a,.projects-bottom-paination li > a:hover {
    background: #DC483A;
    color: #fff;
}

.gallery-grid h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #303030;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    padding: 13px 0px 2px 0px;
}

.gallery-grid h4:hover {
    color: #DC483A;
}

.contact {
    margin-top: 300px;
}

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.group:before,.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.col:first-child {
    margin-left: 0;
}

.span_2_of_3 {
    width: 63.1%;
    padding: 1.5%;
}

.span_1_of_3 {
    width: 29.2%;
    padding: 1.5%;
}

.span_2_of_3 h3,.span_1_of_3 h3 {
    font-family: 'Open Sans', sans-serif;
    padding: 15px 0px;
    color: #303030;
    font-size: 1.5em;
    text-transform: uppercase;
}

.contact-form {
    position: relative;
    padding-bottom: 30px;
}

.contact-form div {
    padding: 5px 0;
}

.contact-form span {
    display: block;
    font-size: 0.875em;
    color: #454545;
    padding-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
}

.contact-form input[type="text"],.contact-form input[type="tel"],.contact-form input[type="email"],.contact-form textarea {
    padding: 8px;
    display: block;
    width: 100%;
    border: none;
    outline: none;
    color: #303030;
    font-size: 0.8125em;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid rgba(192, 192, 192, 0.41);
    -webkit-appearance: none;
    text-transform: capitalize;
}

.contact-form textarea {
    resize: none;
    height: 120px;
    text-transform: capitalize;
}

.contact-form input[type="submit"] {
    border: none;
    cursor: pointer;
    color: #000000;
    background: url(../images/icon1.png) no-repeat 100% -0% #65CDF4;
    padding: 10px 50px 10px 10px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    -webkit-transition: background 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.contact-form input[type="submit"]:hover {
    background: url(../images/icon1h.png) no-repeat 100% -0% #79797B;
}

.contact-form input[type="submit"]:active {
    background: url(../images/icon1h.png) no-repeat 100% -0% #65CDF4;
}

.company_address p {
    font-size: 0.875em;
    color: #6a6a6a;
    line-height: 1.8em;
    font-family: Arial, Helvetica, sans-serif;
}

.company_address p span {
    text-decoration: underline;
    color: #454545;
    cursor: pointer;
}

.map {
    margin-bottom: 15px;
}

.radius {
    border-radius: 4px;
}

@media only screen and (max-width: 1024px) {
    .wrap {
        width: 95%;
    }
}

@media only screen and (max-width: 800px) {
    .wrap {
        width: 95%;
    }

    .span_2_of_3 {
        width: 94%;
        padding: 3%;
    }

    .col {
        margin: 1% 0 1% 0%;
    }

    .span_1_of_3 {
        width: 94%;
        padding: 3%;
    }
}

@media only screen and (max-width: 640px) and (min-width: 480px) {
    .wrap {
        width: 95%;
    }

    .span_2_of_3 {
        width: 94%;
        padding: 3%;
    }

    .col {
        margin: 1% 0 1% 0%;
    }

    .span_1_of_3 {
        width: 94%;
        padding: 3%;
    }

    .contact-form input[type="text"],.contact-form input[type="tel"],.contact-form input[type="email"],.contact-form textarea {
        width: 97%;
    }
}

@media only screen and (max-width: 480px) {
    .wrap {
        width: 95%;
    }

    .span_2_of_3 {
        width: 90%;
        padding: 5%;
    }

    .col {
        margin: 1% 0 1% 0%;
    }

    .span_1_of_3 {
        width: 90%;
        padding: 5%;
    }

    .contact-form input[type="text"], .contact-form input[type="tel"],.contact-form input[type="email"],.contact-form textarea {
        width: 92%;
    }
}

.contact-footer {
    border-top: 1px solid rgba(69, 69, 69, 0.13);
    padding: 28px 0px 0px 0px;
}

@media only screen and (max-width: 1366px) and (min-width: 1280px) {
    .wrap {
        width: 1000px;
    }

    .gallery-grid {
        width: 31.3%;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 1024px) {
    .wrap {
        width: 100%;
    }

    .gallery-grid {
        width: 100%;
    }

    .about-histore ul li p {
        width: 100%;
    }

    .service-content ul li span {
        width: 6.5%;
        font-size: 2.5em;
        height: 57px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .wrap {
        width: 100%;
    }

    .gallery-grid {
        width: 100%;
    }

    .about-histore ul li p {
        width: 100%;
    }

    .service-content ul li span {
        width: 6.5%;
        font-size: 2.5em;
        height: 95px;
    }

    .top-nav ul li a {
        padding: 31px 15px;
    }

    .latest-news-info a {
        line-height: 0em;
    }

    .button {
        width: 41%;
    }

    .about-sidebar {
        width: 27%;
    }

    .gallery-button a {
        width: 43%;
    }
}

@media only screen and (max-width: 768px) and (min-width: 640px) {
    .wrap {
        width: 90%;
    }

    .gallery-grid {
        width: 30%;
    }

    .about-histore ul li p {
        width: 87%;
    }

    .service-content ul li span {
        width: 6.5%;
        font-size: 2.5em;
        height: 95px;
    }

    top-nav {
        float: right;
        margin: 2.5em 0.8em 0;
        padding: 6px 126px 20px;
        top: 10px;
    }

    .top-nav ul li a {
        background: url("../images/icon1h.png") no-repeat scroll 100% 60% #65cdf4;
        color: #ffffff;
        display: block;
        font-family: "Open Sans",sans-serif;
        font-size: 0.875em;
        margin-left: 4px;
        padding: 10px 0px;
        text-transform: uppercase;
        transition: all 0.5s ease 0s;
        width: 100%;
        margin-right: 40px;
    }

    .logo {
        text-align: center;
    }

    .top-nav ul li {
        background: url("../images/icon1h.png") no-repeat scroll 100% 60% #65cdf4;
        display: block;
        width: 100%;
    }

    .top-nav li.active > a,.top-nav li > a:hover {
        color: #FFF;
        background: #77787A;
        background: url("../images/icon1h.png") no-repeat scroll 100% 60% #77787A;
    }

    .top-search {
        display: none;
    }

    .latest-news-info a {
        line-height: 0em;
    }

    .button {
        width: 20%;
    }

    .about-sidebar {
        width: 27%;
    }

    .gallery-button a {
        width: 43%;
    }

    .top-grid {
        width: 100%;
    }

    .logo {
        text-align: center;
    }

    .logo {
        padding: 10px 0px;
        text-align: center;
        width: 100%;
    }

    .top-nav {
        float: right;
        padding: 6px 20px;
        top: 10px;
    }

    .mid-grid {
        float: none;
        width: 100%;
        margin: 0 0 1em 0;
    }

    .about-left {
        width: 100%;
        float: none;
    }

    .about-sidebar {
        float: none;
        width: 100%;
    }

    .tips-left {
        width: 100%;
        float: none;
        padding-right: 0%;
    }

    .tips-right {
        float: none;
        width: 100%;
    }

    .eq-grid {
        float: none;
        width: 100%;
        margin-right: 0%;
    }

    .service-content {
        float: none;
        width: 100%;
    }

    .services-sidebar {
        float: none;
        width: 100%;
    }

    .gallery-grid {
        width: 100%;
        float: none;
        margin: 0 0 1em 0;
    }
}

ul.list1 {
    padding: 0px;
    margin: 0px;
}

.list1 li {
    padding: 0px;
    margin: 0px;
    text-align: left;
    line-height: 30px;
}

.list1 li i {
    padding: 0px;
    margin: 0px 4px 0px 0px;
}

ul.list2 {
    padding: 0px;
    margin: 0px;
}

.list2 li {
    padding: 0px;
    margin: 0px;
    text-align: left;
    line-height: 29px;
    font-size: 14px;
    color: #3E4095;
}

.list2 li i {
    padding: 0px;
    margin: 0px 9px 0px 0px;
}

.image_left {
    float: left;
    padding: 0px;
    margin: 0px 0px 16px 0px;
    width: 100%;
}

.image_left1 {
    float: left;
    padding: 0px;
    margin: 0px 30px 0px 0px;
}

.image_right {
    float: right;
    padding: 0px;
    margin: 0px 0px 0px 30px;
}

.image_left2 {
    float: left;
    padding: 10px;
    margin: 0px 10px 0px 0px;
}

.image_left3 {
    float: left;
    padding: 0px;
    margin: 0px 30px 0px 0px;
}

.image_left9 {
    float: left;
    padding: 0px;
    margin: 0px;
}

.image_left11 {
    float: left;
    padding: 0px;
    margin: 0px 20px 0px 0px;
}

.image_right12 {
    float: right;
    padding: 0px;
    margin: 0px;
}

@media screen and (max-width: 320px),(min-device-width: 320px) and (max-device-width: 480px) and (orientation : portrait) {
    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,dl,dt,dd,ol,nav ul,nav 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;
        vertical-align: baseline;
    }

    article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
        display: block;
    }

    ol,ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    blockquote,q {
        quotes: none;
    }

    blockquote:before,blockquote:after,q:before,q:after {
        content: '';
        content: none;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    a {
        text-decoration: none;
    }

    .txt-rt {
        text-align: right;
    }

    .txt-lt {
        text-align: left;
    }

    .txt-center {
        text-align: center;
    }

    .float-rt {
        float: right;
    }

    .float-lt {
        float: left;
    }

    .clear {
        clear: both;
    }

    .pos-relative {
        position: relative;
    }

    .pos-absolute {
        position: absolute;
    }

    .vertical-base {
        vertical-align: baseline;
    }

    .vertical-top {
        vertical-align: top;
    }

    nav.vertical ul li {
        display: block;
    }

    nav.horizontal ul li {
        display: inline-block;
    }

    img {
        max-width: 100%;
    }

    body {
        font-family: Arial, Helvetica, sans-serif;
    }

    .container {
        background: url(../images/slider1.jpg) no-repeat;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
    }

    .bg {
        background: url(../images/slider1.jpg) no-repeat;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
    }

    .top-search {
        margin: 0 1em 0.5em 1em;
        padding-top: 0.5em;
    }

    .back-button a {
        color: #FFF;
        background: url(../images/back.png) no-repeat -0% 100% #303030;
        padding: 10px 50px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.875em;
        display: block;
        text-transform: uppercase;
    }

    .back-button a:hover {
        color: #FFF;
        background: url(../images/backh.png) no-repeat -0% 100% #DC483A;
    }

    .top-nav ul li {
        display: block;
    }

    .top-nav ul li a {
        background: url(../images/icon1.png) no-repeat 100% 60% #303030;
        padding: 5px 10px;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        color: #FFF;
        text-transform: uppercase;
        font-size: 0.875em;
    }

    .top-nav li.active > a,.top-nav li > a:hover {
        color: #FFF;
        background: url(../images/icon1h.png) no-repeat 100% 60% #DC483A;
    }

    .top-search input[type="text"] {
        float: left;
        width: 73%;
        padding: 5px 10px;
        border: none;
        background: #fff;
        padding-left: 5px;
        outline: none;
    }

    .top-search input[type="submit"] {
        background: #DC483A url(../images/icon-1.png) center center;
        padding: 5px 10px;
        cursor: pointer;
        border: none;
    }

    .top-search input[type="submit"]:hover {
        background: #303030 url(../images/icon-1.png) center center;
    }

    .main-header {
        border-bottom: 5px solid #888A8C;
    }

    .top-grid {
        width: 100%;
    }

    .top-grid img {
        display: block;
    }

    .top-grid a {
        background: url(../images/icon1.png) no-repeat 100% -0% #303030;
        padding: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.875em;
        display: block;
    }

    .top-grid a:hover {
        background: url(../images/icon1h.png) no-repeat 100% -0% #DC483A;
    }

    #last-grid {
        margin: 0;
    }

    #last-grid1 {
        margin-right: 0;
    }

    .top-grid {
        border: 1px solid rgba(238, 238, 238, 0.28);
        padding: 5px 0;
        background: rgba(255, 255, 255, 0.53);
    }

    .top-grid h3 {
        color: #DC483A;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.2em;
        text-transform: uppercase;
        padding: 10px;
        display: block;
    }

    .top-grids {
        margin-top: 2px;
        width: 100%;
    }

    .content {
        margin: 0 12px;
    }

    .mid-grids {
        border: 1px dashed rgba(0, 0, 0, 0.06);
        border-right: none;
        border-left: none;
        padding: 1.5em 0 2em 0;
        margin: 0em 0 0em 0;
    }

    .mid-grid {
        width: 100%;
    }

    .mid-grid h3 {
        color: #303030;
        font-size: 1.5em;
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

    .mid-grid span {
        font-family: Arial, sans-serif;
        color: #DC483A;
        font-size: 0.875em;
        display: block;
        padding: 1em 0;
        line-height: 1.5em;
    }

    .mid-grid p {
        font-family: Arial, sans-serif;
        color: #777;
        font-size: 0.875em;
        display: block;
        padding: 1em 0;
        line-height: 1.5em;
    }

    .button {
        color: #FFF;
        background: url(../images/icon1.png) no-repeat 100% -0% #303030;
        padding: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.875em;
        display: block;
        width: 30%;
    }

    .button:hover {
        background: url(../images/icon1h.png) no-repeat 100% -0% #DC483A;
    }

    .mid-grid ul li {
        display: block;
        border-bottom: 1px dashed #C7C7C7;
        padding: 1.3px 0;
    }

    .mid-grid ul li a {
        font-family: Arial, sans-serif;
        color: #777;
        font-size: 0.875em;
        display: block;
        padding: 0.5em 0;
        -moz-transition: background 0.3s ease-out;
        -o-transition: background 0.3s ease-out;
        -webkit-transition: background 0.3s ease-out;
        transition: all 0.3s ease-out;
        display: inline-block;
    }

    .mid-grid ul li a:hover {
        color: #DC483A;
    }

    .mid-grid ul li:before {
        content: url(../images/icon3.png);
        padding-right: 5px;
    }

    .mid-grid ul {
        margin-bottom: 1.3em;
    }

    .latest-news-pic {
        float: left;
        width: 20%;
    }

    .latest-news-info {
        float: right;
        width: 76%;
    }

    .latest-news-info a {
        font-family: Arial, sans-serif;
        color: #DC483A;
        font-size: 0.875em;
        display: block;
        line-height: 1.5em;
    }

    .latest-news-info a:hover {
        color: #777;
    }

    .bottom-grid-videos h3 {
        color: #303030;
        font-size: 1.2em;
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        margin: 0.5em 0;
    }

    .video-grid img {
        display: block;
    }

    .video-grid p {
        font-family: Arial, sans-serif;
        color: #777;
        font-size: 0.875em;
        display: block;
        padding: 1em 0;
        line-height: 1.5em;
    }

    .tips h3 {
        color: #303030;
        font-size: 1.2em;
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        margin: 0.5em 0;
    }

    .rmm {
        display: block;
        position: relative;
        width: 100%;
        padding: 0px;
        margin: 0 auto !important;
        text-align: center;
        line-height: 19px !important;
    }

    .rmm * {
        -webkit-tap-highlight-color: transparent !important;
        font-family: Arial;
    }

    .rmm a {
        color: #ebebeb;
        text-decoration: none;
    }

    .rmm .rmm-main-list,.rmm .rmm-main-list li {
        margin: 0px;
        padding: 0px;
    }

    .rmm ul {
        display: block;
        width: auto !important;
        margin: 0 auto !important;
        overflow: hidden;
        list-style: none;
    }

    .rmm ul li ul,.rmm ul li ul li,.rmm ul li ul li a {
        display: none !important;
        height: 0px !important;
        width: 0px !important;
    }

    .rmm .rmm-main-list li {
        display: inline;
        padding: padding:0px;
        margin: 0px !important;
    }

    .rmm-toggled {
        display: none;
        width: 100%;
        position: relative;
        overflow: hidden;
        margin: 0 auto !important;
    }

    .rmm-button:hover {
        cursor: pointer;
    }

    .rmm .rmm-toggled ul {
        display: none;
        margin: 0px !important;
        padding: 0px !important;
    }

    .rmm .rmm-toggled ul li {
        display: block;
        margin: 0 auto !important;
    }

    .rmm.graphite .rmm-main-list li a {
        display: inline-block;
        padding: 8px 30px 8px 30px;
        margin: 0px -3px 0px -3px;
        font-size: 15px;
        text-shadow: 1px 1px 1px #333333;
        background-color: #444444;
        border-left: 1px solid #555555;
        background-image: url('../rmm-img/graphite-menu-bg.png');
        background-repeat: repeat-x;
    }

    .rmm.graphite .rmm-main-list li a:hover {
        background-image: url('../rmm-img/graphite-menu-bg-hover.png');
    }

    .rmm.graphite .rmm-main-list li:first-child a {
        -webkit-border-top-left-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-bottomleft: 6px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .rmm.graphite .rmm-main-list li:last-child a {
        -webkit-border-top-right-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        -moz-border-radius-topright: 6px;
        -moz-border-radius-bottomright: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .rmm.graphite .rmm-toggled {
        width: 95%;
        background-color: #555555;
        min-height: 36px;
        border-radius: 6px;
    }

    .rmm.graphite .rmm-toggled-controls {
        display: block;
        height: 36px;
        color: white;
        text-align: left;
        position: relative;
        background-image: url('../rmm-img/graphite-menu-bg.png');
        background-repeat: repeat-x;
        border-radius: 6px;
    }

    .rmm.graphite .rmm-toggled-title {
        position: relative;
        top: 9px;
        left: 15px;
        font-size: 16px;
        color: white;
        text-shadow: 1px 1px 1px black;
    }

    .rmm.graphite .rmm-button {
        display: block;
        position: absolute;
        right: 15px;
        top: 8px;
    }

    .rmm.graphite .rmm-button span {
        display: block;
        margin-top: 4px;
        height: 2px;
        background: white;
        width: 24px;
    }

    .rmm.graphite .rmm-toggled ul li a {
        display: block;
        width: 100%;
        background-color: #555555;
        text-align: center;
        padding: 10px 0px 10px 0px;
        border-bottom: 1px solid #333333;
        border-top: 1px solid #777777;
        text-shadow: 1px 1px 1px #333333;
    }

    .rmm.graphite .rmm-toggled ul li a:active {
        background-color: #444444;
        border-bottom: 1px solid #444444;
        border-top: 1px solid #444444;
    }

    .rmm.sapphire .rmm-main-list li a {
        display: inline-block;
        padding: 8px 30px 8px 30px;
        margin: 0px -3px 0px -3px;
        font-size: 15px;
        text-shadow: 1px 1px 1px #3e587b;
        background-color: #537b9f;
        border-left: 1px solid #3e587b;
        background-image: url('../rmm-img/sapphire-menu-bg.png');
        background-repeat: repeat-x;
    }

    .rmm.sapphire .rmm-main-list li a:hover {
        background: #3e597b;
    }

    .rmm.sapphire .rmm-main-list li:first-child a {
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .rmm.sapphire .rmm-main-list li:last-child a {
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .rmm.sapphire .rmm-toggled {
        width: 95%;
        background-color: #537b9f;
        min-height: 36px;
        border-radius: 6px;
    }

    .rmm.sapphire .rmm-toggled-controls {
        display: block;
        height: 36px;
        color: white;
        text-align: left;
        position: relative;
        background-image: url('../rmm-img/sapphire-menu-bg.png');
        background-repeat: repeat-x;
        border-radius: 5px;
    }

    .rmm.sapphire .rmm-toggled-title {
        position: relative;
        top: 9px;
        left: 15px;
        font-size: 16px;
        color: white;
        text-shadow: 1px 1px 1px #3e587b;
    }

    .rmm.sapphire .rmm-button {
        display: block;
        position: absolute;
        right: 9px;
        top: 7px;
        width: 20px;
        padding: 0px 7px 0px 7px;
        border: 1px solid #3e587b;
        border-radius: 3px;
        background-image: url('../rmm-img/sapphire-menu-bg.png');
        background-position: top;
    }

    .rmm.sapphire .rmm-button span {
        display: block;
        margin: 4px 0px 4px 0px;
        height: 2px;
        background: white;
        width: 20px;
    }

    .rmm.sapphire .rmm-toggled ul li a {
        display: block;
        width: 100%;
        background-color: #537698;
        text-align: center;
        padding: 10px 0px 10px 0px;
        border-bottom: 1px solid #3c5779;
        border-top: 1px solid #6883a6;
        text-shadow: 1px 1px 1px #333333;
    }

    .rmm.sapphire .rmm-toggled ul li a:active {
        background-color: #3c5779;
        border-bottom: 1px solid #3c5779;
        border-top: 1px solid #3c5779;
    }

    .rmm.sapphire .rmm-toggled ul li:first-child a {
        border-top: 1px solid #3c5779 !important;
    }

    .rmm.minimal a {
        color: #333333;
    }

    .rmm.minimal a:hover {
        opacity: 0.7;
    }

    .rmm.minimal .rmm-main-list li a {
        display: inline-block;
        padding: 8px 30px 8px 30px;
        margin: 0px -3px 0px -3px;
        font-size: 15px;
    }

    .rmm.minimal .rmm-toggled {
        width: 95%;
        min-height: 36px;
    }

    .rmm.minimal .rmm-toggled-controls {
        display: block;
        height: 36px;
        color: #333333;
        text-align: left;
        position: relative;
    }

    .rmm.minimal .rmm-toggled-title {
        position: relative;
        top: 9px;
        left: 9px;
        font-size: 16px;
        color: #33333;
    }

    .rmm.minimal .rmm-button {
        display: block;
        position: absolute;
        right: 9px;
        top: 7px;
    }

    .rmm.minimal .rmm-button span {
        display: block;
        margin: 4px 0px 4px 0px;
        height: 2px;
        background: #333333;
        width: 25px;
    }

    .rmm.minimal .rmm-toggled ul li a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 10px 0px 10px 0px;
        border-bottom: 1px solid #dedede;
        color: #333333;
    }

    .rmm.minimal .rmm-toggled ul li:first-child a {
        border-top: 1px solid #dedede;
    }

    .footer {
        padding: 0.5em 0;
        background: rgba(48, 48, 48, 0.86);
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        position: relative;
        margin-top: 2em;
    }

    .footer p {
        color: #FFF;
        font-size: 0.875em;
    }

    .footer p a {
        color: #DC483A;
    }

    .footer p a:hover {
        color: #FFF;
    }

    .scroll {
        width: 41px;
        height: 26px;
        border: none;
        display: block;
        text-indent: 100%;
        background: url(../images/top-icon.png) no-repeat right top;
        position: absolute;
        right: 14px;
        bottom: 2px;
    }

    .scroll:hover {
        opacity: 0.8;
    }

    .banner {
        z-index:;
    }

    .top-head {
        margin-top: -300px;
    }

    .about-left span {
        font-family: Arial, sans-serif;
        color: #DC483A;
        font-size: 0.875em;
        display: block;
        padding: 0.5em 0;
        line-height: 1.8em;
    }

    .about-left h2 {
        color: #303030;
        font-size: 1.2em;
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

    .about-left p {
        font-family: Arial, sans-serif;
        color: #777;
        font-size: 0.875em;
        display: block;
        line-height: 1.8em;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
    }

    .about {
        margin-top: 12px;
    }

    .about-histore {
        border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
    }

    .about-histore h3 {
        font-family: Arial, Helvetica, sans-serif;
        padding: 15px 0px 15px 0px;
        margin-bottom: 13px;
        color: #303030;
        font-size: 1.2em;
        text-transform: uppercase;
    }

    .about-histore ul li span {
        color: #777;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        padding: 10px;
        margin-bottom: 13px;
        float: left;
        background: #EEE;
    }

    .about-histore ul li p {
        font-size: 0.8125em;
        color: #777;
        line-height: 1.5em;
        font-family: Arial, sans-serif;
        padding: 0px 0px 20px 0px;
        float: right;
        width: 72%;
        border: none;
    }

    .about-histore ul li p label {
        color: #DC483A;
        display: block;
    }

    .about-sidebar {
        float: right;
        width: 28%;
    }

    .about-sidebar h3 {
        font-family: Arial, Helvetica, sans-serif;
        padding: 15px 0px 15px 0px;
        margin-bottom: 13px;
        color: #303030;
        font-size: 1.2em;
        text-transform: uppercase;
    }

    .about-sidebar ul li a {
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.875em;
        color: #777;
        padding: 2px 0px 5px 0px;
    }

    .about-sidebar ul li a:hover {
        color: #DC483A;
    }

    .about-sidebar ul li {
        border-bottom: 1px dashed rgba(192, 192, 192, 0.33);
        background: url(../images/marker.png) 0 19px no-repeat;
        padding: 9px 10px 8px 18px;
    }

    .about-sidebar ul li:hover {
        background: url(../images/marker1.png) 0 19px no-repeat;
    }

    .ctips {
        margin-top: 0px;
    }

    .tips-left {
        width: 100%;
        float: left;
    }

    .tips-left-grid h3 {
        font-family: Arial, Helvetica, sans-serif;
        padding: 15px 0px 0px 0px;
        color: #303030;
        font-size: 1.2em;
        text-transform: uppercase;
    }

    .tips-left-grid p {
        font-family: Arial, sans-serif;
        color: #777;
        font-size: 0.875em;
        display: block;
        padding: 0.5em 0;
        line-height: 1.5em;
    }

    .tips-left-grid span {
        font-family: Arial, sans-serif;
        color: #DC483A;
        font-size: 0.875em;
        display: block;
        line-height: 1.5em;
    }

    .tips-right {
        width: 100%;
    }

    .tips-right h3 {
        font-family: Arial, Helvetica, sans-serif;
        padding: 15px 0px 0px 0px;
        color: #303030;
        font-size: 1.2em;
        text-transform: uppercase;
    }

    .tips-right li,.tips-right p {
        font-family: Arial, sans-serif;
        color: #777;
        font-size: 0.875em;
        display: block;
        padding: 1em 0;
        line-height: 1.5em;
    }

    .tips-right li:before {
        content: url(../images/icon3.png);
        padding-right: 10px;
    }

    .tips-right li {
        padding: 0.5em 0;
    }

    .cooking-eq h3 {
        color: #303030;
        font-size: 1.2em;
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

    .eq-grid span {
        font-family: Arial, sans-serif;
        color: #DC483A;
        font-size: 0.875em;
        display: block;
        padding: 0.5em 0 0 0;
        line-height: 1.8em;
    }

    .eq-grid p {
        font-family: Arial, sans-serif;
        color: #777;
        font-size: 0.875em;
        display: block;
        padding: 0.5em 0;
        line-height: 1.8em;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
    }

    .service-content h3 {
        font-family: Arial, Helvetica, sans-serif;
        padding: 10px 0px;
        color: #303030;
        font-size: 1.2em;
        text-transform: uppercase;
    }

    .service-content ul li {
        display: block;
    }

    .service-content ul li span {
        width: 12%;
        float: left;
        font-size: 1.5em;
        color: #303030;
        font-family: Arial, Helvetica, sans-serif;
    }

    .service-content ul li p {
        font-family: Arial, Helvetica, sans-serif;
        color: #6a6a6a;
        font-size: 0.875em;
        padding: 5px 0 10px 0;
        line-height: 1.8em;
    }

    .service-content ul li p a {
        font-size: 1em;
        color: #303030;
        font-family: Arial, Helvetica, sans-serif;
        display: block;
    }

    .service-content ul {
        padding-bottom: 5px;
    }

    .services-sidebar h3 {
        font-family: Arial, Helvetica, sans-serif;
        padding: 10px 0px;
        color: #303030;
        font-size: 1.2em;
        text-transform: uppercase;
    }

    .services-sidebar ul li a {
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.875em;
        color: #777;
        padding: 2px 0px 5px 0px;
    }

    .services-sidebar ul li a:hover {
        color: #DC483A;
    }

    .services-sidebar ul li {
        border-bottom: 1px dashed rgba(192, 192, 192, 0.33);
        background: url(../images/marker.png) 0 15px no-repeat;
        padding: 9px 13px 8px 23px;
    }

    .services {
        margin: 4px 0px 20px 0;
    }

    .gallerys {
        margin: 0px 0px 15px 0px;
    }

    .gallerys h3 {
        font-family: Arial, Helvetica, sans-serif;
        padding: 15px 0px;
        color: #303030;
        font-size: 1.2em;
        text-transform: uppercase;
    }

    .gallery-grid {
        margin: 0px 0px 1.5em 0;
    }

    .gallery-grid p {
        font-size: 0.875em;
        padding: 0.2em 0em 1.2em 0em;
        color: #6a6a6a;
        line-height: 1.8em;
        font-family: Arial, Helvetica, sans-serif;
    }

    .gallery-button a {
        color: #FFF;
        background: url(../images/icon1.png) no-repeat 100% -0% #303030;
        padding: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.875em;
        display: block;
        width: 50%;
    }

    .gallery-button a:hover {
        background: url(../images/icon1h.png) no-repeat 100% -0% #DC483A;
    }

    .gallery-grids {
        margin-bottom: 30px;
    }

    .projects-bottom-paination ul li {
        display: inline-block;
    }

    .projects-bottom-paination {
        text-align: center;
        margin: 2em 0px 2em 0;
    }

    .projects-bottom-paination li a {
        font: 400 12px/1.2em Arial;
        color: #5a5a5a;
        padding: 11px 18px;
        background: #fff;
        text-decoration: none;
        text-shadow: none;
        border: 1px solid #e9e9e9;
        margin-top: 16px;
    }

    .projects-bottom-paination li.active > a,.projects-bottom-paination li > a:hover {
        background: #DC483A;
        color: #fff;
    }

    .gallery-grid h4 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        line-height: 22px;
        text-transform: uppercase;
        color: #303030;
        font-family: Arial, Helvetica, sans-serif;
        cursor: pointer;
        padding: 13px 0px 2px 0px;
    }

    .gallery-grid h4:hover {
        color: #DC483A;
    }

    .contact {
        margin-top: 0px;
    }

    .section {
        clear: both;
        padding: 0px;
        margin: 0px;
    }

    .group:before,.group:after {
        content: "";
        display: table;
    }

    .group:after {
        clear: both;
    }

    .group {
        zoom: 1;
    }

    .span_2_of_3 h3,.span_1_of_3 h3 {
        font-family: Arial, Helvetica, sans-serif;
        padding: 15px 0px;
        color: #303030;
        font-size: 1.2em;
        text-transform: uppercase;
    }

    .contact-form {
        position: relative;
        padding-bottom: 30px;
    }

    .contact-form span {
        display: block;
        font-size: 0.875em;
        color: #454545;
        padding-bottom: 5px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .contact-form input[type="text"],.contact-form textarea {
        padding: 8px;
        display: block;
        width: 92%;
        border: none;
        outline: none;
        color: #303030;
        font-size: 0.8125em;
        font-family: Arial, Helvetica, sans-serif;
        border: 1px solid rgba(192, 192, 192, 0.41);
        -webkit-appearance: none;
    }

    .contact-form textarea {
        resize: none;
        height: 120px;
    }

    .contact-form input[type="submit"] {
        border: none;
        cursor: pointer;
        color: #FFF;
        background: url(../images/icon1.png) no-repeat 100% -0% #303030;
        padding: 10px 50px 10px 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        display: block;
    }

    .contact-form input[type="submit"]:hover {
        background: url(../images/icon1h.png) no-repeat 100% -0% #DC483A;
    }

    .contact-form input[type="submit"]:active {
        background: url(../images/icon1h.png) no-repeat 100% -0% #DC483A;
    }

    .company_address p {
        font-size: 0.875em;
        color: #6a6a6a;
        line-height: 1.8em;
        font-family: Arial, Helvetica, sans-serif;
    }

    .company_address p span {
        text-decoration: underline;
        color: #454545;
        cursor: pointer;
    }

    .map {
        margin-bottom: 15px;
    }

    .contact-footer {
        border-top: 1px solid rgba(69, 69, 69, 0.13);
        padding: 28px 0px 0px 0px;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px),(min-device-width: 320px) and (max-device-width: 480px) and (orientation : landscape) {
    #wowslider-container1 {
        top: 150px !important;
    }

    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,dl,dt,dd,ol,nav ul,nav 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;
        vertical-align: baseline;
    }

    article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
        display: block;
    }

    ol,ul {
        list-style: none;
        padding: 0px;
        padding-top: 2px;
    }

    blockquote,q {
        quotes: none;
    }

    blockquote:before,blockquote:after,q:before,q:after {
        content: '';
        content: none;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    a {
        text-decoration: none;
    }

    .txt-rt {
        text-align: right;
    }

    .txt-lt {
        text-align: left;
    }

    .txt-center {
        text-align: center;
    }

    .float-rt {
        float: right;
    }

    .float-lt {
        float: left;
    }

    .clear {
        clear: both;
    }

    .pos-relative {
        position: relative;
    }

    .pos-absolute {
        position: absolute;
    }

    .vertical-base {
        vertical-align: baseline;
    }

    .vertical-top {
        vertical-align: top;
    }

    nav.vertical ul li {
        display: block;
    }

    nav.horizontal ul li {
        display: inline-block;
    }

    img {
        max-width: 100%;
    }

    float:center; margin top:10px;  body {
        font-family: Arial, Helvetica, sans-serif;
    }

    .container {
        background: url(../images/slider1.jpg) no-repeat;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
    }

    .bg {
        background: url(../images/slider1.jpg) no-repeat;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
    }

    .top-search {
        margin: 0 1em 0.5em 1em;
        padding-top: 0.5em;
        width: 80%;
        display: none;
    }

    .back-button a {
        color: #FFF;
        background: url(../images/back.png) no-repeat -0% 100% #303030;
        padding: 10px 50px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.875em;
        display: block;
        text-transform: uppercase;
    }

    .back-button a:hover {
        color: #FFF;
        background: url(../images/backh.png) no-repeat -0% 100% #DC483A;
    }

    nav#main-nav select {
        background: none repeat scroll 0 0 #f9f9f9;
        border: 1px solid #e3e3e3;
        color: #777777;
        cursor: pointer;
        display: block;
        margin-right: 10px !important;
        margin-top: 32px;
        padding: 6px 5px 6px 1px;
        width: 100%;
    }

    .top-search input[type="text"] {
        float: left;
        width: 100%;
        padding: 5px 10px;
        border: none;
        background: #fff;
        padding-left: 5px;
        outline: none;
    }

    .top-search input[type="submit"] {
        background: #77787A url(../images/icon-1.png) center center;
        padding: 5px 10px;
        cursor: pointer;
        border: none;
    }

    .top-search input[type="submit"]:hover {
        background: #303030 url(../images/icon-1.png) center center;
    }

    .main-header {
        background: border-bottom: 5px solid #888A8C;
    }

    .top-grid img {
        display: block;
    }

    .top-grid a {
        color: #FFF;
        background: url(../images/icon1.png) no-repeat 100% -0% #5BCAF3;
        padding: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.875em;
        display: block;
        width: 93%;
    }

    .top-grid a:hover {
        background: url(../images/icon1h.png) no-repeat 100% -0% #77787A;
    }

    #last-grid {
        margin: 0;
    }

    #last-grid1 {
        margin-right: 0;
    }

    .top-grid {
        border: 1px solid rgba(238, 238, 238, 0.28);
        padding: 5px 0;
        background: rgba(255, 255, 255, 0.53);
        width: 100%;
    }

    .top-grid h3 {
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.2em;
        text-transform: uppercase;
        padding: 10px;
        display: block;
    }

    .top-grids {
        margin-top: -80px;
    }

    .content {
        margin: 0 12px;
        margin-top: 148px;
    }

    .mid-grids {
        margin: 0;
        padding: 0;
    }

    .mid-grids {
        border: 1px dashed rgba(0, 0, 0, 0.06);
        border-right: none;
        border-left: none;
    }

    .mid-grid {
        float: left;
        width: 100%;
    }

    .mid-grid h3 {
        color: #303030;
        font-size: 1.5em;
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        margin-top: 0.5em;
    }

    .mid-grid span {
        font-family: Arial, sans-serif;
        color: #65CDF4;
        font-size: 0.875em;
        display: block;
        padding: 1em 0;
        line-height: 1.5em;
    }

    .mid-grid p {
        font-family: Arial, sans-serif;
        color: #777;
        font-size: 0.875em;
        display: block;
        padding: 1em 0;
        line-height: 1.5em;
    }

    .button {
        color: #FFF;
        background: url(../images/icon1.png) no-repeat 100% -0% #65CDF4;
        padding: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.875em;
        display: block;
        width: 42%;
    }

    .button:hover {
        background: url(../images/icon1h.png) no-repeat 100% -0% #77787A;
    }

    .mid-grid ul li {
        display: block;
        border-bottom: 1px dashed #C7C7C7;
        padding: 1.3px 0;
    }

    .mid-grid ul li a {
        font-family: Arial, sans-serif;
        color: #777;
        font-size: 0.875em;
        display: block;
        padding: 0.5em 0;
        -moz-transition: background 0.3s ease-out;
        -o-transition: background 0.3s ease-out;
        -webkit-transition: background 0.3s ease-out;
        transition: all 0.3s ease-out;
        display: inline-block;
    }

    .mid-grid ul li a:hover {
        color: #65CDF4;
    }

    .mid-grid ul li:before {
        content: url(../images/icon3.png);
        padding-right: 5px;
    }

    .mid-grid ul {
        margin-bottom: 1.3em;
    }

    .latest-news-pic {
        float: left;
        width: 100%;
    }

    .latest-news-info {
        float: right;
        width: 100%;
    }

    .latest-news-info a {
        font-family: Arial, sans-serif;
        color: #DC483A;
        font-size: 0.875em;
        display: block;
        line-height: 1.5em;
    }

    .latest-news-info a:hover {
        color: #777;
    }

    .bottom-grid-videos h3 {
        color: #303030;
        font-size: 1.2em;
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        margin: 0.5em 0;
    }

    .video-grid img {
        display: block;
    }

    .video-grid p {
        font-family: Arial, sans-serif;
        color: #777;
        font-size: 0.875em;
        display: block;
        padding: 1em 0;
        line-height: 1.5em;
    }

    .tips h3 {
        color: #303030;
        font-size: 1.2em;
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        margin: 0.5em 0;
    }

    .menu_container {
        margin-top: 5%;
        font-family: Arial, Helvetica, sans-serif;
    }

    .menu_head {
        background: #303030;
        color: white;
        cursor: pointer;
        font-family: arial;
        font-size: 14px;
        margin: 0 0 1px 0;
        padding: 7px 11px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .menu_body {
        background: #fff;
    }

    .menu_body p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.8em;
        color: rgb(155, 155, 155);
        line-height: 1.8em;
        margin-bottom: 10px;
        padding: 10px;
    }

    .plusminus {
        float: right;
        color: #DC483A;
    }

    .footer {
        padding: 0.5em 0;
        background: rgba(48, 48, 48, 0.86);
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        position: relative;
        margin-top: 2em;
        width: 100%;
    }

    .footer p {
        color: #FFF;
        font-size: 0.875em;
    }

    .footer p a {
        color: #65CDF4;
    }

    .footer p a:hover {
        color: #FFF;
    }

    .scroll {
        width: 41px;
        height: 26px;
        border: none;
        display: block;
        text-indent: 100%;
        background: url(../images/top-icon.png) no-repeat right top;
        position: absolute;
        right: 14px;
        bottom: 2px;
    }

    .scroll:hover {
        opacity: 0.8;
    }

    .banner {
        z-index:;
    }

    .top-head {
        margin-top: -300px;
    }

    .about-left {
        width: 100%;
        margin-top: -80px;
    }

    .about-left span {
        font-family: Arial, sans-serif;
        color: #DC483A;
        font-size: 0.875em;
        display: block;
        padding: 0.5em 0;
        line-height: 1.8em;
    }

    .about-left h2 {
        color: #303030;
        font-size: 1.2em;
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

    .about-left p {
        font-family: Arial, sans-serif;
        color: #777;
        font-size: 0.875em;
        display: block;
        line-height: 1.8em;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
    }

    .about {
        margin-top: 12px;
    }

    .about-histore {
        border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
    }

    .about-histore h3 {
        font-family: Arial, Helvetica, sans-serif;
        padding: 15px 0px 15px 0px;
        margin-bottom: 13px;
        color: #303030;
        font-size: 1.2em;
        text-transform: uppercase;
    }

    .about-histore ul li span {
        color: #777;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        padding: 10px;
        margin-bottom: 13px;
        float: left;
        background: #EEE;
    }

    .about-histore ul li p {
        font-size: 0.8125em;
        color: #777;
        line-height: 1.5em;
        font-family: Arial, sans-serif;
        padding: 0px 0px 20px 0px;
        float: right;
        width: 72%;
        border: none;
    }

    .about-histore ul li p label {
        color: #DC483A;
        display: block;
    }

    .about-sidebar {
        float: center;
        width: 100%;
    }

    .about-sidebar h3 {
        font-family: Arial, Helvetica, sans-serif;
        padding: 15px 0px 15px 0px;
        margin-bottom: 13px;
        color: #303030;
        font-size: 1.2em;
        text-transform: uppercase;
    }

    .about-sidebar ul li a {
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.875em;
        color: #777;
        padding: 2px 0px 5px 0px;
    }

    .about-sidebar ul li a:hover {
        color: #65CDF4;
    }

    .about-sidebar ul li {
        border-bottom: 1px dashed rgba(192, 192, 192, 0.33);
        background: url(../images/marker.png) 0 19px no-repeat;
        padding: 9px 10px 8px 18px;
    }

    .about-sidebar ul li:hover {
        background: url(../images/marker1.png) 0 19px no-repeat;
    }

    .ctips {
        margin-top: 0px;
    }

    .tips-left {
        width: 100%;
    }

    .tips-left-grid h3 {
        font-family: Arial, Helvetica, sans-serif;
        padding: 15px 0px 0px 0px;
        color: #303030;
        font-size: 1.2em;
        text-transform: uppercase;
    }

    .tips-left-grid p {
        font-family: Arial, sans-serif;
        color: #777;
        font-size: 0.875em;
        display: block;
        padding: 0.5em 0;
        line-height: 1.5em;
    }

    .tips-left-grid span {
        font-family: Arial, sans-serif;
        color: #DC483A;
        font-size: 0.875em;
        display: block;
        line-height: 1.5em;
    }

    .tips-right {
        width: 100%;
    }

    .tips-right h3 {
        font-family: Arial, Helvetica, sans-serif;
        padding: 15px 0px 0px 0px;
        color: #303030;
        font-size: 1.2em;
        text-transform: uppercase;
    }

    .tips-right li,.tips-right p {
        font-family: Arial, sans-serif;
        color: #777;
        font-size: 0.875em;
        display: block;
        padding: 1em 0;
        line-height: 1.5em;
    }

    .tips-right li:before {
        content: url(../images/icon3.png);
        padding-right: 10px;
    }

    .tips-right li {
        padding: 0.5em 0;
    }

    .cooking-eq h3 {
        color: #303030;
        font-size: 1.2em;
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

    .eq-grid span {
        font-family: Arial, sans-serif;
        color: #DC483A;
        font-size: 0.875em;
        display: block;
        padding: 0.5em 0 0 0;
        line-height: 1.8em;
    }

    .eq-grid p {
        font-family: Arial, sans-serif;
        color: #777;
        font-size: 0.875em;
        display: block;
        padding: 0.5em 0;
        line-height: 1.8em;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
    }

    .service-content h3 {
        font-family: Arial, Helvetica, sans-serif;
        padding: 10px 0px;
        color: #303030;
        font-size: 1.2em;
        text-transform: uppercase;
    }

    .service-content ul li {
        display: block;
    }

    .service-content ul li span {
        width: 12%;
        float: left;
        font-size: 1.5em;
        color: #303030;
        font-family: Arial, Helvetica, sans-serif;
    }

    .service-content ul li p {
        font-family: Arial, Helvetica, sans-serif;
        color: #6a6a6a;
        font-size: 0.875em;
        padding: 5px 0 10px 0;
        line-height: 1.8em;
    }

    .service-content ul li p a {
        font-size: 1em;
        color: #303030;
        font-family: Arial, Helvetica, sans-serif;
        display: block;
    }

    .service-content {
        width: 100%;
        margin-top: -80px;
    }

    .service-content ul {
        padding-bottom: 5px;
    }

    .services-sidebar h3 {
        font-family: Arial, Helvetica, sans-serif;
        padding: 10px 0px;
        color: #303030;
        font-size: 1.2em;
        text-transform: uppercase;
    }

    .services-sidebar ul li a {
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.875em;
        color: #777;
        padding: 2px 0px 5px 0px;
    }

    .services-sidebar ul li a:hover {
        color: #DC483A;
    }

    .services-sidebar ul li {
        border-bottom: 1px dashed rgba(192, 192, 192, 0.33);
        background: url(../images/marker.png) 0 15px no-repeat;
        padding: 9px 13px 8px 23px;
    }

    .services {
        margin: 4px 0px 20px 0;
    }

    .gallerys {
        margin: 0px 0px 15px 0px;
    }

    .gallerys h3 {
        font-family: Arial, Helvetica, sans-serif;
        padding: 15px 0px;
        color: #303030;
        font-size: 1.2em;
        text-transform: uppercase;
    }

    .gallery-grid {
        margin: 0px 0px 1.5em 0;
    }

    .gallery-grid p {
        font-size: 0.875em;
        padding: 0.2em 0em 1.2em 0em;
        color: #6a6a6a;
        line-height: 1.8em;
        font-family: Arial, Helvetica, sans-serif;
    }

    .gallery-button a {
        color: #FFF;
        background: url(../images/icon1.png) no-repeat 100% -0% #303030;
        padding: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.875em;
        display: block;
        width: 50%;
    }

    .gallery-button a:hover {
        background: url(../images/icon1h.png) no-repeat 100% -0% #DC483A;
    }

    .gallery-grids {
        margin-bottom: 30px;
    }

    .projects-bottom-paination ul li {
        display: inline-block;
    }

    .projects-bottom-paination {
        text-align: center;
        margin: 2em 0px 2em 0;
    }

    .projects-bottom-paination li a {
        font: 400 12px/1.2em Arial;
        color: #5a5a5a;
        padding: 11px 18px;
        background: #fff;
        text-decoration: none;
        text-shadow: none;
        border: 1px solid #e9e9e9;
        margin-top: 16px;
    }

    .projects-bottom-paination li.active > a,.projects-bottom-paination li > a:hover {
        background: #DC483A;
        color: #fff;
    }

    .gallery-grid h4 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        line-height: 22px;
        text-transform: uppercase;
        color: #303030;
        font-family: Arial, Helvetica, sans-serif;
        cursor: pointer;
        padding: 13px 0px 2px 0px;
    }

    .gallery-grid h4:hover {
        color: #DC483A;
    }

    .contact {
        margin-top: -200px;
    }

    .section {
        clear: both;
        padding: 0px;
        margin: 0px;
    }

    .group:before,.group:after {
        content: "";
        display: table;
    }

    .group:after {
        clear: both;
    }

    .group {
        zoom: 1;
    }

    .span_2_of_3 h3,.span_1_of_3 h3 {
        font-family: Arial, Helvetica, sans-serif;
        padding: 15px 0px;
        color: #303030;
        font-size: 1.2em;
        text-transform: uppercase;
    }

    .contact-form {
        position: relative;
        padding-bottom: 30px;
    }

    .contact-form span {
        display: block;
        font-size: 0.875em;
        color: #454545;
        padding-bottom: 5px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .contact-form input[type="text"],.contact-form textarea {
        padding: 8px;
        display: block;
        width: 92%;
        border: none;
        outline: none;
        color: #303030;
        font-size: 0.8125em;
        font-family: Arial, Helvetica, sans-serif;
        border: 1px solid rgba(192, 192, 192, 0.41);
        -webkit-appearance: none;
    }

    .contact-form textarea {
        resize: none;
        height: 120px;
    }

    .contact-form input[type="submit"] {
        border: none;
        cursor: pointer;
        color: #FFF;
        background: url(../images/icon1.png) no-repeat 100% -0% #65CDF4;
        padding: 10px 50px 10px 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        display: block;
    }

    .contact-form input[type="submit"]:hover {
        background: url(../images/icon1h.png) no-repeat 100% -0% #4D4D4D;
    }

    .contact-form input[type="submit"]:active {
        background: url(../images/icon1h.png) no-repeat 100% -0% #DC483A;
    }

    .company_address p {
        font-size: 0.875em;
        color: #6a6a6a;
        line-height: 1.8em;
        font-family: Arial, Helvetica, sans-serif;
    }

    .company_address p span {
        text-decoration: underline;
        color: #454545;
        cursor: pointer;
    }

    .map {
        margin-bottom: 15px;
    }

    .contact-footer {
        border-top: 1px solid rgba(69, 69, 69, 0.13);
        padding: 28px 0px 0px 0px;
    }
}

@media screen and (min-width: 320px) and (max-width: 568px),(min-device-width: 320px) and (max-device-width: 568px) and (orientation : landscape) {
    .top-grid {
        border: 1px solid rgba(238, 238, 238, 0.28);
        padding: 5px 0;
        background: rgba(255, 255, 255, 0.53);
        width: 100%;
    }

    .top-nav ul li {
        display: block;
        width: 100%;
    }

    .logo {
        text-align: center;
    }
}

@media screen and (min-width: 360px) and (max-width: 640px),(min-device-width: 360px) and (max-device-width: 640px) and (orientation : landscape) {
    .top-grid {
        border: 1px solid rgba(238, 238, 238, 0.28);
        padding: -35px 0;
        background: rgba(255, 255, 255, 0.53);
        width: 100%;
    }

    .top-search {
        display: none;
    }

    .top-nav ul li {
        display: block;
        width: 100%;
        background: url("../images/icon1h.png") no-repeat scroll 100% 60% #65cdf4;
    }

    .top-nav li.active > a,.top-nav li > a:hover {
        color: #FFF;
        background: url(../images/icon1h.png) no-repeat 100% 60% #77787A;
    }

    .top-nav ul li a {
        background: url("../images/icon1h.png") no-repeat scroll 100% 60% #65cdf4;
    }

    .top-nav {
        float: right;
        padding: 6px 75px;
        top: 10px;
        padding-bottom: 20px;
        display: none;
    }

    .top-grids {
        margin-top: 50px;
    }

    .mid-grids {
        margin: 0;
        padding: 0;
    }

    .contact {
        margin-top: 238px;
    }

    #main-nav ul.sf-menu {
        display: none;
        margin-top: 25px;
        text-decoration: none;
    }

    #main-nav {
        width: 100%;
    }

    nav#main-nav select {
        background: none repeat scroll 0 0 #f9f9f9;
        border: 1px solid #e3e3e3;
        color: #777777;
        cursor: pointer;
        display: block;
        margin-right: 10px !important;
        margin-top: 5px;
        padding: 6px 5px 6px 1px;
        width: 100%;
    }

    .main-header {
        background: none repeat scroll 0 0 #fff;
        border-bottom: 5px solid #888a8c;
    }

    .top-nav ul li {
        background-color: #65cdf4;
        display: inline-block;
        float: left;
        display: none;
    }

    .logo {
        padding: 10px 0px;
        text-align: center;
        width: 100%;
    }

    .ol,ul {
        list-style: outside none none;
        margin: 0px 22px 0px;
        padding: 2px 0 0;
    }

    .mid-grid {
        float: left;
        width: 100%;
    }

    .about-left {
        width: 100%;
        margin-top: -80px;
    }

    .about-sidebar {
        width: 100%;
    }

    .service-content {
        width: 100%;
        margin-top: -80px;
    }

    .tips-left {
        width: 100%;
    }

    .tips-right {
        width: 100%;
    }

    .top-grid a {
        background: url("../images/icon1h.png") no-repeat scroll 100% 60% #65CDF4;
        color: #fff;
        display: block;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 0.875em;
        padding: 10px;
        width: 96%;
    }

    .button {
        background: url("../images/icon1.png") no-repeat scroll 100% 0 #4ac5f3;
        color: #fff;
        display: block;
        font-family: "Open Sans",sans-serif;
        font-size: 0.875em;
        padding: 10px;
        transition: all 0.3s ease-out 0s;
        width: 37%;
    }

    top-nav {
        float: right;
        padding: 6px 20px;
        top: 10px;
        margin: 2.5em 0.8em 0;
    }

    .ol ul {
        list-style: outside none none;
        margin: -20px 17px 20px;
        padding: 2px 0 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 568px),(min-device-width: 320px) and (max-device-width: 568px) and (orientation : landscape) {
    top-grid a {
        background: url("../images/icon1.png") no-repeat scroll 100% 0 #5bcaf3;
        color: #fff;
        display: block;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 0.875em;
        padding: 10px;
        width: 93%;
    }
}

@media screen and (min-width: 600px) and (max-width: 960px),(min-device-width: 600px) and (max-device-width: 960px) and (orientation : landscape) {
    .ol,ul {
        list-style: outside none none;
        padding: 2px 0 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px),(min-device-width: 768px) and (max-device-width: 1024px) and (orientation : landscape) {
    .top-nav {
        float: right;
        padding: 6px 20px;
        top: 10px;
    }

    .ol,ul {
        list-style: outside none none;
        padding: 2px 0 0;
    }

    top-nav ul li {
        background-color: #65cdf4;
        display: inline-block;
        float: left;
    }

    top-nav ul li {
        background-color: #65cdf4;
        display: inline-block;
        float: left;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px),(min-device-width: 768px) and (max-device-width: 1024px) and (orientation : landscape) {
    .top-nav {
        float: right;
        padding: 6px 20px;
        top: 10px;
    }

    .top-search {
        float: right;
        margin-bottom: 7%;
        margin-top: 12%;
        padding: 3px 20px;
        top: 10px;
        height: 31px;
    }
}

@media screen and (max-width: 600px),(min-device-width: 600px) and (max-device-width: 960px) and (orientation : portrait) {
    .top-nav ul li {
        display: inline-block;
        float: left;
        background-color: #65CDF4;
    }

    .logo {
        padding: 10px 0px;
        text-align: center;
        width: 100%;
    }

    #main-nav ul.sf-menu {
        margin-top: 25px;
        text-decoration: none;
        display: none;
    }

    #main-nav ul {
        margin: 0;
        padding: 0;
    }

    .sf-menu {
        line-height: 1;
    }

    #main-nav {
        width: 100%;
    }

    nav#main-nav select {
        background: none repeat scroll 0 0 #f9f9f9;
        border: 1px solid #e3e3e3;
        color: #777777;
        cursor: pointer;
        display: block;
        margin-right: 10px !important;
        margin-top: 5px;
        padding: 6px 5px 6px 1px;
        width: 100%;
    }

    .top-search input[type="text"] {
        float: left;
        width: 164px;
        height: 28px;
        border: none;
        background: #fff;
        padding-left: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    .top-search input[type="submit"] {
        background: #77787A url(../images/icon-1.png) center center;
        width: 28px;
        height: 28px;
        cursor: pointer;
        -moz-transition: background 0.3s ease-out;
        -o-transition: background 0.3s ease-out;
        -webkit-transition: background 0.3s ease-out;
        transition: all 0.3s ease-out;
        border: none;
    }

    .top-search input[type="submit"]:hover {
        background: #303030 url(../images/icon-1.png) center center;
    }

    .main-header {
        background: #fff;
        border-bottom: 5px solid #888A8C;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px),(min-device-width: 320px) and (max-device-width: 480px) and (orientation : landscape) {
    .top-nav {
        float: right;
        padding: 6px 35px;
        top: 10px;
    }

    .contact {
        width: 100%;
        margin-top: -80px;
    }
}

@media screen and (max-width: 360px),(min-device-width: 360px) and (max-device-width: 640px) and (orientation : portrait) {
    .top-nav {
        float: right;
        top: 10px;
    }

    .top-grids {
        margin-top: 0px;
    }
}

@media screen and (min-width: 600px) and (max-width: 960px),(min-device-width: 600px) and (max-device-width: 960px) and (orientation : landscape) {
    ol,ul {
        list-style: outside none none;
        padding: 0px;
    }

    .contact {
        margin-top: 238px;
    }

    .top-nav {
        float: none;
        padding: 6px 20px;
        top: 10px;
        display: none;
    }

    .logo {
        background: none repeat scroll 0 0 #fff;
        float: left;
        padding: 6px 0px;
    }
}

@media screen and (min-width: 600px) and (max-width: 960px),(min-device-width: 600px) and (max-device-width: 960px) and (orientation : landscape) {
    .about-left {
        margin-top: -80px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px),(min-device-width: 768px) and (max-device-width: 1024px) and (orientation : landscape) {
    .about-left {
        margin-top: -6px;
    }

    .service-content {
        margin-top: -10px;
        width: 73%;
    }

    .contact {
        margin-top: 220px;
        width: 100%;
    }

    .about-sidebar {
        float: right;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px),(min-device-width: 768px) and (max-device-width: 1024px) and (orientation : landscape) {
    .ctips {
        margin-top: 280px;
    }
}