/*
* Theme Name: Invention
* Theme URI: http://www.jozoor.com
* Description: Invention Theme for corporate and creative sites, responsive and clean layout, more than color skins
* Author: Jozoor team
* Author URI: http://www.jozoor.com
* Version: 1.0
*/

/*
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  
=     00   00 00 00   00 00 00   00 00 00   00 00 00   00 00    =
=     00   00    00        00    00    00   00    00   00       =
=     00   00    00      00      00    00   00    00   00       =
=     00   00    00    00        00    00   00    00   00       =
=  00 00   00 00 00   00 00 00   00 00 00   00 00 00   00       =
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*/

/* Custom CSS Code 
=================================================*/

/* this logo width & height , you can change it depend on your logo */
.logo img {
	width:80px;
	height:80px;
}

.subtlenet2    { background: url("./icons/subtlenet2.png") no-repeat ; }

h1 a {
  color: #fff;
}

h1 a:hover {
  color: #fff;
  text-decoration: underline;
}

#language {
  float:right;
  margin: 4px 20px 0 15px;
}

.page-title {
padding: 27px 0px 20px 0px!important;
}

.widget.most-posts ul.posts li.brochure img {
width: 125px;
height: 177px;
}

.phone-mail {
margin-top: 3px;
font-size: 16px;
}

.phone-mail a {
  font-size: 16px;
}

.main-content h3 {
  font-size: 24px;
  margin-top: 4px;
}
.post-content .columns p, .about-project p {
  margin: 0 0 10px 0;
}
.post-content ul {
  margin-bottom: 10px;
}

.post-content li {
padding: 5px 5px 2px 18px;
line-height: 20px;
position: relative;
}

.post-content li:before {
content: '\f04d';
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
font-size: 6px;
position: absolute;
top: 5px;
left: 0;
}

/* remove bottom border on media listing page */
.post.style-2 {
border-bottom: none;
}

.press-flag img {
  float:left;
  width:25px;
  height:25px;
  margin: 0 10px 10px 0;
}



/*=====CSS for Global Group Dropdown by ITPC Starts Here=====*/

/*=====Slider CSS Starts Here=====*/

.slider-1 .button.medium.color {
    opacity: 0.8;
}

/*=====Slider CSS Ends Here=====*/


/* Reset */
.menu,
.menu ul,
.menu li,
.menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/* Menu */
.menu {	
	height: 40px;
	width: 100%;
	background: #3c3c3c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #505050;
}

.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 40px;
	width:100%;
	z-index:99999;
}

/* Links */

.menu li a {
	display: block;
	padding: 0 12px;
	margin: 6px 0;
	line-height: 28px;
	text-decoration: none;
	border-left: 1px solid #393942;
	border-right: 1px solid #4f5058;
	font-size: 16px;
	color: #d7d7d7;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }

.menu li:hover > a { color: #f1f1f1; }

/* Sub Menu */

.menu ul {
	position: absolute;
	top: 40px;
	left: 0px;
	opacity: 0;
	background: #4b4c4d;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.menu li:hover > ul { opacity: 1; padding-top:10px; }

.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

.menu li:hover > ul li {
	height: 36px;
	/*overflow: visible;*/
	padding: 0;
	border-bottom:1px solid #666;
}

.menu li:hover > ul li:last-child {
    border-bottom: 0px;
}

.menu ul li a {
	width: 160px;
	padding: 4px 0 4px 40px;
	margin: 0;
	border: none;
	border-bottom: 1px solid #353539;
}

.menu ul li:last-child a { border: none; }

/* flags */

.menu a.usa { background:url(../img/flag_us.png) no-repeat 6px center;}
.menu a.uk { background: url(../img/flag_uk.png) no-repeat 6px center;}
.menu a.canada { background:url(../img/flag_canada.png) no-repeat 6px center;}
.menu a.dk { background:url(../img/flag_dk.png) no-repeat 6px center;}
.menu a.deuts { background:url(../img/flag_deuts.png) no-repeat 6px center;}
.menu a.fra { background:url(../img/flag_france.png) no-repeat 6px center;}
.menu a.polska { background:url(../img/flag_polska.png) no-repeat 6px center;}
.menu a.china { background:url(../img/flag_china.png) no-repeat 6px center;}
.menu a.uae { background:url(../img/flag_UAE.png) no-repeat 6px center;}
.menu a.india { background:url(../img/flag_india.png) no-repeat 6px center;}
.menu a.sg { background:url(../img/flag_sg.png) no-repeat 6px center;}
.menu a.ch { background:url(../img/flag_ch.png) no-repeat 6px center;}
.menu a.sa { background:url(../img/flag_sa.png) no-repeat 6px center;}
.menu a.nz { background:url(../img/flag_nz.png) no-repeat 6px center;}


/*=====CSS for Global Group Dropdown by ITPC Ends Here=====*/

/*===== CSS for Media Center Page Starts Here=====*/

.post.style-2 {
    background: #f0f0f0 !important;
    padding: 15px 20px !important;
    min-height: 242px;
}


.post.style-2 .image-post img {
    max-width: 200px !important;
    min-height: 157px !important;
}

hr.line.bottom-3 {
    margin-bottom: 23px !important;
}

.post-meta.bottom-1 {
    margin-bottom: 5px !important;
}

.image-post img {
    opacity: 0.7 !important;
}
.image-post img:hover {
    opacity: 1 !important;
}


/*===== CSS for Twitter Starts Here ======*/


#twit-box {
    background: #f0f0f0;
}

#twit-box img {
    border-radius: 3px;
	margin: 12px 10px 0px 0px !important;
    float: left;
}

#twit-box p a {
	color:#04396f;
	word-wrap: break-word;
}

#twit-box p a:hover {
	color:#c50c7a;
}

#twit-box p {
	color:#4ea34b;
	word-wrap: break-word;
}


.ce_tweet {
    background: #ffffff;
    margin-top: 2px;
    padding: 2px 10px;
}

#twit-heading p {
    padding-top: 7px;
}


/*===== CSS for Twitter Ends Here ======*/



/*===== CSS for Media Center Page Ends Here=====*/

/*=====CSS for Products landing page starts here=====*/

#contain .prod-land {
  background: #f9f9f9 !important;
	border:1px solid #e5e5e5 !important;
	width:458px;
}

#prod-land h4, .prod-land h4 {
	color:#FFFFFF;
	background:#336699;
	padding:10px 8px;
	margin-bottom:0px;
}

#prod-item, .prod-item {
  background: #f0f0f0 !important;
	min-height:200px;
}

#prod-item h4, .prod-item .product-title {
	background:#336699 !important;
	color:#ffffff !important;
	font-size:18px;
	margin-right:0px;
}

#prod-item a img, .prod-item a img {
  margin-bottom: 0;
}

#prod-item p, .prod-item p {
  color: #252525;
  margin: 0px;
  padding: 5px 10px;
	min-height: 95px;
}


#prod-item .bottom_bg a, .prod-item .bottom_bg a {
	margin-top:10px;
}

.sub-cat {
	background:#f0f0f0;
	width:100%;
	min-height:100px;
}


#prod-land p, .prod-land p {
  padding: 10px 0px;
  width: 96%;
	margin:0px auto;
	min-height:70px;
}

#prod-land a img, .prod-land a img {
  width: 100%;
/*   height: 200px; */
}

.sub-cat ul {
  padding: 0 2em;
  list-style: none;
	}

.sub-cat ul li:before {
    color: #252525;
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.45em 0 0.45em 0.6em;
    display: block;
    height: 0;
    width: 0;
    left: -1.3em;
    top: 0.9em;
    position: relative;
}

.sub-cat ul li:hover:before {
	border-color: transparent #336699;
}

.sub-cat ul li:hover {
	color:#336699;
}

.sub-cat ul li:first-child {
	padding-top:10px;
}

.sub-cat ul li:last-child {
	padding-bottom:15px;
}

#prod-page-title {
    margin-bottom: 0px;
}

#prod-welc {
    margin-bottom: 0px;
}

#product-slider {
    height: 400px;
}


/*=====CSS for Products landing page ends here=====*/

/*=====CSS for Installations Page Starts Here=====*/

#proddd {
    float: right;
}

.tabs {
	width:100%;
	height:50px;
}

/*.tabs select {
    background: #4f90cc !important;
    padding: 5px;
    color: #ffffff;
    font-size: 16px;
    width: 70%;
    border-radius: 5px;
	border:0px;
}*/

.bread-instal {
	background:#62b95f;
	width:100%;
	color:#ffffff;
	font-size:15px;
	margin-bottom:15px;
}

.bread-instal p {
    padding: 5px 10px;
}

.custom-select {
    position: relative;
    display: inline-block;
	width:68%;
}


.custom-select select {
        display: inline-block;
        border: 2px solid #4f90cc;
        padding: 4px 3px 3px 5px;
        margin: 0;
        font: inherit;
        outline:none; /* remove focus ring from Webkit */
        line-height: 1.2;
        background: #4f90cc;   
        -webkit-appearance:none; /* remove the strong OSX influence from Webkit */  
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
		width:100%;
		color:#ffffff;
		font-size:15px;
    }

    /* for Webkit's CSS-only solution */
    @media screen and (-webkit-min-device-pixel-ratio:0) { 
        .custom-select select {
            padding-right:30px;    
        }
    }
    
    /* Since we removed the default focus styles, we have to add our own */
    .custom-select select:focus {
        -webkit-box-shadow: 0 0 3px 1px #c00;
        -moz-box-shadow: 0 0 3px 1px #c00;
        box-shadow: 0 0 3px 1px #c00;
    }
    
    /* Select arrow styling */
    .custom-select:after {
        content: "▼";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        font-size: 100%;
        line-height: 30px;
        padding: 0 7px;
        background: #4f90cc;
        color: white; 
        pointer-events:none;
        -webkit-border-radius: 0 6px 6px 0;
        -moz-border-radius: 0 6px 6px 0;
        border-radius: 0 6px 6px 0;
    }
    
    .no-pointer-events .custom-select:after {
        content: none;
    }
	
.custom-select select option {
	color:#3c3c3c !important;
	background:#FFF !important;
}


.install_page img {
    width: 100%;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	transition:all 0.6s ease;
	-webkit-filter:brightness(0.5);
	filter: brightness(0.5);
}

.install_page img:hover {
	-webkit-filter:brightness(1);
	filter: brightness(1);
}

.instal-plus {
	width:100%;
/* 	height:55px; */
	background:rgba(0, 0, 0, 0.4);
	position: relative;
    bottom: 73px;
}


.instal-plus h3 a {
    color: #ffffff;
    font-size: 16px;
}

.instal-plus h3 {
	line-height:18px;
	width:220px;
	float:left;
    padding: 5px 0 5px 8px;
	margin-top:0px;
	height: 55px;
}


.plus-efx {
    background: #9dc02e;
    color: #ffffff;
	opacity:0.7px;
    float: right;
    font-size: 40px;
    padding: 7.5px 20px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition:    all 1s ease-in-out;
	-o-transition:      all 1s ease-in-out;
	-ms-transition:     all 1s ease-in-out;
}

.plus-efx:hover{
	opacity:1px;
	-webkit-transform: rotate(360deg);
	-moz-transform:    rotate(360deg);
	-o-transform:      rotate(360deg);
	-ms-transform:     rotate(360deg));
	}

.plus-efx_ins {
    background: #9dc02e !important;
    color: #ffffff !important;
	opacity:0.7px;
    float: right;
    font-size: 40px;
    padding: 16.5px 24px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition:    all 1s ease-in-out;
	-o-transition:      all 1s ease-in-out;
	-ms-transition:     all 1s ease-in-out;
}

.plus-efx_ins:hover{
	opacity:1px;
	-webkit-transform: rotate(360deg);
	-moz-transform:    rotate(360deg);
	-o-transform:      rotate(360deg);
	-ms-transform:     rotate(360deg));
	}


/*======CSS For IE Installations Page Starts Here======*/
@media screen\0 {

.install_page img {
	width: 100%;
    opacity:0.5;
	}

.install_page img:hover {
   opacity:1;
   box-shadow:2px 4px 10px #cccccc;
	}

}
 
/*======CSS For IE Installations Page Ends Here======*/  

/*=====CSS for Installations Page Ends Here=====*/

/*=====CSS Contact Starts Here=====*/

.share-social a {
	color:#ffffff;
}

.share-social a:hover {
    color: #ffffff;
}

/*=====CSS Contact Ends Here=====*/



/*===== CSS for MENU Starts Here=====*/

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 479px) {
	
#menu > a {
	width:24% !important;
    height:20px !important;
	margin:0 auto 15px !important;
}

#menu > ul {
	top:52px !important;
}

.phone-mail a {
	display:inline-block !important;
	padding-left:10px !important;
}

/*=====For MENU text=====*/

nav#menu a {
    color: #ffffff !important;
    font-size: 16px !important;
    padding: 16px 0 12px 35px  !important;
   }

#menu > a::after {
    top: 55% !important;
  }
  
#menu > a::before, #menu > a::after {
    content: "";
    left: 10% !important;
    position: absolute !important;
    right: 75% !important;
}

#menu > ul > li > a, #menu > ul > li > ul > li > a, #menu > ul > li > ul > li > ul > li > a, #menu > ul > li > ul > li > ul > li > ul > li > a {
	padding:13px 10px !important;
	}


/*===For Media Center Page===*/

.image-post {
	float:none !important;
}

/*===== CSS for Products Categories Page Starts Here=====*/

.container .one-third.column.item_bg {
    background: #f6f6f6;
	width:258px !important;
}

/*===== CSS for Products Categories Page Ends Here=====*/

/*=====CSS for Installations Page=====*/

.custom-select {
	width:100% !important;
	margin-bottom:15px !important;
}

.bread-instal {
	/*/margin:56px 0px 15px 0px !important;*/
}

/*=====CSS for Product Landing Page=====*/

/*
#prod-land, .prod-land {
	width:99%;
}
*/

#prod-land p, .prod-land p {
    float: none;
	width:93%;
	padding: 10px 0px;
	margin:0px auto;
}

#prod-land a img, .prod-land a img {
    float: none;
	width:100%;
	padding:0px;
}

.instal-plus h3 {
	width:65%;
}

}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
#new-logo {
	width:20% !important;
	float:left !important;
}

#new-menu {
	width:80% !important;
	float:right !important;
}	
	
	
#menu > a {
	width:16% !important;
	float:right !important;
   /*margin: 0 auto 28px !important;*/
	height:20px !important;
	margin-top:45px !important;
}

.logo img {
	display:block;
	margin:0px auto;
}

.logo {
    margin: 30px 0 25px !important;
}	

#menu > ul {
	top:97px !important;
}


/*=====For MENU text=====*/

nav#menu a {
    color: #ffffff !important;
    font-size: 16px !important;
    padding: 16px 0 12px 35px  !important;
   }

#menu > a::after {
    top: 55% !important;
  }
  
#menu > a::before, #menu > a::after {
    content: "";
    left: 10% !important;
    position: absolute !important;
    right: 75% !important;
}

#menu > ul > li > a, #menu > ul > li > ul > li > a, #menu > ul > li > ul > li > ul > li > a, #menu > ul > li > ul > li > ul > li > ul > li > a {
	padding:13px 10px !important;
	}


/*===For Media Center Page===*/

.image-post {
	float:none !important;
}

/*===== CSS for Products Categories Page Starts Here=====*/

.container .one-third.column.item_bg {
    background: #f6f6f6;
	width:294px !important;
}

/*===== CSS for Products Categories Page Ends Here=====*/

/*=====CSS for Installations Page=====*/

.custom-select {
	width:100% !important;
	margin-bottom:15px !important;
}

.bread-instal {
	/*margin:56px 0px 15px 0px !important;*/
}

/*=====CSS for Products Landing Page=====*/
#contain .prod-land {
	width:99%;
}

#prod-land p, .prod-land p {
    float: none;
	width:96%;
	padding: 10px 0px;
	margin:0px auto;
}

#prod-land a img, .prod-land a img {
    float: none;
	width:100%;
	padding:0px;
}
}


@media only screen and (max-width: 959px) and (min-width: 768px) {
	
nav#menu a {
    color: #ffffff !important;
    font-size: 16px !important;
    padding: 16px 0 12px 35px  !important;
   }

#menu > a::after {
    top: 55% !important;
  }
  
#menu > a::before, #menu > a::after {
    content: "";
    left: 10% !important;
    position: absolute !important;
    right: 75% !important;
}
	
#menu > a {
	height:20px !important;
	width:60px !important;
}

#menu > ul > li > a, #menu > ul > li > ul > li > a, #menu > ul > li > ul > li > ul > li > a, #menu > ul > li > ul > li > ul > li > ul > li > a {
	padding:13px 10px !important;
	}
	
/*===== CSS for Products Categories Page Starts Here=====*/

.container .one-third.column.item_bg {
    background: #f6f6f6;
    border: 1px solid #e2e2e2;
	width:294px;
}

/*===== CSS for Products Categories Page Ends Here=====*/

/*CSS for Installations Page=====*/

.custom-select {
	width:60% !important;
}


#contain .prod-land {
  width: 362px;
}

.instal-plus h3 {
	width:66%;
}
	
}


/*===== CSS for MENU Ends Here=====*/

/*===== CSS for Products Slider Starts Here =====*/

.slider-1 h2 {
    background: #4a9748;
    padding: 5px;
}

.slider-1 p {
    background: #2d2d2d;
    padding: 5px;
}


/*===== CSS for Slider Text Ends Here =====*/

/*===== CSS for side bar logo starts here=====*/

img.brand-logo {
    width: 100px;
    height: 100px;
}

/*===== CSS for side bar logo ends here=====*/

/*===== CSS for Products Categories Page Starts Here=====*/

.container .one-third.column.item_bg {
    background: #f6f6f6;
    border: 1px solid #e2e2e2;
	width:294px;
}


.team .item_bg h4 {
/*
    background: #6fc06c;
    color: #ffffff;
*/
    font-size: 20px;
    margin-bottom: 0;
    padding: 15px 0 15px 9px;
    width: 97%;
}

.item_bg span {
    font-style: normal !important;
    padding: 0px 9px;
}

.item_bg p {
    padding: 0px 9px;
}

.bottom_bg {
	background:#FFF;
	width:100%;
	height:60px;
}

.bottom_bg a {
    float: right;
    margin-top: 11px;
    margin-right: 5px;
}
/*===== CSS for Products Categories Page Ends Here=====*/


/*===== CSS for home page content area =====*/
.home-welcome h4 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 10px;
}

.home-welcome h4 a {
  color: #336699;
}

.home-welcome li {
  padding: 5px 5px 0 18px;
  line-height: 20px;
  position: relative;
}

.home-welcome li:before {
  content: '\f04d';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 6px;
  position: absolute;
  top: 5px;
  left: 0;
}


/*===== end CSS for home page content area =====*/



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

#contain .prod-land {
  width: 258px !important;
  
  }
}