@import "css/reset.css";

@import "https://fonts.googleapis.com/css?family=Play";

body {

    font-family: Arial, sans-serif

}

.centre-wrap {

    max-width: 990px;

    margin: 0 auto;

    padding: 0 5px

}

.clear-after:after {

    clear: both;

    content: "";

    display: block

}

a {

    text-decoration: none

}


span.wpcf7-not-valid-tip {
  background: #fff none repeat scroll 0 0 !important;
  color: #f00;
  display: block;
  font-size: 11px !important;
  height: 4px !important;
  left: 3px !important;
  position: absolute !important;
  top: 0 !important;
}

.captcha span.wpcf7-not-valid-tip {
  background: #fff none repeat scroll 0 0 !important;
  color: #f00;
  display: block;
  font-size: 11px !important;
  height: 4px !important;
  left: 18px !important;
  position: absolute !important;
  top: 0 !important;
}

#header-wrap {

    padding: 15px 0 20px

}

#header-title {

    width: 60%;

    float: left

}

#header-title > a {

    display: block;

    font-size: 2rem;

    line-height: 2rem;

    text-transform: uppercase;

    color: #000;

    font-family: 'Play', sans-serif;

    font-weight: 700;

    letter-spacing: 2px

}

#header-title > a > span {

    color: #00aaff

}

#header-phone {

    width: 40%;

    float: right

}

#header-phone > a {

    display: block;

    float: right;

    font-size: 2rem;

    line-height: 2rem;

    color: #000;

    font-family: 'Play', sans-serif;

    padding: 0 0 0 50px;

    background-image: url('images/interface/circle-phone-icon.png');

    background-repeat: no-repeat

}

#header-message {

    clear: both;

    text-align: center;

    color: #666666;

    padding: 6px 0 0

}

.social-icon > a {

	display:inline-block;

	float:right;

	width:32px;

	margin:0 0 0 10px;

}

.social-icon > a > img {

	width:100%;

}

#main-menu-wrap {

    margin: 0 0 50px

}

#main-menu-toggle {

    display: none

}

#main-menu {

    text-transform: uppercase;

    letter-spacing: 1px;

    font-size: 0.9rem;

    background-color: #333333;

    border-radius: 15px

}

#main-menu > li {

    float: left

}

#main-menu > li > a {

    display: block;

    padding: 10px 15px;

    color: #fff;

    border-radius: 12px

}

#main-menu > li:hover > a {

    background-color: #ffd500;

    color: #000

}

#main-menu > .current-menu-item > a {

    background-color: #00aaff;

    color: #fff

}

#main-menu > .menu-item-has-children {

    position: relative

}

#main-menu > .menu-item-has-children:hover > a {

    border-bottom-left-radius: initial;

    border-bottom-right-radius: initial

}

#main-menu > .menu-item-has-children > ul {

    position: absolute;

    display: none;

    background-color: #ffd500;

    z-index: 998;

    width: 300px

}

#main-menu > .menu-item-has-children:hover > ul {

    display: block

}

#main-menu > .menu-item-has-children > ul > li > a {

    display: block;

    padding: 10px 15px;

    color: #000

}

#main-menu > .menu-item-has-children > ul > li:hover > a {

    background-color: #ff3333;

    color: #fff

}

#main-menu > .menu-item-has-children > ul > .current-menu-item > a {

    background-color: #cccccc;

    color: #333333

}

#main-menu > .menu-item-has-children > div {

    display: none

}

#banner-wrap {

    background-color: #cceeff;

    border-style: dashed;

    border-color: #b8d6e6;

    border-top-width: 5px;

    border-bottom-width: 5px;

    margin: 0 0 50px;

    min-height: 318px

}

#banner-form {

    float: right;

    width: 25%;

    position: relative

}

#banner-points {

    float: left;

    width: 40%;

    padding: 40px 0 20px

}

#banner-points > ul > li {

    font-family: 'Play', sans-serif;

    font-size: 1.6rem;

    line-height: 1.6rem;

    margin: 0 0 20px 30px;

    list-style-image: url('images/interface/selling-point-bullet.png')

}

#banner-images {

    float: left;

    width: 35%;

    padding: 60px 0 0

}

.widget-wrap #main-form {

    position: initial

}

#main-form {

    background-color: #333333;

    position: absolute;

    width: 100%;

    top: 9px;

    border-radius: 10px;

    overflow: hidden

}

#main-form > header > span {

    display: inline-block;

    font-size: 2.2rem;

    line-height: 2.2rem;

    font-family: 'Play', sans-serif;

    color: #fff;

    text-transform: uppercase;

    padding: 10px 0 10px 55px;

    background-image: url('images/interface/form-header-arrow.png');

    background-repeat: no-repeat;

    background-position: 3px 3px

}

#main-form > div {

    padding: 15px

}

#main-form .form-element {

    margin: 0 0 15px

}

#main-form .form-element > span {

    display: block

}

#main-form .form-element > span > input {

    width: 96%;

    border: none;

    margin: 0;

    padding: 2px 2%;

    font-size: 1rem;

    line-height: 1rem

}

#main-form .form-element > span > textarea {

    width: 96%;

    border: none;

    margin: 0;

    padding: 2px 2%;

    font-size: 1rem;

    line-height: 1rem;

    font-family: Arial, sans-serif;

    height: 3rem

}

#main-form .form-element > span > span {

    padding: 5px 0 10px

}

#main-form .form-captcha {

    margin: 0 0 15px

}

#main-form .form-captcha > img {

    height: 22px;

    display: block;

    float: left

}

#main-form .form-captcha > span {

    display: block;

    float: left;

    padding: 0 0 0 15px

}

#main-form .form-captcha > span > input {

    display: block;

    border: none;

    margin: 0;

    padding: 2px 2%;

    font-size: 1rem;

    line-height: 1rem;

    width: 100px

}

#main-form .form-captcha > span > span {

    width: 100px;

    padding: 5px 0 10px

}

#main-form .form-submit {

    margin: 0

}

#main-form .form-submit > input {

    display: block;

    border: none;

    border-radius: 5px;

    margin: 0;

    padding: 5px 0;

    font-size: 1.5rem;

    line-height: 1.5rem;

    width: 100%;

    text-transform: uppercase;

    text-align: center;

    background-color: #ffd500;

    color: #000;

    font-family: 'Play', sans-serif;

    cursor: pointer

}

#main-form .form-submit > img {

    display: none

}

#main-form form > .wpcf7-validation-errors {
  border: medium none;
  color: #f00;
  display: none !important;
  margin: 15px 0 0;
  padding: 0;
}

#body-wrap h1,

#body-wrap h2,

#body-wrap h3 {

    font-family: 'Play', sans-serif;

    margin: 0 0 15px

}

#body-wrap h1 {

    font-size: 2.4rem;

    line-height: 2.6rem;

    color: #ff3333

}

#body-wrap h2 {

    font-size: 1.8rem;

    line-height: 2rem;

    padding: 20px 0 0;

    color: #006699

}

#body-wrap h3 {

    font-size: 1.4rem;

    line-height: 1.6rem;

    padding: 20px 0 0;

    color: #006699

}

#body-main-column header {

    margin: 0 0 15px

}

#body-main-column header > h1,

#body-main-column header > h2 {

    margin: 0

}

#body-main-column header > span {

    font-size: 0.9rem;

    color: #808080

}

#body-wrap p {

    margin: 0 0 15px;

    line-height: 1.2rem

}

#body-wrap ul,

#body-wrap ol {

    margin: 0 0 15px

}

#body-wrap ul > li > ul,

#body-wrap ol > li > ol {

    margin: 15px 0

}

#body-wrap ul > li,

#body-wrap ol > li {

    margin: 0 0 10px 30px;

    line-height: 1.2rem

}

#body-wrap a {

    color: #33bbff

}

#body-wrap a:hover {

    color: #cc5252

}

#body-wrap table {

    margin: 0 0 15px

}

#body-wrap table th,

#body-wrap table td {

    padding: 0 10px;

    line-height: 1.4rem

}

#body-wrap .table-header-left th:first-child {

    text-align: right

}

.img-full-width {

    width: 100%

}

#body-wrap {

    margin: 0 0 50%

}

#body-wrap {

    margin: 0 0 50px

}

#body-main-column {

    float: left;

    width: 65%

}

#body-side-column {

    float: right;

    width: 30%

}

.body-post-wrap {

    margin: 0 0 15px;

    border-style: solid;

    border-color: #cccccc;

    border-top-width: 1px

}

.body-post-wrap > .read-more-button {

    display: inline-block;

    padding: 4px 8px;

    background-color: #ffd500;

    color: #000 !important;

    border-radius: 12px;

    border-style: solid;

    border-width: 1px;

    border-color: #cccccc;

    font-family: 'Play', sans-serif

}

.widget-wrap {

    padding: 0 0 15px

}

.widget-wrap > header {

    margin: 0 0 15px;

    font-family: 'Play', sans-serif;

    font-size: 1.8rem;

    line-height: 2rem;

    color: #006699

}

#footer-menu {

    text-transform: uppercase;

    letter-spacing: 1px;

    font-size: 0.9rem;

    background-color: #333333;

    border-radius: 15px

}

#footer-menu > li {

    float: left

}

#footer-menu > li > a {

    display: block;

    padding: 10px 15px;

    color: #cccccc;

    border-radius: 12px

}

#footer-menu > li:hover > a {

    background-color: #ffd500;

    color: #000

}

#footer-menu > .current-menu-item > a {

    background-color: #00aaff;

    color: #fff

}

#footer-info-wrap {

    padding: 20px 0

}

#copyright {

    width: 40%;

    float: left;

    color: #333333

}

#clixpert-link {

    width: 40%;

    float: right;

    text-align: right

}

#clixpert-link > a {

    color: #333333

}

#micro-data {

    width: 20%;

    float: left;

    text-align: center;

    position: relative;

    color: #333333;

display:none;

}

#micro-data > div {

    position: absolute;

    display: none;

    width: 310px;

    padding: 5px;

    background-color: #333333;

    top: -332px;

    color: #fff

}

#micro-data:hover > div {

    display: block

}

#micro-data > div > img {

    width: 310px;

    height: 155px

}

#micro-data > div > div {

    font-size: 1.5rem;

    padding: 10px 0;

    font-family: 'Play', sans-serif

}

#micro-data > div > table tr {

    padding: 0 0 5px;

    font-size: 0.9rem

}

#micro-data > div > table th {

    text-align: left;

    padding: 0 5px 0 0

}

#micro-data > div > table td {

    text-align: left

}

#micro-data > div > a {

    display: block;

    padding: 5px 10px;

    border-radius: 5px;

    margin: 10px auto 0;

    width: 160px;

    background-color: #ffd500;

    color: #000;

    font-family: 'Play', sans-serif

}

@media only screen and (min-width: 769px) {

    #main-menu {

        display: block !important

    }

}

@media only screen and (max-width: 768px) {
	
	#copyright, #clixpert-link, #micro-data {
  float: initial;
  padding: 10px 0;
  text-align: center;
  width: initial;

}
#micro-data { display:none;}

    #main-menu-wrap > div {

        position: relative;

        padding: 0;

        background-color: #333333

    }

    #main-menu-toggle {

        display: block;

        height: 50px;

        width: 50px;

        background-image: url('images/interface/mobile-menu-button.png');

        background-repeat: no-repeat

    }

    #main-menu {

        display: none;

        position: absolute;

        z-index: 999;

        width: 100%;

        border-style: solid;

        border-bottom-width: 1px;

        border-bottom-color: #cccccc;

        border-radius: initial

    }

    #main-menu > li {

        float: none

    }

    #main-menu > li > a {

        padding: 18px 15px;

        border-radius: initial

    }

    #main-menu > .menu-item-has-children > div {

        display: block;

        right: 0;

        position: absolute;

        width: 50px;

        height: 50px;

        background-image: url('images/interface/mobile-menu-arrow.png');

        background-repeat: no-repeat

    }

    #main-menu > .menu-item-has-children > ul {

        width: 75%;

        border: none

    }

    #main-menu > .menu-item-has-children:hover > ul {

        display: none

    }

    #main-menu > .menu-item-has-children > ul > li > a {

        padding: 18px 15px

    }

    #header-title {

        width: 50%

    }

    #header-phone {

        width: 50%

    }

    #banner-form {

        width: 30%

    }

    #banner-points {

        float: left;

        width: 70%

    }

    #banner-images {

        float: left;

        width: 70%;

        padding: 0

    }

}

@media only screen and (max-width: 640px) {

    #header-title {

        width: initial;

        float: none

    }

    #header-title > a {

        text-align: center;

        font-size: 2.2rem;

        line-height: 2.2rem

    }

    #header-phone {

        width: initial;

        float: none;

        text-align: center;

        padding: 30px 0 0

    }

    #header-phone > a {

        float: initial;

        display: inline-block;

        text-align: center

    }

    #banner-form {

        float: initial;

        width: initial

    }

    #banner-points {

        float: initial;

        width: initial

    }

    #banner-images {

        float: initial;

        width: initial

    }

    #main-form {

        border-radius: 10px;

        position: initial;

        top: initial

    }

    #main-form > header {

        cursor: pointer;

        text-align: center;

        background-color: #ffd500

    }

    #main-form > header > span {

        color: #000

    }

    #main-form > div {

        display: none

    }

    #body-main-column {

        float: none;

        width: 100%

    }

    #body-side-column {

        float: none;

        width: 100%

    }

    #footer-menu {

        width: 100%;

        float: none

    }

    #footer-menu > li {

        width: 100%

    }

    #footer-menu > li > a {

        text-align: center

    }

    #copyright,

    #clixpert-link,

    #micro-data {

        width: initial;

        float: initial;

        text-align: center;

        padding: 10px 0

    }

}



}

/* Table */

#body-wrap table {

	margin: 0 0 15px;

}

#body-wrap table th,

#body-wrap table td {

	padding:0 10px;

	line-height:1.4rem;

}

#body-wrap .table-header-left th:first-child {

	text-align:right;

}

/* Images */

.img-full-width {

	width:100%;

}