@charset "utf-8";
/*
Theme Name:    Rotem Industries
Description:     Custom Template with Bootstrap 3
Version:         1.0.0
Author:         Fariha Izhar
Author URI:     farihaizhar@gmail.com
*/

@font-face {
    font-family: 'oxygenbold';
    src: url('../fonts/Oxygen-Bold/Oxygen-Bold.eot');
    src: url('../fonts/Oxygen-Bold/Oxygen-Bold.eot?#iefix') format('embedded-opentype'),
       
         url('../fonts/Oxygen-Bold/Oxygen-Bold.woff') format('woff'),
         url('../fonts/Oxygen-Bold/Oxygen-Bold.ttf') format('truetype'),
         url('../fonts/Oxygen-Bold/Oxygen-Bold.svg#oxygenbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

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

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

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

}                         
/* General 
--------------------------------------------------------------------------------------------------------*/
*, *:focus{
	outline: none; 
	border-radius: 0; 
	-o-border-radius: 0; 
	-ms-border-radius: 0; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0;
	box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
a, #header, .container, .logo img,.btn-default,img{
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

html, body{height: 100%;background: #f4f4f4;}
body{ font-size: 18px; overflow-x:hidden;color:#888888;font-family: 'Oxygen'; padding-top: 140px;}

.form-control{-webkit-appearance:none; background:#fff; border-radius:0; border:0; height:66px; font-size:22px; color:#001f32; margin-bottom:22px;}

.wrapper{position: relative;}
a{color: #000; text-decoration: none;}
a:hover{text-decoration: none; color: #999}
.hr-line{border:0; border-top: solid 1px #999;}
a:focus{outline: 0;color: #fff;}
a:focus, a:hover{text-decoration: none;}
               
h1, h2, h3, h4, h5, h6{  font-family: 'oxygenbold';color: #880006;font-weight: 100;}

h1{font-size: 2.8em;}
h2{font-size: 2.5em;}
h3{font-size: 2.1em;}
h4{font-size: 1.7em;}
h5{font-size: 1.5em;}
h6{font-size: 1.07em;}
p a{color: #ccc;}
p a:hover{color: #efefef;}
p b{font-weight: bold;}
p i{font-style: italic;}
p u{text-decoration: underline;}
p span{display: block;}
/*-----Button-------*/
.btn{font-family: 'oxygenbold';font-size: 13px; box-shadow: none;text-align: center;text-transform:uppercase;border-radius: 0;}
.btn-primary{ background:none;border:2px solid #fff; padding:10px 22px;letter-spacing:1px;height: 50px;line-height: 24px; }           
.btn-primary:hover { color: #fff;background:none;box-shadow:none;border-color: #972C30; }
.btn-default{background:url('../images/default-btn.png') 0 0 no-repeat transparent;background-size: 100% 100%;border: 0;height: 50px;min-width: 209px;line-height: 40px;}
.btn-default:hover{}
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default { color: #fff;}
.btn-default.focus, .btn-default:focus { color: #fff;}
.btn-default:active:hover,
.btn-default:active,
.btn-default:active:focus {color: #000;}
           

/* Header
--------------------------------------------------------------------------------------------------------*/
header{background: #fff;position: fixed;border-top:6px solid #9b9b9b;}
#header{ width: 100%; left: 0; top: 0; z-index: 9999; padding: 0px 0 0px;}
.logo { margin:14px 0 0 0;}
.logo img {display:inline-block; max-width:85%;}
#rd-project a {color: #000;font-weight: bold;font-weight: 600;}
.top-links{margin-left: 0;margin-right: 0;padding-top: 25px;padding-bottom: 15px;}
.top-links a {font-size: 13px;}
#rd-project:before{content: none;}
.top-links .link:before{content: " ";background: url('../images/divider.png') 0 0 no-repeat transparent;position: absolute;left: 0;top:3px;width: 3px;height: 21px;}
.link{position: relative;padding: 0px 25px;float: left;}
#language a:hover,
#social-links li:hover a,
#social-links li a:hover,
#rd-project:hover a,
.link a:hover{color: #92262c;}
#social-links ul{list-style: none;padding:0px 0px;list-style: none;}
#social-links ul li{margin: 0 6px;display: inline-block;}
#social-links li a{font-size: 20px;color: #bababa;}
.icon-career{background: url('../images/career-icon.png') 0 0 no-repeat transparent;height: 24px;width: 23px;}
.icon-contact{background: url('../images/contact.png') 0 0 no-repeat transparent;display: inline-block;height: 15px;width: 19px;}
#career:hover .icon-career{background: url('../images/career-icon-hover.png') 0 0 no-repeat transparent;}
#contact:hover .icon-contact{background: url('../images/contact-hover.png') 0 0 no-repeat transparent;}
.tootlip{font-size: 12px;color: #bababa;}
#language a{font-family: 'Raleway-ExtraBold';color: #bababa;font-size: 15.84px;}
#language a:after{content:""; display: inline-block;width: 0px;height: 0px;vertical-align: middle;border-top: 4px dashed;border-right: 4px solid transparent;border-left: 4px solid transparent;
position: absolute;bottom: -3px;left: 44%;color: #bc0008;}
.bottom-nav{box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.3);-webkit-box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.3);}

/*--------------------------------------------------Navigation----------------------------------------------------------------*/
.nav {position: absolute;top: 0;right: 0;z-index: 10000; float:/* right*/left;}
.nav-container {position: fixed;top: 0px;right: 0;z-index: 9999;overflow-y: auto;visibility: hidden;width: 100%;height: 100%;min-height: 100%;margin: 0;
padding: 0;-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
-webkit-transform: translateX(100%);-ms-transform: translateX(100%);transform: translateX(100%);-webkit-overflow-scrolling: touch;}
.nav-container.is-visible {visibility: visible;-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}
.nav-toggle {line-height: 1;display: inline-block;padding:1.25rem 1rem;border: 0; background: none; z-index:99999;position: relative; float: right;}
.nav-toggle .icon-menu {position: relative;display: inline-block;width: 28px;height: 20px;vertical-align: middle;fill: none;}
.icon-menu .line {position: absolute;left: 0;display: block;width: 100%;height: 4px;-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); background-color:#972C30; border-radius: 2px;}
.icon-menu .line-1 { top: 0; }
.is-active .icon-menu .line-1 {-webkit-transform: translateY(8px) translateX(0) rotate(45deg);-ms-transform: translateY(8px) translateX(0) rotate(45deg);
transform: translateY(8px) translateX(0) rotate(45deg);}
.icon-menu .line-2 {top: 50%;margin-top: -2px;}
.is-active .icon-menu .line-2 { opacity: 0; }
.icon-menu .line-3 { bottom: 0; }
.is-active .icon-menu .line-3 { -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);-ms-transform: translateY(-8px) translateX(0) rotate(-45deg);transform: translateY(-8px) translateX(0) rotate(-45deg);}

.nav-menu >.menu-item > a{background:url('../images/menu-bar.png') center 83% no-repeat transparent;}
.nav-menu >.menu-item > a{line-height: 18px;position: relative;text-decoration: none;z-index: 100; font-weight:400; padding:24px 20px;}
  
.menu {list-style: none;margin: 0;padding: 0;}                 
.menu li{font-family: 'oxygenbold';font-size: 16px;border-left: 1px solid #dadada;}
.menu li:last-child{border-right: 1px solid #dadada;}
.menu li:first-child{margin-left: 0;}
.menu li a{color: #888888;}
.menu li a:hover{color: #880006;}
.nav-menu > .menu-item:hover,
.nav-menu > .menu-item.is-active { outline: none;}
.nav-menu .menu-link {display: block;text-decoration: none;}

.nav-dropdown .nav-dropdown { background-color: #aaa; }
.nav-dropdown .menu-item { border-color: #a0a0a0; }
.nav-dropdown .nav-dropdown .menu-item {background-color: #b0b0b0;border-color: #909090;}
.dropdown-menu{border-radius:0;min-width: 282px;margin-top: 0;}
.dropdown-menu li{border-left: 0;border-right: 0;border-bottom: 1px solid #DADADA;text-transform: capitalize;}
.dropdown-menu li:last-child{border-bottom: 0px;}
.dropdown-menu > li > a{padding: 3px 14px;font-weight: 100;}
.dropdown-menu > li:hover,
.dropdown-menu > li:hover a{background:#8B080E;color: #fff;}
.dropdown-menu .sub-menu {left: 100%;position: absolute;top: 0;visibility: hidden; margin-top: -1px;}                                                       
.dropdown-menu li:hover .sub-menu { visibility: visible;}                                               
.dropdown:hover .dropdown-menu { display: block;}                                                                                              
.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

/*search*/
.sb-search {position: absolute;width: 0%;min-width: 60px;height: 60px;float: right;overflow: hidden;-webkit-transition: width 0.3s;-moz-transition: width 0.3s;transition: width 0.3s;-webkit-backface-visibility: hidden;right:-62px;top:0}
.sb-search-input {position: absolute;top: 0;right: 0;border: none;outline: none;background: transparent;width: 50%;height: 40px;margin: 0;z-index: 10;
padding: 5px 15px ;font-family: inherit;font-size: 15px;color: #bababa;}
input[type="search"].sb-search-input { -webkit-appearance: none; -webkit-border-radius: 0px; }
.sb-icon-search, .sb-search-submit { width: 30px; height: 60px; display: block; position: absolute; right: 0; top: -3px; padding: 0; margin: 0;     line-height: 38px; text-align: center; cursor: pointer;}
.sb-search-submit {background: #fff; /* IE needs this */-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */filter: alpha(opacity=0); /* IE 5-7 */opacity: 0;color: transparent;border: none;outline: none;z-index: -1;}
.sb-search-open .sb-search-input {right: 0px;}
.sb-search-open .fa-search {color: #4da617}

/* Open state */
.sb-search.sb-search-open, .no-js .sb-search { width: 100%;}
  
.tootlip-container{}
.tootlip-container + .tooltip > .tooltip-inner {background-color:#fff;color:gray;border:0;padding:5px 5px;font-size:12px;border-radius:0px;}                                                               
/* Tooltip on top */
.tootlip-container + .tooltip.top > .tooltip-arrow { border-top:0;}


/* Banner
--------------------------------------------------------------------------------------------------------*/
#measureit_back{background: none !important;}
.landing-banner{ position: relative; margin-bottom:20px;}
.no-left-padding{padding-left: 0;}
.no-right-padding{padding-right: 0;}
.banner { padding:6%;}
.radiation-detection{background: url('../images/radiation-detection.png')  no-repeat scroll center top / cover transparent;}
.nuclear-medicine{background: url('../images/nuclear-medicine.png')  no-repeat scroll center top / cover transparent;}
.banner h2{font-size: 36px;color: #FFF;font-weight: 100;width: 50%;margin: 0px 0px 33px;padding: 0px;letter-spacing: 1px;text-transform: uppercase;line-height: 1.0em;}
.banner h2 span { font-weight:100; font-size: 26px;display: block;text-transform:capitalize;}
.icon{display: inline-block;margin-left: 3px;}
.icon-arw-xs,
.icon-red{height: 9px;width: 6px;}
.icon-arw-xs{background: url('../images/right-arw-xs.png') 0 0 no-repeat transparent;}
.icon-red{background: url('../images/red-right-arw-xs.png') 0 0 no-repeat transparent;margin-left: 7px;}
.icon-maroon{background: url('../images/maroon-arw.png') 0 0 no-repeat transparent;margin-left: 7px;height: 9px;width: 6px;}


/* Main Content
--------------------------------------------------------------------------------------------------------*/
.main-services ul{padding: 0;list-style: none;}
.main-services span.red-arw{background-position:0 0;background-repeat:no-repeat;background-color:transparent;height: 11px;width: 31px;display: inline-block;}
.main-services li:first-child .red-arw,
.main-services li:nth-child(2) .red-arw{background-image: url('../images/right-long-arw.png');}
.main-services li:nth-child(3) .red-arw,
.main-services li:last-child .red-arw{background-image: url('../images/left-long-arw.png');}

.white-box{background: #fff;float: left;width: 50%;padding:58px 30px 14px;position: relative;}
.main-services li:first-child .white-box:after,
.main-services li:nth-child(2) .white-box:after{background: url('../images/right-tip.png') 0 0 no-repeat transparent; position: absolute;content: "";right: -10px;top:44%;display: inline-block;height: 29px;width: 12px;}
.main-services li:nth-child(3) .white-box:before,
.main-services li:last-child .white-box:before{background: url('../images/left-tip.png') 0 0 no-repeat transparent; position: absolute;content: "";left:-11px;top:44%;display: inline-block;height: 29px;width: 12px;}

.main-services .white-box a{display: block;} 
.main-services .white-box a p{color:#888;} 
.main-services .white-box:hover h4{color:#972C30;} 
.image-box{float:right;width: 50%;}
.white-box,
.image-box{height: 276px;}
.main-services h4{color: #000;font-size: 24px;font-weight: 100;text-transform: capitalize;}
.main-services h4:hover small,
.main-services h4 small{color: #bababa;font-size: 18px  ;font-weight: lighter;display: block;}
.main-services li:first-child,.main-services li:nth-child(3){padding-right: 0;}
.main-services li:last-child,.main-services li:nth-child(2){padding-left: 0;}
.main-services li .img-responsive{width: 100%;height: 100%;}
.main-services li:nth-child(4) .white-box, 
.main-services li:nth-child(3) .white-box{float: right;} 
.main-services li:nth-child(3) .image-box, 
.main-services li:nth-child(4) .image-box{float: left;} 

/*.what-we-do*/
.what-we-do .col-md-2{/*width:20%;*/}
.what-we-do { text-align:center; padding:14px 0 60px;}
.what-we-do-block {text-align:center; padding:0px;  min-height:290px;cursor:pointer;}
.what-we-do-block span { display:block; min-height:132px;margin-bottom: 21px;}   
.what-we-do-block p:before{content:"";background: url('../images/rd-bar.png') 0 0 no-repeat transparent;position: absolute;top:0;display: inline-block;left: 37%;width: 41px;height: 9px;}
.what-we-do-block p {position: relative; font-family: 'oxygenbold'; font-size:18px; color:#888888; font-weight:100; line-height:22px;padding-top:18px;}
.what-we-do-block:hover p{color: #880006;}
.what-we-do-block img {margin: 0 auto;}     
/*.what-we-do .col-md-2:last-child .what-we-do-block p {padding-left:30px;padding-right:30px;}*/     

/*.what-we-do h3 {padding-bottom:20px; letter-spacing:-1px;font-family: 'Oxygen';}*/
.what-we-do-block span{-moz-transition:-moz-transform 0.3s ease-in; -webkit-transition:-webkit-transform 0.3s ease-in;-o-transition:-o-transform 0.3s ease-in;}
.what-we-do-block span:hover { -moz-transform:scale(0.94); -webkit-transform:scale(0.94); -o-transform:scale(0.94); -moz-transition:-moz-transform 0.3s ease-in;
 -webkit-transition:-webkit-transform 0.3s ease-in; -o-transition:-o-transform 0.3s ease-in;}

.section-title{margin:5px 0 35px;text-align: center;}
.end-line,
.starting-line{display: inline-block;width: 33%;height: 8px;margin-top: 13px;}
.starting-line{background: transparent url("../images/lft-line.png") no-repeat scroll 0px center;float: left;}
.end-line{background: url('../images/rgt-line.png') right center no-repeat transparent;float: right;}
.section-title h3{font-size: 26px;display: inline;padding-bottom: 20px;letter-spacing: -1px;font-family: 'Oxygen';}

.about-us{margin-bottom:66px;}
.about-box{margin-top: 28px;}
.about-box p{text-align: justify;}
.refresh-section{text-align: center;}
.refresh-section .starting-line,
.refresh-section .end-line{background-size: 100% 100%;height: 6px;width: 46%;margin-top: 20px;}
.refresh-section h3{background: #161616;border:2px solid #910102;display: inline-block;margin:0;padding:9px 10px;;line-height: 0.6em;border-radius: 50%;height: 46px;width: 46px;text-align: center;}
.video-player{margin-left: 33px;position: relative;margin-top:35px;}           
.video-player .play-btn{background: url('../images/play.png') 50% 50% transparent;height:62px;width: 62px;top: 40%;left: 44%;cursor: pointer;position: absolute;}
.video-player .play-btn:hover{opacity:0.7;}           
.video-player img{width: 100%;}           
.about-box h2{font-size: 36px;margin-bottom: 2px;}
.about-box h3{color: #000;font-size: 24px;margin-top: 0px;}
.about-box .btn{float: right;}
.no-bg {background-image: none !important;}
           
/*    ANIMATIONS
/*=============================================================*/
a, a:hover,
.btn, .btn:hover,
.btn-default, .btn-default:hover,
.btn-primary, .btn-primary:hover,
.video-player .play-btn, .video-player .play-btn:hover,
.medical-tpl .bottom-nav .nav-menu > .menu-item > a,
.medical-tpl .bottom-nav .nav-menu > .menu-item > a:hover,
input[type="submit"],
input[type="submit"]:hover{-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;}
           

/* Footer
--------------------------------------------------------------------------------------------------------*/
#footer{ text-align: left; position: relative;  padding:2px 0px 0px; border-top:2px solid #acacac;}
.inner-footer{background: url('../images/footer-bg.png') 0 0 repeat transparent ;background-size: auto 100%;}
.copyright{padding: 0 0 10px; color: #565656; font-size:12px; line-height: 1.2em;font-family: 'Raleway-Regular';text-transform: uppercase;}
.footer-bottom{padding:12px 0; text-align:center;}
.footer-bottom .row{margin: 0;}
.footer-bottom .social-icons {float:none; margin:0;display: inline-block;}
.footer-bottom .social-icons li a {height: 37px;width:36px;background-position: 0 0;background-repeat: no-repeat;background-color: transparent; }
.footer-bottom .social-icons li:hover a {background-position: 0 -38px;border-radius: 0;}
.footer-bottom .social-icons li a.facebook {background-image :url('../images/facebook-icon.png');}
.footer-bottom .social-icons li a.twitter {background-image :url('../images/twitter-icon.png') ;}
.footer-bottom .social-icons li a.youtube{background-image:url('../images/youtube-icon.png') ;}
.footer-bottom .social-icons li {padding-left:5px; padding-right:5px;}
footer h3{color: #fff;font-size: 24px;}
footer h3 span{background: url('../images/heading-line.png') 0 0 repeat-x transparent;display: block;height: 3px;width: 137px;margin-top: 8px;}
.footer-link{float:left; width:46%;margin-top: 18px;}
.footer-link ul{ padding:0; margin:0px; list-style: none;}
.footer-link ul li{display:block;padding-left: 0px;padding-bottom: 6px;line-height: 1.0em;font-family: 'Open Sans Hebrew', sans-serif ;font-weight: 100;}
.footer-link ul li a{ font-size:14px; color:#fff; text-decoration:none;background: url('../images/arw-black.png') 0 center no-repeat transparent; display: inline-block;padding-left: 15px; }
.footer-link ul li a:hover{ color:#972C30; text-decoration:none}
address p {color: #fff;font-size: 14px;font-weight:600;}
address p b{color: #000;}
address p a{color: #fff;}
address p a:hover{color:#972C30;}
.footer-logo{margin-top:40px;}
.information{padding-top: 20px;}
footer .end-line,
footer .starting-line{width: 43%;background-size: 100% 7px}
                                                                                           
/* Socail Icons
--------------------------------------------------------------------------------------------------------*/
.social-icons{text-align: center; float: left; margin:42px 0 0 0; padding:0;}
.social-icons li{display: inline-block; padding: 0 0 0 20px;}
.social-icons li a{display: block; text-align: center; /*width: 37px; height: 37px;*/ line-height: 37px;}
.nav-open .nav {position:fixed; top:26px;}

.margin-top-xs{margin-top: 20px;}
.top-links-mobile #social-links{margin-top: 5px;width: 100%;text-align: center;}
.top-links-mobile #social-links .fa{color: #fff;}
.top-icons .link{padding: 0px 10px;}
.top-icons{float: left;width: 100%;padding-left:25px;padding-right: 25px;text-align: center;}
.top-icons #contact{margin-top:1px;}
.top-icons ul{list-style: none;padding: 0;}
.top-icons ul li{display: block;float: left;}
button.close{border: 2px solid gray;border-radius: 50%;position: absolute;right: -8px;top: -20px;padding: 2px;height: 30px;width: 30px;background: #fff;opacity: 1;}

/*youtube */
#container-box {
    cursor:pointer;
    /*width:320px;*/
    width:100%;
    height:315px;

    margin:auto;
    position:relative;
}

.inactive-state {
    background-repeat: no-repeat;
    background-size:100% 100%;
    background-image: url(http://img.youtube.com/vi/K3Upcqg5mbg/sddefault.jpg);
}
.hover-state {
    opacity:0.9;
}   

/*version 1.2*/
#map-canvas {width: 100%;height: 347.888px;}
.breadcrumb {padding-left: 0;margin-bottom: 0;}         
.breadcrumb > li + li:before {background: url('../images/red-arw.png') 50% 50% no-repeat transparent;content: "";padding: 4px 8px;}
.breadcrumb > li a {    display: inline-block;font-weight:100; color: #888;}
.breadcrumb > li { font-size: 14px; }
.breadcrumb > li.active { color:#880006;font-weight: 600; }
.contact-form,
.contact-info{margin-bottom: 40px;}
.contact-info h4{margin-bottom: 24px;}
.contact-info .white-bg h6{padding-left: 10px;padding-right: 10px;}
.contact-info .white-bg {background: #fff;position: relative;}
.contact-info .white-bg:before {position:absolute;border: 14px solid transparent;border-bottom-color: #fff;top: -28px;left: 50%;margin-left: -14px;content: "";       }
.contact-info .white-bg h6{color: #000;text-align: center;font-size: 18px;margin: 0;padding-top: 30px;border-bottom: 1px solid #dadada;padding-bottom: 28px;}

.contact-details p span a,
.contact-details p span,
.contact-info .white-bg h6 span{color: #888888;display: block;font-family: 'Oxygen_Light';font-weight: 100;}
.contact-details p{font-family: 'oxygenbold';color: #000000;}
.contact-details p span{font-size: 16px;}
.contact-details .col-xs-4{padding-bottom: 18px;padding-top: 40px;text-align: center;}

.contact-details .contact-email img,
.contact-details .email img,
.contact-details .fax img{margin-bottom: 23px;}
.contact-details .call-us img{margin-bottom: 22px;}
.contact-details .call-us,
.contact-details .fax{border-right: 1px solid #dadada;}
.contact-form h4{margin-bottom: 24px;}
.contact-form form{background: #fff;border: 1px dotted #888;padding: 30px 30px 10px 30px;}
.bootstrap-select .btn-default{ background: none;border:1px solid #909090;height: 46px;padding-top: 0;padding-left: 20px;}
.bootstrap-select .btn-default,
.bootstrap-select .btn-default .filter-option{font-family: 'Oxygen_Light';color: #888888;text-transform: none;font-size: 18px;}

.form-control{border:1px solid #909090;font-family: 'Oxygen_Light';font-size: 18px;color: #888888;text-transform:capitalize;height:46px;padding-left:20px;margin-bottom:10px;}
textarea.form-control{height: 91px;resize: none;}
/*place holders*/
input[type="email"]::-webkit-input-placeholder { color: #888888;}
textarea::-webkit-input-placeholder { color: #888888;}
input[type="text"]::-webkit-input-placeholder { color: #888888;}

textarea:-moz-placeholder {color: #888888;opacity:  1;}
input[type="text"]:-moz-placeholder { color: #888888;opacity:  1;}
input[type="email"]:-moz-placeholder { color: #888888;opacity:  1;}
             
.form-control::-moz-placeholder {color: #888888;opacity:  1;}
textarea::-moz-placeholder {color: #888888;opacity:  1;}
input[type="text"]::-moz-placeholder { color: #888888;opacity:  1;}
input[type="email"]::-moz-placeholder { color: #888888;opacity:  1;}
             
textarea:-ms-input-placeholder {color: #888888;}
input[type="text"]:-ms-input-placeholder {color: #888888;}
input[type="email"]:-ms-input-placeholder {color: #888888;}

textarea:placeholder-shown {color: #888888;}
input[type="text"]:placeholder-shown {color: #888888;}
input[type="email"]:placeholder-shown {color: #888888;}

.bootstrap-select .dropdown-toggle .caret{border: none;background: url('../images/bottom-arw.png') 0 0 no-repeat transparent;height: 11px;width: 17px;}
.bootstrap-select.dropup.open .dropdown-toggle .caret{background: url('../images/top-arw.png') 0 0 no-repeat transparent;height: 11px;width: 17px;}

.contact-form .dropdown-menu{background: #fff;padding: 10px;}  
.contact-form .dropdown-menu li{background:none 0 0 #fff;}  
.contact-form .dropdown-menu li a{color: #888888;font-family: 'Oxygen_Light';text-transform:capitalize;}  
.contact-form .btn-default:active:hover, 
.contact-form .btn-default.active:hover, 
.contact-form .open > .dropdown-toggle.btn-default:hover, 
.contact-form .btn-default:active:focus, 
.contact-form .btn-default.active:focus, 
.contact-form .open > .dropdown-toggle.btn-default:focus, 
.contact-form .btn-default.focus:active, 
.contact-form .btn-default.active.focus, 
.contact-form .open > .dropdown-toggle.btn-default.focus{background: none;}
.contact-form #inputDevisoin{margin-bottom:10px;}
.contact-form #inputDevisoin .bootstrap-select{width: 100%;}
.bootstrap-select .btn-default{min-width: 100%;}

.btn-red{background:#880006;color: #fff;padding: 14px 23px;min-width: 169px;float: right;}
.btn-red:hover{opacity:0.8;color: #fff;}

.department{}
.department-title {padding: 10px 0px 10px 0px;margin: 0px 0px 20px;background: url("../images/long-dotted-bar.png") 0 0 repeat-x transparent;position: relative;}
.department-title h6 {font-size: 0.88em;margin: 0px;padding: 3px 0px;text-transform: uppercase;}
.department-title:after {content: "";background: url("../images/long-dotted-bar.png") 0 bottom repeat-x transparent;position: absolute; bottom: 0;height: 3px;left: 0;right: 0;}
.department-list .col-md-2 {/*width: 20%;*/}
.department-list .thumbnail {padding: 0px;border:none;border-radius: 0px;min-height: 301.7px;}
.member-image {padding: 23px 26px 30px 26px;min-height: 200px;}
.department-list .col-md-2 img.img-circle {box-shadow: 0px 3px 2px rgba(230, 230, 230,0.9);-webkit-box-shadow: 0px 3px 2px rgba(230, 230, 230,0.9);-moz-box-shadow: 0px 3px 2px rgba(230, 230, 230,0.9);}
.member-image img { margin: 0 auto;}
.department-list .caption {color: #fff;font-family: 'Oxygen_Light';background:#880006;display: block;position: absolute;line-height: 1em;padding: 10px 10px 0px 10px;left: 15px;right: 15px;
    bottom: 15px;min-height: 102px;text-align: center;}
.department-list .caption:before { border: 12px solid transparent;border-bottom-color: #880006;bottom:98%;left: 50%;margin-left: -12px;content: "";position: absolute;}
.department-list .caption span { font-size: 18px;font-family: 'oxygenbold';display: block;margin-bottom: 0;font-weight: 100;}    
.department-list .caption p {font-size: 16px;letter-spacing: 0.03px;}
    
.margin-top-md{margin-top:40px;}
.margin-bottom-md{margin-bottom: 40px;}
.banner-lg{ background-repeat: no-repeat;background-position: 0px 0px;background-color: transparent;background-size:cover;height: 276px;}
.banner-lg h3{font-weight: 100;color: #fff;margin: 0;padding:52px 29px 10px 29px;text-transform: uppercase;}
.banner-lg h3 small{color: #fff;display: block;text-transform: capitalize;}
.alignright { float:right; margin:0px 0 20px 29px;}
.alignleft { float: left; margin:0px 29px 20px 0;}
               
.page-content p{font-size: 15px;text-align: justify;letter-spacing: 0.01px; word-wrap: break-word;}
.page-content p a{color: #880006;font-style: italic;}
.page-content p b{font-size: 18px;color: #000;font-family: 'oxygenbold';font-weight: 100;margin-top: 56px;display: block;}
.page-content ul{padding-left: 38px;list-style-position: outside;margin-top: 15px;}
.page-content ul li{margin-bottom: 6px;list-style-image: url('../images/right-long-arw.png');font-family: 'Oxygen_Light';font-size:15px;font-weight:100;color: #888;padding-left: 6px;}
.page-content h6, .page-content h5,.page-content h4{margin-top: 20px;color: #000;font-weight: 100;}

                                                                
/*Sidebar*/
#sidebar .nav-stacked{width: 100%;border: 1px dotted #000;background: #fff;padding:10px 20px 20px 20px;position: relative;z-index: 8;right: 0;left: 0;float: none;}
#sidebar .nav-stacked li{font-weight: 100;font-family: 'oxygenbold';}
#sidebar .nav-stacked li a{color: #888888;font-size: 15px;padding-left: 0;padding-right: 0;background: none 0 15px no-repeat #fff !important;}
#sidebar .nav-stacked li li a{color: #888888;font-size: 15px;padding-left: 0;padding-right: 0;background: none 0 6px no-repeat #fff !important;}
#sidebar .nav-stacked li a:after{background: url('../images/long-dotted-bar.png') 0 bottom repeat-x transparent;content: "";position: absolute;bottom:0;left:0;right:0;width:100%;height:3px;}

#sidebar .nav-pills > li.active > a, 
#sidebar .nav-pills > li.active > a:hover, 
#sidebar .nav-pills > li.active > a:focus,
#sidebar .nav-stacked li.active>a,
#sidebar .nav-stacked li:hover>a{color: #880006;padding-left:15;padding-right:15;}

#sidebar .nav-stacked li.active>a:hover ,
#sidebar .nav-stacked li.active>a:focus,
#sidebar .nav-stacked li.active>a,
#sidebar .nav-stacked li:hover>a{background: url('../images/maroon-arw.png') 0 15px no-repeat #fff !important;padding-left: 13px;}
#sidebar .nav-stacked .panel { margin:5px 0; display:none; background: none;border: none;box-shadow: none;} 
.sub-menu{padding: 0px;list-style: outside none none;}        
.ad-catalog{margin-top: 40px;text-align: center;max-width: 275px;}
.ad-image{position: relative;text-align: center;color: #fff;}
.ad-image p{font-size:26px;top: 46%;font-family: 'oxygenbold';position: absolute;left: 0;right: 0;text-transform: uppercase;}
.mad-caption{padding: 8px 21px 20px;position: relative;background: #fff;}
.mad-caption:before { border: 12px solid transparent;border-bottom-color: #fff;bottom: 100%;left: 50%;margin-left: -12px;content: "";position: absolute;}
.mad-caption .btn-default{min-width: 100%;}

.mad-caption h5 small,
.ad-image p span{display: block;font-size:18px;text-transform: capitalize;}
.mad-caption h5{color: #000;}
.mad-caption h5 small{color: #880006;margin-bottom: 3px;}
.mad-caption p{font-size: 15px;font-family: 'Oxygen_Light';}
#sidebar .contact-form .bootstrap-select .btn-default,#sidebar .contact-form .bootstrap-select .btn-default .filter-option,
#sidebar .contact-form .form-control{font-size: 15px;}
#sidebar .contact-form .form-horizontal{padding-left: 22px;padding-right: 22px;}


/*End sidebar*/
.features .section-title h3{text-transform: uppercase;letter-spacing: 9px;font-weight: 100;}
.feature-list{text-align: center;}
.feature-image-box{margin: 0px auto;position: relative;max-width: 136px;}
.feature-image-box img{width: 137px;height: 136px;}
.feature-image-box h6{color: #000;font-size: 15px;margin: 0;padding: 7px 6px;text-align: center;background: #fff;position: relative;}
.feature-image-box h6:after {border: 12px solid transparent;border-top-color: #fff;top: 100%;left: 50%;margin-left: -12px;content: "";position: absolute;}
.feature-image-box h6 span {font-size: 13px;display: block;color: #bababa;margin-bottom: 2px;}
.feature-list p{color: #898989;font-family: 'Oxygen_Light';font-size: 14px;line-height: 1.1em;margin-top: 10px;}

#project-list .img-responsive{width: 100%;height:278px;} 
.project-box{background: #fff;padding:20px 30px 10px 30px;margin-bottom: 30px;}               
.project-box h5{color: #000;font-size: 24px;}               
.project-box h5 a{color: #000;}               
.project-box h5:hover a{color:#880006;}               
.project-box h5 small{color: #bababa;font-size: 15px;display: block;margin-bottom: 4px;}               
.project-box p{font-size: 15px;font-family: 'Oxygen_Light';}               
.project-box .readmore{font-size:13px;font-family: 'oxygenbold';font-weight: 100;color: #000000;background: url('../images/red-right-arw-xs.png') right 4px no-repeat transparent;text-transform: uppercase;padding-right: 10px;}
.project-box .readmore:hover{color:#880006;}               
.project-box hr{background: url('../images/long-dotted-bar.png') 0 0 repeat-x transparent;border: none;height: 4px;}               

.contact-depart-list{display: block;list-style: none;padding: 0;}
/*.contact-depart-list li:first-child h6{background: url('../images/ticket-1-bg.jpg') 0 0 repeat-y #840b0f;background-size:100% auto;}
.contact-depart-list li:first-child .depart-box h6:after {border-top-color:#A0050B;}
.contact-depart-list li:nth-child(2) h6{background: url('../images/ticket-2-bg.jpg') 0 0 repeat-y #840b0f;background-size:100% auto;}
.contact-depart-list li:nth-child(2) .depart-box h6:after {border-top-color:#B10209;}
.contact-depart-list li:nth-child(3) h6{background: url('../images/ticket-3-bg.jpg') 0 0 repeat-y #840b0f;background-size:100% auto;}
.contact-depart-list li:nth-child(3) .depart-box h6:after {border-top-color:#BD0007;}
.contact-depart-list li:nth-child(4) h6{background: url('../images/ticket-4-bg.jpg') 0 0 repeat-y #840b0f;background-size:100% auto;}
.contact-depart-list li:nth-child(4) .depart-box h6:after {border-top-color:#890B0F;}
.contact-depart-list li:nth-child(5) h6{background: url('../images/ticket-5-bg.jpg') 0 0 repeat-y #840b0f;background-size:100% auto;}
.contact-depart-list li:nth-child(5) .depart-box h6:after {border-top-color:#90080E;}
.contact-depart-list li:nth-child(6) h6{background: url('../images/ticket-6-bg.jpg') 0 0 repeat-y #840b0f;background-size:100% auto;}
.contact-depart-list li:nth-child(6) .depart-box h6:after {border-top-color:#90080E;}
.contact-depart-list li:nth-child(7) h6{background: url('../images/ticket-7-bg.jpg') 0 0 repeat-y #840b0f;background-size:100% auto;}
.contact-depart-list li:nth-child(7) .depart-box h6:after {border-top-color:#7A0D12;}
.contact-depart-list li:nth-child(8) h6{background: url('../images/ticket-8-bg.jpg') 0 0 repeat-y #840b0f;background-size:100% auto;}
.contact-depart-list li:nth-child(8) .depart-box h6:after {border-top-color:#810B11;}
.contact-depart-list li:nth-child(9) h6{background: url('../images/ticket-9-bg.jpg') 0 0 repeat-y #840b0f;background-size:100% auto;}
.contact-depart-list li:nth-child(9) .depart-box h6:after {border-top-color:#880A0E;}
*/.depart-box{background: #fff;margin-bottom: 25px; height: 290px;} 
.depart-box h6{ vertical-align:middle;color: #fff;text-align: center;background:#880006;margin: 0;position: relative;padding-top:18px; padding-bottom:10px ;text-transform: uppercase;font-size: 18px;min-height: 61px;} 
.depart-box h6:after {border: 12px solid transparent;border-top-color:#880006;top:98%;left: 50%;margin-left: -12px;content: "";position: absolute;}
.depart-details{margin-top: 18px;padding: 0 20px 10px 20px;}   
.depart-details .hr{border-top: 1px solid rgb(186, 186, 186);margin-left: -20px;margin-right: -20px;}   
.depart-details span{color: #000;font-size:18px;font-family: 'oxygenbold';}   
.depart-details p a{font-size: 16px;color: #888;font-style: normal; word-break: break-all;}  
.depart-details p a:hover{color:#90080E;}  
.phone{background: url('../images/phone.png') 0 center no-repeat transparent;padding-left: 33px;}
.email{background:url('../images/mail-gray.png') 0 center no-repeat transparent;padding-left: 33px;margin-top: 10px;}
.banner-contact-depart h6{width: 60%;}
.banner-contact-depart{background-size: cover;}

#carousel-main{}
#carousel-main .carousel-indicators{right: 0px;left: 37%;text-align: right;margin-left: 0px;margin-bottom: 0;}
#carousel-main .carousel-indicators li{background: #fff;border: none;width: 8px;height: 8px;}
#carousel-main .carousel-indicators li.active{width:12px;height:12px;}
#carousel-main .carousel-control{width: 8%;}
#carousel-main .carousel-caption{left:34px;top:0;right:61%;text-align: left;}
#carousel-main h3{color: #fff;text-shadow: none;text-transform: uppercase;font-weight: 100;}
#carousel-main h3 small{color: #fff; text-transform:capitalize;display: block;}

#carousel-main .glyphicon.glyphicon-chevron-left{background: url('../images/white-arw-left.png') 0 0 no-repeat transparent;}
#carousel-main .glyphicon.glyphicon-chevron-right{background: url('../images/white-arw-right.png') 0 0 no-repeat transparent;}
#carousel-main .glyphicon.glyphicon-chevron-left,
#carousel-main .glyphicon.glyphicon-chevron-right{font-size:0;top: 83%;height: 11px;width: 31px;}

#language .dropdown-menu { min-width: 74px; border-radius: 3px; margin-top: 0px;/*display: none;*/position: absolute;top: 91%;background: #fff;}
#language .dropdown-menu li a:after{content: none;}
#language .dropdown-menu li:hover a,
#language .dropdown-menu li a:hover{color: #fff;}
.banner-project{}
#menu-toogle{
	color: #880006;
	font-weight: 600;
    background:#fff;
	background-image:url(../images/right-long-arw.png);
	background-repeat:no-repeat;
	background-position:right;
	border-radius: 0px;padding: 7px 13px;display: block;border: 1px dotted #880006;
	}
	
#menu-toogle:hover{color: #000;border-color:#000;}

/*fade carosel*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
