


* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

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

ol,
ul,
menu {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

select{
    border: 1px solid #ccc;
    padding: 2px;
}

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

a:link {
    text-decoration: none;
    color: #333;
}

a:visited {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
    color: #333;
}

a:active {
    text-decoration: none;
    color: #333;
}

p {
    padding-bottom: 10px;
}

input::-ms-clear {
    display: none !important;
}

html {
    float: left;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    width: 100%;
}

body {
    position: relative;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    width: 100%;
    height: 100%;
    float: left;
    min-width: 1024px;
    font-size: 14px;
    color: #004487;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: visible;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.wrap {
    width: 940px;
    margin: 0 auto;
}

.header {
    float: left;
    width: 100%;
    background-color: #1a8cff;
}

.header .wrap {
    position: relative;
}

.header .wrap h1 {
    font-family: 'Oswald', sans-serif;
    display: block;
    text-align: center;
    font-size: 35px;
    line-height: 23px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

.header .wrap .logo {
    margin: 25px 0 -30px 0;
    float: left;
}

.header .wrap .logo:hover{
    text-decoration: none;
}

.header .wrap .logo span {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
}

.header .wrap .logo img {
    float: left;
    width: 100%;
}

.header .wrap .slide-show {
    position: relative;
    float: right;
    width: 322px;
    height: 124px;
    margin: 0 -28px 0 0;
    background-color: #f4f4f4;
}

.header .wrap .slide-show .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 87px;
    height: 124px;
    background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") no-repeat 0 bottom scroll transparent;
    background-size: 87px 125px;
    z-index: 2;
}

.header .wrap .slide-show .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    display: none;
}

.header .wrap .slide-show .slide .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header .wrap .slide-show .slide .img-box img {
    display: none;
}

.header .wrap .slide-show.type-2 {
    width: 368px;
    height: 124px;
    margin: 0 -43px 0 0;
}

.header .wrap .slide-show.type-2 .mask {
    width: 368px;
    height: 124px;
    z-index: 0;
    background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") no-repeat 0 0 scroll transparent;
    background-size: 368px 124px;
}

.header .wrap .slide-show.type-2 .slide .img-box {
    background-size: auto 100%;
    background-position: right 0;
}

.header .main-menu, .header .menu {
    float: right;
    width: 75%;
    margin-top: 35px;
}

.header .line-bg{
    float: left;
    width: 100%;
    border-bottom: 7px solid #ff7f00;
}

.header .main-menu .menu {
    border: 0;
}

.header .main-menu ul, .header .menu ul {
    float: right;
    width: auto;
}

.header .main-menu ul li, .header .menu ul li {
    float: left;
    margin: 0 6px 0 7px;
    position: relative;
}

.header .main-menu ul li a, .header .menu ul li a {
    font-family: 'Oswald', sans-serif;;
    color: #ffffff;
    display: block;
    padding: 9px 10px;
    letter-spacing: 1px;
}

.header .main-menu ul li a:hover, .header .menu ul li a:hover, .header .main-menu ul li:hover a, .header .menu ul li:hover a {
    text-decoration: none;
    color: #1a8cff;
    background-color: #00bce4;
}

.header .main-menu ul li.current-menu-item a, .header .main-menu ul li:hover a, .header .main-menu ul li.current-menu-ancestor a,  .header .menu ul li:hover a {
    color: #fff;
    background-color: #ff7f00;
}

.header  .main-menu ul ul, .header  div.menu ul ul{
    display: none;
    position: absolute;
    top: 100%;
    width: 180px;
    left: -7px;
    z-index: 100;

}

.main-menu ul ul li, div.menu ul ul li{
    margin-left: 0;
    line-height: 30px;
    background: #00BCE4;
    border-bottom: 1px solid #fff;
    padding-bottom: 0;
    float: left;
    width: 100%;
    padding: 0 10px;
}

.main-menu ul li:hover ul, div.menu ul li:hover u{
    display: block;
}

.main-menu ul li:hover ul ul, div.menu ul li:hover ul ul{
    display: none;
}

.main-menu ul ul li:hover ul, div.menu ul ul li:hover ul, div.menu ul li:hover ul {
    display: block;
}

.main-menu ul ul li:hover, div.menu ul ul li:hover, .main-menu ul ul li:hover a, div.menu ul ul li:hover a,
.main-menu ul ul li a:hover, div.menu ul ul li a:hover,
.main-menu ul ul li.current-menu-item, div.menu ul ul li.current-menu-item,
.main-menu ul ul li.current-menu-item a, div.menu ul ul li.current-menu-item a {
    background: #ff7f00 !important;
    color: #fff !important;
}

.main-menu ul ul li, div.menu ul ul li {
    width: 100%;
}

.main-menu ul ul li, div.menu ul ul li {
    padding: 0px;
}

.main-menu ul ul li a, div.menu ul ul li a{
    display: block;
    font-size: 13px;
    padding: 0 10px !important;
}

.main-menu ul ul ul, .header div.menu ul ul ul {
    top: 0;
    right: 100%;
    left: auto;
    
}

.header div.menu ul ul li:hover ul li{
    background:  #00bce4 !important;
}

.header div.menu ul ul li ul li:hover{
    background: #ff7f00 !important;
}

.main-menu ul ul ul li:hover, .header div.menu ul ul li:hover{
    background: #ff7f00 !important;
}

.welcome-box {
    float: left;
    width: 100%;
    padding: 0px 0 30px 0;
}

.welcome-box img {
    width: 100%;
    margin-bottom: 20px;
}

.welcome-box .wrap .content {
    float: left;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
}

.welcome-box .wrap .content h1 {
    font-family: 'Oswald', sans-serif;;
    font-size: 48px;
    color: #ff7f00;
    padding: 0 0 30px;
    line-height: normal;
    text-align: left;
}

.welcome-box .wrap .content img {
    float: right;
    margin: 0 0 30px 36px;
}

.welcome-box .wrap .color-links {
    float: right;
    width: 234px;
}

.welcome-box .wrap .color-links .link {
    float: left;
    position: relative;
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    color: #ffffff;
    margin: 0 0 7px 7px;
}

.welcome-box .wrap .color-links .link .text {
    position: relative;
    z-index: 1;
    font-family: 'Oswald', sans-serif;;
    font-size: 18px;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}

.welcome-box .wrap .color-links .link img {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 110px;
}

.content {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.left-part {
    float: left;
    width: 65%;
    padding: 30px 0;
}

.left-part img, .right-part img {
    height: auto;
    margin-bottom: 15px;
    max-width: 100%;
}

.left-part .thumbs img, .right-part .thumbs img {
    width: 100%;
}

.content .lefts {
    float: left;
}

.content .rights {
    float: right;
}

.content .small {
    width: 30%;
}

.sing-post, article.post {
    float: left;
    width: 100%;
    margin: 20px 0px;
}

.share_block {
    background: #1a8cff;
    float: left;
    margin-bottom: 20px;
    margin-top: 15px;
    padding: 10px 2.5%;
    width: 95%;
    color: #fff;
}

.share_block span {
    font-weight: bold;
}

.inside .share_block a{
    color:#fff;
}

.comments{
    float: left;
    width: 100%;
    margin-top: 15px;
}

.comment-form textarea {
    width: 95%;
    padding: 5px;
    border: 1px solid #ccc;
}

.comment-form input {
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
}

.commentlist li{
    float: left;
    padding-bottom: 20px;
    width: 100%;
}

.reply{
    border-bottom: 1px dashed #ff7f00;
    float: left;
    padding-bottom: 20px;
    width: 100%;
}

.commentlist .children li{
    margin-left: 10%;
    width: 90%;
    margin-top: 20px;
}

.comment-form #submit {
    width: 115px;
    color: #fff;
    cursor: pointer;
    background: #ff7f00;
    border: 0;
}

.comment-form #submit:hover {
    background: #1a8cff;
}

.comment-form label {
    float: left;
    width: 100px;
}

.left-part img.avatar {
    float: left;
    height: auto;
    margin-bottom: 15px;
    margin-right: 15px;
    width: auto;
}

#nav-below {
    float: left;
    width: 100%;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
}

#nav-below a {
    text-decoration: none;
}

#nav-below a:hover {
    text-decoration: underline;
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
}

.searchform label{
    display: none;
}

.searchform #s {
    border-color: #ff7f00 -moz-use-text-color #ff7f00 #ff7f00;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    color: #1a8cff;
    display: inline;
    float: left;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    width: 170px;
}

.searchform #searchsubmit {
    background: none repeat scroll 0 0 #1a8cff;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    height: 27px;
    line-height: 27px;
    padding-top: 0;
    width: 90px;
}

.searchform #searchsubmit:hover{
    background:  #ff7f00;
}

.content .left-part h2 {
    border-bottom: 1px solid #ff7f00;
    color: #ff7f00;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px;
    padding: 10px 0;
    text-align: left;
}

.content .left-part h2 a {
    text-decoration: none;
}

.right-part {
    float: right;
    width: 30%;
    padding: 50px 0px 30px;
}

.content blockquote{
    float: left;
    padding: 10px 5%;
    width: 90%;
    border-right: 1px solid #ff7f00;
    margin-bottom: 15px;
}

table{
    border-left: 1px solid #BFD6E4;
    border-top: 1px solid  #BFD6E4;
    margin-bottom: 15px;
    width: 99.5%;
}

table td, table th{
    border-right: 1px solid #BFD6E4;
    border-bottom: 1px solid  #BFD6E4;
    padding: 5px;
}

table th a{
    color: #fff;
}

img, object, video{
    max-width: 100%;
   height: auto;
}
embed, iframe{
    max-width: 100%;
}
pre{
    max-width: 100%;
    overflow: hidden;
}

.alignleft, .alignnone, alignright{
    background: none repeat scroll 0 0 #BFD6E4;
    margin-bottom: 10px;
    padding: 10px;
    max-width: 100%;
}
.wp-caption, .gallery-caption{
    background: none;
    text-align: center;
    font-style: italic;
    max-width: 96%;
}
.wp-caption .wp-caption-text {
    border-bottom: 1px solid #EAEAEA;
    margin: 0;
    padding: 0 0 15px;
}
.alignleft{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.alignright{
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.aligncenter  {
    margin: 10 auto;
}
.sticky {
    background-color: #FFFFFF;
    padding: 18px !important;
}
.comments-area li.bypostauthor cite span {
    margin-left: 5px;
}

.content .post ul, .content .post dl, .post-cont ul, .post-cont dl{
    margin-bottom: 15px;
    list-style: disc inside none;
}

.content .post ol, .post-cont ol{
    margin-bottom: 15px;
    list-style: square inside none;
    padding-left: 10px;
}

ul.commentlist,  ul.commentlist .children, .post-cont .children{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.post-cont ol, .post-cont ul{
    margin-bottom: 15px;
    padding-left: 10px;
}

.content .post input{
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    padding: 0 5px;
}

.content .widget h3 {
    border-bottom: 1px solid #ff7f00;
    color: #ff7f00;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px;
    padding: 10px 0;
    text-align: left;
}

.widget li {
    line-height: 20px;
    list-style: disc inside none;
    margin-bottom: 5px;
}

.widget {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.content h1 {
    font-family: 'Oswald', sans-serif;;
    font-size: 48px;
    color: #ff7f00;
    line-height: normal;
    padding: 12px 0 15px;
}


.content h2 {
    border-bottom: 1px solid #ff7f00;
    color: #ff7f00;
    font-family: 'Oswald',sans-serif;
    font-size: 27px;
    line-height: 25px;
    margin-bottom: 20px;
    padding: 10px 0;
    text-align: left;
}

.content h3 {
    border-bottom: 1px solid #ff7f00;
    color: #ff7f00;
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 20px;
    padding: 10px 0;
    text-align: left;
}

.content h4 {
    border-bottom: 1px solid #ff7f00;
    color: #ff7f00;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 5px 0;
    text-align: left;
}

.content h5 {
    border-bottom: 1px solid #ff7f00;
    color: #ff7f00;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 5px 0;
    text-align: left;
}

.content h6 {
    border-bottom: 1px solid #ff7f00;
    color: #ff7f00;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px 0;
    text-align: left;
}

.inside a {
    color: #ff7f00;
    text-decoration: underline;
}

.news {
    float: left;
    width: 100%;
}

.news h3 {
    font-family: 'Oswald', sans-serif;;
    font-size: 30px;
    color: #ff7f00;
    line-height: normal;
    text-align: center;
    padding: 12px 0 15px;
    border-bottom: 2px solid #ff7f00;
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 5px 0;
    text-align: left;
}

.box-news {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 10px;
}

.box-news h4 a {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    color: #ff7f00;
    margin-bottom: 5px;
}

.box-news h4 {
    margin-bottom: 15px;
}

.welcome-box .wrap .content .box-news img {
    margin: 0;
    margin-bottom: 15px;
    width: 100%;
}

a.read-more, a.comment-reply-link {
    background: none repeat scroll 0 0 #ff7f00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF;
    float: left;
    padding: 7px 15px;
    margin-top: 10px;
}

a.read-more:hover {
    opacity: 0.9;
    text-decoration: none;
}

.p2 {
    margin-right: 0px !important;
}

.content h3 span {
    text-align: left;
    display: block;
    padding: 0 0 10px 0;
    font-size: 14px;
    line-height: 19px;
}

.content .comments h3 span {
    display: inline;
    font-size: 22px;
    line-height: 22px;
    padding: 0;
}

.content .security-box {
    float: left;
    width: 110%;
    text-align: center;
    margin: 0 0 0 -5%;
    padding: 36px 0 71px 0;
}

.content .security-box .box {
    position: relative;
    display: inline-block;
    width: 280px;
    line-height: 21px;
    vertical-align: top;
    padding: 0 0 292px 0;
    text-align: left;
    margin: 0 24px;
}

.content .security-box .box h3 {
    font-family: 'Oswald', sans-serif;;
    font-size: 17px;
    color: #ff7f00;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 11px 0;
    border: none;
}

.content .security-box .box img {
    width: 280px;
    height: 280px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.content .show-room {
    float: left;
    font-size: 17px;
    line-height: 25px;
    width: 650px;
    padding: 0 0 58px 0;
}

.content .show-room h1 {
    text-align: left;
}

.content .right {
    margin: 40px 0 0 0;
    float: right;
    width: 215px;
    line-height: 18px;
}

.content .right h3 {
    font-size: 18px;
    line-height: normal;
    color: #ff7f00;
    padding: 0 0 25px 0;
    border: none;
}

.content .products-box {
    float: left;
    width: 110%;
    padding: 35px 0 49px;
    text-align: left;
}

.content .products-box .box {
    display: inline-block;
    width: 460px;
    margin: 15px 15px 18px 0;
}

.content .products-box .box img {
    float: left;
    width: 100%;
    height: 187px;
}

.content .products-box .box h3 {
    font-family: 'Oswald', sans-serif;;
    text-transform: uppercase;
    text-align: left;
    border: none;
    padding: 18px 0 8px 0;
    font-size: 14px;
    clear: both;
}

.content .products-box .box p {
    float: left;
    width: 100%;
    padding: 0 0 4px 0;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 20px;
    color: #3e2f28;
}

.content .products-box .box p .ser {
    float: left;
}

.content .products-box .box p .ser .icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 20px;
    background-color: #f4f4f4;
    margin: -2px 10px 0 0;
}


.content .products-box .box p .text {
    float: right;
    width: 330px;
}

.map-box {
    float: left;
    width: 100%;
    margin: 23px 0 0 0;
}

.map-box .iframe-tag, .map-box iframe {
    float: left;
    width: 100%;
    height: 280px;
}

.contacts-box {
    float: left;
    width: 100%;
    padding: 2px 0 59px 0;
}

.contacts-box .left {
    line-height: 20px;
    float: left;
    width: 30%;
    margin: 0 50px 0 0;
}

.contacts-box .left h1 {
    line-height: normal;
    padding: 12px 0 10px;
    text-align: left;
}

.rights iframe {
    width: 100%;
}

.contacts-box .rights {
    float: right;
    width: 60%;
    margin: 14px 0 0 0;
}

.contacts-box .rights label {
    margin: 15px 0 0 0;
    font-family: 'Oswald', sans-serif;;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #ff7f00;
    position: relative;
}

.contacts-box .rights label input {
    font-family: 'SignikaRegular';
    float: right;
    color: #1a8cff;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    width: 80%;
    padding: 0 10px;
    background: #e6e6e6;
}

.contacts-box .rights label textarea {
    font-family: 'SignikaRegular';
    float: right;
    color: #1a8cff;
    font-size: 14px;
    line-height: 20px;
    height: 104px;
    width: 80%;
    padding: 3px 10px;
    background: #e6e6e6;
}

.contacts-box .rights .submit {
    font-family: 'Oswald', sans-serif;;
    color: #ffffff;
    background: #1a8cff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    text-transform: uppercase;
    width: 140px;
    float: right;
    cursor: pointer;
    margin: 12px 0 0 0;
}

.widget-cont {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.widget-cont h4 {
    font-size: 18px;
    color: #ff7f00;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 15px;
}

.contacts-box .rights .submit:hover {
    opacity: 0.8;
}

.contacts-box .info {
    float: left;
    width: 155px;
    color: #ff7f00;
    font-family: 'Oswald', sans-serif;;
    margin: 11px 0 0 23px;
    text-align: left;
}

.contacts-box .info h3 {
    border: none;
    font-size: 18px;
    text-align: left;
    padding: 7px 0 17px;
}

.contacts-box .info p {
    line-height: 22px;
    float: left;
    width: 100%;
    padding: 0;
}

.contacts-box .left span {
    font-weight: 700;
    float: left;
    margin-right: 20px;
    width: 60px;
}

.contacts-box .left p {
    float: left;
    width: 100%;
}

.contacts-box .info p strong {
    font-family: 'SignikaRegular';
    color: #1a8cff;
    float: right;
    width: 95px;
    font-weight: normal;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
    float: left;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    left: 145px;
    top: 0;
}

span.wpcf7-form-control-wrap {
    float: right;
    position: static !important;
    width: 90%;
}

.big-slide-show {
    float: left;
    width: 100%;
    height: 395px;
    margin: 22px 0 8px 0;
}

.big-slide-show .wrap-slides {
    float: right;
    width: 220px;
}

.big-slide-show .wrap-slides .slide {
    cursor: pointer;
    position: relative;
    float: left;
    width: 100%;
    height: 125px;
    background-color: #f4f4f4;
    margin: 0 0 10px 0;
}

.big-slide-show .wrap-slides .slide .shadow-over {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-color: #000000;
    -webkit-transition: opacity .11s linear;
    -moz-transition: opacity .11s linear;
    -o-transition: opacity .11s linear;
    transition: opacity .11s linear;
}

.big-slide-show .wrap-slides .slide .img-box {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
}

.big-slide-show .wrap-slides .slide .img-box img {
    display: none;
}

.big-slide-show .wrap-slides .slide:hover .shadow-over {
    opacity: 0;
}

.big-slide-show .wrap-slides .slide.active {
    cursor: default;
}

.big-slide-show .wrap-slides .slide.active .shadow-over {
    opacity: 0;
}

.big-slide-show .main-wrap {
    background-color: #f4f4f4;
    float: left;
    width: 700px;
    height: 395px;
    position: relative;
}

.big-slide-show .main-wrap .main-img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.footer {
    color: #ffffff;
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    line-height: 18px;
    font-size: 12px;
}

.footer .contact-box {
    float: left;
    width: 100%;
    background-color: #ff7f00;
    padding: 21px 0 22px;
    text-align: center;
}

.footer .contact-box .wrap h4 {
    font-family: 'Oswald', sans-serif;;
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    color: #ffffff;
    margin: -5px 15px 0;
}

.footer ul li {
    list-style: disc inside none;
    list-style: disc inside none;
}

.footer .children{
    margin-left: 10px;
}

.footer .contact-box .wrap h5 {
    margin: 0 15px;
    font-family: 'Oswald', sans-serif;;
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    color: #ffffff;
}

.footer .contact-box .wrap h5 .icon {
    margin: -2px 7px 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 30px;
    background: url("/wp-content/themes/orangi/img/phone.png") no-repeat 0 0 scroll transparent;
    background-size: 24px 30px;
}

.footer span{
    font-weight: bold;
}

.footer .bottom {
    float: left;
    width: 100%;
    background-color: #1a8cff;
    padding: 30px 0 35px 0;
}

.footer .cred {
    color: #ff7f00;
    float: right;
    text-align: left;
    width: 100%;
    padding-top: 60px;
}

.footer .cred a {
    color: #ff7f00;
}

.footer .bottom .wrap .box {
    width: 280px;
    margin: 0 35px 0 0;
    float: left;
}

.footer .bottom .wrap .box h4 {
    font-family: 'Oswald', sans-serif;;
    padding: 0 0 10px 0;
    font-size: 14px;
}

.footer .bottom .wrap .box p {
    float: left;
    width: 100%;
    padding: 0;
}

.footer .bottom a {
    color: #fff;
}

.footer .bottom .wrap .box p strong {
    float: left;
    width: 25%;
}

.footer .bottom .wrap .box p span {
    float: right;
    width: 70%;
}

.footer .bottom .wrap .box p img {
    margin: 15px 0 0 0;
    display: inline-block;
    vertical-align: middle;
}

.footer .bottom .wrap .box p img.logo1 {
    margin-right: 7px;
}

.footer .bottom .wrap .box p img.logo2 {
    margin-right: 37px;
}

.footer .bottom .wrap .box.one {
    width: 200px;
}

.footer .bottom .wrap .box.three {
    margin: 0;
}

* + html .header .main-menu ul li,
* + html .footer .contact-box .wrap h4,
* + html .footer .contact-box .wrap h5,
* + html .footer .contact-box .wrap h5 .icon,
* + html .welcome-box .wrap .color-links .link .text,
* + html .content .security-box .box,
* + html .content .products-box .box p .ser .icon {
    display: inline;
}

html {
    float: none;
    height: auto;
}

body {
    position: relative;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
}

.mobile-menu {
    position: relative;
    float: left;
    width: 100%;
    background: #ff7f00;
    margin-top: 10px;
    border-bottom: 7px solid #00BCE4;
    height: 35px;
}

.mobile-menu .button {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    margin: 0;
}

.mobile-menu ul {
    background: none repeat scroll 0 0 #1a8cff;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center !important;
    top: 100%;
    width: 320px;
    z-index: 5;
}

.mobile-menu ul li {
    display: block;
    padding: 5px 15px;
    border-top: 2px solid #00BCE4;
}

.mobile-menu ul li a {
    font-size: 16px;
    color: #ffffff;
}

.mobile-menu ul li.active a {
    text-decoration: underline;
}




