@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-ready-made.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;
}

.logo{
    margin: auto;
    
    
}

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

.description{
        display: none;
    }

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

    .overlay-content{
        display: none;
        
    }
}

#ready-banner{
    text-align: center;
    /*background-image: url(images/header-ready-logos.jpg);*/
    background-repeat: no-repeat;
    width: 100%;
    height: 380px;
}

#ready-banner h2{
    font-family: MyWebFont2;
    font-size: 42px;
    color: #fea201;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 10px;
    
}

#ready-banner h3{
    color: #fff;
    font-size: 36px;
    font-family: MyWebFont1;
    font-weight: normal;
    text-align: center;
    margin: auto;
    width: 100%;
    padding-top: 30px;
    line-height: 1.5;
    margin-bottom: 30px;
}

#ready-banner a{
    text-align: center;
    background-color: #2b7dc1;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    font-family: MyWebFont1;
    
}

#ready-banner a:hover{
    color: #fea201;
}

#logo-selection h2{
    font-family: MyWebFont2;
    color: #2b7dc1;
    margin-top: 80px;
    text-align: center;
    font-size: 72px;
    font-weight: normal;
    
    
}

#logo-selection ul{
    list-style-type: none;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    position: relative;
    display: inline-block;
    margin: auto;
}

#logo-selection ul li{
    padding-top: 0px;
    padding-bottom: 0px;
    
    position: relative;
    display: inline-block;
    margin: auto;
}
#logo-selection ul li img{
    margin: auto;
    width: 100%
}


#form-area{
    background-color: #2f80c1;
    
}

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

.form-section li{
    margin: auto;
    width: 100%;
}

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

#feedback{
    
    margin-top: 80px;;
    
}

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

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



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

.quote-form .form-row{
    text-align: left;
    width: 90%;
    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: 100%;
    padding: 0 0 15px;
    font-size: 18px;
}

.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;
    height: 50px;
}

.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;
    height: 50px;
}

.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. */





#copyright{
    clear: both;
    color: #d8dbda;
    text-align: center;
    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 */
    
    
    .wrapper{
        width: 90%;
    }

     #copyright{
        text-align: center;
        font-size: 14px;
        margin-bottom: 48px;
    }
    
    .cd-top{
        margin-bottom: 20px;
    }
    
        
    #enquire-form{
        float: none;
        width: 100%;
        margin: 0 auto;
        
        border-radius: 5px;
        
    }
    
    .quote-form{
        max-width: 100%;
    }
    
    .logo{
        float: none;
        margin: auto;
    }

    body {
    
    line-height:1;
    background-image:url(images/bg-ready-made-tablet.jpg); 
	background-repeat:repeat-x; 
	background-position: top;
    }
    
    
    #ready-banner{
    text-align: center;
    
    background-repeat: no-repeat;
    width: 100%;
    height: 380px;
}

#ready-banner h2{
    font-family: MyWebFont2;
    font-size: 42px;
    color: #fea201;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    
}

#ready-banner h3{
    color: #fff;
    font-size: 30px;
    font-family: MyWebFont1;
    font-weight: normal;
    text-align: center;
    margin: auto;
    width: 100%;
    padding-top: 2%;
    line-height: 1.5;
    margin-bottom: 4%;
}

#ready-banner a{
    text-align: center;
    background-color: #2b7dc1;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    font-family: MyWebFont1;
    
}

#ready-banner a:hover{
    color: #fea201;
}

#logo-selection h2{
    font-family: MyWebFont2;
    color: #2b7dc1;
    margin-top: 80px;
    text-align: center;
    font-size: 72px;
    font-weight: normal;
    
    
}

#logo-selection ul{
    list-style-type: none;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    position: relative;
    display: inline-block;
    margin: auto;
}

#logo-selection ul li{
    padding-top: 0px;
    padding-bottom: 0px;
    
    position: relative;
    display: inline-block;
    margin: auto;
}
#logo-selection ul li img{
    margin: auto;
    width: 100%
}
   
    
    
}


/********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;
    }
    
    
    
    #enquire-form{
        float: none;
        width: 100%;
        margin: 0 auto;
        
        border-radius: 5px;
        
    }
    
    .quote-form{
        max-width: 100%;
    }
    
    #get-quote{
        float: none;
        width: 100%;
        margin-bottom: 20px;
        
    }
    
    
    
    .logo{
        float: none;
        margin: auto;
    }
    
    body {
    
    line-height:1;
    background-image:url(images/bg-ready-made-smartphone.jpg); 
	background-repeat:repeat-x; 
	background-position: top;
    }
    
    
    #ready-banner{
    text-align: center;
    
    background-repeat: no-repeat;
    width: 100%;
    height: 380px;
}

#ready-banner h2{
    font-family: MyWebFont2;
    font-size: 35px;
    color: #fea201;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    
}

#ready-banner h3{
    color: #fff;
    font-size: 23px;
    font-family: MyWebFont1;
    font-weight: normal;
    text-align: center;
    margin: auto;
    width: 100%;
    padding-top: 2%;
    line-height: 1.5;
    margin-bottom: 4%;
}

#ready-banner a{
    text-align: center;
    background-color: #2b7dc1;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    font-family: MyWebFont1;
    
}

#ready-banner a:hover{
    color: #fea201;
}

#logo-selection h2{
    font-family: MyWebFont2;
    color: #2b7dc1;
    margin-top: 80px;
    text-align: center;
    font-size: 50px;
    font-weight: normal;
    
    
}

#logo-selection ul{
    list-style-type: none;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    position: relative;
    display: inline-block;
    margin: auto;
}

#logo-selection ul li{
    padding-top: 0px;
    padding-bottom: 0px;
    
    position: relative;
    display: inline-block;
    margin: auto;
}
#logo-selection ul li img{
    margin: auto;
    width: 100%
}
    #copyright{
        text-align: center;
        font-size: 12px;
        margin-bottom: 48px;
    }
    
    footer{
        background-color: #2b7dc1;
    }
    
    
}

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

    #copyright{
        text-align: center;
        font-size: 12px;
        margin-bottom: 48px;
    }
    
    .cd-top{
        margin-bottom: 20px;
    }
    

    
    #enquire-form{
        float: none;
        width: 100%;
        margin: 0 auto;
        
        border-radius: 5px;
        background-color: #2a72ac;
    }
    
    .quote-form{
        max-width: 100%;
    }
    
    
   
    
    .logo{
        float: none;
        margin: auto;
    }
    
   
    
    body {
    
    line-height:1;
    background-image: url(images/bg-ready-made-smallest.jpg); 
	background-repeat:repeat-x; 
	background-position: top;
    }
    
    #ready-banner{
    text-align: center;
    background-repeat: no-repeat;
    width: 100%;
    
}

#ready-banner h2{
    font-family: MyWebFont2;
    font-size: 35px;
    color: #fea201;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    
}

#ready-banner h3{
    color: #fff;
    font-size: 22px;
    font-family: MyWebFont1;
    font-weight: normal;
    text-align: center;
    margin: auto;
    width: 100%;
    padding-top: 2%;
    line-height: 1.5;
    margin-bottom: 6%;
}

#ready-banner a{
    text-align: center;
    background-color: #2b7dc1;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    font-family: MyWebFont1;
    
}

#ready-banner a:hover{
    color: #fea201;
}

#logo-selection h2{
    font-family: MyWebFont2;
    color: #2b7dc1;
    margin-top: 80px;
    text-align: center;
    font-size: 44px;
    font-weight: normal;
}

#logo-selection ul{
    list-style-type: none;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    position: relative;
    display: inline-block;
    margin: auto;
}

#logo-selection ul li{
    padding-top: 0px;
    padding-bottom: 0px;
    
    position: relative;
    display: inline-block;
    margin: auto;
}
#logo-selection ul li img{
    margin: auto;
    width: 100%
}
    #copyright{
        text-align: center;
        font-size: 12px;
        margin-bottom: 48px;
    }
    
    footer{
        background-color: #2b7dc1;
    }
    
   
    
}


