html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden !important;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;	
    line-height: 27px;
    letter-spacing: 0.02em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#fff;
    background: #001b58;
    /*overflow-x: hidden !important;*/
}
@media only screen and (max-width: 767px) {
    body{
        font-size: 16px;	
        line-height: 24px;
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch !important;
    }
}

h1, h2, h4, h5, h6 {
    margin: 0 0 30px 0;
    font-weight: 600;
}
h1{
    font-size: 48px;
    line-height: 48px;
}
h2{
    font-size: 45px;	
    line-height: 45px;
}
h3{
    font-weight: 700;
    font-size: 28px;	
    line-height: 36px;
}
h4{
    font-size: 44px;
    color: #ff8200;
    letter-spacing: 0;
}
h5{
    font-size: 20px;	
    letter-spacing: 1px;	
    line-height: 24px;
    text-transform: uppercase;
}
h6{
    font-size: 17px;
    line-height:26px;
}
@media only screen and (max-width: 767px) {
    h1{
        font-size: 36px;
        line-height: 36px;
    }
    h2{
        font-size: 30px;	
        line-height: 30px;
    }
    h4{
        font-size:32px;
    }
}


.center-align{
    text-align: center;
}

.clr, .clearfix {
    clear: both;
}

.element-invisible {
    display: none !important;
}

a, a:visited {
    color: inherit;
    text-decoration: none;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

a:hover, a:focus {
    color: #ff8200;
    text-decoration: none;
}

a.readmore, a.readmore:hover{
    padding: 0 0 1px 0;
    font-size: 15px;
    font-weight: 700;
    color: #ff8200;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 2px solid;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}
img.scale-with-grid {
    max-width: 100%;
    height: auto;
}

.no-padding {
    padding: 0;
}
.padding-30{
    padding:30px 0;
}
.padding-60{
    padding:60px 0;
}
.padding-100{
    padding:100px 0;
}
.padding-150{
    padding:150px 0;
}

.blue{
    color:#fff;
    background: #001b58;
}
.white{
    color:#001b58;
    background: #fff;
}
.grey{
    color:#001b58;
    background: #ECECEC;
}
.yellow{
    color:#fff;
    background:#FFAE00;
}
.orange{
    color:#fff;
    background:#ff8200;
}
.orange-text{
    color:#ff8200;
}

.desktop{
    display:block;
}
.mobile{
    display:none;
}
@media only screen and (max-width: 767px) {
    .desktop{
        display:none;
    }
    .mobile{
        display:block;
    }
}


/* START */

#start{
    padding:48px 0;
}
@media only screen and (max-width: 767px) {
    #start{
        position: fixed;
        padding: 10px 0;
        width: 100%;
        z-index:10000;
    }
}

/* FIXED HEADER */

@media only screen and (min-width: 768px) {
	
	#nav-wrapper {
		position: fixed;
		top: 0;
		width: 100%;
		left: 0;
		z-index: 999999;
	}
	
	#slider_holder {
        margin-top: 160px !important;
    }
	
/*
    #top {

    }

    #start {
        z-index: 99999;
        position: fixed;
        top: 0;
        left: 50%;
        margin-left: -585px; 
        background-color: #001b58;
    }

    #start:before {
        position: absolute;
        top: 0;
        display: block;
        background-color: #001b58;
        width: 300%;
        left: -100%;
        right: -100%;
        height: 140px;
    }

    #slider_holder {
        margin-top: 140px !important;
    }
*/

}

/* MENU */

#logo_holder{
    z-index:10001;
}
#hamburger_holder{
    display:none;
}
#hamburger{
    float:right;
    width:36px;
    height:36px;
    background: url(../img/icons/hamburger.png);
    cursor:pointer;
}
#hamburger.active{
    background: url(../img/icons/close.png);
}
#menu ul{
    margin:0;
    padding:0;
}
#menu ul li{
    display:inline-block;
    margin-right:35px;
    list-style-type: none;
}
#menu ul li a{
    display:block;
    padding:8px 0;
    font-size: 17px;
}
@media only screen and (max-width: 979px) {
    #menu ul li{
        margin: 0 10px 0 20px;
    }
    #menu ul li a{
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    #logo{
        margin-top:4px;
        width:120px;
    }
    #hamburger_holder{
        display:block;
        z-index:10001;
    }
    #menu{
        position:fixed;
        width:100%;
        height:100%;
        z-index:10000;
        display:none;
    }
    #menu.active{
        display:block;
    }
    #menu ul{
        margin:80px 0 0 8.33333333%;
    }
    #menu ul li{
        display:block;
        margin: 18px 30px 10px 0;
    }
    #menu ul li a{
        font-size: 22px;
    }
}


/* SLIDER */

#slider_holder {
    padding:100px 0 60px 0;
    -webkit-box-shadow: 0px 0px 18px 18px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 0px 18px 18px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 18px 18px rgba(0,0,0,0.07);
}
@media only screen and (max-width: 979px) {
    #slider_holder {
        padding:60px 0;
    }
}
@media only screen and (max-width: 767px) {
    #slider_holder {
        padding:90px 0 0 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}
.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    margin-bottom: 0px;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: auto;
    margin-top:0;
    outline: 0;
    width: 36px;
    height: 36px;
    text-indent: -9999px;
    z-index: 9999;
}
@media only screen and (max-width: 979px) {
    .bx-wrapper .bx-controls-direction a {
        text-indent: 999px;
    }
}
.bx-wrapper .bx-controls-direction a.bx-prev {
    top: calc(25% - 18px);
    left: auto;
    right: 50px;
    background: url(../img/arrow_up.png);
}
.bx-wrapper .bx-controls-direction a.bx-prev:hover {
    background-position:0 36px;
}
.bx-wrapper .bx-controls-direction a.bx-next {
    top: calc(75% - 36px);
    right: 50px;
    background: url(../img/arrow_down.png);
}
.bx-wrapper .bx-controls-direction a.bx-next:hover {
    background-position:0 36px;
}
.bx-wrapper .bx-pager {
    position: absolute;
    top: calc(50% - 53px);
    right: 70px;
    padding-top: 0px;
    width: 8px;
}
.bx-wrapper .bx-pager-item {
    display: block;
    margin: 6px 0 8px 0;
    vertical-align: bottom;
}
@media only screen and (max-width: 1199px) {
    .bx-wrapper .bx-controls-direction a.bx-prev {
        right:25px;
    }
    .bx-wrapper .bx-controls-direction a.bx-next {
        right:25px;
    }
    .bx-wrapper .bx-pager {
        right:45px;
    }
}
@media only screen and (max-width: 979px) {
    .bx-wrapper .bx-controls-direction a.bx-prev {
        top: 284px;
        left: 72px;
        right: auto;
        -ms-transform: rotate(-90deg); /* IE 9 */
        -webkit-transform: rotate(-90deg); /* Safari */
        transform: rotate(-90deg);
    }
    .bx-wrapper .bx-controls-direction a.bx-prev:hover {
        background-position:0 36px;
    }
    .bx-wrapper .bx-controls-direction a.bx-next {
        top: 284px;
        left: auto;
        right: 72px;
        -ms-transform: rotate(-90deg); /* IE 9 */
        -webkit-transform: rotate(-90deg); /* Safari */
        transform: rotate(-90deg);
    }
    .bx-wrapper .bx-controls-direction a.bx-next:hover {
        background-position:0 36px;
    }
    .bx-wrapper .bx-pager {
        position: absolute;
        top: 284px;
        right: auto;
        left:calc(50% - 80px);
        padding-top: 0px;
        width:160px;
        height: auto;
    }
    .bx-wrapper .bx-pager-item {
        display: inline-block;
        margin: 0;
        vertical-align: bottom;
    }
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #000;
    opacity:0.3;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #ff8200;
    opacity:1;
}
#slider{
    padding:100px 0 75px 0;
}
@media only screen and (max-width: 979px) {
    #slider{
        padding:0 0 60px 0;
    }
}
@media only screen and (max-width: 767px) {
    #slider{
        padding:0 0 20px 0;
    }
}
.slide .col-md-5{
    float:right;
}
.slide{
    height:446px;
}
@media only screen and (max-width: 1199px) {
    .slide{
        height:473px;
    }
}
@media only screen and (max-width: 979px) {
    .slide{
        height:752px;
    }
}
@media only screen and (max-width: 767px) {
    .slide{
        height:820px;
    }
}
.slide .col-md-6{
    float:left;
}
.slide_text{
    padding-right:40px;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}
.slide_text p{
    padding-bottom:10px;
}
@media only screen and (max-width: 767px) {
    .slide_text h1{
        font-weight:500;
    }
    .slide_text p{
        font-weight:500;
    }
}
.slide_visual{
    margin-top:30px;
}
@media only screen and (max-width: 979px) {
    .slide_visual {
        margin:0 0 90px 0;
        text-align: center;
    }
    .slide_visual img{
        margin: 0 auto;
        height:264px;
        width:auto;
    }
}


/* OUR HANDS */

#our_hands{
    background: #fff;
    border-top:50px solid #001b58;
}
@media only screen and (max-width: 767px) {
    #our_hands.padding-150{
        padding:50px 0;
    }
    #our_hands{
        background: #fff;
        border-top:20px solid #001b58;
    }
    #our_hands h2{
        margin-top: 30px;
    }
}


/* CUSTOMISED */

#customised{
    padding-top: 0;
}
#customised .container{
    overflow-x: visible;
}
#customised .out-of-box{
    width: 2400px;
    -webkit-box-shadow: 0px 0px 36px 10px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 0px 36px 10px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 36px 10px rgba(0,0,0,0.07);
}
@media only screen and (max-width: 979px) {
    #customised .out-of-box{
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    #customised .out-of-box.padding-100{
        padding:50px 0;
    }
    #customised .out-of-box.padding-100 .container{
        padding:0;
    }
    #customised-text p{
        margin-bottom:30px;
    }
}
#customised .out-of-box .container{
    margin:0;
}

/* ROLLING MILL */

#rolling_mill{
    padding: 50px 0 100px 0;
    height:1px;
}
#rolling_mill_text{
    position:relative;
}
#rolling_mill_inner{
    position:absolute;
    left:0;
    top:0;
    padding:50px 50px 40px 50px;
    font-size: 16px;
    z-index:1000;
}
@media only screen and (max-width: 767px) {
    #rolling_mill_inner{
        top: -60px;
    }
}

#rolling_mill_visual_wrapper{
    border-top:90px solid #fff;
}
#rolling_mill_visual{
    padding-left:0;
    margin-top:-99px;
    z-index:900;
}

#rolling_mill_visual2{
    padding-right:0;
    margin-top: -145px;
    z-index:950;
}
#wire_processing{
    margin-top:-100px;
    padding: 50px 0 100px 0;
    height:520px;
}
@media only screen and (max-width: 1199px) {
    #wire_processing {
        height: 550px;
    }
}
@media only screen and (max-width: 979px) {
    #wire_processing {
        height: 430px;
    }
}
@media only screen and (max-width: 479px) {
    #wire_processing {
        height: 495px;
    }
}
#wire_processing_text{
    position:relative;
}
#wire_processing_inner{
    position:absolute;
    left:0;
    top:-145px;
    padding:50px 50px 40px 50px;
    font-size: 16px;
    z-index:1000;
}
@media only screen and (max-width: 767px) {
    #rolling_mill_inner{
        padding: 30px 0;
        z-index:900;
    }
    #rolling_mill_inner_content{
        margin-left: 8.33333333%;
        width: 83.33333333%;
    }
    #rolling_mill_visual{
        margin-top:50px;
        z-index:950;
    }
    #rolling_mill_visual2{
        margin-top: -20px;
        padding-left: 0px;
        z-index:1000;
    }
    #wire_processing{
        margin-top:-10px;
    }
    #wire_processing_inner{
        top: -65px;
        padding:30px 0;
        z-index:900;
    }
    #wire_processing_inner_content{
        margin-left: 8.33333333%;
        width: 83.33333333%;
    }
}


/* PROCESS */

#process .row.first img{
    margin-top:-90px;
}
#process h4{
    margin-top: -30px;
}
@media only screen and (max-width: 767px) {
    #process h4 {
        margin-top: -20px;
    }
}
#process ul{
    margin: 0 0 50px 0;
    padding:0;
}
#process ul li{
    margin:0;
    padding:15px 0;
    list-style-type: none;
    width:100%;
    font-size:17px;
    border-bottom:2px solid #33497a;
}
#process ul li:last-of-type{
    border:none;
}


/* MARKETS */

#markets{
    margin-bottom:-150px;
    z-index: 900;
}
#markets h2{
    text-align: center;
    font-weight: 700;
}
#markets .bx-wrapper .bx-controls-direction a.bx-prev {
    top: calc(50% - 18px);
    left: 72px;
    right: auto;
    background: url(../img/arrow_left.png);
}
#markets .bx-wrapper .bx-controls-direction a.bx-prev:hover {
    background-position:0 36px;
}
#markets .bx-wrapper .bx-controls-direction a.bx-next {
    top: calc(50% - 18px);
    left: auto;
    right: 72px;
    background: url(../img/arrow_right.png);
}
#markets .bx-wrapper .bx-controls-direction a.bx-next:hover {
    background-position:0 36px;
}
#markets .bx-wrapper .bx-pager {
    position: absolute;
    top: auto;
    right: auto;
    left:calc(50% - 80px);
    bottom:60px;
    padding-top: 0px;
    width:160px;
    height: auto;
}
#markets .bx-wrapper .bx-pager-item {
    display: inline-block;
    margin: 0;
    vertical-align: bottom;
}
#markets .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #000;
    opacity:0.3;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}
#markets .bx-wrapper .bx-pager.bx-default-pager a:hover, #markets .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #ff8200;
    opacity:1;
}
.markets_text{
    position:absolute;
    top:150px;
    left:130px;
    padding:50px;
    font-size: 16px;
    font-weight: 500;
    z-index:1000;
}
.markets_text h3{
    font-weight: 600;
    font-size: 23px;
    line-height: 38px;
    margin: 0 0 21px 0;
}
@media only screen and (max-width: 979px) {
    #markets{
        margin-bottom:0;
    }
    #markets .bx-wrapper .bx-controls-direction a {
        text-indent: -9999px;
    }
    #markets .bx-wrapper .bx-controls-direction a.bx-prev {
        -ms-transform: rotate(0deg); /* IE 9 */
        -webkit-transform: rotate(0deg); /* Safari */
        transform: rotate(0deg);
    }
    #markets .bx-wrapper .bx-controls-direction a.bx-next {
        -ms-transform: rotate(0deg); /* IE 9 */
        -webkit-transform: rotate(0deg); /* Safari */
        transform: rotate(0deg);
    }
    #markets .bx-wrapper .bx-pager {
        bottom:20px;
    }
    .markets_text{
        position:relative;
        top:0px;
        left:0px;
        padding:30px;
        z-index:1000;
    }
}
@media only screen and (max-width: 767px) {
    #markets .bx-wrapper .bx-controls-direction a.bx-prev, #markets .bx-wrapper .bx-controls-direction a.bx-next{
        top:60px; /* more in js */
    }
    #markets .bx-wrapper .bx-pager {
        bottom:auto;
        top:60px; /* more in js */
    }
}

/* DID YOU KNOW */

#didyouknow{
    padding-top:150px;
}
@media only screen and (max-width: 979px) {
    #didyouknow .padding-150{
        padding:0;
    }
}
@media only screen and (max-width: 767px) {
    #didyouknow {
        padding-top: 50px;
    }
}
#didyouknow_visual{
    margin-top: 190px;
    margin-bottom: -190px;
}
@media only screen and (max-width: 1199px) {
    #didyouknow_visual {
        margin-top: 250px;
    }
}
@media only screen and (max-width: 979px) {
    #didyouknow_visual {
        margin-top: 30px;
        margin-bottom: -75px;
    }
}
@media only screen and (max-width: 767px) {
    #didyouknow_visual {
        text-align: center;
    }
}


/* QUALITY */

#quality h1{
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
    #quality .padding-100{
        padding: 120px 0 20px 0;
    }
}


/* CERTIFICATES */

@media only screen and (max-width: 1200px) {
    #certificates.padding-100{
        padding:40px 0;
    }
}
#certificates_inner .container{
    -webkit-box-shadow: 0px 0px 36px 10px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 0px 36px 10px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 36px 10px rgba(0,0,0,0.07);
}
#certificates_inner h3{
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    margin: 2px 0px 42px 0;
}
.certificate{
    float:left;
    margin: 0 10px;
    padding: 12px 25px;
    border: 2px solid #ff8200;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
}
@media only screen and (max-width: 1199px) {
    .certificate{
        margin: 0 5px;
        padding: 15px 15px;
    }
}

@media only screen and (max-width: 979px) {
    .certificate{
        margin: 0 3px;
        padding: 10px 9px;
    }
}
@media only screen and (max-width: 767px) {
    .certificate{
        display: block;
        float: none;
        margin: 10px auto 0 auto;
        padding: 12px 10px;
    }
    #cert1{
        width:128px;
    }
    #cert2{
        width:135px;
    }
    #cert3{
        width:135px;
    }
    #cert4{
        width:162px;
    }
    #cert5{
        width:162px;
    }
    #cert6{
      max-width: 285px; 
    }
}

@media only screen and (min-width: 810px) {
    .certificate{
      margin: 0 4px 10px 0;
      padding: 7px 6px;
    }
}

.cert_title{
    display:block;
    float:left;
    color: #ff8200;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}
@media only screen and (max-width: 1199px) {
    .cert_title {
        font-size: 15px;
    }
}
@media only screen and (max-width: 979px) {
    .cert_title {
        font-size: 11px;
    }
}
@media only screen and (max-width: 767px) {
    .cert_title {
        font-size: 15px;
    }
}

.certificate .cert_button{
    display:block;
    float:left;
    margin: 2px 0px 0px 7px;
    width:16px;
    height:20px;
    background: url(../img/download.png);
}

.certificate:hover{
    background-color: #ff8200;
}
.certificate:hover .cert_title{
    color:#fff;
}
.certificate:hover .cert_button{
    background-position: 0px -20px;
}

/* news_vacancies_social */

.nvs_holder{
    float:left;
    width:33%;
}
@media only screen and (max-width: 979px) {
    .nvs_holder{
        margin: 0 10px 10px 10px;
        width: calc(100% - 20px);
    }
}
@media only screen and (max-width: 767px) {
    .nvs_holder{
        margin: 0;
        width: 100%;
    }
}
.nvs_holder_inner{
    padding:30px;
}
.nvs_holder_inner p{
    height:160px;
}
.nvs_holder_inner_bottom{
    position:relative;
    height:70px;
}
.nvs_holder_inner_bottom a{
    display:block;
    position:absolute;
    left:0;
    bottom:0;
}
.nvs_holder_inner_bottom a#lin{
    left:56px;
}
.nvs_holder_inner_bottom a#fb img, .nvs_holder_inner_bottom a#lin img{
    width:48px;
    height:48px;
}
.nvs_holder_inner_bottom .readmore{
    color:#fff;
}
.nvs_holder_inner_bottom .readmore:hover{
    color:#fff;
}
#news_vacancies_social .padding-150{
    padding:45px 0 65px 0;
}
@media only screen and (max-width: 767px) {
    #news_vacancies_social .padding-150 {
        padding: 0 0 65px 0;
    }
    .nvs_holder_inner_bottom a#lin {
        left: 70px;
    }
    .nvs_holder_inner_bottom a#fb img, .nvs_holder_inner_bottom a#lin img{
        width:55px;
        height:55px;
    }
}


/* PRODUCTS */

#products_visual{
    z-index:1000;
}
#products_visual img{
    width:100%;
}
#products_text{
    margin-top: 230px;
    margin-left: -130px;
    padding: 90px 0 90px 210px;
    z-index:900;
}
#products_text_inner{
    padding:0 90px 0 30px;
}
@media only screen and (max-width: 979px) {
    #products_text {
        margin: 0;
        padding: 30px 20px;
    }
    #products_text_inner{
        padding:0 30px;
    }
}
@media only screen and (max-width: 767px) {
    #products_text_inner h2{
        font-size:36px;
        line-height:36px;
    }
}
a.infopack{
    display:inline-block;
    margin-top:50px;
    padding: 20px 30px;
    font-weight: 700;
    font-size: 16px;
    color:#ff8200;
    text-transform: uppercase;
    border:2px solid;
}


/* CONTACT */

#contact h2{
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
    #contact .padding-150{
        padding: 50px 0;
    }
}

/* LOCAL */

@media only screen and (max-width: 767px) {
    #locals .padding-100{
        padding: 50px 0;
    }
}
.local{
    margin-top:40px;
    font-size: 16px;
}
@media only screen and (max-width: 1199px) {
    .local{
        font-size: 15px;
    }
}
@media only screen and (max-width: 979px) {
    .local_inner{
        padding-bottom:30px;
        border-bottom: 2px solid #33497a;
    }
}
.local h6{
    color:#ff8200;
}
.local .name{
    font-size: 20px;
    font-weight: 700;
}


/* LOCATION */

#location_visual{
    margin-top: 30px;
    margin-bottom:-360px;
    z-index:900;
}
#location_visual_inner{
    position:absolute;
    top:110px;
    right:55px;
    padding:50px;
    font-size: 16px;
    z-index:1000;
}
@media only screen and (max-width: 1199px) {
    #location_visual_inner {
        top: 28px;
        right: 44px;
        padding: 50px;
        font-size: 15px;
    }
}
@media only screen and (min-width: 979px) and (max-width: 1199px) {
    #location_visual_inner {
        width:300px;
    }
}
@media only screen and (max-width: 979px) {
    #location_visual_inner {
        position:relative;
        top: 0;
        left: 0;
        padding: 30px;
    }
}
@media only screen and (max-width: 767px) {
    #location_visual_inner {
        padding: 30px 30px 90px 30px;
        -webkit-box-shadow: 0px 0px 36px 36px rgba(0,0,0,0.07);
        -moz-box-shadow: 0px 0px 36px 36px rgba(0,0,0,0.07);
        box-shadow: 0px 0px 36px 36px rgba(0,0,0,0.07);
    }
}
#location_visual_inner h4{
    font-weight: 700;
    font-size: 24px;
}
#location_visual_inner .readmore{
    color:#001b58;
}


/* COPY &TERMS */

#terms{
    text-align: right;
    text-transform: uppercase;
}
#terms .readmore{
    margin-left: 10px;
    font-size:16px;
    color:#001b58;
}
@media only screen and (max-width: 767px) {
    #copy, #terms{
        padding-top:10px;
        text-align: center;
    }
    #terms .readmore{
        display:block;
        margin: 10px auto 0 auto;
    }
    #terms .readmore#t1{
        width: 195px;
    }
    #terms .readmore#t2{
        width: 195px;
    }
    #terms .readmore#t3{
        width: 110px;
    }
    #terms .readmore#t4{
        width: 160px;
    }
}
