/*Theme Name: alas_emirates
Theme URI: http://www.pentame.com/ 
Author: the Pentagon team Author URI: http://www.pentame.com/ 
Description: a responsive theme. License: GNU General Public License v2 or later 
Version: 1.0 
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready 
Text Domain: alas_emirates
This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. */ 
@font-face {
    font-family: 'kohinoor_bold';
    src: url('fonts/kohinoor_bold.eot');
    src: url('fonts/kohinoor_bold.eot?#iefix') format('embedded-opentype'), url('fonts/kohinoor_bold.woff') format('woff'), url('fonts/kohinoor_bold.ttf') format('truetype'), url('fonts/kohinoor_bold.svg#kohinoor_bold') format('svg');
}

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

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

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

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

body {
    font-family: 'kohinoor_book';
}
a.fancybox{
position:relative;
}

/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
    margin-bottom: 0;
}

section.module h2 {
    margin-bottom: 40px;
    font-family: "Roboto Slab", serif;
    font-size: 30px;
}

section.module p {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 300;
}

section.module p:last-child {
    margin-bottom: 0;
}

section.module.content {
    padding: 40px 0;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    width: 84%;
    margin: 20px 8% 0;
    text-align: center;
    float: left;
    padding: 10px;
    border: 2px solid #c2002f;
    background: #c2002f;
    color: #fff;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    width: 84%;
    margin: 20px 8% 0;
    text-align: center;
    float: left;
    padding: 10px;
    border: 2px solid #c2002f;
    background: #000000;
    color: #fff;
}
@media all and (min-width: 600px) {
    section.module h2 {
        font-size: 42px;
    }

    section.module p {
        font-size: 20px;
    }

    section.module.parallax h1 {
        font-size: 96px;
    }

    .neg_margin_md {
        margin-left: -15px;
        margin-right: -15px;
    }
    .neg_margin_r_md{
        margin-right: -15px;
    }

    .alas_intro {
        width: 425px
    }
}

@media all and (min-width: 991px) {
    .main_nav li {
        height: 165px;
    }

    section.module.parallax h1 {
        font-size: 160px;
    }

    .p-r5 {
        padding: 0 5px 0 0;
    }

    .p-l5 {
        padding: 0 0 0 5px;
    }

    #officialModal .modal-dialog {
        position: absolute;
        height: 535px;
        width: 962px;
        left: 50%;
        top: 50%;
        margin-top: -250px;
        margin-left: -482px;
    }
}

@media all and (max-width: 991px) {
    .main_nav {
        float: right;
        background-color: rgba(194, 0, 47, .8);
        /*background-color: rgba(100,100,105,.6);*/
    }

    .main_nav li {
        width: 98%;
    }

    .main_nav li a {
        text-align: right !important;
        padding: 12px 15px !important;
    }

    .media_2 img {
        margin-top: 10px;
        left: 0;
    }

    .updates_container .overlay_2 {
        top: 10px;
    }

    .p-r5 {
        padding: 0;
    }

    .p-l5 {
        padding: 0;
    }

}

/*
.roll span {
  display: block;
  overflow: hidden;
  padding: 0 2px;
  pointer-events: none;
  position: relative;
  transform-origin: 50% 0 0;
  transform-style: preserve-3d;
  transition: all 400ms ease 0s;
}
a.roll:hover span {
  overflow: visible;
  transform: translate3d(0px, 0px, 30px) rotateX(-90deg);
}

.roll span::after {
  background: #bbb none repeat scroll 0 0;
  color: #424b51;
  content: attr(data-title);
  display: block;
  left: 0;
  padding: 0 2px;
  position: absolute;
  top: 1px;
  transform: translate3d(0px, 105%, 0px) rotateX(90deg);
  transform-origin: 50% 0 0;
}*/
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-wrapper .navbar .container {
    width: auto;
}

/* Carousel base class */
.carousel {
    height: 500px;
    margin-bottom: 60px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

#intro {
    background: url(images/bg1.jpg) 50% 0 fixed no-repeat;
    height: 579px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 275px 0 0;
}

#intro h1 {
    font-family: kohinoor_bold;
    font-size: 25px;
    color: #CECDCE;;
}

#quote_container, #quote_container1 {
    background: url(images/bg1a.jpg) 50% 0px;
    background-repeat: no-repeat;
    height: 182px;
    margin: 0 auto;
    margin-top: 65px;
    width: 100%;
    position: relative;
    padding: 62px 0px 65px 0px;
    color: #CECDCE;
}

#quote_container blockquote, #quote_container1 blockquote {
    font-family: kohinoor_light;
    font-size: 24px;
    border: none;
    padding: 0;
    text-align: justify;

}

#quote_container cite, #quote_container1 cite {
    font-family: kohinoor_medium;
    font-size: 17px;
    margin-top: 35px;
    float: right;
    font-style: normal;
}

#home {
    /*background: url(images/bg1.jpg) 50% 0 fixed;*/
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 200px 0;
}

#about {
    background: url(images/about.png) 50% 0 fixed;
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 100px 0;
    color: #fff;
}

/* Non-essential demo stuff */
.hero-unit {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.media-object {
    width: 64px;
    height: 64px;
    padding-bottom: 30px
}

#header {
    height: 125px;
}

.navbar-brand {
    padding-top: 38px;
}

#navbar {
    /*padding: 0 28px;*/
}

.head_line_blue {
    display: none;

    background-color: #C2002F;
    /*border-bottom: 3px solid #fff;*/
    position: absolute;
    bottom: 18px;
    height: 3px;
    width: 100%

}

.navbar-collapse {
    box-shadow: none;
}

#navbar .m-line {
    display: none;

    width: 100%;
    height: 3px;
    background-color: #CDCCCE;
    position: absolute;
    bottom: 37px;
    left: 0px;
}

.main_nav ul {
    border-bottom: 2px solid #fff;

}

.main_nav li {
    display: table;
    /*height: 165px;*/
    margin: 0 2px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: kohinoor_demi;

}

.main_nav li a {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.main_nav li a.home_link, .footer_nav li a.home_link {
    padding-left: 15px;
    padding-right: 15px;
}


.main_nav li.active {
    background-color: #C2002F;
    background-image: url("images/btn_hover.png");
    font-family: kohinoor_bold;

}

.main_nav li a:after, .footer_nav li a:after {
    display: block;
    content: attr(title);
    font-family: kohinoor_bold;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
    margin-bottom: -1px;
}

.footer_nav {
    position: relative;
    right: -10px;
    top: 94px;
    font-size: 12px;
    text-transform: uppercase;
    float: right;
    /*padding-right: 40px;*/

}

.footer_nav li a {
    text-align: center;
    padding: 15px 10px;
}

.nav > li > a {
    /*    -webkit-transition: all 1300ms ease;
        -moz-transition: all 1300ms ease;
        -o-transition: all 1300ms ease;
        -ms-transition: all 1300ms ease;*/

}

.nav > li > a:hover, .nav > li > a:focus, .footer_nav li.active a {
    background: transparent;
    font-family: kohinoor_bold;
}

.main_nav li.active {

}

.main_nav li.active a, .navbar-nav > li > a {
    color: #CECDCE;

}

.companies {
    /*min-width: 410px;*/
    margin-top: 60px
}

.companies h2, .news_media h2 {
    font-family: kohinoor_medium;
    font-size: 18px;
    border: 1px solid #C2002F;
    float: left;
    padding: 12px 10px 12px 16px;
    /*margin-left: 5px;*/
    margin-bottom: 23px;
}

.company_page h2 {
    font-family: kohinoor_bold;
    border: none;
    float: none;
    clear: both;
    font-size: 18px;
    color: #646569;
    margin: 72px 0 0 0;
    padding-left: 5px;
}

.companies .company, .companies .view_all_comp {
    font-family: kohinoor_medium;
    width: 184px;
    height: 85px;
    line-height: 85px;
    background-color: #C2002F;
    color: #CECDCE;
    float: left;
    margin: 5px;
    text-align: center;

}

.companies .company span, .companies .view_all_comp span {
    display: inline-block;
    vertical-align: middle;
    line-height: 17px;
    font-size: 13px;
}

.companies .company span.hover {
    display: none;
    opacity: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: opacity 300ms;
    white-space: nowrap;
}

.companies .company:hover {
    cursor: pointer;

}

.companies .company:hover span.hover {
    display: inline-block;
    opacity: 1;

}

.companies .company:hover span.hover:after {
    opacity: 1;

    content: "View More";
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-family: kohinoor_light;
    font-size: 10px;
    color: #CECDCE;;
}

.companies .company:hover > span:first-child {
    display: none;
}

/*START: COMPANY PAGE companies blocks*/
.company_page .company:hover > span:first-child {
    display: inline-block;
}

.company_page .company:hover span.hover {
    display: none;
}

.company_page .company {
    border: 1px solid #C2002F;
}

.company_page .company span {
    font-size: 14px;
}

.company_page .company:hover {
    background-color: #fff;
    color: #C2002F;
}

/*END: COMPANY PAGE companies blocks*/

.news_media {
    margin-top: 60px
}

.news_media .updates_container {
    background-color: #C2002F;
    padding: 10px;
    /*width: 960px;*/
    overflow:hidden;
}
.news_media .updates_container .thumbnail{
    background:transparent !important;
    border:none !important;
    margin-bottom:0px !important;
}
.gallery-fix{
    background: #C2002F !important;
    margin-left:112px;
}
@media only screen and (max-width: 1199px) {
    .gallery-fix{
        margin-left:97px;
    }
}
@media only screen and (max-width: 991px) {
    .gallery-fix{
        margin-left:14px;
    }
}
.contact_us_page,
.about_page,
.mb-60{
    margin-bottom:60px !important;
}	
.bose-wrapper{
    margin-top:-20px !important;;
}
.footer {
    position: relative;
    min-height: 180px;
    background-color: #C2002F;
    color: #CECDCE;
    text-align: right;
}

.footer .copy {
    position: relative;
    top: 100px;
    right: 5px;
    font-size: 8px;
    font-family: kohinoor_demi;
}

#footer {
    min-height: 180px;
}

.read_more {
    text-decoration: none;
    font-family: kohinoor_book;
    text-align: center;
    position: relative;
}

.read_more:hover {
    font-family: kohinoor_bold;
}

.read_more img {
    position: absolute;
    right: 0;
}

.read_more span {
    position: relative;
    font-size: 10px;
    line-height: 25px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    left: -15px;
}

.visit_website span {
    font-size: 9px;
    line-height: 28px;
}

a:hover, a:focus {
    text-decoration: none;
}

.modal-dialog {
    /*position: absolute;
    height: 500px;
    top: 50%;
    margin-top: -250px;*/
    /*width: auto;*/
}

/*@media screen and (min-width: 700px) {
.modal-dialog {
        position: absolute;
        height: 500px;
        width: 962px;
        left: 50%;
        top: 50%;
        margin-top: -250px;
        margin-left: -482px;
    }

}*/
@media screen and (max-width: 1200px) {
    #quote_container {
        padding: 30px 15px 65px 15px;
    }

}

@media screen and (max-width: 699px) {
    #quote_container {
        padding: 10px 15px 65px 15px;
    }

    #quote_container blockquote {
        font-size: 20px;
    }

    #quote_container cite {
        font-size: 14px;
        margin-top: 25px;
    }

}

.modal-body {
    font-family: kohinoor_medium;
    /*background: rgba(0,50,160,.9);*/
    /*background-color: rgba(0,50,160,.9); */
    color: #CECDCE;
}

.modal-content {
    background: rgba(194, 0, 47, .9);

}

.modal-body h3 {
    font-size: 19px;
}

.modal-body p {
    width: 495px;
    text-align: justify;
}

.modal-body .coy_img {
    margin: 55px 40px 65px 55px;
}

.modal-body .text {
    position: absolute;
    bottom: 30px;
    right: 45px;
    font-size: 13px;
}

.modal-body .text .read_more span {
    font-family: kohinoor_medium;
}

.modal-body .text .read_more:hover span {
    font-family: kohinoor_bold;
}

.modal-body button {
    color: #CECDCE;
}

.modal-body .close {
    opacity: .7;
    background: url(images/close.png) center 1px no-repeat;
    width: 18px;
    height: 20px;
    font-size: 14px;
    font-family: kohinoor_light;
    font-weight: normal;

}

.modal-body .close:hover {
    opacity: 1;
}

.updates_container .overlay_1 {
    display: block;
    content: '.';
    position: absolute;
    left: 0;
    top: 0;
    width: 99%;
    height: 100%;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;

    /*opacity: 0.26;*/
    /*filter: alpha(opacity=26) progid : DXImageTransform . Microsoft . Alpha(opacity = 26);*/
}

.updates_container .overlay_3 {
    width: 93%;
    height: 96%;
    left: 15px;
    top: 10px;
	color:white;
}

.updates_container .overlay_4 {

    width: 90%;
    left: 5px;
    top: 10px;
    height: 96%;
}

.updates_container .media_1:hover .overlay_1, .updates_container .media_2:hover .overlay_1, .updates_container .media_3:hover .overlay_1, .updates_container .media_4:hover .overlay_1 {
    display: block;

    cursor: pointer;
}

/*FOR IMG HOVER ANIMATION*/
/*
.updates_container .media_1,.updates_container .media_2,.updates_container .media_3,.updates_container .media_4{
    overflow: hidden;
}
.updates_container img{
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -ms-transition: all 600ms ease;

}
.updates_container .media_1:hover img,.updates_container .media_2:hover img,.updates_container .media_3:hover img,.updates_container .media_4:hover img{
    transform: scale(1.1);
}
*/

.updates_container .overlay {
    display: block;
    content: '.';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .25);
}

.updates_container .overlay_2 {
    width: 300px;
    left: 15px;
top:20px;
	color: white;
}

.footer_line {
    display: none;

    height: 3px;
    background-color: #CDCCCE;
    width: 100%;
    position: absolute;
    bottom: 38px;
}

.footer_nav_career {
    /*float: left;*/
    position: absolute;
    top: 95px;
    left: 100px;
}

/*.media_2 .hover{
    display: none;
}
.media_2 .normal{
    *//*display: none;*//*

}
.media_2:hover .normal{
    display: none;
}
.media_2:hover .hover{
    display: block;
    *//*margin-top: -1px;*//*
    *//*margin-bottom: 1px;*//*
    cursor: pointer;
}*/

.media_3 {
    float: left;
    /*width: 270px;*/
}

/*.media_3 .hover{
    display: none;
}

.media_3 .normal {
    *//*display: none;*//*
}
.media_3:hover .normal{
    display: none;
}

.media_3:hover .hover{
    display: block;
    cursor: pointer;
}*/
.media_4 {
    /*float: right;*/
    /*width: 192px;*/
}

/*

.media_4 .hover{
    display: none;
}
.media_4 .normal{
    */
/*display: none;*//*

}
.media_4:hover .normal{
    display: none;
}

.media_4:hover .hover{
    display: block;
    */
/*margin-top: -3px;*//*

    */
/*margin-bottom: 1px;*//*

    cursor: pointer;
}
*/

.modal_data {
    display: none;
}

.side_pattern {
    margin-top: 5px;
    background-image: url(images/pattren_1.png);
    width: 94%;
    height: 987px;
    /*height: 100%;*/
}

#contact-map {
    /*background: url(images/contact_map.jpg) 50% 0 fixed;*/
    height: 579px;
    margin: 0 auto;
    width: 100%;
    position: fixed;
    padding: 275px 0 0;
}

.hvr-overline-from-left:before {
    background: url('images/media_hover.svg') transparent;
    background-repeat: no-repeat;
    background-position: right center;
    /*background:  #c2002F;*/
    /*background: #CDCCCE;*/
    top: 10px;
    height: 10px;
    z-index: 999;

}

.hvr-overline-from-left:active::before, .hvr-overline-from-left:focus::before, .hvr-overline-from-left:hover::before {
    right: 50%;
}

/* START CONTACT US PAGE*/

.contact_us_page .form {
    /*margin-top: 70px;*/
}

.contact_us_page .title {

    font-family: kohinoor_bold;
    font-size: 37px;
    color: #CFCDCD;
    /*border-bottom: 2px solid #CFCDCD;*/
    /*float: left;*/
    width: 220px;
    /*margin: 0 auto;*/
    margin-bottom: 5px;
    margin-left: -5px;
    padding: 0;
}

.form-control:focus {
    box-shadow: none;
    border-color: #E3859A;
}

.contact_us_page .address {
    /*font-family: Myriad Pro;*/
    font-size: 18.5px;
    color: #CFCDCD;
    width: 225px;
    margin-top: 24px;
    text-transform: uppercase;
}

.contact_us_page .qrcode {
    font-size: 16px;
    width: 245px;
    margin: 25px auto;
    text-transform: uppercase;
}

.get_direc {
    position: relative;
    top: -100px;
}

.get_direc span {
    font-family: kohinoor_bold;
    top: 8px;
    position: relative;
}

.get_direc img {
    position: relative;
    left: -40px;
}

.errorMessage {
    color: #F7544C;
}

/* END: CONTACT US PAGE*/

/*START: NEWS PAGE*/
#news {
    background: url(images/news_slider.jpg) 50% 0 fixed no-repeat;
    height: 579px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 215px 0 0;
}

#news h1 {
    font-family: kohinoor_bold;
    font-size: 20px;
    color: #CECDCE;;
}

.news_container {
    height: 209px;
    border: 1px solid #cccccc;
}

.news_head {
    background-color: #898989;
    color: #ffffff;
    font-size: 20px;
    height: 44px;
    line-height: 44px;
}

.news_contents {
    margin: 0 0 0 20px;
    overflow-y: scroll;
    height: 163px;
    padding: 10px 0;
}

.news_contents li {
    margin: 10px 0;
}

.input-group-addon {
    border: 2px solid #c2002F;
    color: #c2002F;;
}

.news_date {
    color: #808080;
    font-size: 12px;
}

.news_title {
    color: #c2002F;
    font-size: 12px;
}

.content_txt {
    /*font-family: kohinoor_book;*/
    height: 42px;
    overflow: hidden;
    text-align: justify;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.more {
    height: 300px;
    /*max-height: 800px;*/
    padding: 25px 20px;
    overflow-y: scroll;

    background-color: #c2002F;
    color: #fff;
}

.news .content .title {
    margin-top: 5px;
    font-family: kohinoor_medium;
    color: #c2002F;
    font-size: 14px;
    text-transform: uppercase;
}

.news .read_more {
    font-family: kohinoor_medium;
    color: #c2002F;
}

.grid-view table.items th {
    background: #898989 !important;
}

.grid-view table.items tr.odd {
    background: #e6e6e6 !important;
}

/*END: NEWS PAGE*/

/*START: ABOUT PAGE*/
.vision_mission {
    margin-top: -25px;
}

.vision_mission ul {
    list-style-image: url('images/bulit.png');
    padding-left: 17px;
}

.about_page h2 {
    font-family: kohinoor_bold;
    border: none;
    float: none;
    clear: both;
    font-size: 25px;
    color: #c2002F;
    margin: 40px 0 0 0;
    padding-left: 0px;
}

.officials {
    position: relative;
    width: 96.4%;
    height: 280px;
    margin-top: 50px;
}

.officials img {
    border: 3px solid #c2002F;

}

.officials .official {
    /*position: relative;*/
    /*width: 230px;*/
    /*float: left;*/
    /*margin: 0px 13px 5px;*/
    cursor: pointer;

    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.officials .official:hover {
    transform: scale(1.05);
}

.officials .official:hover:after {
    background-image: url('images/official_read_more.png');
    width: 58px;
    height: 22px;
    content: "Read More";
    position: absolute;
    right: 10px;
    top: 150px;
    font-family: kohinoor_medium;
    font-size: 7px;
    color: #CECDCE;;
    padding-left: 8px;
    line-height: 24px;
}

.officials .official_name {
    text-transform: uppercase;
    padding: 5px;
    font-size: 13px;
    text-align: center;
    min-height: 62px;
    clear: both;
    color: #CDCCCE;
    background-color: #c2002F;;
    border: 1px solid #c2002F;
    margin-top: 10px;
}

.profiles .profile {
    width: 157px;
    cursor: pointer;
}

.profiles .profile:hover .official_name {
    color: #c2002F;
    background-color: #ffffff;
}

.profiles .profile .img {
    width: 157px;
    overflow: hidden;
    position: relative;
}

.profiles .profile .img img {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.profiles .profile:hover img {
    transform: scale(1.05);
}

.profiles .profile .img:after {
    display: block;
    content: '.';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;

    /*opacity: 0.26;*/
    /*filter: alpha(opacity=26) progid : DXImageTransform . Microsoft . Alpha(opacity = 26);*/
}

.profiles .profile .img:hover:after {
    display: block;
    background: rgba(0, 0, 0, .25);
    cursor: pointer;
}

.profile .official_name {
    width: 157px;
    padding: 5px;
    font-size: 13px;
    text-align: center;
    min-height: 40px;
    line-height: 28px;
    clear: both;
    color: #ffffff;
    background-color: #c2002F;;
    border: 1px solid #c2002F;
    margin-top: 10px;
}

.profile .official_name.nor_lh {
    line-height: 14px;
}

.official_text h3, .official_text h4 {
    margin: 0;
}

.official_text h4 {
    font-size: 16px;
}

.profiles .profile:after {
    background-image: url('images/official_read_more.png');
    text-transform: uppercase;
    width: 58px;
    height: 22px;
    content: "Read More";
    float: right;
    position: relative;
    right: 0px;
    top: 7px;
    font-family: kohinoor_medium;
    font-size: 7px;
    color: #FFFFFF;
    padding-left: 8px;
    line-height: 24px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}

.profiles .profile:hover:after {

    opacity: 1;
}

.operations {
    list-style: none;
}

#officialModal .modal-body .close {
    position: relative;
    right: 15px;
}

.modal-body .official_text {
    /*bottom: 30px;*/
    /*right: 45px;*/
    font-size: 13px;
    margin-bottom: 30px;
    text-align: left;
    padding-right: 10px;
}

.modal-body .official_text p {
    width: auto;
    font-size: 13px;
    padding: 0 15px;
}

div.scrollWrapper {
    /*overflow: visible;*/
}

/*END: ABOUT PAGE*/

.bose-holder {
    min-height: 579px !important;
}

.slider-pagination {
    margin-top: 35px;
}

.slider-pagination ul {
    list-style: none;
    margin: 0 auto;
    width: 190px;
}

.slider-pagination ul li {
    background: url('images/slider_page.png') no-repeat;
    width: 14px;
    height: 14px;
    float: left;
    margin: 0 16px;
    cursor: pointer;
    /*text-indent: -9999px;*/

}

.slider-pagination ul li.active {
    background: url('images/slider_page_active.png') no-repeat;
}

#modal_data {
    text-align: center;
    top: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.fancybox-close {
    right: 0;
    top: 0;
}

.fancybox-skin {
    background-color: #c2002F;
    border-radius: 0;
}

/*START:CLIENTS PAGE*/
.clients img {
    margin: 7px 12px 8px 0;
	text-align:left!important;
}

.projects {
    margin-bottom: 0;
}

.projects tr {
    color: #ffffff;
}

.projects tr td {
    padding: 5px 20px !important;
    padding-left: 15px !important;

}

.projects tr:nth-child(odd) {
    background-color: #646469 !important;
}

.projects tr:nth-child(even) {
    background-color: #808080;
}

/*END: CLIENTS PAGE*/

.loc_title {
    font-family: kohinoor_bold;
    text-indent: -24px;
    display: block;

}
#clients_pattern{
        height: 1585px;
    }

.vHeader th div {
    margin-top: 50px;
    margin-bottom: 10px;
    /*margin-top: 20px;*/
    text-align: left !important;
    white-space: nowrap;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.vHeader th div:before {
    content: '';

    /*padding-top:110%;*/
    display: inline-block;
    vertical-align: middle;
}

.cell-highlight tr:nth-child(even) td:nth-child(even) {
    background-color: #646469;
}

.cell-highlight td:nth-child(even) {
    background-color: #808080;
}

.navbar-toggle {
    background-color: #C2002F;
    border-color: #C2002F;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

@media all and (max-width: 559px) {
    .no_padding_xs {
        padding: 0;
    }
    .navbar-wrapper .navbar {
        padding:0;
    }

    .navbar-wrapper .navbar .container {
        padding: 0;
    }

}
.gal_media3
{
	padding-right: 5px;
	top: 10px;
}
.gal_media4
{
	padding-left: 5px;
	top: 10px;
}
/*Alas Profile Page*/
.side_pattern{
        height: 475px;
    }

    .slider-pagination{
        margin-top: 0px;
    }

    .vision_mission ul li{
        margin: 12px 0;
    }
    @media all and (max-width: 559px) {
        #intro {
            padding-top: 115px;
        }
    }
	/*Product & Services Page*/
	 .side_pattern{

        height: 420px;

    }


   /* .slider-pagination{

        margin-top: 0px;

        top: 267px;

    }*/
	.top {

        margin-top: 0px;

        top: 267px;

	
    .locations{

        margin-top: 28px;

        font-size: 13.99px;

    }

    .locations h2{

        text-transform: uppercase;

    }



    .table th{

        text-transform: uppercase;



    }

    .table th{

        background-color: #c2002F;

        color: #fff;

        vertical-align: top !important;

        text-align: center;

    }

    .col3 th{

        height: 100px;

        padding-left:  60px !important;

        padding-right:  60px !important;

    }

    .vHeader th{

        vertical-align: middle !important;

        padding-top: 20px !important;

    }





    .table-bordered{

        border: 0;

    }



    .plants{

        margin-bottom: 0;

    }

    .plants tr{

        color: #ffffff;

    }



    .plants tr td{

        padding: 5px !important;

        /*padding-left: 15px !important;*/



        text-align: center;

    }



    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{

        border-width: 2px;

        border-color: #fff;

    }

    .plants  tr:nth-child(odd) {

        background-color: #646469 !important;

    }

    .plants  tr:nth-child(even) {

        background-color: #808080;

    }

    .table-responsive{

        /*padding-bottom: 10px;*/

        margin: 30px 0;

    }

    

    .tbl-concrete tbody tr{

        height: 62px;

    }

    .tbl-concrete tbody tr td{

        vertical-align: middle !important;



    }

    @media all and (max-width: 559px) {

        #quote_container1{

            padding-top: 12px;

        }

        #quote_container1 blockquote{

            font-size: 18px;

        }
		#quality_pattern{
       height: 3333px;
    }

        .equ_tbl{

            min-width: 710px;

        }

        .equ_sm_tbl{

            min-width: 425px;

        }

    }
	
	
