/*
Theme Name: Firstcom Solutions
Author: Firstcom Solutions
Author URI: http://firstcom.com.sg/
Version: 1.0
*/



/*  Font Embedding */

/*
@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/HelveticaNeue.woff') format('woff'),
         url('fonts/HelveticaNeue.ttf') format('truetype');
}
*/

@font-face {
    font-family: 'opensans-light';
    src: url('fonts/OpenSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'coves-bold';
    src: url('fonts/Coves Bold.otf') format('OpenType');
}

@font-face {
    font-family: 'coves-light';
    src: url('fonts/Coves-Light.otf') format('OpenType');
}

/* General / Foundation Overrides */

/* Foundation container size */
.row{
    max-width: 1050px;
}

body{
    /* Uncomment this to make the website unresponsive, and use small columns in the html */
    /* min-width: 1050px; */
    font-family: 'Open Sans', Arial, sans-serif;
    background-color: #3a2b22;
    color: #222222;
    font-size: 14px;
}

body p,
body li{
    color: #222222;
    font-size: 14px;
}

body a{
    color: inherit;
}

body a:hover,
body a:focus{
    color: #343453;
}

body input,
body textarea{
    margin-bottom: 8px;
}

textarea,
textarea[rows]{
    height: 100px;
}

.margin-bottom-small{
    margin-bottom: 15px;
}

.margin-bottom-medium{
    margin-bottom: 30px;
}

.margin-bottom-large{
    margin-bottom: 60px;
}

.margin-top-small{
    margin-top: 15px;
}

.margin-top-medium{
    margin-top: 30px;
}

.margin-top-large{
    margin-top: 60px;
}


/* WordPress TinyMCE */
/* These styles are required for alignment to work */

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }



/* Wordpress Plugins - Contact Form 7 */

.wpcf7-form-control-wrap{
    width: 100%;
}

.wpcf7-not-valid-tip{
    margin-bottom: 10px;
}

.wpcf7-response-output{
	margin: 0 !important;
}



/* Wordpress Plugins - Slider Revolution */
/* Arrows and Bullets */

/*
.tp-leftarrow{
    width: 18px !important;
    height: 28px !important;
    background-image: url() !important;
}

.tp-rightarrow{
    width: 18px !important;
    height: 28px !important;
    background-image: url() !important;
}

.tp-bullets.simplebullets.round .bullet{
    border-radius: 50%;
    background: none;
    background-color: white;
    border: none;
    width: 14px;
    height: 14px;
    margin: 0 8px;
}

.tp-bullets.simplebullets.round .bullet.selected{
    border-radius: 50%;
    background: none;
    background-color: red;
    border: none;
    width: 14px;
    height: 14px;
}
*/



/* Header & Menu */

header{
    background-color: transparent;
    padding: 10px 0;
    top: 0px;
    z-index: 100;
    position: absolute;
    width: 100%;
}

#logo{
    display: inline-block;
}

.menu{
    list-style-type: none;
    margin: 0;
    margin-top: 30px;
}

.menu a{
    color: #fff;
    font-size: 12px;
}

#captcha{
    position: absolute;
    top: 0px;
}

.menu > li{
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.menu > li:last-child{
    margin-left: 0;
}

.menu > li:hover > a,
.menu > .current-menu-item > a,
.menu > .current-menu-parent > a,
.menu > .current_page_ancestor > a{
    text-decoration: underline;
    color: #ffffff;
}

.menu .sub-menu{
    display: none;
    list-style-type: none;
    margin: 0;
}

.menu > .menu-item-has-children:hover > .sub-menu{
    display: block;
    position: absolute;
}

.menu .sub-menu > li {
    display: block;
    background: white;
    width: 100px;
    text-align: left;
}

.menu .sub-menu > li > a {
    display: block;
    padding: 5px 10px;
}

#circle-header{
    z-index: 999;
    top: -481px;
    right: -335px;
    position: relative;
}

#circle-header img{
    opacity: 0.09;
}

#instagram-logo{
    background-image: url("img/inst.png");
    background-repeat: no-repeat;
    position: relative;
    top: 33px;
}

.tp-bullets.preview2{
    margin-left: -31px !important;
}
.tp-bullets.preview2 .bullet{
    margin-right: 9px !important;
    height: 4px !important;
    width: 4px !important;
}

.tp-bullets.preview2 .bullet:hover, .tp-bullets.preview2 .bullet.selected{
    background: rgba(141, 107, 86, 0.5) !important;
    border: 5px solid rgba(141, 107, 86, 0.5) !important;
    height: 4px !important;
    width: 4px !important
}

/* Footer * Copyright */

footer{
    background-color: #a8a8a8;
    padding: 20px 0;
}

.footer{
    background-color: #3a2b22;
    text-align: center;
    height: 38px;
    padding-top: 10px;
}

#footer_text{
    position: absolute;
    padding-left: 5px;
    left: 232px;
}

.copyright div{
    position: absolute;
}

.copyright{
    text-align: center;
    font-size: 12px;
    color: #6c5140 !important;
}

.copyright p{
    color: #6c5140 !important;
}

#fcs-logo{
    background-image: url('img/fcs-logo.png');
    background-repeat: no-repeat;
    position: absolute;
    right: 222px;
    padding-left: 22px;
    background-position: center left;
}

#fcs-logo a{
    color: #3c6891;
}

#fcs p{
    text-align: left;
    position: absolute;
    padding-left: 20px;
}

#fcs{
    right: 0px;
}


/* Content */

.slider{
    
}

.home-content{
    padding: 50px 0;
    background-color: white;
}

.container1{
	position: relative;
    width: 135%;
    height: 47em;
    overflow: hidden
}
.container2{
	height: 48em;
    width: 102%;
    overflow-y: scroll;
	padding-right: 1em;
}
 #contact-us iframe{
    width: 100% !important;
    height: 600px;
    line-height: 0;
    position: relative;
    top: 12em;
}
#termuse.term{
	color: #ffffff !important;
	text-decoration: none !important;
}


.circle
  {
    border-radius: 50%;
    width: 350px;
    height: 350px; 
    background-color: #fff;
    opacity: 0.09;
  }

.position-circle{
    position: absolute;
    top: 131px;
    left: 4%;
    z-index: 99;
}


.tp-bullets{
    bottom: 230.25px !important;
}

#home-layer1{
    z-index: 99;
    height: 475px;
    position: relative;
    top: -260px;
    background-repeat: no-repeat;
}

#scroll-down{
    background-color: transparent;
    position: relative;
    right: -18px;
    font-size: 13px;
}

#scroll-down img{
    content:url("img/button.png");
}

#viewallworks{
    content:url("img/allworks.png");
}
.wpcf7-response-output  {
    text-align: right;
    color: #fff;
    float: right;
}
#allworks{
    position: relative;
    right: -404px;
    top: -1px;
}

#good-one-display{
    height: 150px;
    margin-top: 83px;
    background-repeat: no-repeat; 
}

#home-layer1 #description p{
    color: #878584 !important;
    margin-top: 83px;
}

#home-layer1 #button button{
    background-color: #604738;
    font-size: 13px;
}

#bg-1{
    height: 900px;
    position: relative;
    top: -304px;
    z-index: 99 !important;
}

#header-image{
    margin-top: 39px;
    z-index: 99;
    height: 150px;
    background-repeat: no-repeat;
}

#tail{
    z-index: 999;
    margin-top: 60px;
    padding-left: 64px;
}

#desc-3,#desc-4{
    position: relative;
    top: -366px;
}

#desc-1,#desc-2,#desc-3,#desc-4{
    padding-right: 93px; 
    text-align: center !important;
}

#bg-1 p{
    color: #9c9c9c !important;
}



#home-toobig{
/*    position: relative;
    top: -50px;
    left: -264px;
    padding: 0;
    z-index: 1;*/
    position: relative;
    top: -50px;
    left: -264px;
    padding: 0;
    z-index: 1;

}

.fancybox-nav span {
    visibility: visible !important;
}

.carousel button{
    background-repeat: no-repeat;  
    width: 50px;
    height: 50px;
    background-color: transparent;
}

.carousel .slick-prev{
    background-image: url("img/LEFT.png");
    position: absolute;
    left: -59px;
    top: 140px;

}

.carousel .slick-next{
    background-image: url("img/RIGHT.png");
    position: absolute;
    right: -63px;
    top: 148px;
}

#home-images{
/*    position: relative;
    top: -196px;
    left: -31px;
    z-index: 0;
    margin-bottom: 10px;*/
    position: relative;
    top: -217px;
    left: -50px;
    z-index: 0;
    margin-bottom: 10px;
    width: 90%;
}

#bg-tellus{
    height: 413px;
    background-repeat: no-repeat;
    background-size: cover;
}

#makeit{
/*    position: absolute;*/
    margin-top: 50px;
   /* top: -384px;*/
}

#contact-form{
/*    position: relative;
    top: -384px;
    padding-left: 5px;*/
    margin-top: 50px;
/*    position: absolute;*/
    padding-left: 5px;
}

#contact-us #good-one-display {
    height: 145px;
    margin-top: 169px;
    background-repeat: no-repeat;
}

#contact-us #description{
    margin-top: 150px;
}

#contact-us #tail{
    z-index: 999;
    margin-top: 0px !important;
    padding-left: 64px;
}

#contact-bg{
    height: 405px;
}

#contact-us #description table,tr,td{
    background-color: transparent !important;
    border: 0px;
}

#contact-us #description td{
    color: #9e9d9d;
}
/*#contact-form .large-4 input{
    background-color: transparent;
    border: 0px;
    border-bottom: 2px solid;
    border-style: dotted;
    color: #453428 !important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 1);
    font-size: 16px !important;
    margin-top: 18px;
}

#contact-form .large-12 input{
    background-color: transparent;
    border: 0px;
    border-bottom: 2px solid;
    border-style: dotted;
    color: #453428 !important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 1);
    font-size: 16px !important;
    margin-top: 18px;
}*/

.wpcf7-submit {
    height: 47px;
    width: 150px;
    background-color: #3a2b22 !important;
    border-color: #3a2b22;
    color: #cdc7c4 !important;
    border: 0px;
    border-radius: 1px !important;
}


   #contact-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #453428;
    }
    #contact-form input::-moz-placeholder { /* Firefox 19+ */
        color: #453428;
    }
    #contact-form input:-ms-input-placeholder { /* IE 10+ */
        color: #453428;
    }

    #google-map{
        height: 300px !important; 
    }

    #contact-us{
        height: 90em !important;
    }

    #footer-location{
        height: 300px;
    }

    #footer-location{
        height: 400px;
        padding-top: 30px; 
    }

.forms input[type="text"],.forms input[type="textarea"],.forms input[type="email"],.forms input[type="tel"]{
    background-color: transparent !important;
    border: 0px !important;
    border-bottom: 2px solid !important;
    border-style: dotted !important;
    border-color: #513d2f!important;
    color: #a9a9a9 !important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 1);
    font-size: 16px !important;
    margin-top: 18px;
}



.product_listing li{
    margin: 0px;
    padding: 0px;
}

.produc_listing{
  width: 100% !important;
}



#location-makeit-logo{
    padding-top: 30px;
    padding-left: 50px;
}

#about-us{
    padding-top: 330px;
}

#about-us-building{
    padding-left: 86px;
}

#pillar-logo{
    padding-left: 69px;
    padding-top: 47px;
    position: relative;
}

#about-us-details{
    padding-right: 0px
}

.visions-details{
    padding: 0;
    position: absolute;
}

#visions-column #one{
    left: 153px;
}

#visions-column #two{
    right: 435px;
}

#visions-column #three{
    right: 151px;
}

#visions-column{
    position: relative;
    /*left: -80px;*/
    padding-top: 143px;
}

#pillar-section{
    height: 322px;
    width: 781px !important;
    left: -93px !important;
    opacity: 1;
    z-index: 0;
    position: relative;
    top: 134px;
}

#page-about-us{
    background-color: #251c16;
}

.page-view{ 
    background-color: #3a2b22;
}

#about-us-details button{
    background-color: #604738;
    color: #f7f6f6;
    height: 45px;
    width: 189px;
    font-size: 14px;
    padding: 0;
}

#expertise-layer2{
    padding-top: 150px;
    height: 400px;
}

#page-enquire .content{
    padding-top: 300px;
    background-size: cover !important;
}

#enquire-makeit-logo{
    padding-top: 30px;
    padding-left: 48px;
}


ul{
    list-style: none;
    display: inline-flex;
}

.categories-title{
    color: #ffffff;
    font-size: 15px;
}

ul li{
    color: #7a5b48;
    margin-right: 50px;
    font-size: 15px;
}

#categories{
    margin-top: 419px;
}

.labels{
    color: #7a5b48;
    font-size: 24px;
}

#frm-enquire input,.dropdown select{
/*    background-color: #7a5b48;
    border-color: #60534c;*/
/*    opacity: 0.52;
    border: 1px solid*/
    color: #fff;
}

#frm-enquire input[type="text"],input[type="email"]{
    background: url('img/text-input.png') no-repeat center center;
    background-size: cover;
    height: 40px;
    border: 0px;
    width: 102%;

}

input:focus,textarea:focus{
    background-color: #fff;
    background: url('') no-repeat center center  #fff !important;
    color: #222222 !important;
}

[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0rem;
    margin-bottom: -23px;
}

#frm-enquire input[type="tel"]{
    background: url('img/text-input.png') no-repeat center center;;
    background-size: cover;
    height: 40px;
    border: 0px;
    width: 102%;
}

#frm-enquire .pad-label{
    padding-right: 0px;
    padding-left: 0px;
}

#frm-enquire{
    font-family: "opensans-light";
    margin-top: 27px;
    color: #fff;
}

#frm-enquire label{
    color: #bbbbbb;
    font-family: inherit;
    font-size: 16px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    padding-top: 0;
}

#frm-enquire input[type="radio"]{
    height: 19px;
    width: 19px;
}

#keys{
    margin-top: 17px;
    padding-left: 0;
}

#frm-enquire .labels{
    font-family: "coves-light";
    font-size: 24px;
    color: #7a5b48;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

#frm-enquire .row{
    padding-left: 15px;
    padding-right: 5px;
}

#frm-enquire hr{
    border: solid #DDDDDD;
    border-width: 1px 0 0;
    width: 35px;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    height: 0;
    border-color: #413025;
}

#frm-enquire .large-6{
    height: 48px;
}

#btnsubmit{
    background-color: #604738;
    border: 0px;
    height: 50px;
    width: 200px;
    margin-top: 14px;
    margin-bottom: 60px;
    color: #ffffff;
    font-size: 14px;
    font-family: "coves-bold";
}

#frm-enquire .headings{
    margin-top: 48px;
}



#frm-enquire .dropdown select{
    color: #bbbbbb;
    height: 40px;
    border: 0px;
    width: 101%;
    font-size: 16px;
    font-family: "opensans-light";
    background: url('img/dropdown-layout.png');
    background-size: cover;
}

#frm-enquire .small-dropdown select{
    color: #bbbbbb;
    height: 40px;
    border: 0px;
    width: 102%;
    font-size: 16px;
    font-family: "opensans-light";
    background: url('img/small-dropdown.png');
    background-size: cover;
}

#frm-enquire textarea{
    font-family: "opensans-light";
    background: url('img/textarea.png');
    background-size: cover;
    height: 90px;
    width: 102%;
}
#frm-enquire .dropdown{
    padding: 0;

}

#file{
    margin-top: 10px;
}

.for-file{
    padding-left: 0px;
}


.for-file div{
    padding-left: 1px;
}

.smalldropdown-label{
    width: 148px;  
    padding-left: 13px;

}

fieldset{
    border: 0px;
}


/*hover-background*/
.product-hover{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    bottom: 0px;
    z-index: 2;
    display: none;
    padding-top: 40%;
    text-align: center;
    color: #fdfdff;
    background: rgba(37, 27, 21, 0.87); /*url("img/search.png") no-repeat scroll center center*/
    cursor: pointer;
    -webkit-transition: background 8s ease-out;
    -moz-transition: background 8s ease-out;
    -o-transition: background 8s ease-out;
    transition: background 8s ease-out;
}

li:hover .product-hover{
    display: block;
}

.image-box{
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.image-box .title{
    color: #ffffff;
    position: absolute;
    bottom: 30px;
    margin-left: 51px;
    font-size: 30px;
    font-family: "coves-bold";
}

.image-box .description{
    color: #ffffff;
    position: absolute;
    bottom: 4em;
    margin-left: 30px;
    font-size: 18px;
    font-family: "coves-light";
}

.image-box hr {
    position: absolute;
    width: 300px;
    top: -5px;
    left: 100%;
}

div.wpcf7-validation-errors {
    border: 2px solid #5a1510 !important;
    color: #f00 !important;
    margin-top: 37px !important;
}

#frm-enquire div.wpcf7-validation-errors{
    border: 2px solid #5a1510 !important;
    color: #f00 !important;
    margin-top: 0px !important;
    margin-bottom: 15px !important;
    text-align: center !important;
}

#frm-enquire span.wpcf7-not-valid-tip {
    color: #f00 !important;
    font-size: 1em;
    display: block;
}

#btnsubmit:active #frm-enquire .large-6{
    height: auto !important;
}

#portrait{
    display: none;
}


#landscape{
    display: none;
}

.media_content{

    padding: 0px;
}

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

    .slick-slide img{

        height: 350px !important;
    }
    .added{

        margin-top: 100px;
    }
    .addedLink{

        padding-bottom: 50px;
    }
    #home-toobig{
        position: relative;
        top: -150px;
        left: 0px;
        padding: 0;
        z-index: 1;
    }
    .product-hover{
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0px;
        bottom: 0px;
        z-index: 2;
        display: block;
        padding-top: 40%;
        text-align: center;
        overflow-x: hidden;
        color: #fdfdff;
        background-color: transparent;
        cursor: pointer;
        -webkit-transition: background 8s ease-out;
        -moz-transition: background 8s ease-out;
        -o-transition: background 8s ease-out;
        transition: background 8s ease-out;
    }
    
    .image-box .title {
        color: #ffffff;
        position: absolute;
        bottom: 30px;
        margin-left: 5%;
        font-size: 30px;
        font-family: "coves-bold";
}
    
    .image-box .description {
        color: #ffffff;
        position: absolute;
        bottom: 4em;
        margin-left: 5%;
        font-size: 18px;
        font-family: "coves-light";
    }
    #home-images{
        position: relative;
        top: -217px;
        left: 28px;
        z-index: 0;
        margin-bottom: -300px;
        width: 90%;
    }

    #header-image{
        background-position: center;
    }
    #landscape{
        display: block;
    }

    .menu_mobile > li{
        display: table;
        padding: 3%;
        margin-left: 0;
        margin-right: 0px;
        width: 100%;
        padding-left: 20%;
        background-color: #0a0605;
        margin-bottom: 2px;
    }

    #contact-us iframe {
        width: 100% !important;
        height: 450px; 
        line-height: 0;
        position: relative;
        top: -303px;
    }

    nav{
        position: relative;
        top: -49px;
    }

    #logo{
        position: relative;
        z-index: 999;
        left: 60px;
        top: -8px;
    }

    .menu_mobile{
        display: table !important;
        width: 100%;
        padding-left: 0px;
        margin-left: 0px;
    }
    
    body{
        background-color: #ffffff;
    }

    #contact-bg{
        height: auto !important;
    }

    #description table{
        width: 100% !important;
    }


    #fcs-logo{
        right: 100px !important;
    }
    #footer_text{
        left: 100px !important;
    }

    #logo{
        height: 40px;
        width: 70px;
    }

    #footer_text{
        left: 0px !important;
        font-size: 12px;
        margin-bottom: 0px;
    }

    #fcs-logo{
        right: 5px !important;
        font-size: 12px;
        margin-bottom: 0px;
    }

    #mobile-scroll-down {
        background-color: transparent;
        position: none !important;
        font-size: 13px;
        position: relative;
        top: -95px;
        z-index: 100;
    }

    #mobile-scroll-down img{
        content:url("img/button.png");
    }

    .tp-bullets {
        top: 70%;
    }

    .hide-for-large-up #home-layer1 {
        z-index: 99;
        position: static !important;
        height: auto !important;
        background-repeat: no-repeat;
    }

    #good-one-display {
        height: 150px;
        margin-top: 0px; 
        background-repeat: no-repeat;
    }
    #home-layer1 #description p {
        color: #878584 !important;
        margin-top: 0px;
    }

    .tp-bullets.preview2 .bullet {
        margin-right: 9px !important;
        height: 1px !important;
        width: 1px !important;
    }

    #rev_slider_3_2_wrapper{
        background-color: #251b16 !important;
    }

    body{
        background-color: #251b16;
    }

    #desc-1 p,#desc-2 p,#desc-3 p,#desc-4 p{
        color: #ffffff;
    }

    #desc-4, #desc-2{
        padding-left: 100px;
        padding-right: 5px;
    }

    #makeit{
        margin-top: 30px;
    }

    #contact-form{
        margin-top: 10px;
    }



    /* bigblooms Location Page*/
/*    #good-one-display{
        display: none;
    }
    #contact-bg {
        height: auto;
    }
    #contact-us #tail {
        z-index: 999;
        margin-top: 0px !important;
        padding-left: 64px;
        display: none;
    }

    #description table{
        height: auto !important;
        width: 100% !important;
    }

    #contact-us iframe {
        width: 100% !important;
        height: auto; 
        line-height: 0;
        position: static;
    }

    #contact-us #description {
        margin-top: 0px;
    }
*/
    #mobile-bg-to-lose{
        background-image: none !important;
    }

    .visions-details{
        position: static;
    }

    #visions-column{
        padding-top: 30px;
    }

    #pillar-logo {
        margin-left: 50%;
        margin-right: 50%;
        padding-top: 10px;
        position: relative;
        margin: 0 auto;
    }

    #mobile-bg-to-lose{
        height: auto !important;
    }

    #bg-tellus{
        height: auto !important;
    }

    #about-us-building{
        padding-left: 10px;
    }

   .product-category li {
        color: #7a5b48;
        margin-right: 20px;
        font-size: 15px;
    }

    .product-category{
        width: 100%;
        margin-left: 0px;
    }

     #categories .large-2{
        padding-left: 15px !important;
     }

     .smalldropdown-label {
        width: 33.33333%;
        padding-left: 15px; 
        margin: 0px;
    }

    #frm-enquire .row {
         padding-left: 5px; 
         padding-right: 5px; 
    }

    #frm-enquire .dropdown {
        padding-left: 0.9375em;
        padding-right: 0.9375em;
    }

    #file,.for-file{
        padding-left: 10px;
    }

    #about-us{
        height: auto !important;
        background-size: cover !important;
    }

    #expertise-layer2 {
        padding-top: 50px;
        height: 400px;
        background-size: cover !important;
    }

    #tail{
        display: none;
    }

}

@media only screen and (max-width: 640px) { 
    #home-layer1 #description{
        margin-top: 150px;
        padding-left: 0px;
    }
    #button{
        padding-left: 0px;
    }

    #description{
        margin-top: 10px !important;
    }

/*    #footer_text{
        display: none;
    }*/

    #rev_slider_3_2_wrapper{
        background-color: #251b16 !important;
    }

    body{
        background-color: #251b16;
    }

/*    #desc-4, #desc-2, #desc-1, #desc-3{
        display: none;
    }*/


}

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

    #portrait{
        display: block;
        margin-bottom: -380px;

    }

    #landscape{
        display: none;
    }

    #desc-4, #desc-2, #desc-1, #desc-3{
        /*display: none;*/    
        padding: 0px;   
    }

    #fcs-logo {
        /* right: -21px !important; */
        left: 0px;
        font-size: 12px;
        margin-bottom: 0px;
        position: relative;
        top: -12px;
        text-align: left;
    }

    #footer_text {
        left: 0px !important;
        font-size: 12px;
        position: relative;
        margin-bottom: 0px;
        top: -9px;
        text-align: left;
    }

    .added{

        margin-top: 450px;
    }
}

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


    .slick-slide img{

        height: 300px !important;
    }
    .addedLink{

        padding-bottom: 50px;
    }
    #home-images{
        margin-bottom: -380px;
    }
}
@media only screen and (max-width: 420px){


    .slick-slide img{

        height: 250px !important;
    }
    .addedLink{

        padding-bottom: 50px;
    }
    #home-images{
        margin-bottom: -400px;
    }
}
@media only screen and (max-width: 414px){
	.container2 {
		width: 80%;
		overflow-y: scroll;
	}
	.container1 {
		width: 130%;
	}
	iframe{
		margin-top: 4em;
	}
}

@media only screen and (max-width: 375px){
	.container2 {
		width: 80%;
		overflow-y: scroll;
	}
	.container1 {
		width: 130%;
	}
	iframe{
		margin-top: 4em;
	}
}

