/*
 Theme Name:   Tarana Company One
 Theme URI:    http://taranapress.com/tarana-companyone/
 Description:  Tarana Default Child Theme
 Author:       Tarana Tech
 Author URI:   http://tarana.sa
 Template:     taranapress
 Version:      1.0.0
 Tags:         light, one-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  tarana-companyone
*/




@import url("../taranapress/style.css");



/* =Fonts size
-------------------------------------------------------------- */

/*  Large font */
.xlarge_font{font-size:32px !important;}




/* =Responsive
-------------------------------------------------------------- */

@media (max-width: 767px) {
.site-logo img{height: auto;}
.site-logo{text-align: center;}
    
.video-section .pattern-overlay {
background-image: url("images/parallaxvideo.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
min-height: 296px !important; 
}
.video-section .pattern-overlay h1{
margin: 50px auto 10px;
font-size:30px;
}
.video-section .pattern-overlay h3{font-size:20px;}

}

@media (min-width: 768px) and (max-width: 991px) {
.site-logo{text-align: center;}
    
.video-section .pattern-overlay {
background-image: url("images/parallaxvideo.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
min-height: 496px !important; 
}
.video-section .pattern-overlay h1{
margin: 100px auto 10px;
font-size:50px;
}
.video-section .pattern-overlay h3{font-size:30px;}

}

@media (min-width: 992px) and (max-width: 1199px) {
.site-logo{margin-left: 0;margin-right: 100px;float: left;}
.navbar-brand{margin-top: 15px;}
#HeaderMenu ul li {margin-top: 15px;}
.carousel-inner, .carousel-inner>.item>a>img, .carousel-inner>.item>img{height: 800px!important;}
    
.video-section .pattern-overlay {
background-image: url("images/parallaxvideo.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
min-height: 496px !important; 
}
.video-section .pattern-overlay h1{
margin: 100px auto 10px;
font-size:50px;
}
.video-section .pattern-overlay h3{font-size:30px;}

}
 
@media (min-width: 1200px) {
.site-logo{margin-left: 0;margin-right: 100px;float: left;}
.navbar-brand{margin-top: 15px;}
#HeaderMenu ul li {margin-top: 15px;}
.carousel-inner,.carousel-inner>.item>a>img, .carousel-inner>.item>img{height: 800px!important;}
}


/* =Company header menu
-------------------------------------------------------------- */

.home #header-menu-wrap.navbar-inverse{
position: absolute;
background-color: rgba(0, 0, 0, 0.7);
z-index: 10;
width: 100%;
}
#header-menu-wrap.navbar-inverse .navbar-nav>.active>a{
background-color: transparent;
}

/* =Company Screen Video Background
-------------------------------------------------------------- */


.video-section .pattern-overlay {
background-color: rgba(71, 71, 71, 0.59);
padding: 110px 0 32px;
min-height: 696px; 
/* Incase of overlay problems just increase the min-height*/
}
.video-section h1, .video-section h3{
text-align:center;
color:#fff;
}
.video-section h1{
font-size:80px;
font-weight:bold;
text-transform: uppercase;
margin: 140px auto 10px;
text-shadow: 1px 1px 1px #000;
-webkit-text-shadow: 1px 1px 1px #000;
-moz-text-shadow: 1px 1px 1px #000;
}
.video-section h3{
font-size: 25px;
font-weight:lighter;
margin: 0px auto 15px;
}
.video-section .buttonBar{display:none;}
.player {font-size: 1px;} 





/* =Company myCarousel
-------------------------------------------------------------- */

#myCarousel .carousel-caption{
 width: 50%;   
margin-left: auto;
margin-right: auto;
}




/* =Company widget home: Title
-------------------------------------------------------------- */

#tra_pages-3 h4, #tra_pages-5 h4, #tra_pages-6 h4, #tra_pages-7 h4, #text-6 h4, #text-7 h4 {
    text-align: center;
    font-size: 25px;
    line-height: 1.2;
}

#tra_pages-3 h4, #tra_pages-7 h4 {
color:#222;
}


@media (min-width: 1200px) {
#tra_pages-3 h4:before, #tra_pages-5 h4:before, #tra_pages-6 h4:before, #tra_pages-7 h4:before, #text-6 h4:before, #text-7 h4:before {
    background: #999;
    display: block;
    width: 400px;
    height: 3px;
    overflow: hidden;
    position: absolute;
    top: 24px;
    content: '';
}


#tra_pages-3 h4:after, #tra_pages-5 h4:after, #tra_pages-6 h4:after, #tra_pages-7 h4:after, #text-6 h4:after, #text-7 h4:after {
    background: #999;
    display: block;
    width: 400px;
    height: 3px;
    overflow: hidden;
    position: absolute;
    top: 24px;
    right:32px;
    content: '';
}

}


/* =Company widget home: Our Services
-------------------------------------------------------------- */

#tra_pages-3 .panel-body, #tra_pages-7 .panel-body{
text-align: center;  
margin-top: 30px;
}

#tra_pages-3 h5, #tra_pages-7 h5 {
margin: 20px 0 20px 0;
}

#tra_pages-3 p, #tra_pages-7 p {
line-height: 2;
}


#tra_pages-3 h5, #tra_pages-7 h5{
font-size: 20px;
}
#tra_pages-3 img, #tra_pages-7 img{
border-radius: 50%;
vertical-align: middle;
padding: 0;
}
#tra_pages-3 img:hover, #tra_pages-7 img:hover{
background: #fff;
}
#tra_pages-3 .img-thumbnail, #tra_pages-7 .img-thumbnail {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 3px solid #999;
    
}
#tra_pages-3 .img-thumbnail:hover, #tra_pages-7 .img-thumbnail:hover {
background: #000;
border-color: #da0301;
}



/* =Company widget home: full width background image
-------------------------------------------------------------- */

html, body {
overflow-x:hidden;
}

.tarana-box {
    position: relative;
}
.tarana-content {
    position: relative;
    z-index: 2;
}
.home .top_contents {
    background-image: url("images/parallax1.jpg");
    width: 1903px;
    margin-left: -952px;
    left: 50%;
    position: absolute;
    overflow: hidden;
    top: 0;
    height: 100%;
        background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: none;
}

.home .frontpage_contents {
    background-image: url("images/parallax2.jpg");
    width: 1903px;
    margin-left: -952px;
    left: 50%;
    position: absolute;
    overflow: hidden;
    top: 0;
    height: 100%;
        background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: none;
    
}




/* =Company widget home: Our products
-------------------------------------------------------------- */


#tra_pages-5.panel, #tra_pages-5 .panel-heading, #tra_pages-6.panel, #tra_pages-6 .panel-heading, #text-6.panel, #text-6 .panel-heading, #text-7.panel, #text-7 .panel-heading{
background-color: transparent;
border-color: transparent;
}


#tra_pages-5 h4:before, #tra_pages-5 h4:after, #tra_pages-6 h4:before, #tra_pages-6 h4:after, #text-6 h4:before, #text-6 h4:after, #text-7 h4:before, #text-7 h4:after{
background: #fff;
margin-top: 50px;
}

#tra_pages-5 h4, #tra_pages-6 h4, #text-6 h4, #text-7 h4{
color:#fff;
}


#tra_pages-5.panel, #tra_pages-6.panel, #text-6, #text-7{
padding: 50px 0 50px 0;
}



/* =Company widget home: ticker
-------------------------------------------------------------- */


.tra_ticker_page4 .tra_ticker_view1-infos-triangle, .tra_ticker_page8 .tra_ticker_view1-infos-triangle{
border-color: transparent transparent rgba(0, 0, 0, 0.4);
}


.tra_ticker_page4 .tra_ticker_view1 li, .tra_ticker_page4 .tra_ticker_view1-infos, .tra_ticker_page8 .tra_ticker_view1 li, .tra_ticker_page8 .tra_ticker_view1-infos{
background-color: rgba(0, 0, 0, 0.4);
font-size: 20px;
}


.tra_slider2_post26, .tra_slider2_post36{
border-top: 1px solid #fff;
margin-top: 50px;
padding-top: 50px;
}


/* =Company widget home: contact us
-------------------------------------------------------------- */

#text-2 .panel-default, #text-3 .panel-default, #text-4 .panel-default, #text-5 .panel-default{
border: 0px;
}

#text-2 .panel-heading, #text-3 .panel-heading, #text-4 .panel-heading, #text-5 .panel-heading{

}

/* =Company widget home: google map
-------------------------------------------------------------- */

#map_canvas {  
margin-bottom:0;
width:100%;
height:350px;
color: #29383F;
}



/* =Company widget home: slideanim
-------------------------------------------------------------- */

.slideanim {visibility:hidden;}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide; 
    /* The duration of the animation */
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}


.one-img {
    height: 160px;
    width: 200px;
float: right !important;
margin-top:10px;
margin-bottom:10px;
margin-right:17px;
}


#box-img {
    margin-bottom: 20px;
    padding: 20px;
}


.one-img > img {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    padding: 2px;
}
