@font-face {
    font-family: "Signika";      
    src: url(fonts/Tajawal-Regular.ttf) format("truetype");
      font-display: swap;
}

* {margin: 0; padding: 0}
html {overflow: scroll; background: #ececec;}
body {position: relative; background: #fff; color: #6c6c6c; font: 0.979em/1.5em "Arial", sans-serif;}
body.boxed {background-color: #ededed;}
dt {font-weight: 700;}
img {border: none; vertical-align: middle;max-width: 100%;}
ul[class] {list-style: none;}
a {font-family: "Signika",sans-serif;
font-size: 17px;
color: #6c6c6c; -moz-transition: color 0.5s; text-decoration: none;}
a:hover {color: #ff8400; text-decoration: none;}
a * {cursor: pointer;}
textarea, input, select, option, optgroup, button {font-family: inherit; font-size: inherit; vertical-align: middle;}
textarea { min-width: 92%; max-width: 97%; min-height: 150px; padding: 5px 1%;}
button, [type="radio"], [type="checkbox"], [type="submit"], [type="button"], [type="reset"], label, select {cursor: pointer; vertical-align: middle;}
input, select, textarea {outline: none;}
select option {padding: 0 10px;}
fieldset {overflow: hidden; border: none;}
legend {display: none;}
option {padding: 0 5px;}
table {border-collapse: collapse;}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {padding: 0; border: none;}


h1 {margin: 1em 0 0.5em; color: #3f3f3f; font: 400 1.858em "Signika",sans-serif;}
h1:first-child {margin: 0.11em 0 0.1em; font-size: 1.985em;}
h2 {margin: 0.2em 0 0.2em; color: #3f3f3f; font: 300 1.454em "Signika",sans-serif;}
h2 span {display: inline-block; margin-bottom: -1px; padding: 8px 0; border-bottom: 2px solid #ff8400;}
h3 {margin: 1.0em 0 1em; color: #3f3f3f; font: 300 1.346em "Signika",sans-serif;}
h3 span {display: inline-block; margin-bottom: -1px; padding: 8px 0; border-bottom: 2px solid #ff8400;}
h4 {margin: 1.5em 0 1em; color: #3f3f3f; font: 300 1.238em "Signika",sans-serif;}
h5 {margin: 1.5em 0 1em; color: #3f3f3f; font: 300 1.225em "Signika",sans-serif;}
h6 {margin:1.1em 0px 0.1em; color: #3f3f3f; font: 300 1.151em "Signika",sans-serif;}
p {margin: 1em 0;}
ul, ol {margin: 0.3em 0; padding: 0;}
li {margin: 0.5em 0 0.5em 2em;}
.alignleft {float: left; margin: 0 20px 20px 0;}
.alignright {float: right; margin: 0 20px 20px 0;}

label {display: block; color: #3f3f3f; font-weight: bold;}
input, textarea, select {padding: 10px 3%; border: 1px solid #ccc; border-radius: 2px; background: #fff;}

input.error, textarea.error, select.error {border-color: #e65842; background-color: #ffe6dc; box-shadow: 0 0 2px 1px #ffece6; color: #ef4437;}
select {padding: 8px 3%; color: #000;}
.clear {clear: both; height: 0; overflow: hidden;}

.root {overflow: hidden;}
body.boxed .root {
    max-width: 1000px; margin: 0 auto; background: #fff;
}

.heading{font-size: 1.3rem; }
@media (max-width: 980px) {
    .root {margin: 0; padding: 0 15px;}
    .boxed .root .content {padding: 0;}
    header, footer, .breadcrumb {margin: 0 -20px;}
    footer, .breadcrumb {padding-left: 20px; padding-right: 20px;}
}
@media (max-width: 400px) {
    .root {margin: 0; padding: 0 10px;}
    footer {padding-left: 10px; padding-right: 10px;}
}

body.boxed.shadow .root {box-shadow: 0 0 3px rgba(0,0,0,0.3);}
 
header {position: relative; z-index: 50; background: #fff; box-shadow: 0 0 4px rgba(0,0,0,0.3);}
header>section.top {position: relative; z-index: 20; height: 30px; margin: 0; box-shadow: inset 0 -2px 2px rgba(0,0,0,0.05); background: #747474; color: #fff; font-size: 0.846em; text-align: right;}
header>section.top>div {max-width: 940px; margin: 0 auto;}

header>section.top p {float: left; margin: 0; padding: 0; line-height: 30px;}
header>section.top nav {display: inline-block;}
header>section.top nav>ul {height: 30px; margin: 0; list-style: none; text-align: left;}
header>section.top nav>ul>li {float: left; position: relative; margin: 0;}
header>section.top nav>ul>li>a {display: inline-block; height: 30px; padding: 0 3px; color: #fff; line-height: 30px;}
header>section.top nav>ul>li:hover>a {background-color: #3f3f3f; color: #fff;}
header>section.top nav>ul>li.current-menu-item>a, header>section.top nav>ul>li.current-menu-item:hover>a {color: #fff; background-color: #ff8400;}
header>section.top nav>ul>ul {font-size: 1.182em; line-height: 1em;}
header nav.utils a.cart {padding: 0 16px 0 30px; background: url("images/utils-cart.png") 8px 50% no-repeat;} 
header nav.utils a.login {padding: 0 16px 0 30px; background: url("images/utils-padlock.png") 8px 50% no-repeat;} 
header nav.utils a.lang {padding: 0 20px 0 16px; background: url("images/utils-down.png") 100% 50% no-repeat;} 
header nav.utils a.tick-blue {padding: 0 20px 0 16px; background: url("images/tick-blue.png") 100% 50% no-repeat; background-position: left;} 
header nav.utils a:hover {background-color: #d9d5d5;}


header>section.main-header {position: relative; z-index: 0; max-width: 1050px; margin: 0 auto; background: #fff;}
.boxed header>section.main-header {padding: 0 30px;}
header>section.main-header nav {float: left; clear: left; margin: 2px 0 0;}

nav.mainmenu {margin: 17px -20px 0 0;}
nav.mainmenu ul {list-style: none; margin: 0;}
nav.mainmenu>ul {padding: 6px 0 13px;}
nav.mainmenu>ul>li {float: left; position: relative; height: 20px; margin: 0 -1px 13px 0;}
nav.mainmenu>ul>li:first-child {border: none;}
nav.mainmenu>ul>li>a {float: left; height: 20px; padding: 0 19px; border-left: 1px solid #e3e3e3; color: #3f3f3f; font: 300 1.231em/20px "Signika",sans-serif;}
nav.mainmenu>ul>li:hover {z-index: 30; height: 43px; margin: -10px -1px 0 0;}
nav.mainmenu>ul>li:hover>a {height: 40px; border-bottom: 3px solid #3f3f3f; background: #e6e6e6; color: #3f3f3f; line-height: 40px;}
nav.mainmenu>ul>li>a:active {color: #ff8400;}
nav.mainmenu>ul>li.current-menu-item>a {color: #ff8400;}
.h1 nav.mainmenu>ul>li.current-menu-item:hover {height: 20px; margin: 0 -1px 0 0; padding-bottom: 13px;}
.h1 nav.mainmenu>ul>li.current-menu-item:hover>a {height: 20px; padding: 0 19px; background: none; border-bottom: none; line-height: 20px;}

nav.mainmenu>ul>li>ul {font-size: 0.923em;}
header nav>ul ul {display: none; position: absolute; left: 0; top: 100%; width: 150px; margin: 0; padding: 10px 0 10px; background: #fff; box-shadow: 1px 1px 4px rgba(0,0,0,0.5); font-weight: 400; font-family: "Arial",sans-serif;}
header .top nav>ul>li>ul {width: 240px; font-size: 1.0em;}
header .top nav>ul>li>ul ul {font-size: 1em;}
header nav ul ul li {display: block; float: none; position: relative; margin: 0; direction: rtl;}

header nav ul ul li.parent>a {background: url("images/sm-arrow.png") 100% 50% no-repeat;}
header nav ul ul li a {display: block; padding: 4px 15px 4px 14px; color: #3f3f3f;}
header nav ul ul li a:hover, header nav ul ul li:hover>a {background-color: #ebebeb; color: #3f3f3f;}
header nav ul ul>li.current-menu-item>a {background-color: #ebebeb; color: #3f3f3f;}
header nav ul ul ul {display: none; position: absolute; left: 100%; top: -10px; font-size: 1em;}
header li:hover>ul {display: block;}
header nav>ul>li.right>ul {left: auto; right: 0;}
header nav>ul>li.right ul ul {left: auto; right: 100%;}

header nav ul ul.contries li{float: right; width: 48%; text-align: right;}

header nav a {-moz-transition: none; -webkit-transition: none; -o-transition: none; transition: none;}
header nav .select {display: none;}

header p.title {float: right; margin: 13px 0; color: #999; font: 400 1.3em "Signika",sans-serif;text-align: right;}
header p.title a {display: block; color: #3f3f3f; font-size: 1.567em; font-weight: 400;}
header p.title a:hover {color: #3f3f3f;}
header p.title img {vertical-align: middle;}

header .searchform {float: left; margin-top: 18px;}
header .searchform fieldset, aside .searchform fieldset {border: 1px solid #ccc; border-radius: 2px;}
header .searchform input, aside .searchform input {margin: 0; padding: 3px 10px; border: none; box-shadow: none; background: #fff; font-size: 0.917em;}
header .searchform input {color: #747474;}
header .searchform button, aside .searchform button {width: 24px; height: 24px; padding: 0; border: none; background: #fff url("images/search.png") center center no-repeat; box-shadow: none; line-height: 24px;}

header .top .searchform {display: inline-block; width: 220px; margin-top: 8px; font-size: 1.091em;}
header .top .searchform fieldset {background: #fff;}
header .top .searchform input {width: 170px;}

@media (max-width: 980px) {
    header>section {padding: 0 20px;}
    .boxed header>section.main-header {margin: 0 -20px; padding: 0 40peaderx;}
}
@media (max-width: 800px) {
    header>section {margin: 0 -20px; padding: 5px 20px 0;}
    header>section.top {height: auto; padding: 5px 20px 0; text-align: right;}
    header>section.top nav {width: 280px;}
    header>section.top .searchform {margin: 0;}
    header>section.main-header nav .select {width: 350px;}
    header nav>ul {display: none;}
    header nav.social {text-align: left;}
    header nav.social>ul {display: block; height: 24px; margin: 15px 0; padding: 0; line-height: 24px;}
    header nav .select {display: block; margin: 10px auto; text-align: left;}
    header>section.main-header nav .select {margin: 0 0 10px;}
    header .top nav .select {margin: 2px 0 5px;}
    header nav .select select {width: 100%;}
    header nav {padding-bottom: 1px; text-align: center; }
}
@media (max-width: 645px) {
    header p.title strong {text-align: center;}    
    header p.title {float: none; margin: 10px auto; text-align: center;}
    header .searchform {float: none; width: 220px; margin: 20px auto 0; text-align: center}
    header .searchform input {width: 180px; padding: 3px 5px;}
    header nav.social {text-align: center;}
    header>section.main-header nav {float: none; clear: left;}
    header>section.main-header nav .select {width: auto;}
}
@media (max-width: 620px) {
    header>section.top p {float: none; text-align: center;}
    header>section.top {text-align: center;}
    header>section.top nav {clear: both; width: 100%; margin: 0 auto;}
}
@media (max-width: 400px) {
    
    header>section {padding: 5px 30px 0;}
    header>section.top p {float: none; text-align: center; }
    header>section.top {text-align: center;}
    header nav {padding: 0 10px 1px;}
    header>section.top nav {display: block; clear: both; width: auto; margin: 0 auto; padding: 0 0 5px;}
    header>section.top nav .select {display: block; width: auto; margin: 2px 0 5px;}
    
    .boxed header>section.main-header {padding: 0 30px;}
}


.breadcrumb {border-bottom: 1px solid #e6e6e6; background-color: #ececec;}
.breadcrumb p ,.breadcrumb div{direction: rtl;max-width: 940px; margin: 0 auto; padding: 1em 0; color: #999; font-size: 0.846em;}
.breadcrumb div h1 {display: inline-block;margin: 0; color: #cc0000;}
.breadcrumb p a,.breadcrumb div a {display: inline-block; margin-left: 11px; padding-left: 14px; background: url("images/bcrumb-arrowr.png") 0 50% no-repeat; color: #3f3f3f;font-size: 17px;}
.breadcrumb p a:hover,.breadcrumb div a:hover {color: #999;}


.content {position: relative; overflow: hidden; clear: both; max-width: 940px; margin: 0 auto; padding: 1px 0 10px;direction: rtl;}
.boxed .content {max-width: 100%; padding: 1px 30px 40px;}
@media (max-width: 980px) {
    .content {max-width: 100%;}
}

aside {margin-top: 3em;}
aside h3 {margin-bottom: 1em; font-weight: normal; border-bottom: 1px solid #dfdfdf; color: #3f3f3f; font-size: 1.5em; font-weight: 300;}
aside h3 span ,aside h4 span {display: inline-block; margin-bottom: -1px; padding: 8px 0; border-bottom: 2px solid #ff8400;}

.social ul, ul.social {overflow: hidden; margin: 10px 0;}
.social ul li, ul.social li {display: inline-block; margin: 0 0 0 5px; list-style: none; width: 24px; height: 24px;}
.social ul li a, ul.social li a {display: inline-block; overflow: hidden; width: 24px; height: 24px; background: url("images/social.png"); text-indent: -500em; opacity: 0.3;}
.social ul li a:hover, ul.social li a:hover {opacity: 1;}

footer {margin: 0 0px; padding: 25px 7px 0; background: url("images/footer.png"); box-shadow: inset 0 3px 7px rgba(0,0,0,0.2); color: #aeaeae;}
footer a {color: #ebebeb;}
footer a:hover {color: #aeaeae;}
footer section {overflow: hidden; margin: 0 auto; max-width: 940px;}
footer section.bottom {overflow: hidden; padding: 20px 0; border-top: 1px solid #575757; color: #999; font-size: 0.923em;}
.boxed footer section.bottom {padding: 20px 0;}
footer section.bottom p {float: left; margin: 0 0 1em; font-size: 0.917em;}
footer nav.social {float: right; margin: 0;}
footer nav.social ul {float: right; overflow: hidden; margin: 0;}
footer nav.social ul li {float: left; margin-left: 8px;}
footer article {direction: rtl;display: inline-block; width: 22.75%; margin: 0 0 25px 2%; font-size: 0.923em; vertical-align: top;}
footer article:nth-of-type(4n-3) {margin: 0 5px 17px 2%;}
footer article:nth-of-type(4n) {margin-left: 0;}
footer article h3,footer article h5  {margin-bottom: 1em; font-weight: normal; border-bottom: 1px solid #575757; color: #efefef; font-size: 1.5em; font-weight: 300;}
footer article h3 span ,footer article h5 span{display: inline-block; margin-bottom: -1px; padding: 8px 0; border-bottom: 1px solid #ff8400;}
footer article ul {list-style: none;}
footer article ul li {margin: 0 0 0.5em; line-height: 1.3em;}
footer article.widget_photos ul li {display: inline-block; margin: 0 3px 6px 0;}
    
footer article.widget_links ul li:before {float: right; overflow: hidden; width: 7px; margin-left: 7px; content: "-"; color: #747474;}
footer article.tagcloud a {padding: 0 2px;}
footer article input {width: 66.3%; margin-right: 5px; padding: 5px 3%; border: 1 px solid #ccc; border-radius: 2px; font-size: 1.167em; vertical-align: top; color: #777;}
footer article button {width: 40px; height: 28px; padding: 0; border-radius: 3px; line-height: 17px; vertical-align: top; box-shadow: 0 1px 1px rgba(0,0,0,0.18); text-align: center;}
@media (max-width: 980px) {
    footer {margin: 0 -20px; padding: 25px 20px 0;}
}
@media (max-width: 800px) {
    footer article {width: 48.5%;}
    footer article:nth-of-type(2n-1) {margin-left: 0;}

}
@media (max-width: 400px) {
    footer article {width: 100%; margin-left: 0;}
}

.soc-tooltip {position: absolute; z-index: 100; padding-bottom: 5px; background: url("images/social-tooltip.png") 50% 100% no-repeat;}
.soc-tooltip p {height: 20px; margin: 0; padding: 0 8px; border-radius: 2px; background: #999; color: #fff; font-size: 0.846em; line-height: 20px;}
.soc-tooltip.ft p {color: #3f3f3f;}

@media (max-width: 645px) {
    header .social {text-align: center;}
}

@media (max-width: 550px) {
    footer nav.social {float: none; clear: both;}
    footer nav.social ul {float: none; text-align: center;}
    footer nav.social ul li {float: none; display: inline-block;}
    footer nav.social ul li a {display: inline-block; float: none;}
    footer section.bottom p {float: none; text-align: center;}
}

/* Column system
------------------------------------------ */
.columns {overflow: hidden; margin: 10px 0;}
.columns>article, .columns>div, .columns>section {display: inline-block; margin: 0 0 20px 2%; vertical-align: top;}
.columns>article.col1, .columns>div.col1, .columns>section.col1 {margin: 0 0 50px 0; }
.columns>article.col6, .columns>div.col6, .columns>section.col6 {margin-left: 2%;}
.columns>h2:first-child, .why-us h2 {margin: 0 0 1.5em; border-bottom: 1px solid #dfdfdf; font-weight: 300; font-size: 1.846em;}
.columns>h2:first-child {margin-bottom: 1em;}
.columns>h2:first-child, .home section .columns h2:first-child, .home section .latest h2:first-child, .why-us h2 {margin: 0 0 1.5em; border-bottom: 1px solid #dfdfdf; font-weight: 300; font-size: 1.846em;}

.columns>h2:first-child {margin-bottom: 1em;}
.columns h2:first-child span, .columns .more:first-child+h2 span,  section h2:first-child span {display: inline-block; margin-bottom: -1px; padding: 10px 0; border-bottom: 2px solid #ff8400;}
section .why-us h2:first-child span {padding-top: 0; padding-bottom: 7px;}

.columns .more:first-child+h2 {clear: none; margin: 0 0 1em;}
.columns .more:first-child {float: right; margin: 1em 0 0;}
.why-us h2 {margin-top: 0;}

.col1 {width: 100%; margin-left: 0;}
.col2 {width: 47.5%;}
.columns>.col2:nth-of-type(2n) {margin-left: 0;}
.col3 {width: 31.3%; margin-left: 3%;}
.columns>.col3:nth-of-type(3n) {margin-left: 0;}
.col4 {width: 22.5%;}
.columns>.col4:nth-of-type(4n) {margin-left: 0;}
.columns>.col23 {width: 64%; margin-left: 0;}
.col23+.col3 {margin-left: 3%;}
.col3+.col23 {margin-left: 3%;}
.col34 {width: 73%;}
.col34+.col4, .col4+.col34 {margin-left: 3%;}
.col5 {width: 17.5%; margin-left: 3%;}
.columns>.col5:nth-of-type(5n-4) {margin-left: 0;}
.col6 {width: 15%;}
.columns>.col6:nth-of-type(6n-5) {margin-left: 0;}
.col1, .col2, .col3, col4, .col23, .col6, .col34 {overflow: hidden;}
.col4 + .col2 {margin-left: 2% !important;}

.col2 img.post-thumbnail {width: 100%; max-width: 455px;}
.home .col2 h2, .home .col3 h2, .post>h2 {font-size: 1.846em; font-weight: 400;}
.col2 h2 a, .col3 h2 a, .col2 h2 a, .col3 h2 a {color: #3f3f3f;}
.col2 h2 a:hover, .col3 h2 a:hover, .col2 h2 a:hover, .col3 h2 a:hover {color:     #ff8400;}
.columns .post h2 {font-weight: 300;}
.columns h2:first-child {margin-top: 0;}
.columns .col3 h3:first-child {margin-top: 0; font-size: 1.385em;}

.col1 .img img {width: 100%;}
.col2 img, .col3 img, .col4 img, .col6 img, .col5 img {max-width: 100%;}
.col2 img {max-width: 455px;}
.col3 img {max-width: 300px;}
.col4 img {max-width: 220px; width: 200px; height: 160px;}
.col6 img {max-width: 140px;}
.col34 img {max-width: 705px;}

.col2.post {margin-bottom: 40px;}
.col3.post h2, .col2.post h2 {margin: 0.5em 0 0;}
.col3 h3 {margin-bottom: 0.5em; font-size: 1.538em;}
.col3 h3 img, .col4 h3 img {width: auto; margin-right: 5px;}
.col3 p {margin: 0.5em 0;}

.img-border {max-width: 100%; width: 100%;}
a:hover span.img-border {opacity: 0.7;}
.post>p>img, .single>article>p>img, .post>p>.img-border img, .single>article>p>.img-border img, .post .img-border img {max-width: 100%;}
*>.img-border>img {margin: 0;}



@media (max-width: 800px){
    .columns>.col23, .columns>.col2, .columns>.col3, .columns > .col3:nth-of-type(3n-2), .columns>.col4, .columns>.col34 {width: 100%; margin-left: 2%;}
    .columns>.col23 + .col3 {margin-left: 3%;}
    .columns>.col2:nth-of-type(2n-1), .columns>.col3:nth-of-type(2n-1), .columns>.col4:nth-of-type(2n-1), .columns>.col34:nth-of-type(2n-1), .columns>.col23:nth-of-type(2n-1) {margin-left: 0;}
    .col23 .img, .col2 .img, .col3 .img, .col23 .img img, .col2 .img img, .col3 .img img, .col1 .img img, .col4 .img img {width: 100%;}
    .col23 .img img, .col2 .img img, .col3 .img img, .col4 .img img {max-width: 100%;}
    .col2 .img-border, .col3 .img-border, .col4 .img-border {width:100%;}
    .columns>.col4+.col4+.col2 {margin-left: 0 !important;}
    .col5{width: 95%;}
}

@media (max-width: 400px) {
    .columns>.col23, .columns>.col2, .columns>.col3, .columns>.col4, .columns>.col34 {width: 98%; margin-left: 0;}
    .col23+.col3 {width: 98%; margin-left: 0;}
    .col6 {width: 95%;}
    .col5 {width: 95%;}
    .col5:nth-of-type(2n-1) {margin-left: 0;}
    .columns>.col6:nth-of-type(2n-1), .columns>.col2:nth-of-type(2n-1), .columns>.col3:nth-of-type(2n-1), .columns>.col4:nth-of-type(2n-1) {margin-left: 0;}
    .col23 .img, .col2 .img, .col3 .img, .col23 .img img, .col2 .img img, .col3 .img img, .col1 .img img, .col4 .img img {width: 100%;}
    .col23 .img img, .col2 .img img, .col3 .img img, .col4 .img img {max-width: 100%;}
    .col2 .img-border, .col3 .img-border, .col4 .img-border {width:100%;}
    .columns>.col23, .columns>.col2, .columns>.col3, .columns > .col3:nth-of-type(3n-2) {margin-left: 0; width: 100%;}

}

/* overwrite portfolio item margins */
.first-item {margin-left: 0 !important;}
.next-item {margin-left: 3% !important;}

@media (max-width: 400px){
    .first-item {margin-left: 0 !important;}
    .next-item {margin-left: 0 !important;}
}

/* Widely used classes and styles
------------------------------------------ */
.more a {padding-left: 15px; background: url("images/more.png") 0 50% no-repeat; color: #3f3f3f;}
.more a:hover {color: #ff8400;}

a.go-top {position: fixed; right: 0; bottom: 50px; display: block; overflow: hidden; width: 44px; height: 40px; background: #ff8400 url("images/go-top.png") 50% 50% no-repeat; text-indent: -50em; }
@media (max-width: 960px){
    a.go-top {display: none;}
}

h2.alt {border-bottom: 1px solid #dfdfdf; font-weight: 300; font-size: 1.846em;}
h2.alt span {display: inline-block; margin-bottom: -1px; padding: 10px 0; border-bottom: 2px solid #ff8400;}

.dc, .dc-alt {float: left; margin: 0.3em 10px 5px 0; color: #3f3f3f; font-size: 4em;}
.dc-alt {color: #ff8400;}

ul.tick li {margin-left: 0; padding:0 25px 5px 0; background: url("images/tick.png") 0 1px no-repeat;background-position: right!important;}
ul.tick li:before {display: none;}
ul.dash li {margin-left: 0;}
ul.dash li:before {overflow: hidden; float: left; width: 7px; margin-right: 10px; content: "â€”";}

div.video {position: relative; padding-bottom: 45%; padding-top: 25px; height: 0;}
div.video iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
iframe {border: none;}

.img-border {display: inline-block; position: relative;}
.img-border:before {display: block; 
/*position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; box-shadow: inset 0 0 0 4px rgba(0,0,0,0.1); content: " ";*/
}

.posts .img-border {width: auto;}

.table {overflow-x: auto;}



/* pagination */
.wp-pagenavi {display: block; clear: both; margin: 1em 0; font-size: 1.308em;}
.wp-pagenavi span.current {display: inline-block; margin-right: 5px; padding: 0 5px; color: #ff8400;}
.wp-pagenavi a {display: inline-block; margin-right: 5px; padding: 0 5px; color: #3f3f3f;}
.wp-pagenavi a:hover {color: #ff8400;}
.wp-pagenavi a.nextpostslink {padding-right: 20px; background: url("images/back.png") right center no-repeat; font-size: 0.706em;}
.wp-pagenavi a.previouspostslink {padding-left: 20px; background: url("images/more.png") left center no-repeat; font-size: 0.706em;}
 

/* sliders in content */
.content-slider {overflow: hidden;}
.content-slider>h2:first-child {margin-bottom: 0.75em; border-bottom: 1px solid #dfdfdf; font-weight: 300;}
.content-slider.related>h2:first-child {font-size: 1.846em;}
.content-slider>div.slider-box {position: relative; overflow: hidden; width: 100%; height: 250px; margin: 0; padding: 0;}
.content-slider .next-prev {position: relative; top: -50px; float: left; overflow: hidden; margin: 0 0 -15px; padding: 0;}
.content-slider h2+.next-prev {top: -65px;}
.content-slider .next-prev li {float: left; margin: 0; width: 22px;}
.content-slider .next-prev a {float: left; overflow: hidden; width: 22px; height: 22px; background: url("images/slider2-controls.png"); text-indent: -1000px; outline: none;}
.content-slider .next-prev .prev a {background-position: 0 0;}
.content-slider .next-prev .next a {background-position: -22px 0;}
.content-slider>div {padding: 0;}
.content-slider>div>div {overflow: hidden; position: absolute;  top: 0; padding: 0;}
.content-slider article {display: inline-block; width: 219px; margin: 0 12px 0 0; vertical-align: top; height: 285px; overflow: hidden;}
.content-slider article h3 {margin: 0.5em 0; font-size: 1.231em}

.content-slider article:nth-of-type(1n){/*margin:0*/}

.content-slider.related article h3 {font-size: 1.240em;}
.content-slider article h3 a {color: #3f3f3f;}
.content-slider article h3 a:hover {color: #ff8400;}
.content-slider article p {margin: 0; color: #999;}
.content-slider article img {max-width: 100%; width: 220px;height: 130px;}
.content-slider.related>div {height: 345px;}

.content-slider.related article>div {position: relative; overflow: hidden;}
.content-slider.related article div div {display: none;}
.content-slider.related article div:hover div {display: block; position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; background: rgba(255,132,0,0.8);}
.content-slider.related article div ul {overflow: hidden; position: relative; z-index: 3; top: 60px; list-style: none; width: 70px; margin: 0 auto; padding: 5px; border-radius: 20px; background: rgba(255,255,255,0.3); text-align: center;}
.content-slider.related article div ul li {display: inline-block; margin: 0 0 0 5px; padding: 0;}
.content-slider.related article div ul li:first-child {margin-left: 0;}
.content-slider.related article div ul li a {display: inline-block; overflow: hidden; width: 30px; height: 30px; margin: 0; background: url("images/actions.png"); text-indent: -500em; vertical-align: middle;}
.content-slider.related article div ul li a.view {background-position: 0 0;}
.content-slider.related article div ul li a.go {background-position: -34px 0;}

.main .content-slider>div.slider-box {height: 255px;}
.main .content-slider article {width: 155px; height: 255px;}
.main .content-slider article p {margin-top: 1em; line-height: 1.2em; color: #3f3f3f;}
.main .content-slider.big>div.slider-box {height: 280px;}
.main .content-slider.big article {width: 210px; height: 280px; font: 300 1.231em "Signika",sans-serif;}


/* sliders
------------------------------------------ */
  
.slider {position: relative; z-index: 20; overflow: hidden;}
.slider div.video {overflow: hidden; height: auto;} 
@media (max-width: 980px){
    .slider {margin: 0 -20px;}
}
.slider > * {opacity:0;}

.boxed .slider1 .slider-pager {margin-left: -430px;}
.slider-pager li {display: inline-block; margin: 0; padding: 0;}
.slider-pager a {float: left; overflow: hidden; width: 18px; height: 18px; background: url("images/paginator-orange.png") -13px 50% no-repeat; text-indent: 500px; outline: none;}
.slider-pager a.selected {background-position: 4px 50%;}


.slider6 {padding: 25px 0 10px; background: #ebebeb;}
.slider6>div {width: 95%; max-width: 940px; margin: 0 auto; padding-bottom: 15px; background: url("images/slider6-shadow.png") 50% 100% no-repeat;}
.slider6>div>div {border: 10px solid #fff; background: #fff; box-shadow: 0 0 3px rgba(0,0,0,0.1);}
.slider6 .slides {float: left; position: relative; width: 81%!important; max-width: 750px; height: 344px;}
.slider6 article {display: none; position: absolute; left: 0; top: 0; width: 100%; direction: rtl;}
.slider6 article:after {clear: both;}
.slider6 article:first-child {display: block;}
.slider6 article .img {overflow: hidden; width: 100%;}
.slider6 article img {position: relative; z-index: 0; width: 100%; margin: 0; height: 346px;}

.slider6 article a {position: absolute; left: -16px; bottom: 23px; z-index: 2; margin: 0; padding: 10px 30px; background: #fff;  box-shadow: 0 0 3px rgba(0,0,0,0.15); color: #747474; font: 300 2.154em/1em "Signika", sans-serif;}
.slider6 article a:before {display: block; position: absolute; left: 0; bottom: -10px; content: ' '; width: 0; height: 0; border-left: 3px solid transparent; border-top: 5px solid #aeaeae; border-right: 3px solid #aeaeae; border-bottom: 5px solid transparent;}

.slider6 .img-border, .slider6 .video {display: block;}
.slider6 .menu {float: right; position: relative; width: 18%!important;}
.slider6 .menu a.prev {display: block; overflow: hidden; height: 16px; background: #fff url("images/up-down.png") 50% 0 no-repeat; text-indent: -50em;}
.slider6 .menu a.next {display: block; overflow: hidden; height: 16px; background: #fff url("images/up-down.png") 50% 100% no-repeat; text-indent: -50em;}
.slider6 .menu div {overflow: hidden; position: relative; height: auto; margin-top: 6px;}
.slider6 .menu ul {position: absolute; left: 0; top: 0; list-style: none; margin: 0; padding: 0;max-width:97%!important}
.slider6 .menu li {width: 100%; margin: 0 0 6px; padding: 0;}
.slider6 .menu li img{width: 160px; height: 96px;}
.slider6 .menu li .img-border, .slider6 .menu li .img-border img {max-width: 100%;}
.slider6 .caroufredsel_wrapper {width: 100% !important;height:100%!important}
 
@media (max-width: 980px) {
    .slider6 {margin: 0 -20px; padding: 25px 20px 10px;}
}
@media (max-width: 960px) {
    .slider6>div {background: none;}
}
@media (max-width: 600px) {
    .slider6 article h3 {font-size: 1.385em;} 
}
@media (max-width: 650px) {
    .slider6 .menu ul {
        width: 100%;
    }
    .slider6 .menu {
        margin-right: -4px;    
    }
}
   

/* Home page styles
------------------------------------------ */
.hp-quote {clear: both; width: 70%; margin: 25px auto; padding: 15px 0 15px 55px; background: url("images/quote.png") 0 30px no-repeat; color: #747474;}
.hp-quote blockquote, blockquote.hp-quote {margin: 0; padding: 0; border: none;}
article .hp-quote {width: auto; padding: 0 0 0 55px; background-position: 0 0;}
.hp-quote p {margin: 0.5em 0; font: 300 1.846em/1.1em "Signika",sans-serif;}
.hp-quote p.signature {font: normal 1em "Arial",sans-serif; text-align: right;}
.hp-quote p.signature span {color: #3f3f3f;}

.why-us ul {margin-top: 0; color: #3f3f3f; font-size: 0.923em;}
.why-us li {margin-left: 0; padding-left: 25px; background: url("images/tick.png") 0 1px no-repeat;}
.home section .why-us h2 {margin-bottom: 1em;}

.home .hp-latest2 .col2 h2 {font-size: 1.538em;}
.home .tabbed .tab-content h2 {font-weight: 400;}
.home .tabbed .img-border:before {box-shadow: inset 0 0 0 3px rgba(0,0,0,0.1);}



/* intro */
.hp-intro {overflow: hidden; margin: 0; padding: 20px 0;}
.boxed .hp-intro {margin: 0 -30px; padding: 20px;}
.hp-intro p.cta {float: right; height: 79px; margin: 0; padding: 0 20px 0 50px; background: url("images/cta.png") left center no-repeat; font-size: 1.231em; line-height: 79px;}
.hp-intro p.slogan {float: left; width: 60%; margin: 0; color: #3f3f3f; font: 300 2em/1.3em "Signika",sans-serif;}
.boxed .hp-intro p.slogan {margin-left: 2%;}

.intro {margin-bottom: 3em;}
.intro h1 {font-weight: 300; font-size: 2.462em; line-height: 1.2em;}
.intro h1 strong {color: #ff8400; font-weight: 300;}

@media (max-width: 820px) {
    .hp-intro p.cta, .hp-intro p.slogan, .boxed .hp-intro p.slogan {float: none; width: 90%; margin: 1em auto; padding: 0; background: none; text-align: center;}
    .hp-intro p.cta a {display: block; padding: 10px; text-align: center;}
}
 

.cat-archive {padding-left: 6px;}
.cat-archive>section {position: relative; overflow: visible; margin-bottom: 30px;}
.cat-archive>section>h3:first-child {position: absolute; right: -1px; top: 10px; z-index: 5; padding: 0 10px; border: none; box-shadow: 0 0 2px rgba(0,0,0,0.2); background: #ff8400; color: #fff; font-size: 1.538em; font-weight: 400; line-height: 40px;}
.cat-archive>section>h3:first-child:before {position: absolute; right: 0; top: 40px; width: 0; height: 0; border-right: 3px solid #c76700; border-top: 3px solid #c76700; border-left: 3px solid #fff; border-bottom: 3px solid #fff; content: " ";}
.cat-archive ul {list-style: none;}
.cat-archive ul li {border-bottom: 1px dotted;
font: 300 1.231em/22px "Signika",sans-serif;
height: 70px;
margin: 0.75em 0;
overflow: hidden;}
.cat-archive ul li p {margin: 1em 0 2em; font: 400 0.813em/1.3em "Arial",sans-serif;}

.cat-archive ul li a:hover {color: #ff8400; text-decoration: none;}
.cat-archive ul li:first-child {margin-bottom: 1em; border-bottom: 1px solid #dfdfdf;}
.cat-archive ul li:first-child h4 {margin: 0.5em 0; font-size: 0.95em;}

.cat-list li {margin: 0; padding: 0; font-size: 0.923em;}
.cat-list a {color: #3f3f3f; font-size: 1.083em;}
.cat-list a:hover {color: #ff8400;}

.product-list-full h2:first-child {margin-bottom: 1.5em; border-bottom: 1px solid #dfdfdf; font-size: 1.846em}
.product-list-full ul {list-style: none;}
.product-list-full ul li {overflow: hidden; margin: 1em 0;}
.product-list-full ul li .img {float: left; margin: 0 20px 20px 0;}
.product-list-full ul li p {overflow: hidden;}
.product-list-full ul li h3 {margin: 0; font-size: 1.538em;}
.product-list-full ul li h3 a {color: #3f3f3f;}
.product-list-full ul li h3 a:hover {color: #ff8400;}
.product-list-full ul li dl {margin: 1em 0; font-size: 0.923em; line-height: 1em;}
.product-list-full ul li dl dt {padding: 0 5px 0 10px;}
.product-list-full ul li dl dd {padding: 0 10px 0 5px; color: #747474;}



/* blog page 
------------------------------------------*/
.main {float: left; width: 74%; max-width: 680px;}
aside {float: right; width: 24%; max-width: 220px;}
.home .main {width: 63%; max-width: 570px;}
.home aside {width: 33%; max-width: 300px; margin-top: 1em;}
.home aside section:first-child h3 {margin-top: 0;}
aside section:first-child {margin-top: 0;}
.reverse .main {float: right;}
.reverse aside {float: left;}

.postlist article h2 {font-weight: 300; line-height: 1.2em;}
.postlist article h2 a {color: #3f3f3f;}
.postlist article h2 a:hover {color: #ff8400;}
.post-meta {margin: 0.5em 0 1.5em; font-size: 0.846em;}
.post-meta a, .tags a {color: #3f3f3f;}
.post-meta a:hover, .tags a:hover {color: #ff8400;}
.post-meta a.comment-link {padding-left: 25px; background: url("images/icon-comment.png") 10px 50% no-repeat; white-space: nowrap;}
.post-meta span {padding: 0 5px; color: #ccc;}
.postlist>article p.more {float: right;}
.postlist .post p.tags {float: left; clear: left; margin-right: 30px; font-size: 0.846em;}
.postlist>article {overflow: hidden; margin: 0 0 20px; padding: 0 0 20px; border-bottom: 1px solid #dfdfdf;}
.postlist>article:first-child {padding-top: 0;}
.postlist h2 {margin-bottom: 0; border-bottom: 0;}
.postlist .columns .posts h2 {font-size: 1.385em;}
.postlist .columns .col23.posts article {overflow: hidden; margin-bottom: 3em;}
.postlist .columns .col23.posts article h2 {font-size: 1.538em;}
.postlist .columns .col3.posts article {overflow: hidden; margin-bottom: 2em;}
.postlist .columns .col3.posts article img {width: auto;}
.postlist .columns .posts .img-border {float: left; margin-right: 15px;}
.postlist .columns .posts img+div {overflow: hidden;}
.postlist p.post-meta+p .img-border:first-child {margin: 10px 0 15px;}

.main .post img, .main .page img {width: 100%; max-width: 680px;}
.main .post .img.medium, .main .page .img.medium {float: left; width: 50%; max-width: 300px; margin-right: 4%;}

@media (max-width: 800px) {
    .main {float: none; width: auto; max-width: auto; margin: 0 0 20px;}
    aside {float: none; width: auto; max-width: auto; margin: 0 0 20px;}
    .home .main {width: auto; max-width: 100%;}
    .home aside {width: auto; max-width: 100%;}
}

/* single page/post content */
.single h1 {margin-bottom: 0;}
.single blockquote p {margin: 0.5em 0;}
.single p.tags {margin: 2em 0; font-size: 0.846em;}
.single p.share {padding: 1em 0; border-top: 1px solid #e5e5e5;}
.single p>img:first-child, .single p>.img-border:first-child {margin: 10px 0 15px;}

/* author box */
.post-author {margin: 2em 0; padding: 30px; border: 1px solid #dfdfdf; border-top: 2px solid #747474; box-shadow: inset 0 0 10px #f2f2f2;}
.post-author .img-border {float: left; margin-right: 20px;}
.post-author div {overflow: hidden; font-size: 0.923em;}
.post-author h3 {margin-top: 0; color: #999; font-size:1.5em;}
.post-author h3 a {color: #3f3f3f;}
.post-author h3 a:hover {color: #ff8400;}

/* comments */
.comments{background-color: #f9f9f9;}
ul.commentlist {list-style: none; padding: 0;}
ul.commentlist li.original {background-color: #e5e5e5;}
ul.commentlist li {margin: 0; padding: 15px 15px 1px 30px;}
ul.commentlist .comment-body {padding: 0 20px 15px 0; border-bottom: 1px solid #e5e5e5; }
ul.commentlist .comment-body p{font-family: Signika; font-size: 1.3em;}
.comment-author {overflow: hidden;   color: #999; font-size: 0.923em;}
.comment-author .img-border {float: right; margin: 0 10px 0 10px;}
.comment-author .fn {color: #3f3f3f; font-style: normal; font-size: 1.399em; font-weight: bold;}
.comment-author a {color: #3f3f3f; text-decoration: underline;}
.comment-author a.comment-reply-link {color: #3f3f3f;}
.comment-author a:hover {color: #ff8400;}
.comment-author .sep {padding: 0 5px;}
p.comment-meta {margin: 0; float: left; margin: 1px; direction: rtl;}
p.comment-meta a{font-size: 1.2em;}

.comment-form {margin: 2em 0;}
.comment-form input, .comment-form textarea {width: 44%; padding: 5px 3%; border: 1px solid #ccc; border-radius: 2px;}
.comment-form textarea {width: 92%; min-width: 92%;}
.comment-form label {padding: 1em 0 0.5em;}

.comments>h2, .comment-form>h2 {border-bottom: 1px solid #dfdfdf;}

.tag-link-1 {font-size: 8pt;}
.tag-link-2 {font-size: 11.405405405405pt;}
.tag-link-3 {font-size: 22pt;}

/* Contact page
------------------------------------------ */
.contact {overflow: hidden;}
.contact>article {float: left; width: 64%;}
.contact>aside {float: right; width: 33%; max-width: 300px; color: #3f3f3f;}
.contact>aside p {font-size: 0.923em;}
.contact input {width: 94%; max-width: 94%; margin: 5px 0;}
.contact textarea {width: 94%; max-width: 94%; min-width: 94%; margin: 5px 0;}
.contact select {width: 100%; max-width: 100%; margin: 5px 0;}
.contact .select {width: 100%; max-width: 100%; margin: 5px 0;}
.contact .select select {margin: 0;}
.contact textarea {min-height: 200px;}
.contact article h2 {font-weight: 300;}
.contact article p.half {float: left; width: 48%; padding-right: 4%}
.contact article p.half+p.half {clear: none; padding-right: 0;}
.contact aside .social li {margin-right: 5px;}
.contact aside .social li:before {display: none;}
.contact .gmap {height: 300px;}

@media (max-width: 800px) {
    .contact>article {float: none; width: 98%; padding: 0 1%;}
    .contact>aside {float: none; width: 98%; padding: 0 1%;}
}

/* product page 
------------------------------------------*/
.popular-objects a {color: #3f3f3f;font-family: Signika; font-size: 1.13em;}
.popular-objects a:hover {color: #ff8400;}
.popular-objects span.price {font-size: 1.077em;}
.popular-objects span.price strong {color: #3f3f3f;}
.popular-objects .img {margin-bottom: 5px;}
.popular-objects h2 {margin-bottom: 1em;}

.product {overflow: hidden; padding: 13px 10px 0 10px; background-color: #FFF;}
.product .product-img {float: left; width: 43%; margin: 0 4% 0 0;}
.product .product-img h6{color: #CC0000; font-size: 1.5em; margin: 10px 0 0 0;}
.product p.product-img img {width: 100%; max-width: 400px;}
.product>div {overflow: hidden;}
.product h1 {margin-top: 0; margin-bottom: 0.75em; font-size: 2.154em; font-weight: 300;}
.product .goto-shop {float: right;}
.product .price {margin-bottom: 0; margin-top: 0; font-weight: bold;}
.product .price span {padding: 0 5px; color: #3f3f3f; font: 400 1.985em "Signika",sans-serif;}
.product .price span.currency {position: relative; top: -15px; padding: 0; font-size: 1.538em; font-weight: 300;}
.product .product-meta {clear: both; overflow: hidden; font-size: 0.846em; line-height: 1.3em; font-weight: bold;}
.product .product-meta img {float: left; margin: 0 15px 0 0;}
.product .product-meta span {display: inline-block; overflow: hidden; width: 90px; height: 16px; background: url("images/stars.png") no-repeat; text-indent: -50em;}
.product .product-meta span.stars1 {background-position: 0 -16px;}
.product .product-meta span.stars2 {background-position: 0 -32px;}
.product .product-meta span.stars3 {background-position: 0 -48px;}
.product .product-meta span.stars4 {background-position: 0 -64px;}
.product .product-meta span.stars5 {background-position: 0 -80px;}
.product .product-meta input[type="radio"] {display: none;}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:18px;height:16px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.star-rating,div.star-rating a{background:url("images/stars.png") no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:18px;height:100%;background-position:0 0;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */

.product .product-meta a {color: #999;}
.product .product-meta a:hover {color: #3f3f3f;}
.product>div.descr {overflow: hidden; padding: 1em 0 0.5em; border-bottom: 1px solid #e5e5e5; font-size: 1.2em; line-height: 28px;font-family: Signika; color: #575757;width: 100%;}
.product>div.descr h2,.product>div.descr h3 {margin: 0; border: none; color: #3f3f3f; font-size: 1.1em; font-weight: 300;}
dl.product-data {overflow: hidden; margin: 1.5em 0;}
dl.product-data dt.sep {float: none;clear: both;  border-bottom: 1px dotted #eaeaea; width: 100%; margin-bottom: 15px;}
dl.product-data dt {float: right; padding: 2px 5px 2px 10px; border-left: 1px solid #f5f5f5; font-weight: bold; line-height: 16px; width: 150px; color: #cc001d;}
dl.product-data dt:first-child {padding-left: 0; border-left: 0;}
dl.product-data dd {float: right; padding: 2px 10px 2px 5px; color: #3f3f3f; line-height: 16px;}
.product+section>h2, .product+section+section>h2 {margin-bottom: 1em; border-bottom: 1px solid #dfdfdf; font-weight: 300; font-size: 1.846em;}

@media (max-width: 700px) {
    .product>div.descr {clear: both;}
}
@media (max-width: 450px) {
    .product p.product-img {float: none; width: 98%; margin: 1em auto;}
}
  
/* sidebar 
------------------------------------------*/

/*.content>aside a {color: #3f3f3f;}    */
.content>aside a:hover {color: #ff8400;}

.content>aside section {margin: 1em 0 2em;}
.content>aside section:first-child {margin-top: 0;}
.content>aside section:first-child h3 {margin-top: 0;}
.content>aside section ul {list-style: none; padding-left: 0; font-size: 0.923em;}
.content>aside section ul li {overflow: hidden; margin: 0; color: #747474;}
.content>aside section ul.tick {font-size: 1em;}
.content>aside section ul.tick li {margin: 5px 0; color: #3f3f3f;}
.content>aside section ul li:before {float: left; width: 7px; overflow: hidden; margin-right: 7px; content: "â€”"; color: #747474;}
.content>aside section ul.tabs li {margin: 2px 4px -2px 0;}
.content>aside section ul.tabs li a.selected:hover {color: #fff;}
.content>aside section ul.tweets li:before,
.content>aside section ul.recent-posts li:before,
.content>aside section ul.recent-comments li:before,
.content>aside section ul.posts li:before,
.content>aside section ul.latest-works li:before,
.content>aside section ul.accordion li:before,
.content>aside section ul.tabs li:before,
.content>aside section ul.ads li:before {display: none; content: "";}
.content>aside section ul ul {margin: 0; padding: 3px 0 3px 2em; font-size: 1em;}
.content>aside section>p {font-size: 0.923em;}
.content>aside select {width: 100%;}
.content>aside section ul.recent-posts li,
.content>aside section ul.recent-comments li,
.content>aside section ul.posts li {margin: 10px 0; line-height: 1.3em;}
.content>aside section ul.recent-posts li .img-border,
.content>aside section ul.recent-comments li .img-border,
.content>aside section ul.posts li .img-border {float: left; margin: 0 10px 10px 0;}
.content>aside section ul.recent-posts li span,
.content>aside section ul.recent-comments li span,
.content>aside section ul.posts span, 
.content>aside section ul.tweets li span {color: #999; font-size: 0.917em;}
.content>aside section ul.posts span {display: block;}
@media (max-width: 600px) {
    .content>aside section ul.tabs li {margin: 0 4px 0 0;}
}

.content>aside section ul.recent-comments li p {margin: 0 0 0.5em 50px;}
.content>aside section ul.latest-works li {display: inline-block; margin: 0 7px 7px 0;}
.content>aside section ul.tweets li {margin: 10px 0; padding: 0 0 0 25px; background: url("images/twitter.png") 0 10px no-repeat;}
.content>aside section ul.ads li {display: inline-block; width: 96px; height: 96px; margin: 0 7px 7px 0; border: 2px solid #dfdfdf; background: #f3f3f3; line-height: 100px; text-align: center;}

.content>aside section.menu>ul {border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; font: 300 1.231em "Signika",sans-serif;}
.content>aside section.menu>ul li {border-top: 1px solid #e5e5e5;}
.content>aside section.menu>ul li:first-child {border-top: none;}
.content>aside section.menu>ul li a {display: block; padding: 7px 20px 7px 10px;}
.content>aside section.menu>ul li a:hover {background: #f5f5f5; color: #3f3f3f;}
.content>aside section.menu>ul li.current-menu-item>a {background-color: #ff8400; color: #fff;}
.content>aside section.menu>ul li:before {display: none;}
.content>aside section.menu>ul li.parent>a {background: url("images/nav-right.png") 95% 50% no-repeat;}
.content>aside section.menu>ul li.parent.expanded>a {background: url("images/nav-down.png") 95% 50% no-repeat;}
.content>aside section.menu>ul li.parent>ul {display: none;}
.content>aside section.menu>ul li.parent.expanded>ul {display: block;}
.content>aside section.menu>ul ul {margin: 0; padding: 0 0 0 20px; border-top: 1px solid #e5e5e5; font: 400 0.813em "Arial",sans-serif;}

.content>aside section table {width: 100%; margin-bottom: 0;}
.content>aside section table th {padding: 5px 3px; color: #999; font-size: 0.923em; font-weight: bold;}
.content>aside section table td {padding: 5px 0; color: #3f3f3f;}

.content>aside section table#wp-calendar  {font-size: 0.923em;}
.content>aside section table#wp-calendar th {border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; color: #3f3f3f; font-weight: normal; font-size: 0.917em; text-align: center;}
.content>aside section table#wp-calendar td {border: none; border-bottom: 1px solid #e5e5e5; color: #747474; text-align: center;}
.content>aside section table#wp-calendar tfoot td {border-bottom: none;}
.content>aside section table caption {padding: 15px 0; font: 700 1.083em "Arial",sans-serif; color: #444; text-align: left;}

.content>aside .searchform input {width: 70%; padding: 6px 3%;}
.content>aside .searchform button {float: right; white-space: nowrap;}

.content>aside .widget_newsletter input {width: 70%; margin-right: 5px; padding: 6px 3%; font-size: 0.923em; vertical-align: middle;}
.content>aside .widget_newsletter button {width: 40px; height: 28px; padding: 0; line-height: 15px; vertical-align: top; box-shadow: 0 1px 2px rgba(0,0,0,0.2);}
@media (max-width: 880px) {
    .content>aside .widget_newsletter input {width: 60%;}
}


.content>aside ul.colors {list-style: none; overflow: hidden;}
.content>aside ul.colors li {float: left; width: 27px; height: 27px; overflow: hidden; margin: 0 9px 9px 0;}
.content>aside ul.colors li:before {display: none;}
ul.colors a {float: left; overflow: hidden; width: 21px; height: 21px; border-width: 3px; border-style: solid; text-indent: -50em;}
ul.colors a.red {border-color: #cd2222; background: #e42626;}
ul.colors a.orange {border-color: #e0730a; background: #f9800b;}
ul.colors a.yellow {border-color: #e5c700; background: #ffde00;}
ul.colors a.green {border-color: #3fba19; background: #46cf1c;}
ul.colors a.azure {border-color: #03acb2; background: #03c0c6;}
ul.colors a.blue {border-color: #185bd4; background: #1b65ec;}
ul.colors a.purple {border-color: #7837a4; background: #863db7;}
ul.colors a.pink {border-color: #e56f9c; background: #ff7cae;}
ul.colors a.white {border-color: #e5e5e5; background: #fff;}
ul.colors a.gray {border-color: #898989; background: #999;}
ul.colors a.black {border-color: #000; background: #000;}
ul.colors a.brown {border-color: #8e6739; background: #9e7340;}

@media (max-width: 800px){
    .content>aside {clear: left; float: none; width: auto; max-width: 100%; margin: 1em 0;}
    .content>aside section {float: left; width: 100%; margin: 0 0 2em}
    .content>aside section:nth-of-type(2n-1) {clear: left;}
    .content>aside section h3 {margin-top: 0;}
}
@media (max-width: 660px){
    .content>aside .searchform input {width: 60%;}
}
@media (max-width: 400px) {
    .content>aside section {float: none; width: 100%; margin: 1em 0;}
}

/* forms
------------------------------------------*/
button[type="reset"] {margin-left: 5px; border: 1px solid #c9c9c9; background: #f5f5f5;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f5f5f5 0%, #e7e7e7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e7e7e7));
background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e7e7e7 100%);
background: -o-linear-gradient(top,  #f5f5f5 0%,#e7e7e7 100%);
background: -ms-linear-gradient(top,  #f5f5f5 0%,#e7e7e7 100%);
background: linear-gradient(to bottom,  #f5f5f5 0%,#e7e7e7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e7e7e7',GradientType=0 );
text-shadow: 0 1px 0 #fff; color: #555; box-shadow: 0 2px 2px rgba(0,0,0,0.15);}
button[type="reset"]:hover {background: #e7e7e7;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #e7e7e7 0%, #f5f5f5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#f5f5f5));
background: -webkit-linear-gradient(top,  #e7e7e7 0%,#f5f5f5 100%);
background: -o-linear-gradient(top,  #e7e7e7 0%,#f5f5f5 100%);
background: -ms-linear-gradient(top,  #e7e7e7 0%,#f5f5f5 100%);
background: linear-gradient(to bottom,  #e7e7e7 0%,#f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#f5f5f5',GradientType=0 );}

form p {clear: both; margin: 1.5em 0;}
label {display: block; margin: 5px 0;}
.form1 input {width: 90%; padding: 8px 3%;}
.form1 select {width: 99%; padding: 5px 3%;}
.form1 .input {overflow: hidden;}
.form1 .input label {display: inline-block; margin: 0 10px 0 0; font-weight: normal;}
.form1 textarea {width: 97%; min-width: 97%; max-width: 97%; min-height: 100px; padding: 5px 1%;}

.form2 label {float: left; clear: left; width: 25%;}
.form2 input {width: 65%; padding: 8px 3%;}
.form2 select {width: 72%; padding: 5px 3%;}
.form2 .input {overflow: hidden; width: 75%;}
.form2 .input label {display: inline-block; float: none; clear: none; width: auto; margin: 0 10px 0 0; font-weight: normal;}

.landing-form {width: 100%; max-width: 960px; margin: 0 auto; padding: 0 0 10px; }
.landing-form form {position: relative; top: -422px; z-index: 20; float: right; width: 270px; margin: 0 0 -400px; padding: 30px; box-shadow: 0 0 5px rgba(0,0,0,0.5); background: url("images/footer.png"); color: #fff;}
.landing-form h2:first-child {margin: 0; border-bottom: none; color: #fff; font-size: 1.846em; font-weight: 300;}
.landing-form button {width: 100%; border: 1px solid #de8b00; border-bottom-color: #de6200; font-size: 1.077em; text-align: center;}
.landing-form label {margin-bottom: 3px; color: #fff;direction: rtl;}
.landing-form label.chk {display: inline-block; font-weight: 400;}
.landing-form input, .landing-form select {width: 250px; padding: 8px 10px; border: none; border-radius: 2px; background: #fff;color: #999;}
.landing-form input.error, .landing-form select.error {border: 1px solid #ebbcb5; background-color: #ffe6dc; color: #ef4437;}
.landing-form select {width: 270px;}
.landing-form input[type="checkbox"] {width: auto; padding: 0; vertical-align: middle;}
.landing-form p {margin: 1.5em 0;}
 
@media (max-width: 920px) {
    .landing-form form {position:static; float: none; margin: 2em auto;}
}

@media (max-width: 365px) {
    .landing-form form {width: 225px;}
    .landing-form input, .landing-form select {width: 205px;}
    .landing-form select {width: 225px;}
}

/* background 
---------------------------------*/
.p01 {background-image: url("images/patterns/pattern01.png");}
.p02 {background-image: url("images/patterns/pattern02.png");}
.p03 {background-image: url("images/patterns/pattern03.png");}
.p04 {background-image: url("images/patterns/pattern04.png");}
.p05 {background-image: url("images/patterns/pattern05.png");}
.p06 {background-image: url("images/patterns/pattern06.png");}
.p07 {background-image: url("images/patterns/pattern07.png");}
.p08 {background-image: url("images/patterns/pattern08.png");}
.p09 {background-image: url("images/patterns/pattern09.png");}
.p10 {background-image: url("images/patterns/pattern10.png");}

/* buttons
---------------------------------*/
a.btn ,input.btn{display: inline-block; height: 30px; margin: 2px; padding: 0 5px; border-width: 1px; border-style: solid; border-radius: 3px; box-shadow: 0 1px 2px rgba(0,0,0,0.2); color: #fff;  text-transform: uppercase;}
a.btn.large {height: 40px; line-height: 40px;}
a.btn.orange {border-color: #de6200; background: #ff9f00;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOWYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjcxMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ff9f00 0%, #ff7100 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9f00), color-stop(100%,#ff7100));
background: -webkit-linear-gradient(top,  #ff9f00 0%,#ff7100 100%);
background: -o-linear-gradient(top,  #ff9f00 0%,#ff7100 100%);
background: -ms-linear-gradient(top,  #ff9f00 0%,#ff7100 100%);
background: linear-gradient(to bottom,  #ff9f00 0%,#ff7100 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9f00', endColorstr='#ff7100',GradientType=0 );
text-shadow: 0 -1px 0 #de6200;}
a.btn.orange:hover {background: #ff7100;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNzEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjlmMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ff7100 0%, #ff9f00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7100), color-stop(100%,#ff9f00));
background: -webkit-linear-gradient(top,  #ff7100 0%,#ff9f00 100%);
background: -o-linear-gradient(top,  #ff7100 0%,#ff9f00 100%);
background: -ms-linear-gradient(top,  #ff7100 0%,#ff9f00 100%);
background: linear-gradient(to bottom,  #ff7100 0%,#ff9f00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7100', endColorstr='#ff9f00',GradientType=0 );}
a.btn.green {border-color: #6f9911; background: #accf37;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FjY2YzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MWIxMTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #accf37 0%, #81b114 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#accf37), color-stop(100%,#81b114));
background: -webkit-linear-gradient(top,  #accf37 0%,#81b114 100%);
background: -o-linear-gradient(top,  #accf37 0%,#81b114 100%);
background: -ms-linear-gradient(top,  #accf37 0%,#81b114 100%);
background: linear-gradient(to bottom,  #accf37 0%,#81b114 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#accf37', endColorstr='#81b114',GradientType=0 );
text-shadow: 0 -1px 0 #6f9911;}
a.btn.green:hover {background: #81b114;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgxYjExNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhY2NmMzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #81b114 0%, #accf37 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81b114), color-stop(100%,#accf37));
background: -webkit-linear-gradient(top,  #81b114 0%,#accf37 100%);
background: -o-linear-gradient(top,  #81b114 0%,#accf37 100%);
background: -ms-linear-gradient(top,  #81b114 0%,#accf37 100%);
background: linear-gradient(to bottom,  #81b114 0%,#accf37 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81b114', endColorstr='#accf37',GradientType=0 );}
a.btn.turquoise {border-color: #249e6d; background: #3acd94;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNhY2Q5NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNWFmNjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #3acd94 0%, #15af64 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3acd94), color-stop(100%,#15af64));
background: -webkit-linear-gradient(top,  #3acd94 0%,#15af64 100%);
background: -o-linear-gradient(top,  #3acd94 0%,#15af64 100%);
background: -ms-linear-gradient(top,  #3acd94 0%,#15af64 100%);
background: linear-gradient(to bottom,  #3acd94 0%,#15af64 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3acd94', endColorstr='#15af64',GradientType=0 );
text-shadow: 0 -1px 0 #249e6d;}
a.btn.turquoise:hover {background: #15af64;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1YWY2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYWNkOTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #15af64 0%, #3acd94 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#15af64), color-stop(100%,#3acd94));
background: -webkit-linear-gradient(top,  #15af64 0%,#3acd94 100%);
background: -o-linear-gradient(top,  #15af64 0%,#3acd94 100%);
background: -ms-linear-gradient(top,  #15af64 0%,#3acd94 100%);
background: linear-gradient(to bottom,  #15af64 0%,#3acd94 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15af64', endColorstr='#3acd94',GradientType=0 );}
a.btn.azure {border-color: #0098ab; background: #00c6db;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYzZkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGE1YzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #00c6db 0%, #00a5c3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00c6db), color-stop(100%,#00a5c3));
background: -webkit-linear-gradient(top,  #00c6db 0%,#00a5c3 100%);
background: -o-linear-gradient(top,  #00c6db 0%,#00a5c3 100%);
background: -ms-linear-gradient(top,  #00c6db 0%,#00a5c3 100%);
background: linear-gradient(to bottom,  #00c6db 0%,#00a5c3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c6db', endColorstr='#00a5c3',GradientType=0 );
text-shadow: 0 -1px 0 #0098ab;}
a.btn.azure:hover {background: #00a5c3;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTVjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGM2ZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #00a5c3 0%, #00c6db 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a5c3), color-stop(100%,#00c6db));
background: -webkit-linear-gradient(top,  #00a5c3 0%,#00c6db 100%);
background: -o-linear-gradient(top,  #00a5c3 0%,#00c6db 100%);
background: -ms-linear-gradient(top,  #00a5c3 0%,#00c6db 100%);
background: linear-gradient(to bottom,  #00a5c3 0%,#00c6db 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a5c3', endColorstr='#00c6db',GradientType=0 );}
a.btn.blue {border-color: #3579be; background: #61aef2;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxYWVmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMTgzZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #61aef2 0%, #3183e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61aef2), color-stop(100%,#3183e8));
background: -webkit-linear-gradient(top,  #61aef2 0%,#3183e8 100%);
background: -o-linear-gradient(top,  #61aef2 0%,#3183e8 100%);
background: -ms-linear-gradient(top,  #61aef2 0%,#3183e8 100%);
background: linear-gradient(to bottom,  #61aef2 0%,#3183e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61aef2', endColorstr='#3183e8',GradientType=0 );
text-shadow: 0 -1px 0 #3579be;}
a.btn.blue:hover {background: #3183e8;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxODNlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MWFlZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #3183e8 0%, #61aef2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3183e8), color-stop(100%,#61aef2));
background: -webkit-linear-gradient(top,  #3183e8 0%,#61aef2 100%);
background: -o-linear-gradient(top,  #3183e8 0%,#61aef2 100%);
background: -ms-linear-gradient(top,  #3183e8 0%,#61aef2 100%);
background: linear-gradient(to bottom,  #3183e8 0%,#61aef2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3183e8', endColorstr='#61aef2',GradientType=0 );}
a.btn.purple {border-color: #7c6bb2; background: #a693e3;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E2OTNlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3OTYyZDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #a693e3 0%, #7962d0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a693e3), color-stop(100%,#7962d0));
background: -webkit-linear-gradient(top,  #a693e3 0%,#7962d0 100%);
background: -o-linear-gradient(top,  #a693e3 0%,#7962d0 100%);
background: -ms-linear-gradient(top,  #a693e3 0%,#7962d0 100%);
background: linear-gradient(to bottom,  #a693e3 0%,#7962d0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a693e3', endColorstr='#7962d0',GradientType=0 );
text-shadow: 0 -1px 0 #7c6bb2;}
a.btn.purple:hover {background: #7962d0;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc5NjJkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNjkzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #7962d0 0%, #a693e3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7962d0), color-stop(100%,#a693e3));
background: -webkit-linear-gradient(top,  #7962d0 0%,#a693e3 100%);
background: -o-linear-gradient(top,  #7962d0 0%,#a693e3 100%);
background: -ms-linear-gradient(top,  #7962d0 0%,#a693e3 100%);
background: linear-gradient(to bottom,  #7962d0 0%,#a693e3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7962d0', endColorstr='#a693e3',GradientType=0 );}
a.btn.pink {border-color: #c3488a; background: #f568b6;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1NjhiNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZjM3OGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f568b6 0%, #ef378d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f568b6), color-stop(100%,#ef378d));
background: -webkit-linear-gradient(top,  #f568b6 0%,#ef378d 100%);
background: -o-linear-gradient(top,  #f568b6 0%,#ef378d 100%);
background: -ms-linear-gradient(top,  #f568b6 0%,#ef378d 100%);
background: linear-gradient(to bottom,  #f568b6 0%,#ef378d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f568b6', endColorstr='#ef378d',GradientType=0 );
text-shadow: 0 -1px 0 #c3488a;}
a.btn.pink:hover {background: #ef378d;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmMzc4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNTY4YjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ef378d 0%, #f568b6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef378d), color-stop(100%,#f568b6));
background: -webkit-linear-gradient(top,  #ef378d 0%,#f568b6 100%);
background: -o-linear-gradient(top,  #ef378d 0%,#f568b6 100%);
background: -ms-linear-gradient(top,  #ef378d 0%,#f568b6 100%);
background: linear-gradient(to bottom,  #ef378d 0%,#f568b6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef378d', endColorstr='#f568b6',GradientType=0 );}
a.btn.red,input.btn.red {border-color: #c34f4f; background: #f57171;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1NzE3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZjQwNDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f57171 0%, #ef4040 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f57171), color-stop(100%,#ef4040));
background: -webkit-linear-gradient(top,  #f57171 0%,#ef4040 100%);
background: -o-linear-gradient(top,  #f57171 0%,#ef4040 100%);
background: -ms-linear-gradient(top,  #f57171 0%,#ef4040 100%);
background: linear-gradient(to bottom,  #f57171 0%,#ef4040 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57171', endColorstr='#ef4040',GradientType=0 );
text-shadow: 0 -1px 0 #c34f4f;}
a.btn.red:hover {background: #ef4040;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmNDA0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNTcxNzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ef4040 0%, #f57171 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef4040), color-stop(100%,#f57171));
background: -webkit-linear-gradient(top,  #ef4040 0%,#f57171 100%);
background: -o-linear-gradient(top,  #ef4040 0%,#f57171 100%);
background: -ms-linear-gradient(top,  #ef4040 0%,#f57171 100%);
background: linear-gradient(to bottom,  #ef4040 0%,#f57171 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef4040', endColorstr='#f57171',GradientType=0 );}
a.btn.brown {border-color: #9e7c52; background: #cca674;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjYTY3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZTc5NDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #cca674 0%, #ae7943 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cca674), color-stop(100%,#ae7943));
background: -webkit-linear-gradient(top,  #cca674 0%,#ae7943 100%);
background: -o-linear-gradient(top,  #cca674 0%,#ae7943 100%);
background: -ms-linear-gradient(top,  #cca674 0%,#ae7943 100%);
background: linear-gradient(to bottom,  #cca674 0%,#ae7943 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca674', endColorstr='#ae7943',GradientType=0 );
text-shadow: 0 -1px 0 #9e7c52;}
a.btn.brown:hover {background: #ae7943;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlNzk0MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2E2NzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ae7943 0%, #cca674 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ae7943), color-stop(100%,#cca674));
background: -webkit-linear-gradient(top,  #ae7943 0%,#cca674 100%);
background: -o-linear-gradient(top,  #ae7943 0%,#cca674 100%);
background: -ms-linear-gradient(top,  #ae7943 0%,#cca674 100%);
background: linear-gradient(to bottom,  #ae7943 0%,#cca674 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae7943', endColorstr='#cca674',GradientType=0 );}
a.btn.dark-gray {border-color: #545454; background: #929292;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkyOTI5MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MTYxNjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #929292 0%, #616161 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#929292), color-stop(100%,#616161));
background: -webkit-linear-gradient(top,  #929292 0%,#616161 100%);
background: -o-linear-gradient(top,  #929292 0%,#616161 100%);
background: -ms-linear-gradient(top,  #929292 0%,#616161 100%);
background: linear-gradient(to bottom,  #929292 0%,#616161 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#929292', endColorstr='#616161',GradientType=0 );
text-shadow: 0 -1px 0 #545454;}
a.btn.dark-gray:hover {background: #616161;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxNjE2MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MjkyOTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #616161 0%, #929292 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#616161), color-stop(100%,#929292));
background: -webkit-linear-gradient(top,  #616161 0%,#929292 100%);
background: -o-linear-gradient(top,  #616161 0%,#929292 100%);
background: -ms-linear-gradient(top,  #616161 0%,#929292 100%);
background: linear-gradient(to bottom,  #616161 0%,#929292 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#929292',GradientType=0 );}
a.btn.light-gray {border-color: #c9c9c9; background: #f5f5f5;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f5f5f5 0%, #e7e7e7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e7e7e7));
background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e7e7e7 100%);
background: -o-linear-gradient(top,  #f5f5f5 0%,#e7e7e7 100%);
background: -ms-linear-gradient(top,  #f5f5f5 0%,#e7e7e7 100%);
background: linear-gradient(to bottom,  #f5f5f5 0%,#e7e7e7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e7e7e7',GradientType=0 );
text-shadow: 0 1px 0 #fff; color: #555;}
a.btn.light-gray:hover {background: #e7e7e7;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #e7e7e7 0%, #f5f5f5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#f5f5f5));
background: -webkit-linear-gradient(top,  #e7e7e7 0%,#f5f5f5 100%);
background: -o-linear-gradient(top,  #e7e7e7 0%,#f5f5f5 100%);
background: -ms-linear-gradient(top,  #e7e7e7 0%,#f5f5f5 100%);
background: linear-gradient(to bottom,  #e7e7e7 0%,#f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#f5f5f5',GradientType=0 );}


/* quotes
---------------------------------*/
blockquote.quote {max-width: 70%; margin: 4em auto; padding: 0 0 0 55px; border: none; background: url("images/quote.png") 0 0 no-repeat; color: #747474;}
aside blockquote.quote {margin: 0;}
.columns blockquote.quote {margin: 25px auto 0;}
.col2 blockquote.quote, .col3 blockquote.quote, .col4 blockquote.quote, .col23 blockquote.quote, .col34 blockquote.quote {max-width: 100%}
blockquote.quote p {margin: 0.5em 0; font: 300 1.846em/1.1em "Signika",sans-serif;}
.col23 blockquote.quote p {font-size: 1.692em;}
.col3 blockquote.quote p, aside blockquote.quote p {font-size: 1.385em;}
blockquote.quote p.signature, aside blockquote.quote p.signature {font: normal 1em "Arial",sans-serif; text-align: right;}
blockquote.quote p.signature span {color: #3f3f3f;}

/* progress bars
---------------------------------*/
p.progress {position: relative; overflow: hidden; height: 30px; margin: 10px 0; border-radius: 16px; background: #ebebeb; box-shadow: inset 0 1px 1px rgba(0,0,0,0.2); color: #fff; font: 300 1.231em/30px "Signika",sans-serif;}
p.progress>span.fill {display: block; position: absolute; left: 0; top: 0; height: 30px; border-radius: 16px; background: #ff8400;}
p.progress>span.fill>span {display: block; padding: 0 10px; line-height: 29px; white-space: nowrap;}

.skill-1 {width: 80%;}
.skill-2 {width: 70%;}
.skill-3 {width: 55%;}
.skill-4 {width: 60%;}            

/* tooltips and highlights
---------------------------------*/
span.tooltip {padding: 1px 0; color: #fff; cursor: pointer;}
span.tooltip.dark {background: #ff8400;}
span.tooltip.bright {background: #3f3f3f;}

p.tooltip {position: absolute; z-index: 450; margin: 0; padding: 0 9px; font-size: 0.846em; line-height: 27px;}
p.tooltip span {display: block; width: 13px; height: 7px; margin: 0 auto -7px;}
p.tooltip.dark {border-radius: 2px; background: #3f3f3f; color: #fff;}
p.tooltip.dark span {background: url("images/tooltip-dark.png") 50% 0 no-repeat;}
p.tooltip.bright {border: 1px solid #3f3f3f; border-radius: 2px; background: #fff; color: #3f3f3f;}
p.tooltip.bright span {background: url("images/tooltip-bright.png") 50% 0 no-repeat;}

/* testimonial
---------------------------------*/
.testimonial>img {float: left; width: 40px; height: 40px; margin-right: 13px;}
.testimonial>p {margin-top: 0; color: #3f3f3f; line-height: 1.3em;}
.testimonial>p span {color: #999; font-size: 0.846em;}
.testimonial>div {position: relative; margin-bottom: 20px; border-bottom: 1px solid #dfdfdf;}
.testimonial>div>p {font-style: italic;}
.testimonial>div>p:first-child {background: url("images/quotes.png") 0 0 no-repeat; text-indent: 30px;}
.testimonial>div>span {display: block; position: absolute; bottom: -14px; left: 53px; width: 13px; height: 14px; background: url("images/testimonial-tip.png") no-repeat;}

/* message and content boxes
---------------------------------*/
.msg {margin: 20px 0; padding: 11px 10px 11px 45px; border: 1px solid #dfdfdf; background-repeat: no-repeat; background-position: 13px 10px; box-shadow: inset 0 0 15px rgba(0,0,0,0.04);}
.msg a.hide {float: right; overflow: hidden; width: 18px; height: 18px; margin-left: 10px; background: url("images/x.png") 50% 50% no-repeat; text-indent: -50em; opacity: 0.2;}
.msg.info {border-color: #c5dce7; background-color: #e7f7ff; background-image: url("images/msg-info.png"); color: #4f9ec2;}
.msg.success {border-color: #cbe3b4; background-color: #eeffda; background-image: url("images/msg-success.png"); color: #8ab04f;}
.msg.notice {border-color: #e9dab1; background-color: #fff9d8; background-image: url("images/msg-notice.png"); color: #caa533;}
.msg.error {border-color: #ebbcb5; background-color: #ffe6dc; background-image: url("images/msg-error.png"); color: #ef4437;}
.msg ul, .msg p {margin: 1em 0 0;}
.msg ul {list-style: none;}
.msg ul:first-child, .msg p:first-child {margin: 0;}
.msg ul li {margin-left: 0;}
.msg ul li:before {float: left; clear: left; overflow: hidden; width: 8px; height: 20px; margin-right: 5px; content: "â€”";}

.box h4 {margin: 6px 0 0.1em; color: #3f3f3f; font: 300 1.538em "Signika",sans-serif;direction: rtl;}
.box span {margin: 6px 0 0.1em; color: #3f3f3f; font: 300 1.038em "Signika",sans-serif;direction: rtl; display: block;}
.box p {margin-top: 0; margin-bottom: 20px; padding:5px; border: 1px solid #dfdfdf; border-top: 2px solid #747474; background-repeat: no-repeat; background-position: 20px 30px; box-shadow: inset 0 0 15px rgba(0,0,0,0.04);}
.box.info p ,.box.info div.data{padding-left: 70px; border-color: #c5dce7; border-top: 2px solid #747474; background-color: #e7f7ff; background-image: url("images/box-info.png"); direction: rtl; background-repeat: no-repeat;}
.box.confirm p,.box.confirm  div.data{padding-left: 70px; border-color: #cbe3b4; border-top: 2px solid #747474; background-color: #eeffda; background-image: url("images/box-confirm.png");}
.box.alert p ,.box.alert div.data{padding-left: 70px; border-color: #e9dab1; border-top: 2px solid #747474; background-color: #fff9d8; background-image: url("images/box-alert.png");}
.box.warning p ,.box.warning div.data{padding-left: 70px; border-color: #ebbcb5; border-top: 2px solid #747474; background-color: #ffe6dc; background-image: url("images/box-warning.png");}

/* tables
---------------------------------*/
table {width: 100%; border: none;}
th {padding: 5px 15px; border: none; border-bottom: 2px solid #e5e5e5; color: #3f3f3f; font-weight: 700; font-size: 0.923em; }
td {padding: 10px 15px; border: none; border-bottom: 1px solid #e5e5e5; text-align: right;}
table.alt th {padding: 7px 15px; border-bottom: 3px solid #d97000; background: #ff8400; color: #fff; font: 300 1.1em "Signika",sans-serif;}

/* custom form elements
---------------------------------*/
label.checkbox {display: inline-block; float: none; clear: none; overflow: hidden; height: 19px; padding-left: 5px; background: url("images/input.png") 0 0 no-repeat; line-height: 19px; vertical-align: middle;}
label.checkbox.checked {background-position: 0 -19px;}
label.radio {display: inline-block; float: none; clear: none; overflow: hidden; height: 19px; padding-left: 5px; background: url("images/input.png") 0 -38px no-repeat; line-height: 19px; vertical-align: middle;}
label.radio.checked {background-position: 0 -57px;}
label.radio input, label.checkbox input {visibility: hidden;}
/*
.file-input {position: relative; white-space: nowrap; text-overflow: ellipsis; cursor: text;  }
.file-input a.btn {height: 28px; margin-right: 5px; padding: 0 10px; font-weight: 400; font-size: 1em; text-transform: none; cursor: text;}
.file-input input.fake {border: none; width: auto; padding: 2px 0; vertical-align: middle; cursor: text;}
.file-input input.fake.file {display: inline-block; width: auto; min-width: 0; padding-left: 15px; background: url("images/input.png") 0 -76px no-repeat; cursor: text;}
.file-input a.empty {display: inline-block; overflow: hidden; position: relative; top: 5px; width: 19px; height: 17px; background: url("images/input.png") 0 -93px no-repeat; text-indent: -50em; cursor: pointer;}
.file-input input[type="file"] {position: relative; top: -5px; cursor: pointer;}
*/
span.select {position: relative; display: inline-block; height: 32px; padding: 0; border: 1px solid #ccc; border-radius: 3px; background: #fff; cursor: pointer;}
span.select.error {border-color: #e65842; background-color: #ffe6dc; box-shadow: 0 0 2px 1px #ffece6; color: #ef4437;}
span.select span.value {position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 0; display: block; padding: 7px 10px; background: url("images/select-arrow.gif") left 50% no-repeat; color: #999; zoom: 1;}

@media not all and (-webkit-min-device-pixel-ratio:0) {
    noindex:-o-prefocus, span.select span.value {
        text-indent: -99999px;
    }
    noindex:-o-prefocus, header span.select select {top: 5px!important;left:10px!important;}
}

span.select.error span.value>span {color: #ef4437;}
header .top span.select {height: 25px;}
header .top span.select span.value {padding: 3px 3%;}
header .top span.select select {margin: 0}
span.select span.value span {display: block; overflow: hidden; padding: 0; white-space: nowrap; text-overflow: ellipsis;}
span.select select {position: relative; z-index: 1; display: block; margin: 0; -webkit-appearance: menulist-button;}
.content>aside .select>span.value {padding: 7px 5%;}
.content>aside .select {display: block;}


/* modal window for images */
.overlay {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #999; opacity: 0.5;}
.modal-img {position: absolute; left: 50%; top: 0; z-index: 500; max-width: 900px; max-height: 540px; padding: 20px; background: #fff; box-shadow: 0 0 0 4px rgba(0,0,0,0.2);}
.modal-img img {max-width: 100%;}
.modal-img a.close {position: absolute; right: 20px; top: -29px; display: block; width: 49px; height: 29px; overflow: hidden; background: #000 url("images/modal-close.png") 50% 50% no-repeat; text-indent: -50em;}
.modal-img a.prev, .modal-img a.next {position: absolute; top: 50%; display: block; overflow: hidden; width: 30px; height: 60px; margin: -30px 0 0; background: url("images/slider8-controls.png") no-repeat; background-color: rgba(255,255,255,0.6); text-indent: -1000px; outline: none;}
.modal-img a.prev:hover, .modal-img a.next:hover {background-color: rgba(255,255,255,1);}
.modal-img a.prev {left: 20px; background-position: 0 50%;}
.modal-img a.next {right: 20px; background-position: -30px 50%;}
@media (max-width: 900px) {
    .modal-img {max-width: 90%;}
}
@media (max-width: 400px) {
    .modal-img {max-width: 100%; left: 0; margin-left: -20px !important;}
}

/* error 404 page */
.e404 p {color: #3f3f3f; font-family: "Signika",sans-serif; text-align: center;}
.e404 article:first-child p:first-child {margin: 25px 0 0; font: 700 15.385em/1em "Arial",sans-serif;}
.e404 article:first-child p+p {margin: 0; font-size: 2em; line-height: 1.3em;}
.e404 article+article p:first-child {margin-top: 3em; font-weight: 300; font-size: 1.538em; line-height: 1.3em;}
.e404 article form+p {width: 120px; margin: 1.3em auto; border-bottom: 1px solid #dfdfdf; color: #999; font: 300 1.231em/0.231em "Signika",sans-serif;}
.e404 article form+p span {margin-top: 10px; padding: 0 10px; background: #fff; text-transform: uppercase;}
.e404 fieldset {overflow: hidden; width: auto; border: 1px solid #ccc; border-radius: 2px; white-space: nowrap;}
.e404 input {width: 84%; border: none; font-size: 1.077em;} 
.e404 button {width: 10%; padding: 9px 0; border: none; background: #fff url("images/search-large.png") 50% 50% no-repeat; box-shadow: none;}

@media (max-width: 750px) {
    .e404 article:first-child p:first-child {font-size: 11.538em;}
}
@media (max-width: 560px) {
    .e404 article:first-child p:first-child {font-size: 7.692em;}
}

/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container{
    width:auto;
    margin-right:0;
    overflow:hidden;
}
.mCSB_container.mCS_no_scrollbar{
    margin-right:0;
}
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar{
    margin-right:0;
}
.mCustomScrollBox>.mCSB_scrollTools{
    width:16px;
    height:100%;
    top:0;
    right:0;
}
.mCSB_scrollTools .mCSB_draggerContainer{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0; 
    height:auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
    margin:20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail{
    width:2px;
    height:100%;
    margin:0 auto;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.mCSB_scrollTools .mCSB_dragger{
    cursor:pointer;
    width:100%;
    height:30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width:4px;
    height:100%;
    margin:0 auto;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    text-align:center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
    display:block;
    position:relative;
    height:20px;
    overflow:hidden;
    margin:0 auto;
    cursor:pointer;
}
.mCSB_scrollTools .mCSB_buttonDown{
    top:100%;
    margin-top:-40px;
}
/* horizontal scrollbar */
.mCSB_horizontal>.mCSB_container{
    height:auto;
    margin-right:0;
    margin-bottom:30px;
    overflow:hidden;
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
    margin-bottom:0;
}
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
    margin-right:0;
    margin-bottom:30px;
}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{
    width:100%;
    height:16px;
    top:auto;
    right:auto;
    bottom:0;
    left:0;
    overflow:hidden;
}
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer{
    margin:0 20px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
    width:100%;
    height:8px;
    margin: 0;
    border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger{
    width:30px;
    height:100%;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width:100%;
    height:8px;
    margin:0 auto;
    border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
    display:block;
    position:relative;
    width:20px;
    height:100%;
    overflow:hidden;
    margin:0 auto;
    cursor:pointer;
    float:left;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
    margin-left:-40px;
    float:right;
}
.mCustomScrollBox{
    -ms-touch-action:none; /*MSPointer events - direct all pointer events to js*/
}

/* default scrollbar colors and backgrounds (default theme) */
.mCSB_scrollTools .mCSB_draggerRail{
    background:#ebebeb;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#aeaeae; /* rgba fallback */
}

/* images for retina and other hi-density screens */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) { 

.hp-quote, blockquote.quote  {background-image: url("images/quote@2x.png"); background-size: 40px 40px;}
.testimonial>div>p:first-child  {background-image: url("images/quotes@2x.png"); background-size: 22px 13px;}
header nav ul ul li.parent>a {background-image: url("images/sm-arrow@2x.png"); background-size: 12px 7px;}
header .searchform button, aside .searchform button {background-image: url("images/search@2x.png"); background-size: 14px 14px;}
.breadcrumb p a {background-image: url("images/bcrumb-arrow@2x.gif"); background-size: 4px 7px;}
.social ul li a, ul.social li a {background-image: url("images/social@2x.png"); background-size: 632px 54px;}
.soc-tooltip {background-image: url("images/social-tooltip@2x.png"); background-size: 12px 6px;}    
footer {background-image: url("images/footer@2x.png"); background-size: 6px 8px;}
.more a {background-image: url("images/more@2x.png"); background-size: 11px 11px;}
a.go-top {background-image: url("images/go-top@2x.png"); background-size: 19px 10px;}
ul.tick li {background-image: url("images/tick@2x.png"); background-size: 16px 16px;}
.wp-pagenavi a.nextpostslink {background-image: url("images/more@2x.png"); background-size: 11px 11px;}
.wp-pagenavi a.previouspostslink {background-image: url("images/back@2x.png"); background-size: 11px 11px;}
.content-slider .next-prev a {background-image: url("images/slider2-controls@2x.png"); background-size: 44px 22px;}
.content-slider. article div ul li a {background-image: url("images/actions@2x.png"); background-size: 64px 30px;}
.slider1 article p.cta {background-image: url("images/slider-cta-bg@2x.png"); background-size: 254px 59px;}
.slider1 .next-prev a {background-image: url("images/slider1-controls@2x.png"); background-size: 60px 218px;}
.slider-pager a {background-image: url("images/paginator-orange@2x.png"); background-size: 27px 11px;}
.slider2 .next-prev a {background-image: url("images/slider2-controls@2x.png"); background-size: 44px 22px;}
.slider3>div {background-image: url("images/slider3-shadow@2x.png"); background-size: 864px 39px;}
.slider3 .next-prev a {background-image: url("images/slider3-controls@2x.png"); background-size: 60px 70px;}
.slider4 article>div {background-image: url("images/slider4-shadow@2x.png"); background-size: 578px 39px;}
.slider6>div {background-image: url("images/slider6-shadow@2x.png"); background-size: 998px 33px;}
.slider6 .menu a.prev {background-image: url("images/up-down@2x.png"); background-size: 19px 34px;}
.slider6 .menu a.next {background-image: url("images/up-down@2x.png"); background-size: 19px 34px;}
.slider7 .controls ul a:before {background-image: url("images/icon-camera@2x.png"); background-size: 20px 15px;}
.slider7 .controls ul a.info:before {background-image: url("images/icon-info@2x.png"); background-size: 19px 18px;}
.slider7 .controls ul a.cart:before {background-image: url("images/icon-cart@2x.png"); background-size: 22px 16px;}
.slider7 .controls ul a.people:before {background-image: url("images/icon-people@2x.png"); background-size: 20px 14px;}
.slider7 .controls ul a.mail:before {background-image: url("images/icon-mail@2x.png"); background-size: 18px 14px;}
.slider8 p a.cta {background-image: url("images/slider-cta-bg@2x.png"); background-size: 254px 59px;}
.slider8 .next-prev a {background-image: url("images/slider8-controls@2x.png"); background-size: 60px 12px;}
.slider9 article>div {background-image: url("images/slider4-shadow@2x.png"); background-size: 578px 39px;}
.slider9 .slider-titles .active>a {background-image: url("images/arrow-up-gray@2x.png"); background-size: 13px 7px;}
.slider10>a {background-image: url("images/slider10-controls@2x.png"); background-size: 120px 60px;}
.slider12 .slider {background-image: url("images/footer@2x.png"); background-size: 6px 8px;}
.slider12 .next-prev li a {background-image: url("images/slider12controls@2x.png"); background-size: 40px 100px;}
.slider12 .slider-pager a {background-image: url("images/paginator-slider12@2x.png"); background-size: 27px 11px;}
.why-us li {background-image: url("images/tick@2x.png"); background-size: 16px 16px;}
.hp-recent-work article div ul li a {background-image: url("images/actions@2x.png"); background-size: 64px 30px;}
.portfolio article div ul li a {background-image: url("images/actions@2x.png"); background-size: 64px 30px;}
.project-nav .prev {background-image: url("images/back@2x.png"); background-size: 11px 11px;}
.project-nav .next {background-image: url("images/more@2x.png"); background-size: 11px 11px;}
.post-meta a.comment-link {background-image: url("images/icon-comment@2x.png"); background-size: 10px 11px;}
.product .product-meta span {background-image: url("images/stars@2x.png"); background-size: 18px 48px;} 
div.star-rating,div.star-rating a {background-image:url("images/stars@2x.png"); background-size: 18px 48px;}
.events .rss-link a {background-image: url("images/rss@2x.png"); background-size: 16px 16px;}
.events-head a span {background-image: url("images/slider2-controls@2x.png"); background-size: 44px 22px;}
.content>aside section ul.tweets li {background-image: url("images/twitter@2x.png"); background-size: 17px 15px;}
.content>aside section.menu>ul li.parent>a {background-image: url("images/nav-right@2x.png"); background-size: 11px 11px;}
.content>aside section.menu>ul li.parent.expanded>a {background-image: url("images/nav-down@2x.png"); background-size: 11px 11px;}
.landing-form form {background-image: url("images/footer@2x.png"); background-size: 6px 8px;}
.p01 {background-image: url("images/patterns/pattern01@2x.png"); background-size: 600px 120px;}
.p02 {background-image: url("images/patterns/pattern02@2x.png"); background-size: 55px 66px;}
.p03 {background-image: url("images/patterns/pattern03@2x.png"); background-size: 57px 154px;}
.p04 {background-image: url("images/patterns/pattern04@2x.png"); background-size: 16px 18px;}
.p05 {background-image: url("images/patterns/pattern05@2x.png"); background-size: 100px 100px;}
.p06 {background-image: url("images/patterns/pattern06@2x.png"); background-size: 8px 8px;}
.p07 {background-image: url("images/patterns/pattern07@2x.png"); background-size: 6px 8px;}
.p08 {background-image: url("images/patterns/pattern08@2x.png"); background-size: 372px 326px;}
.p09 {background-image: url("images/patterns/pattern09@2x.png"); background-size: 25px 25px;}
.p10 {background-image: url("images/patterns/pattern10@2x.png"); background-size: 106px 20px;}
p.tooltip.dark span {background-image: url("images/tooltip-dark@2x.png"); background-size: 11px 6px;}
p.tooltip.bright span {background-image: url("images/tooltip-bright@2x.png"); background-size: 13px 7px;}
.msg a.hide {background-image: url("images/x@2x.png"); background-size: 12px 11px;}
.msg.info {background-image: url("images/msg-info@2x.png"); background-size: 18px 18px;}
.msg.success {background-image: url("images/msg-success@2x.png"); background-size: 18px 18px;}
.msg.notice {background-image: url("images/msg-notice@2x.png"); background-size: 18px 18px;}
.msg.error {background-image: url("images/msg-error@2x.png"); background-size: 18px 17px;}
.box.info p {background-image: url("images/box-info@2x.png"); background-size: 32px 32px;}
.box.confirm p {background-image: url("images/box-confirm@2x.png"); background-size: 34px 27px;}
.box.alert p {background-image: url("images/box-alert@2x.png"); background-size: 32px 29px;}
.box.warning p {background-image: url("images/box-warning@2x.png"); background-size: 34px 32px;}
label.checkbox {background-image: url("images/input@2x.png"); background-size: 19px 110px;}
label.radio {background-image: url("images/input@2x.png"); background-size: 19px 110px;}
.file-input input.fake.file {background-image: url("images/input@2x.png"); background-size: 19px 110px;}
.file-input a.empty {background-image: url("images/input@2x.png"); background-size: 19px 110px;}
span.select span.value {background-image: url("images/select-arrow@2x.gif"); background-size: 16px 4px;}
table.pricing tr.action td:first-child a {background-image: url("images/more@2x.png"); background-size: 11px 11px;}
table.pricing span.yes {background-image: url("images/msg-success@2x.png"); background-size: 18px 18px;}
table.pricing span.no {background-image: url("images/no@2x.png"); background-size: 18px 17px;}
.modal-img a.close {background-image: #000 url("images/modal-close@2x.png"); background-size: 11px 11px;}
.modal-img a.prev, .modal-img a.next {background-image: url("images/slider8-controls@2x.png"); background-size: 60px 12px;}
.e404 button {background-image: #fff url("images/search-large@2x.png"); background-size: 16px 16px;}
.modal-img a.prev, .modal-img a.next {background-image: url("images/slider8-controls@2x.png"); background-size: 60px 12px;}
h2.t07 {background-image: url("images/patterns/pattern11@2x.png"); background-size: 5px 5px;}
.content>aside h3.t07 {background-image: url("images/patterns/pattern11@2x.png"); background-size: 5px 5px;}
.hp-intro p.cta {background: ("images/cta@2x.png"); background-size: 300px 79px;}

}
.modal-info{display: block; direction: rtl;font-size: 18px; color: #FFF;position: absolute;right: 35px; top: 35px}
.modal-info a{font-weight: bold;font-size: 18px;color: #FFF;}
.gads{margin-top: 15px; margin-bottom: 15px;}
.rtl{direction: rtl;}
.cntre,.pane{width: 85%; margin: 0 auto;}
#ExtraDiv{margin: 5px; padding: 10px;background-color: #f0f0f0;}
#ExtraDiv div{direction: rtl; width: 90%; margin-bottom: 6px; clear: both; margin-bottom: 25px;}
#ExtraDiv div span{float: right; width: 140px;}
#ExtraDiv div.label{margin: 10px; width: 100%; border-top: 1px solid #797979; color: #cc0000;padding: 5px; font-weight: bold;}
.kwicksholder{direction: rtl;margin-top: 10px; float: left;}
.tborder
{
background: #D1D1E1;
color: #000000;
border: 1px solid #0B198C;
}
.Ad-details{width:100% ;direction:rtl; text-align:right; padding:5px; margin-top:5px;}
.Ad-details div.main{ float: right; padding: 3px;}
.Ad-details div.bori{}
.Ad-details ul{float: right; margin: 1px; border: solid 1px #f5f5f5;}
.Ad-details li{list-style:none; margin-bottom:3px; margin-left: 10px;  padding:7px; width: 100%; line-height: 20px;}
.Ad-details li span{ padding: 5px; width: 100px; font-weight: bold;}
.Ad-details li.sps{clear:both!important;margin:5px; width: 90%!important; height: 0!important; margin: 0!important; padding: 0!important; border-bottom: 1px solid #f9f3f3; margin-bottom: 8px;font-size: 1.1em;}
.Ad-details li.label{font-weight: bold;border-top: 1px solid #a6a6a6; color: #cc0000;padding: 5px;}
.z-note{padding: 10px;}
.z-note,.z-note a{font-weight: bold; color: #ec0000; font-size: 14px;}
.SocialBar{margin-bottom: 5px; margin-top: 20px; direction: rtl;background-color: #f2f2f2;border-radius: 5px; padding: 4px 2px 13px; text-align: right ;}
.Ad-details div.BMale{background-image: url(images/BMale.jpg); background-repeat: no-repeat;}
.Ad-details div.BFEMale{background-image: url(images/BFEMale.jpg); background-repeat: no-repeat;}
.Add-class{text-align:right;}
#noti_Container {
    margin:5px 15px 0 0;
    position:relative;    
    width:16px;
    height:16px;
}
.kwicksholder #noti_Container{display: inline-block; height: 1px; width: 1px; margin: 0;}
.noti_bubble {
    position:absolute;    
    top: -5px;
    right:9px;
    padding:0px 5px 0px 5px;
    background-color:#E94141; 
    color:white;
    font-weight:bold;
    font-size:0.82em;    
    border-radius:6px;
    box-shadow:1px 1px 1px gray;
}
.kwicksholder .noti_bubble {top: -25px;right:-80px;}
.noti_bubble a,.noti_bubble a:hover{color:white!important; display: block; width: 200%; height: 100%; background-color: transparent!important;}


/*Ticker*/

.news_ticker {
    display: none;
    position:fixed;
    width:100%;
    bottom:0;
    right:0;
    clear:both;
    z-index:99999;
    padding:1px 0;
}

.news_ticker {
    background-color: #C50001;
    border-top: 1px solid #BA0001;
    box-shadow: -5px 0 4px 0 #282828;
}
.news_ticker .title {
    width:103px;
    float:right;
    height:30px;
}

.news_ticker .close a {
    display: block;
    background-image: url("images/no@2x.png");
    width: 36px;
    height: 36px;
    float: left;
}
.news_ticker .title a {
    color: red;
    background-color: #FFF;
    display: block;
    margin: 2px 1px;
    padding: 5px;
    font-weight: bold;
}

.marquee {
    width: 90%;
    height: 37px;
    margin: 1px auto;
    overflow: hidden;
    position: relative;
   
}

.marquee p a{
    color: #FFF;
    font-weight: bold;
    font-size: 0.9rem;
}
.marquee p {
    position: absolute;
    font-family: Tahoma, Arial, sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 38px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 0px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);

    transform:translateX(100%);
    -moz-transform:translateX(100%);
    -webkit-transform:translateX(100%);
}
.hdn{display: none;}
/*
.marquee p:nth-child(1) {
    animation: left-one 20s ease infinite;
    -moz-animation: left-one 20s ease infinite;
    -webkit-animation: left-one 20s ease infinite;
} 
.marquee p:nth-child(2) {
    animation: left-two 20s ease infinite;
    -moz-animation: left-two 20s ease infinite;
    -webkit-animation: left-two 20s ease infinite;
}
*/


/*================================
    Move the Marquee to the Left
==================================*/

/** Mozilla Firefox Keyframes **/
@-moz-keyframes left-one {
    0%    {
        -moz-transform:translateX(-100%);
    }
    10% {
        -moz-transform:translateX(0);
    }
    40% {
        -moz-transform:translateX(0);
    }
    50% {
        -moz-transform:translateX(100%);
    }
    100%{
        -moz-transform:translateX(100%);
    }
}
@-moz-keyframes left-two {
    0% {
        -moz-transform:translateX(-100%);
    }
    50% {
        -moz-transform:translateX(-100%);
    }
    60% {
        -moz-transform:translateX(0);        
    }
    90% {
        -moz-transform:translateX(0);
    }
    100%{
        -moz-transform:translateX(100%);
    }
}
/** Webkit Keyframes **/
@-webkit-keyframes left-one {
    0% {
        -webkit-transform:translateX(-100%);
    }
    10% {
        -webkit-transform:translateX(0);
    }
    40% {
        -webkit-transform:translateX(0);
    }
    50% {
        -webkit-transform:translateX(100%);
    }
    100%{
        -webkit-transform:translateX(100%);
    }
}
@-webkit-keyframes left-two {
    0% {
        -webkit-transform:translateX(-100%);
    }
    50% {
        -webkit-transform:translateX(-100%);
    }
    60% {
        -webkit-transform:translateX(0);
    }
    90% {
        -webkit-transform:translateX(0);
    }
    100%{
        -webkit-transform:translateX(100%);
    }
}


/*Ticker*/

.G-add{width: 100%; z-index: 99999999;}
.news-2 li.clear{border-bottom: 1px dotted #f0f0f0; margin-bottom: 5px; padding: 5px 0 5px 0;}
.news-2 a{font-family: arial; font-weight: bold;}
.news-2 img{float: right;width: 100px; margin-left: 10px;}
.product .relrel {background-color: #FFF; padding: 6px; border: 1px solid #f3f3f3;}
div.data{font-size: 1.2em; font-family: Signika;}
.FixImg article .img-border img{width: 200px; height: 150px;}
section.sps{margin: 10px 0 10px 0; border-bottom: 4px solid #f5f5f5;}
.descr{font:300 1.1306em "Signika",sans-serif; max-width: 100%;}
.min-h280{min-height: 280px;}
p.price{font-size: 1.2em; font: 300 1.454em "Signika",sans-serif;}
.advertiser{background-color: #f5f5f5 ;}
.product-image{display: block!important;  float: right; height: 255px; overflow: hidden; margin-left: 10px; width: 300px;}
.product-image div{display: block!important;display: block!important;}
.product-image img{ width: 300px; height: 150px;}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: block;
    margin: 0 0 13px;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    max-height: 300px;
    overflow: scroll;
}


/* Links inside the dropdown */
.dropdown-content li {
    margin:0 5px;
}
.dropdown-content a {
    color: black;
    padding: 3px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}


 /* Style for overlay and box */
    .overlay{
        background:transparent url(img/overlay.png) repeat top left;
        position:fixed;
        top:0px;
        bottom:0px;
        left:0px;
        right:0px;
        z-index:100;
    }
    .boxbox{
        position:fixed;
        top:50px;
        left:10%;
        right:10%;
        background-color:#fff;
        color:#7F7F7F;
        padding:20px;
        border:2px solid #ccc;
        -moz-border-radius: 20px;
        -webkit-border-radius:20px;
        -khtml-border-radius:20px;
        -moz-box-shadow: 0 1px 5px #333;
        -webkit-box-shadow: 0 1px 5px #333;
        z-index:1000000;
    }
    .boxbox h4{
        border-bottom: 1px dashed #7F7F7F;
        margin:-20px -20px 0px -20px;
        padding:10px;
        background-color:#f01b1b;
        color:#fff;
        -moz-border-radius:20px 20px 0px 0px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
        -khtml-border-top-left-radius: 20px;
        -khtml-border-top-right-radius: 20px;
    }
 a.boxclose {
  background: transparent url("img/cancel.png") repeat scroll left top;
  cursor: pointer;
  float: right;
  height: 26px;
  margin-right: -26px;
  margin-top: -38px;
  width: 26px;
}
    
a.boxopen {
  background: transparent url("img/success.png") repeat scroll left top;
  cursor: pointer;
  float: right;
  height: 30px;
  margin-right: 2px;
  margin-top: -38px;
  width: 30px;
  display: none;
}
    
    
    
    /*chat*/
    /* 
    Created on : 31 Mar, 2014, 3:03:25 PM
    Author     : Tamil
*/

.container {
  bottom: 0px;
  width: 250px;
  position: fixed;
  z-index: 300;
  left: 22px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  font-family: 'tahoma';
  font-size: 12px;
}

.msg-wgt-header .m{
    left: 5px;
}
.msg-wgt-header .Controls{
position: absolute;
top: -29px;
height: 25px;
  width: 25px;
  background-color: #b0aeae;
  border-radius: 50%;
  display: inline-block;}

/* message box header styles*/

.msg-wgt-header {
  background-color: #6D84B4;
  border: 1px solid rgba(0, 39, 121, 0.76);
  color: white;
  text-align: center;
  height: 28px;
}

.msg-wgt-header a {
  text-decoration: none;
  font-weight: bold;
  color: white;
  vertical-align: middle;
}

/* message box body styles*/

.msg-wgt-body,.msg-wgt-bodys {
  height: 300px;
  overflow-y: scroll;
  background-color: #FFF;
}

.msg-wgt-body table {
  width: 100%;
}

.msg-row-container {
  border-bottom: 1px solid lightgray;
}

.msg-row-container td {
  border-bottom: 1px solid lightgray;
  padding: 3px 0 3px 2px;
}

.msg-row {
  width: 100%;
}

.message {
  margin-left: 40px;
  font-size: 1.3em;
}

/* Message box footer styles*/

.msg-wgt-footer {
  height: 50px;
}

.msg-wgt-footer textarea {
  width: 95%;
  font-family: 'tahoma';
  font-size: 13px;
  padding: 5px;
}

.user-label {
  font-size: 11px;
}

.msg-time {
  font-size: 10px;
  /*float: right;*/
  color: gray;
}

.avatar {
  width: 30px;
  height: 30px;
  float: left;
  background: url('img/chat_avatar.png');
  border: 1px solid lightgray;
}
    /*chat*/
    
    /* headers
---------------------------------*/
header.h1 nav.mainmenu>ul>li.current-menu-item>ul {top: 33px;}
header.h1 nav.mainmenu>ul>li:hover>a {padding-left: 20px; border-left-width: 0;}
header.h1 nav.mainmenu>ul>li.current-menu-item:hover>a {border-left-width: 1px;}

header.h2 nav.mainmenu>ul {padding-top: 0;}
header.h2 nav.mainmenu>ul>li {float: left; position: relative; height: 43px; margin: -2px 0 0; }
header.h2 nav.mainmenu>ul>li>a {float: left; height: 40px; padding: 0 19px; border-left: none; border-bottom: 3px solid #fff; color: #3f3f3f; font: 300 1.231em/40px "Signika",sans-serif; transition: all 0.4s ease-out 0s;}
header.h2 nav.mainmenu>ul>li>a:active {color: #ff8400;}
header.h2 nav.mainmenu>ul>li:hover>a {border-bottom: 3px solid #3f3f3f; background: #e6e6e6; color: #3f3f3f; transition: all 0.1s ease-out 0s;}
header.h2 nav.mainmenu>ul>li.current-menu-item>a {border-bottom: 3px solid #ff8400; color: #3f3f3f;}
header.h2 nav.mainmenu>ul>li.current-menu-item:hover>a {background: transparent; line-height: 40px;}

header.h3 nav.mainmenu>ul {padding-top: 0;}
header.h3 nav.mainmenu>ul>li {float: left; position: relative; height: 45px; margin: 0 0 0; border-left: none;}
header.h3 nav.mainmenu>ul>li>a {float: left; height: 42px; padding: 0 19px; border-left: none; border-bottom: 3px solid #fff; color: #3f3f3f; font: 300 1.231em/40px "Signika",sans-serif; transition: color 0.25s ease 0s, background 0.25s ease 0s, border-bottom 0.25s ease 0s;}
header.h3 nav.mainmenu>ul>li>a:active {color: #ff8400;}
header.h3 nav.mainmenu>ul>li.parent>a:after {display: block; position: absolute; left: 50%; bottom: 0; z-index: 50; width: 9px; height: 5px; margin-left: -4px; content: " ";}
header.h3 nav.mainmenu>ul>li:hover>a {border-bottom: 3px solid #3f3f3f; background: #747474; color: #fff;}
header.h3 nav.mainmenu>ul>li.current-menu-item>a {border-bottom: 3px solid #d97000; background: #ff8400; color: #fff;}

header.h4 nav.mainmenu>ul {height: 42px; padding: 2px 0 0;}
header.h4 nav.mainmenu>ul>li {float: left; position: relative; height: 40px; margin: 0 0 0 0px; border: none;}
header.h4 nav.mainmenu>ul>li.parent:hover {background: url("images/h4-gray-hover.png") 0% 32px no-repeat;}
header.h4 nav.mainmenu>ul>li>a {float: left; height: 32px; padding: 0 19px; border-left: none; border-bottom: none; color: #3f3f3f; font: 300 1.231em/32px "Signika",sans-serif;}
header.h4 nav.mainmenu>ul>li>a:active {color: #ff8400;}
header.h4 nav.mainmenu>ul>li:hover>a {background: #747474; color: #fff;}
header.h4 nav.mainmenu>ul>li.current-menu-item>a {color: #fff; background: #ff8400 url("images/h4-orange.png") 0% 32px no-repeat;}
header.h4 nav.mainmenu>ul>li.current-menu-item.parent {background: url("images/h4-orange.png") 0% 32px no-repeat;}
header.h4 nav.mainmenu>ul>li.current-menu-item.parent:hover {background: url("images/h4-orange.png") 0% 32px no-repeat;}
header.h4 nav.mainmenu>ul ul {border-top: 3px solid #3f3f3f;}
header.h4 nav.mainmenu>ul ul ul {left: 100%; border-top: none;}

header.h5 {border-bottom: 3px solid #ff8400;}
header.h5 .top {background: #f5f5f5; color: #747474;}
header.h5 .top nav>ul>li>a {color: #747474;}
header.h5 .top nav>ul>li:hover>a, header.h5 .top nav>ul>li.current-menu-item>a {background: #e6e6e6; color: #747474;}
header.h5 nav.mainmenu>ul {padding-top: 0;}
header.h5 nav.mainmenu>ul>li {float: left; position: relative; height: 42px; margin: -2px 0 0 2px; padding-bottom: 0; border: none;}
header.h5 nav.mainmenu>ul>li>a {float: left; height: 41px; padding: 0 19px; border-left: none; border-bottom: 1px solid #fff; border-radius: 3px 3px 0 0; background: #747474; color: #fff; font: 300 1.231em/42px "Signika",sans-serif; transition: all 0.4s ease-out 0s;}
header.h5 nav.mainmenu>ul>li>a:active {color: #ff8400;}
header.h5 nav.mainmenu>ul>li:hover>a {border-bottom: 1px solid #3f3f3f; background: #3f3f3f; color: #fff; transition: all 0.1s ease-out 0s;}
header.h5 nav.mainmenu>ul>li.current-menu-item>a {border-bottom: 1px solid #ff8400; background: #ff8400; color: #fff;}

header.h6 {border-bottom: 3px solid #ff8400;}
header.h6 nav.mainmenu>ul {margin-bottom: -1px; padding-top: 0;}
header.h6 nav.mainmenu>ul>li {float: right; position: relative; height: 41px; margin: 0 0 0 2px; border: none;}
header.h6 nav.mainmenu>ul>li>a {float: left; height: 41px; padding: 0 19px; border-left: none; border-radius: 3px 3px 0 0; background: transparent; color: #3f3f3f; font: 300 1.231em/42px "Signika",sans-serif; -webkit-transition: all 0.25s ease 0s; -moz-transition: all 0.25s ease 0s; -ms-transition: all 0.25s ease 0s; -o-transition: all 0.25s ease 0s; transition: all 0.25s ease 0s;}
header.h6 nav.mainmenu>ul>li>a:active {color: #ff8400;}
header.h6 nav.mainmenu>ul>li:hover>a {border-bottom: none; background: #3f3f3f; color: #fff;}
header.h6 nav.mainmenu>ul>li.current-menu-item>a {height: 41px; background: #ff8400; color: #fff;}

header.h7 nav.mainmenu>ul {height: 42px; padding: 2px 0 0;}
header.h7 nav.mainmenu>ul>li {float: left; position: relative; height: 40px; margin: 0 0 0 2px; border: none;}
header.h7 nav.mainmenu>ul>li.parent:hover {background: url("images/dropdown-arrow-gray-hover.png") 50% 32px no-repeat;}
header.h7 nav.mainmenu>ul>li>a {float: left; height: 32px; padding: 0 19px; border-left: none; border-bottom: none; border-radius: 16px; color: #3f3f3f; font: 300 1.231em/32px "Signika",sans-serif; transition: all 0.2s ease-out 0s !important;}
header.h7 nav.mainmenu>ul>li>a:active {color: #ff8400;}
header.h7 nav.mainmenu>ul>li:hover>a {background: #747474; color: #fff;}
header.h7 nav.mainmenu>ul>li.current-menu-item>a {background: #ff8400; color: #fff;}
header.h7 nav.mainmenu>ul>li.current-menu-item.parent:hover {background: url("images/dropdown-arrow-orange.png") 50% 32px no-repeat;}
header.h7 nav.mainmenu>ul ul {border-top: 3px solid #3f3f3f;}
header.h7 nav.mainmenu>ul ul ul {left: 100%; border-top: none;}

header.h8 section.top {border-bottom: 1px solid #ebebeb; background: #f5f5f5; color: #747474;}
header.h8 section.top a {color: #3f3f3f;}
header.h8 section.top li:hover>a {background-color: #e6e6e6; color: #3f3f3f;}
header.h8 p.title strong {display: inline-block; margin-right: 10px;}
@media (max-width: 645px) {
    header.h8 p.title strong {display: block; margin-right: 0; text-align: center;}
}

header.h8 nav.mainmenu {clear: both; float: none; margin: 15px 0 0; padding: 0 19px; background: #3f3f3f;}
header.h8 nav.mainmenu>ul {width: 100%; max-width: 940px; margin: 0 auto; padding: 0;}
header.h8 nav.mainmenu>ul>li {height: 40px; margin: 0; border: none; line-height: 40px;}
header.h8 nav.mainmenu>ul>li>a {height: 40px; border: none; color: #fff; line-height: 40px;}
header.h8 nav.mainmenu>ul>li>a:active {color: #ff8400;}
header.h8 nav.mainmenu>ul>li:hover>a {background: #747474; color: #fff; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s;}
header.h8 nav.mainmenu>ul>li.current-menu-item>a {background: #ff8400; color: #fff;}
header.h8 nav.mainmenu>ul ul li a {padding: 5px 15px; line-height: 1.75em;}
@media (max-width: 800px) {
    header.h8 nav.mainmenu {margin: 10px 0 0; padding: 5px 20px;}
    header.h8 nav.mainmenu .select {margin: 0;}
}

header.h9 section.top {border-bottom: 1px solid #ebebeb; background: #f5f5f5; color: #747474;}
header.h9 section.top a {color: #3f3f3f;}
header.h9 section.top li:hover>a {background-color: #e6e6e6; color: #3f3f3f;}
header.h9 p.title strong {display: inline-block; margin-right: 10px;}

@media (max-width: 645px) {
    header.h9 p.title strong {display: block; margin-right: 0; text-align: center;}
}
header.h9 nav.mainmenu {clear: both; float: none; margin: 17px 0 0; padding: 0 19px; background: #3f3f3f;}
header.h9 nav.mainmenu>ul {width: 100%; max-width: 940px; margin: 0 auto; padding: 0;}
header.h9 nav.mainmenu>ul>li {height: 30px; margin: 0; padding: 5px 1px; border: none; line-height: 30px;}
header.h9 nav.mainmenu>ul>li>a {height: 30px; border-left: none; border: none; border-radius: 15px; color: #fff; line-height: 30px; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s;}
header.h9 nav.mainmenu>ul>li>a:active {color: #ff8400;}
header.h9 nav.mainmenu>ul>li:hover>a {background: #747474; color: #fff;}
header.h9 nav.mainmenu>ul>li.current-menu-item>a {background: #ff8400; color: #fff;}
header.h9 nav.mainmenu>ul ul li a {padding: 5px 15px; line-height: 1.75em;}
@media (max-width: 800px) {
    header.h9 nav.mainmenu {margin: 10px 10px 0; padding: 5px 10px;}
    header.h9 nav.mainmenu .select {margin: 0;}
}

header.h10 section.top {border-bottom: 1px solid #ebebeb; background: #f5f5f5; color: #747474;}
header.h10 section.top a {color: #3f3f3f;}
header.h10 section.top li:hover>a {background-color: #e6e6e6; color: #3f3f3f;}
header.h10 p.title strong {display: inline-block; margin-right: 10px;}
@media (max-width: 645px) {
    header.h10 p.title strong {display: block; margin-right: 0; text-align: center;}
}
header.h10 nav.mainmenu {clear: both; float: none; margin: 17px 0 0; padding: 0 19px; background: #3f3f3f;}
header.h10 nav.mainmenu>ul {width: 100%; max-width: 940px; margin: 0 auto; padding: 0;}
header.h10 nav.mainmenu>ul>li {height: 32px; margin: 0; padding: 3px 0 6px; border: none; line-height: 32px;}
header.h10 nav.mainmenu>ul>li>a {height: 32px; margin-top: -3px; padding-top: 3px; border: none; color: #fff; line-height: 32px;}
header.h10 nav.mainmenu>ul>li>a:active {color: #ff8400;}
header.h10 nav.mainmenu>ul>li:hover>a {padding-bottom: 3px; border-bottom: 3px solid #a7a7a7; background: #747474; color: #fff;}
header.h10 nav.mainmenu>ul>li.current-menu-item>a {padding-bottom: 3px; border-bottom: 3px solid #ff8400; background: transparent; color: #fff;}
header.h10 nav.mainmenu>ul ul li a {padding: 5px 15px; line-height: 1.75em;}
header.h10 nav.mainmenu>ul>li>ul {margin-top: -3px; border-top: 3px solid #a7a7a7;}
@media (max-width: 800px) {
    header.h10 nav.mainmenu {margin: 10px 0 0; padding: 5px 20px;}
    header.h10 nav.mainmenu .select {margin: 0;}
}
@media (max-width: 400px) {
    header.h10 nav.mainmenu {margin: 10px 0 0; padding: 5px 20px;}
    header.h10 nav.mainmenu .select {margin: 0;}
}

header.h11 nav.mainmenu>ul {padding-top: 0;}
header.h11 nav.mainmenu>ul>li {float: left; position: relative; height: 33px; margin: -2px 0 0; padding-bottom: 10px; border-left: none;}
header.h11 nav.mainmenu>ul>li>a {float: left; height: 33px; padding: 0 20px; border-left: none; border-bottom: none; color: #3f3f3f; font: 300 1.231em/33px "Signika",sans-serif; transition-property: all; transition-duration: 0.3s;}
header.h11 nav.mainmenu>ul>li:hover>a {background: #747474; color: #fff;}
header.h11 nav.mainmenu>ul>li>a:active {color: #ff8400;}
header.h11 nav.mainmenu>ul>li.current-menu-item>a {background: #ff8400; color: #fff;}
header.h11 nav.mainmenu>ul>li>ul {margin-top: -10px;}

header.h12 nav.mainmenu>ul {padding-top: 0;}
header.h12 nav.mainmenu>ul>li {float: left; position: relative; height: 43px; margin: 0; border-left: none;}
header.h12 nav.mainmenu>ul>li>a {float: left; height: 40px; padding: 0 19px; border-left: none; border-bottom: 3px solid #fff; color: #3f3f3f; font: 300 1.231em/40px "Signika",sans-serif; transition: all 0.4s ease-out 0s;}
header.h12 nav.mainmenu>ul>li>a:active {color: #3f3f3f;}
header.h12 nav.mainmenu>ul>li:hover>a {border-bottom: 3px solid #3f3f3f; background: #fff; color: #3f3f3f; transition: all 0.1s ease-out 0s;}
header.h12 nav.mainmenu>ul>li.current-menu-item>a {border-bottom: 3px solid #ff8400; color: #3f3f3f;}
header.h12 nav.mainmenu>ul>li.current-menu-item:hover>a {background: transparent; line-height: 40px;}

header.h13 nav.mainmenu>ul {height: 42px; padding: 2px 0 0;}
header.h13 nav.mainmenu>ul>li {float: left; position: relative; height: 40px; margin: 0 0 0 2px; border: none;}
header.h13 nav.mainmenu>ul>li.parent:hover {background: url("images/dropdown-arrow-gray-hover.png") 50% 32px no-repeat;}
header.h13 nav.mainmenu>ul>li>a {float: left; height: 32px; padding: 0 19px; border-left: none; border-bottom: none; border-radius: 6px; color: #3f3f3f; font: 300 1.231em/32px "Signika",sans-serif; transition: all 0.15s linear 0s; text-transform: uppercase;}
header.h13 nav.mainmenu>ul>li>a:active {color: #ff8400;}
header.h13 nav.mainmenu>ul>li:hover>a {background: #747474; color: #fff;}
header.h13 nav.mainmenu>ul>li.current-menu-item>a {background: #ff8400; color: #fff;}
header.h13 nav.mainmenu>ul>li.current-menu-item.parent:hover {background: url("images/dropdown-arrow-orange.png") 50% 32px no-repeat;}
header.h13 nav.mainmenu>ul ul {border-top: 3px solid #3f3f3f;}
header.h13 nav.mainmenu>ul ul ul {left: 100%; border-top: none;}

header.h14 nav.mainmenu>ul {height: 42px; padding: 2px 0 0;}
header.h14 nav.mainmenu>ul>li {float: left; position: relative; height: 40px; margin: 0 0 0 2px; border: none;}
header.h14 nav.mainmenu>ul>li.parent:hover {background: url("images/dropdown-arrow-gray-hover.png") 50% 32px no-repeat;}
header.h14 nav.mainmenu>ul>li>a {float: left; height: 32px; padding: 0 19px; border-left: none; border-bottom: none; color: #3f3f3f; font: 300 1.231em/32px "Signika",sans-serif; transition: all 0.15s linear 0s;}
header.h14 nav.mainmenu>ul>li>a:active {color: #ff8400;}
header.h14 nav.mainmenu>ul>li:hover>a {background: #747474; color: #fff;}
header.h14 nav.mainmenu>ul>li.current-menu-item>a {color: #fff; background: #ff8400 url("images/dropdown-arrow-orange.png") 50% 32px no-repeat;}
header.h14 nav.mainmenu>ul>li.current-menu-item.parent {background: url("images/dropdown-arrow-orange.png") 50% 32px no-repeat;}
header.h14 nav.mainmenu>ul>li.current-menu-item.parent:hover {background: url("images/dropdown-arrow-orange.png") 50% 32px no-repeat;}
header.h14 nav.mainmenu>ul ul {border-top: 3px solid #3f3f3f;}
header.h14 nav.mainmenu>ul ul ul {left: 100%; border-top: none;}

header.h15:after {display: block; clear: both; overflow: hidden; height: 0; content: ' ';}
header.h15 .top {height: 51px;     background: #3f3f3f;}
header.h15 .top p {line-height: 42px;}
header.h15>section.top nav>ul {height: 42px;}
header.h15>section.top nav>ul>li>a {height: 42px; color: #fff; line-height: 42px;}
header.h15>section.top nav>ul>li:hover>a {background-color: #555;}
header.h15>section.top nav>ul>li.current-menu-item>a, header>section.top nav>ul>li.current-menu-item:hover>a {color: #fff; background-color: #ff8400;}
header.h15 nav.social {padding-top: 9px;}
header.h15 nav.social ul {text-align: right;}
header.h15 nav.social li {margin-left: 8px; margin-top: 6px;}
header.h15 nav.social a {height: 24px; padding: 0; text-align: left; text-indent: -50em;}
header.h15>section.top nav.social a {height: 24px; line-height: 24px;}
header.h15>section.top nav.social>ul>li:hover>a {background-color: transparent; background-image: url("images/social.png");}
header.h15 .social a.email {background-position: 0 -30px;}
header.h15 .social a.facebook {background-position: -32px -30px;}
header.h15 .social a.twitter {background-position: -64px -30px;}
header.h15 .social a.pinterest {background-position: -96px -30px;}
header.h15 .social a.rss {background-position: -128px -30px;}
header.h15 .social a.linkedin {background-position: -160px -30px;}
header.h15 .social a.flickr {background-position: -192px -30px;}
header.h15 .social a.vimeo {background-position: -224px -30px;}
header.h15 .social a.blogger {background-position: -256px -30px;}
header.h15 .social a.tumblr {background-position: -288px -30px;}
header.h15 .social a.skype {background-position: -320px -30px;}
header.h15 .social a.behance {background-position: -352px -30px;}
header.h15 .social a.googleplus {background-position: -384px -30px;}
header.h15 .social a.youtube {background-position: -416px -30px;}
header.h15 .social a.dribble {background-position: -448px -30px;}
header.h15 .social a.instagram {background-position: -480px -30px;}
header.h15 .social a.picasa {background-position: -512px -30px;}
header.h15 .social a.github {background-position: -544px -30px;}
header.h15 .social a.stumbleupon {background-position: -576px -30px;}
header.h15 .social a.lastfm {background-position: -608px -30px;}

header.h15 p.title {margin: 2px 0;}
header.h15 nav.mainmenu {margin-top: 23px; margin-bottom: 13px;}
header.h15 nav.mainmenu>ul {padding-top: 0;}

header.h15 nav.mainmenu>ul>li {float: left; position: relative; height: 33px;  padding-bottom: 10px; border-left: none;}
header.h15 nav.mainmenu>ul>li>a {float: left; height: 33px; padding: 0 20px; border-left: none; border-bottom: none; color: #3f3f3f; font: 300 1.231em/33px "Signika",sans-serif;}
header.h15 nav.mainmenu>ul>li:hover>a {background: #747474; color: #fff;}
header.h15 nav.mainmenu>ul>li>a:active {color: #ff8400;}
header.h15 nav.mainmenu>ul>li:hover>a:before {display: block; position: absolute; left: 0; bottom: 4px; width: 0; height: 0; border: 3px solid #747474; border-width: 3px 4px; border-bottom-color: #fff; border-right-color: #fff;}
header.h15 nav.mainmenu>ul>li.current-menu-item>a {background: #ff8400; color: #fff;}
header.h15 nav.mainmenu>ul>li.current-menu-item>a:before {display: block; position: absolute; left: 0; bottom: 4px; width: 0; height: 0; border: 3px solid #ff8400; border-width: 3px 4px; border-bottom-color: #fff; border-right-color: #fff;}
header.h15 nav.mainmenu>ul>li>ul {margin-top: -3px; border-top: 3px solid #3f3f3f;}
header.h15 nav.mainmenu>ul>li.parent:hover, header.h15 nav.mainmenu>ul>li:hover {background: url("images/h4-gray-hover.png") 0% 33px no-repeat;}
header.h15 nav.mainmenu>ul>li.current-menu-item, header.h15 nav.mainmenu>ul>li.current-menu-item.parent,
header.h15 nav.mainmenu>ul>li.current-menu-item.parent:hover {background: url("images/h4-orange.png") 0% 33px no-repeat;}


@media (max-width: 800px) {
    header.h15 .main-header {padding-top: 0; padding-bottom: 0;}
    header.h15 .top .searchform {margin: 8px 0 0;} 
    header.h15>section.top {padding: 0 20px;}
    header.h15 > section.top nav.social {width: auto;}
    header.h15 > section.top nav.social > ul {text-align: right;}

}

@media (max-width: 645px) {
    header.h15 .top {padding-bottom: 1px;}
}
@media (max-width: 620px) {
    header.h15 .top    {height: auto;}
    header.h15 .top .searchform {margin: 0 0 10px;}
    header.h15 > section.top nav.social > ul {display: inline-block;}
}

/* sticky headers */
@media (min-width: 801px) {
    header.sticky {position: fixed; top: -75px; left: 0; width: 100%;}
    header.sticky .social, header.sticky p.title>span, header.sticky form {display: none;}
    header.sticky img {height: 20px; width: auto;}    
    header.sticky p.title {margin: 1px 0;}
    header.sticky nav.mainmenu {margin-top: 6px;}
    header.h2.sticky nav.mainmenu {margin-top: 4px;}
    header.h3.sticky nav.mainmenu {margin-top: 0;}
    header.h4.sticky nav.mainmenu {height: 36px; margin-top: 3px;}
    header.h5.sticky nav.mainmenu>ul>li {margin-top: -3px;} 
    header.h6.sticky nav.mainmenu>ul>li {margin-top: -2px;} 
    header.h7.sticky nav.mainmenu {height: 36px; margin-top: 3px;}

    header.h8.sticky p.title, header.h9.sticky p.title, header.h10.sticky p.title {display: none;}
    header.h8.sticky nav.mainmenu, header.h9.sticky nav.mainmenu, header.h10.sticky nav.mainmenu {margin: 0; box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);}

    header.h11.sticky nav.mainmenu {height: 36px; margin-top: 8px;}
    header.h12.sticky nav.mainmenu {margin-top: 2px;}
    header.h13.sticky nav.mainmenu {height: 36px; margin-top: 3px;}
    header.h14.sticky nav.mainmenu {height: 36px; margin-top: 3px;}

    header.h15.sticky:after {display: block; clear: both; overflow: hidden; height: 0; content: ' ';}
    header.h15.sticky .top {height: 30px;}
    header.h15.sticky .top p {line-height: 30px;}
    header.h15.sticky nav.mainmenu {margin-top: 6px;}
    header.h15.sticky section.top nav > ul > li > a {height: 30px; line-height: 30px;}
    header.h15.sticky section.top form {margin-top: 2px;}

    header.h1.sticky, 
    header.h2.sticky, 
    header.h3.sticky, 
    header.h4.sticky, 
    header.h5.sticky, 
    header.h6.sticky, 
    header.h7.sticky, 
    header.h11.sticky, 
    header.h12.sticky, 
    header.h13.sticky, 
    header.h14.sticky, 
    header.h15.sticky 
    {height: 75px;}
    header.h1.sticky.no-topbar,
    header.h2.sticky.no-topbar,
    header.h3.sticky.no-topbar,
    header.h4.sticky.no-topbar,
    header.h5.sticky.no-topbar,
    header.h6.sticky.no-topbar,
    header.h7.sticky.no-topbar,
    header.h11.sticky.no-topbar,
    header.h12.sticky.no-topbar,
    header.h13.sticky.no-topbar,
    header.h14.sticky.no-topbar,
    header.h15.sticky.no-topbar 
    {height: 45px;}
    header.sticky.no-topbar .top {display: none;}
}

@media (min-width: 801px) and (max-width: 1000px) {
    header.sticky {
        margin-left: 0;    margin-right: 0;
    }
}

@media (min-width: 1000px) {
    .boxed header.sticky {width: 100%; max-width: 1000px; left: 50%; margin-left: -500px;}
}

@media (min-width: 801px) {
    header.sticky {position: fixed; top: -75px; left: 0; width: 100%; margin: 0;}
}