@font-face{
    font-family: 'MyWebFont1';
	src: url('fonts/kelson_sans_regular-webfont.eot');
	src: url('fonts/kelson_sans_regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/kelson_sans_regular-webfont.woff') format('woff'),
	     url('fonts/kelson_sans_regular-webfont.ttf') format('truetype'),
	     url('fonts/kelson_sans_regular-webfont.svg#webfont') format('svg');
    font-weight: regular;
}

@font-face{
    font-family: 'MyWebFont1';
	src: url('fonts/kelson_sans_bold-webfont.eot');
	src: url('fonts/kelson_sans_bold-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/kelson_sans_bold-webfont.woff') format('woff'),
	     url('fonts/kelson_sans_bold-webfont.ttf') format('truetype'),
	     url('fonts/kelson_sans_bold-webfont.svg#webfont') format('svg');
    font-weight: bold;
}

@font-face{
    font-family: 'MyWebFont2';
	src: url('fonts/lobster-regular-webfont.eot');
	src: url('fonts/lobster-regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/lobster-regular-webfont.woff') format('woff'),
	     url('fonts/lobster-regular-webfont.ttf') format('truetype'),
	     url('fonts/lobster-regular-webfontsvg#webfont') format('svg');
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-family: MyWebFont1;
}

body {
    
    line-height:1;
    background-image:url(images/bg.jpg); 
	background-repeat:repeat-x; 
	background-position: top;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*///////////////////////////end css reset///////////*/



.wrapper{
    width: 100%;
    max-width: 1180px;
    padding: 0px;
    margin: 0 auto;
}



h1.logo{
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    height: 143px;
    width: 253px;
    text-indent: -10000px;
    
}

.description{
        display: none;
    }

@media screen and (min-width : 769px){
    header nav.responsive-nav{
        display: none;
    }
    
    .overlay{
    display: none;
        
    }

    .overlay-content{
        display: none;
    }
}



header nav.original-nav{
    float: right;
    background-color: #ababab;
    width: 100%;
    height: 40px;
    padding-top: 10px;
    border-radius: 3px;
    margin-right: 0px;
    margin-bottom: 40px;
}

header nav.original-nav h2{
    height: 0;
    margin-top: 0;
    text-indent: -10000px;
}

header nav.original-nav li{
    float: left;
    list-style-type: none;
    margin-left: 5px;
    margin-right: 5px;
    
}

header nav.original-nav li a{
    color: #fff;
    text-decoration: none;
    font-family: MyWebFont1; 
    font-size: 18px;
    
}

header nav.original-nav li a:hover{
    
    color: #d8dbda;
    border-bottom: solid thick #2b7dc1;
    padding-bottom: 5px;
}

header nav.original-nav li a.active{
    color: #ffffff;
    border-bottom: solid thick #2b7dc1;
    padding-bottom: 5px;
    /*color: #d8dbda;
    background-color:  #2b7dc1;
    padding: 6px 0 10px;*/
}

header nav.original-nav ul{
    float: right;
    padding-right: 20px;
}

header nav.original-nav span {
    color: #fff;
    float: right;
    margin-left: 5px;
    
}

header nav.original-nav:after{
    content: "";
    display: block;
    clear: both;
}

#lead-banner{
    height: 350px;
    clear: both;
    float: none;
    
    
}

#contacts-banner {
    width: 100%;
    padding: 0 2px;
    height: 350px;
    position: relative;
    overflow: hidden;
    margin: auto;
    
    background-image: url(images/slider-contacts.jpg);
    background-repeat: repeat-x;
    
    
}

#contacts-banner p{
    width: 25%;
    margin-left: 100px;
    text-align: center;
    background-color: #fea201;
    padding-top: 7px;
    padding-bottom: 5px;
    border-radius: 5px;
}

#contacts-banner h2{
    color: #ffffff;
    font-size: 72px;
    font-family: MyWebFont2;
    font-weight: normal;
    margin-left: 100px;
    margin-top: 50px;
}

#contacts-banner h3{
    color: #ffffff;
    font-size: 24px;
    font-family: MyWebFont1;
    font-weight: normal;
    text-align: left;
    margin-top: 20px;
    margin-left: 100px;
    margin-bottom: 30px;
}


#contacts-banner a{
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    font-family: MyWebFont1;
    
    
}

#contacts-banner a:hover{
    text-align: left;
    color: #2b7dc1;
    font-weight: bold;
    font-size: 24px;
    font-family: MyWebFont1;
}


#contacts-description{
    text-align: center;
    margin-top:80px;
    margin-bottom: 50px;
    
}

#contacts-description p{
    text-align: center;
    width: 90%;
    margin: auto;
    font-size: 18px;
    color: #545454;
    line-height: 1.4em;
}

#contacts-features h3{
    color: #2b7dc1;
    font-size: 20px;
    font-family: MyWebFont1;
    font-weight: bold;
    line-height: 1.4em;
    
}

#contacts-features p{
    text-align: left;
    width: 80%;
    font-size: 18px;
    color: #545454;
    line-height: 1.4em;
}

#contacts-features ul{
    list-style-type: none;
    width: 100%;
    position: relative;
    display: inline-block;
	margin-top: 20px;
    padding: 0 20px;
    margin: auto;
}

#contacts-features ul li{
    width: 30%;
    position: relative;
    display: inline-block;
    float: left;
    margin-bottom: 30px;
}
    
    .contacts-icon{
        width: 100px;
        margin: auto;
        margin-bottom: 20px;
    }

    #contacts-features h3{
        margin-bottom: 10px;
    }

    #contacts-features p{
        width: 100%;
        margin-top: 20px;
    }

#features{
    text-align: center;
}

#contacts-features ul li:nth-child(2){
    margin-left: 5%;
}

#contacts-features ul li:nth-child(3){
    margin-left: 5%;
}

#contacts-features ul li:nth-child(5){
    margin-left: 5%;
}

#contacts-features ul li:nth-child(6){
    margin-left: 5%;
}

#contacts-features:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}


#form-area{
    background-color: #2f80c1;
    margin-top: 50px;
}

.form-section ul{
    list-style-type: none;
    height: 500px;
    width: 100%;
    
}

.form-section li{
    float: left;
    width: 45%;
}

/*-----------*/

#get-quote{
    margin-right: 10%;
    margin-top: 12%;
    
}

#get-quote h2{
    color: #d8dbda;
    font-size: 72px;
    text-align: center;
    padding-top: 30px;
    font-weight: normal;
    font-family: MyWebFont2;
}

#get-quote h3{
    text-align: center;
    width: 100%;
    margin-top: 30px;
    font-size: 18px;
    color: #d8dbda;
    line-height: 1.4em;
    
}

#get-quote img{
    padding-left: 120px;
    margin-top: 30px;
}

footer:after{
    content: "";
    display: block;
    clear: both;
}

.quote-form{
    box-sizing: border-box;
    max-width: 475px;
    margin: 0 auto;
    padding: 5px;
    background-color:  #2a72ac;
    font: bold 14px sans-serif;
    text-align: center;
    height: 500px;
}

.quote-form .form-row{
    text-align: left;
    max-width: 315px;
    margin: 10px auto 0;
}

.quote-form .form-title-row{
    margin: 0 auto 40px;
}

.quote-form h1{
    display: inline-block;
    box-sizing: border-box;
    color: #d8dbda;
    font-size: 24px;
    padding: 0 0 12px 0;
    margin: 0;
    border-bottom: 2px solid #6CAEE0;
}

.quote-form .form-row > label span{
    display: block;
    box-sizing: border-box;
    color:  #d8dbda;
    width: 200px;
    padding: 0 0 5px;
}

.quote-form input{
    color:  #545454;
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 8px 18px;
    border: 1px solid #dbdbdb;
}

.quote-form input[type=radio],
.quote-form input[type=checkbox]{
    box-shadow: none;
    width: auto;
}

.quote-form select{
    background-color: #ffffff;
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 8px 18px;
    border: 1px solid #dbdbdb;
}

.quote-form .form-radio-buttons > div{
    margin-bottom: 10px;
}

.quote-form .form-radio-buttons label span{
    margin-left: 8px;
    color:  #5f5f5f;
    font-weight: normal;
}

.quote-form .form-radio-buttons input{
    width: auto;
}

.quote-form textarea{
    color:  #545454;
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 8px 18px;
    border: 1px solid #dbdbdb;
    height: 100px;
}

.quote-form button{
    border-radius: 5px;
    background-color:  #fea201;
    color: #ffffff;
    font-weight: bold;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 8px 75px;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    width: 100%;
    text-decoration: none;
    font-family: MyWebFont1;
    
}

/*	Making the form responsive. Remove this media query
    if you don't need the form to work on mobile devices. */



/*footer*/

footer{
    background-color: #318ad1;
}

#footer-items ul{
    float: left;
    padding-top: 30px;
    width: 33%;
    list-style-type: none;
}

#footer-items li{
    text-align: left;
    color: #d8dbda;
    line-height: 1.8em;
}

#footer-items ul:nth-child(2){
    width: 24%;
}

#footer-items ul:nth-child(3){
    width: 41%;
    height: 170px;
}

.fb-page, .fb-page iframe[style], .fb-page span {
    width: 100% !important;
}

#footer-items li a{
    color: #d8dbda;
    text-decoration: none;
}

#footer-items li a:hover{
    color: #ffffff;
    text-decoration: none;
}

#fb{
    float: left;
    margin: 30px 5px 0 0;
}

#twi{
    float: left;
    margin: 30px 5px 0 0;
}

#insta{
    margin: 30px 5px 0 0;
}

#fb:after{
    content: "";
    display: block;
    clear: both;
}

#copyright{
    clear: both;
    color: #d8dbda;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    height: 30px;
}

/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/* -------------------------------- 

Top 

-------------------------------- */


.cd-top {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: fixed;
  bottom: 40px;
  right: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
    background: #ababab url(images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}




/*---------RESPONSIVE----------*/




@media screen and (max-width : 768px) {
/* Styles */
    footer{
        background-color: #318ad1;
        
    }
    
    .wrapper{
        width: 90%;
    }

     #copyright{
        text-align: center;
        font-size: 14px;
        margin-bottom: 48px;
    }
    
    .cd-top{
        margin-bottom: 20px;
    }
    
    #footer-items ul:nth-child(3){
        float: none;
        width: 75%;
        height: 11em;
        clear: both;
        margin: 0 auto;  
    }
    
    .fb-page, .fb-page iframe[style], .fb-page span {
        width: 100% !important;
    }
    
    #footer-items ul:nth-child(2){
        width: 11em;
        float:right;
        margin-right: 15%;
        /*padding-left: 49px;*/
    }
    
    
    #footer-items ul:nth-child(1){
        width: 6.8em;
        margin-left: 15%;
    }
    
    .numbers{
        float:none;
        padding-left: 49px;
        
    }
    
    .mail{
        clear: both;
        float: none;
        padding-left: 16px;
    }
    
    
    #fb{clear: both;
        float: left;
    
    }

    #twi{
        float: left;
        
        
    }

    #insta{
        
        float: left;
      
    }
    
    #enquire-form{
        float: none;
        width: 100%;
        margin: 0 auto;
        height: 525px;
        border-radius: 5px;
        background-color: #2a72ac;
    }
    
    .quote-form{
        max-width: 100%;
    }
    
    #get-quote{
        float: none;
        width: 100%;
        margin-bottom: 20px;
        
    }
    
    .form-section{
        height: 700px;
    }
    
    .logo{
        float: none;
        margin: auto;
    }
    
    header nav.original-nav{
        display: none;
    }
    
    header nav.responsive-nav{
        float: none; 
        clear: left;
        width: 100%;
        margin: 0 auto;
        float: right;
        background-color: #ababab;
        border-radius: 3px;
        margin-bottom: 40px
    }
    
    header nav.responsive-nav ul{
        float: none;
        height: 20px;
        position: relative;
        margin: 0 auto;
        padding:0;
        width: 95%;
        margin-top: 10px;
        text-align: center;
  
    }

    header nav.responsive-nav ul li{
        margin: 0 2% 0 0;
        text-align: center;
        padding: 0;
        float: left;
        
    }

header nav.responsive-nav li a:hover{
    
    color: #d8dbda;
    border-bottom: solid thick #2b7dc1;
    padding-bottom: 3px;
}

header nav.responsive-nav li a.active{
    color: #ffffff;
    border-bottom: solid thick #2b7dc1;
    padding-bottom: 3px;
}

header nav.responsive-nav span {
    color: #fff;
    float: right;
    margin-left: 5px;
    
}

header nav.responsive-nav:after{
    content: "";
    display: block;
    clear: both;
}

    header nav.responsive-nav li a{
        color: #fff;
        text-decoration: none;
        font-family: MyWebFont1; 
        font-size: 18px;

    }

    
    header nav.responsive-nav li.menu{
        float: right;
        margin-top: -5px;
        margin-right: 0px;
    }
    
    
    #contacts-banner {
    width: 100%;
    padding: 0 2px;
    height: 350px;
    position: relative;
    overflow: hidden;
    margin: auto;
    background-image: url(images/slider-contact-tablet.jpg);
    background-repeat: repeat-x;
    
}

#contacts-banner p{

    background-color: #fea201;
    padding-top: 7px;
    padding-bottom: 5px;
    border-radius: 5px;
    margin:0 auto;
    width:70%;
    text-align: center;
}

#contacts-banner h2{
    color: #ffffff;
    font-family: MyWebFont2;
    font-weight: normal;
    font-size: 60px;
    margin: 50px 0 0 auto;
    text-align: center;
    padding: 0;
    
}

#contacts-banner h3{
    color: #ffffff;
    font-family: MyWebFont1;
    font-weight: normal;
    margin: 20px 0 20px auto;
    padding: 0 10px;
    text-align:center;
    font-size: 16pt;
    
}


#contacts-banner a{
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    font-family: MyWebFont1;
    
    
}

#contacts-banner a:hover{
    text-align: left;
    color: #2b7dc1;
    font-weight: bold;
    font-size: 24px;
    font-family: MyWebFont1;
}
   
    #contacts-description{
    
    margin-top:80px;
    margin-bottom: 50px;
    
    }


    #contacts-description p{
    text-align: justify;
    width: 90%;
    margin-top: 30px auto;
    font-size: 18px;
    color: #545454;
    line-height: 1.4em;
    
}

#contacts-features h3{
    color: #2b7dc1;
    font-size: 20px;
    font-family: MyWebFont1;
    font-weight: bold;
    line-height: 1.4em;
    
}

#contacts-features p{
    text-align: justify;
    width: 80%;
    font-size: 18px;
    color: #545454;
    line-height: 1.4em;
}

#contacts-features ul{
    list-style-type: none;
    width: 100%;
    position: relative;
    display: inline-block;
	margin-top: 20px;
    padding: 0 20px;
    }

    #contacts-features ul li{
        width: 40%;
        position: relative;
        display: inline-block;
        float: none;
        margin-bottom: 40px;
    }
    
    #contacts-features ul li:nth-child(2){
    margin-left: 5%;
    }

    #contacts-features ul li:nth-child(4){
        margin-left: 5%;
    }
    
    #contacts-features ul li:nth-child(6){
        margin-left: 5%;
    }
    
    
    .contacts-icon{
        width: 100px;
        margin: auto;
        margin-bottom: 20px;
    }

    #contacts-features h3{
        margin-bottom: 10px;
    }

    #contacts-features p{
        width: 100%;
        margin-top: 20px;
    }

    

    body {
    
    line-height:1;
    background-image:url(images/bg-tablet.jpg); 
	background-repeat:repeat-x; 
	background-position: top;
    }
    
    
    
    .overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
    }

    .overlay-content {
        position: relative;
        top: 25%;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 36px;
        color: #fff;
        display: block;
        transition: 0.3s;
        
    }
    
    .overlay a:hover{
        color: #fff;
        background-color: #818181;
    }
    
    .closebtn{
        float: right;
    }

    
    .btn-open:after {
	color:#333;
	float: left;
    clear:both;
	
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
        
    }
    .btn-open:hover:after {
        color:#34B484;
    }
    
    
}


/********500px********/
@media screen and (max-width : 500px) {
/* Styles */
    footer{
        background-color: #318ad1;
        
    }
    
    .wrapper{
        width: 90%;
    }

    #copyright{
        text-align: center;
        font-size: 14px;
        margin-bottom: 48px;
    }
    
    .cd-top{
        margin-bottom: 20px;
    }
    
    #footer-items ul:nth-child(3){
        float: none;
        width: 100%;
        height: 11em;
        clear: both;
        margin: 0 auto;
        
    }
    
    #footer-items ul:nth-child(2){
        width: 11em;
        float:right;
        margin-right: 0;
        padding-right: 0;
        /*padding-left: 49px;*/
    }
    
    
    #footer-items ul:nth-child(1){
        width: 6.8em;
        margin-left: 0;
    }
    
    .numbers{
        float:none;
        padding-left: 49px;
        
    }
    
    .mail{
        clear: both;
        float: none;
        padding-left: 16px;
    }
    
    
    #fb{clear: both;
        float: left;
    
    }

    #twi{
        float: left;
        
        
    }

    #insta{
        
        float: left;
      
    }
    
    #enquire-form{
        float: none;
        width: 100%;
        margin: 0 auto;
        height: 530px;
        border-radius: 5px;
        background-color: #2a72ac;
    }
    
    .quote-form{
        max-width: 100%;
    }
    
    #get-quote{
        float: none;
        width: 100%;
        margin-bottom: 20px;
        
    }
    
    .form-section{
        height: 700px;
    }
    
    .logo{
        float: none;
        margin: auto;
    }
    
    header nav.original-nav{
        display: none;
    }
    
    header nav.responsive-nav{
        float: none; 
        clear: left;
        width: 100%;
        margin: 0 auto;
        float: right;
        background-color: #ababab;
        border-radius: 3px;
        margin-bottom: 40px;
    }
    
    header nav.responsive-nav ul{
        float: none;
        height: 20px;
        position: relative;
        margin: 0 auto;
        padding:0;
        width: 95%;
        margin-top: 10px;
        text-align: center;
        
    }

    header nav.responsive-nav ul li{
        margin: 0 2% 0 0;
        text-align: center;
        padding: 0;
        float: left;
        
    }

header nav.responsive-nav li a:hover{
    
    color: #d8dbda;
    border-bottom: solid thick #2b7dc1;
    padding-bottom: 3px;
}

header nav.responsive-nav li a.active{
    color: #ffffff;
    border-bottom: solid thick #2b7dc1;
    padding-bottom: 3px;
}

header nav.responsive-nav span {
    color: #fff;
    float: right;
    margin-left: 5px;
    
}

header nav.responsive-nav:after{
    content: "";
    display: block;
    clear: both;
}

    header nav.responsive-nav li a{
        color: #fff;
        text-decoration: none;
        font-family: MyWebFont1; 
        font-size: 18px;

    }

    
    header nav.responsive-nav li.menu{
        float: right;
        margin-top: -5px;
        margin-right: 0px;
    }

    #contacts-banner {
    width: 100%;
    padding: 0 2px;
    height: 350px;
    position: relative;
    overflow: hidden;
    margin: auto;
    background-image: url(images/slider-contact-smartphone.jpg);
    background-repeat: repeat-x;
    
    }

    #contacts-banner p{

        background-color: #fea201;
        padding-top: 7px;
        padding-bottom: 5px;
        border-radius: 5px;
        margin:0 auto;
        width:70%;
        text-align: center;
    }

    #contacts-banner h2{
        color: #ffffff;
        font-family: MyWebFont2;
        font-weight: normal;
        font-size: 60px;
        margin: 50px 0 0 auto;
        text-align: center;
        padding: 0;

    }

    #contacts-banner h3{
        color: #ffffff;
        font-family: MyWebFont1;
        font-weight: normal;
        margin: 20px 0 20px auto;
        padding: 0 10px;
        text-align:center;
        font-size: 16pt;

    }


    #contacts-banner a{
        color: #ffffff;
        font-weight: bold;
        font-size: 24px;
        font-family: MyWebFont1;


    }

    #contacts-banner a:hover{
        text-align: left;
        color: #2b7dc1;
        font-weight: bold;
        font-size: 24px;
        font-family: MyWebFont1;
    }

    
    #contacts-description{
    
    margin-top:80px;
    margin-bottom: 50px;
    
    }


    #contacts-description p{
    text-align: justify;
    width: 90%;
    margin-top: 30px auto;
    font-size: 18px;
    color: #545454;
    line-height: 1.4em;
    
    }

    #contacts-features h3{
        color: #2b7dc1;
        font-size: 20px;
        font-family: MyWebFont1;
        font-weight: bold;
        line-height: 1.4em;

    }

    #contacts-features p{
        text-align: justify;
        width: 80%;
        font-size: 18px;
        color: #545454;
        line-height: 1.4em;
    }

    #contacts-features ul{
    list-style-type: none;
    width: 100%;
    position: relative;
    display: inline-block;
	margin-top: 20px;
    padding: 0 20px;
    }

    #contacts-features ul li{
        width: 100%;
        position: relative;
        display: inline-block;
        float: none;
        margin-bottom: 40px;
    }
    
    #contacts-features ul li:nth-child(1){
    margin-left: 0;
    }
    
    #contacts-features ul li:nth-child(2){
    margin-left: 0;
    }

    #contacts-features ul li:nth-child(3){
    margin-left: 0;
    }
    
    #contacts-features ul li:nth-child(4){
        margin-left: 0;
    }
    
    #contacts-features ul li:nth-child(5){
    margin-left: 0;
    }
    
    #contacts-features ul li:nth-child(6){
        margin-left: 0;
    }
    
    
    .contacts-icon{
        width: 100px;
        margin: auto;
        margin-bottom: 20px;
    }

    #contacts-features h3{
        margin-bottom: 10px;
    }
    
    
    body {
    
    line-height:1;
    background-image:url(images/bg-smallets.jpg); 
	background-repeat:repeat-x; 
	background-position: top;
    }
     
    .overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
    }

    .overlay-content {
        position: relative;
        top: 25%;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 36px;
        color: #fff;
        display: block;
        transition: 0.3s;
        
    }
    
    .overlay a:hover{
        color: #fff;
        background-color: #818181;
    }
    
    .closebtn{
        float: right;
    }

    
    .btn-open:after {
	color:#333;
	float: left;
    clear:both;
	
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
        
    }
    .btn-open:hover:after {
        color:#34B484;
    }
    
    
}

/********360px********/
@media screen and (max-width : 360px) {
/* Styles */
    footer{
        background-color: #318ad1;
        
    }
    
    .wrapper{
        width: 90%;
    }

    #copyright{
        text-align: center;
        font-size: 14px;
        margin-bottom: 48px;
    }
    
    .cd-top{
        margin-bottom: 20px;
    }
    
    #footer-items ul:nth-child(3){
        float: none;
        width: 100%;
        height: 11em;
        clear: both;
        margin: 0 auto;
        
    }
    
    #footer-items ul:nth-child(2){
        
        float: none;
        width: 100%;
        text-align: center;
        margin: 0;
  
    }
    
    
    
    #footer-items ul:nth-child(1){
        width: 100%;
        text-align: center;
        float: none;
        display: block;
    }
    
    #footer-items ul li{
        text-align: center;
    }
    
    
    .numbers{
        float:none;
        padding: 0;
        margin: 0;
        
        
    }
    
    .mail{
        clear: both;
        float: none;
        padding: 0;
        margin: 0;
        
    }
    
    .bottom-contacts li #fb{
        margin-left: 23%;
    }
    
    
    #fb{clear: both;
        float: left;
    
    }

    #twi{
        float: left;
    }

    #insta{
        
        float: left;
    }
    
    
    
    #enquire-form{
        float: none;
        width: 100%;
        margin: 0 auto;
        height: 527px;
        border-radius: 5px;
        background-color: #2a72ac;
    }
    
    .quote-form{
        max-width: 100%;
    }
    
    
    #get-quote{
        float: none;
        width: 100%;
        margin-bottom: 20px;  
    }
    
    #get-quote h2{
        font-size: 50px;
    }
    #get-quote h3{
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .form-section{
        height: 680px;
    }
    
    .quote-form button {
        border-radius: 5px;
        background-color: #fea201;
        color: #ffffff;
        font-weight: bold;
        box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
        padding: 8px 10px;
        border: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 30px;
        width: 100%;
        text-decoration: none;
        font-family: MyWebFont1;
        
    }
    
    .logo{
        float: none;
        margin: auto;
    }
    
    header nav.original-nav{
        display: none;
    }
    
    /*header nav.responsive-nav :nth-child(2){
        
    }*/
    
    header nav.responsive-nav :nth-child(3){
        display: none;
    }
    
    header nav.responsive-nav{
        float: none; 
        clear: left;
        width: 100%;
        margin: 0 auto;
        float: right;
        background-color: #ababab;
        border-radius: 3px;
        margin-bottom: 40px;
    }
    
    header nav.responsive-nav ul{
        float: none;
        height: 20px;
        position: relative;
        margin: 0 auto;
        padding:0;
        width: 95%;
        margin-top: 10px;
        text-align: center;
  
    }

    header nav.responsive-nav ul li{
        margin: 0 2% 0 0;
        text-align: center;
        padding: 0;
        float: left;
        
    }

header nav.responsive-nav li a:hover{
    
    color: #d8dbda;
    border-bottom: solid thick #2b7dc1;
    padding-bottom: 3px;
}

header nav.responsive-nav li a.active{
    color: #ffffff;
    border-bottom: solid thick #2b7dc1;
    padding-bottom: 3px;
}

header nav.responsive-nav span {
    color: #fff;
    float: right;
    margin-left: 5px;
    
}

header nav.responsive-nav:after{
    content: "";
    display: block;
    clear: both;
}

    header nav.responsive-nav li a{
        color: #fff;
        text-decoration: none;
        font-family: MyWebFont1; 
        font-size: 18px;

    }

    
    header nav.responsive-nav li.menu{
        float: right;
        margin-top: -5px;
        margin-right: 0px;
    }
    
    header nav.responsive-nav li.menu a:hover{
        border: 0;
    }
    
    header nav.responsive-nav li:nth-child(2){
        display: none !important;
    }
    
    .description-full{
        display: none;
    }
    
    .description{
        display: block;
    }
    
    #social-banner{
        background-image: url(images/slider-social-media-smallest.jpg);
    }
    
    body {
    
    line-height:1;
    background-image: url(images/bg-smallets.jpg); 
	background-repeat:repeat-x; 
	background-position: top;
    }
    
   
    .overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
    }

    .overlay-content {
        position: relative;
        top: 25%;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 36px;
        color: #fff;
        display: block;
        transition: 0.3s;
        
    }
    
    .overlay a:hover{
        color: #fff;
        background-color: #818181;
    }
    
    .closebtn{
        float: right;
    }

    
    .btn-open:after {
	color:#333;
	float: left;
    clear:both;
	
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
        
    }
    .btn-open:hover:after {
        color:#34B484;
    }
    
}


