/* 
templatemo.com 395 urbanic
*/

body, html { overflow-x:hidden; }

body {
    background-color: #ffffff;
    font-family:  'Open Sans', Arial, Helvetice Neue, sans-serif;
    font-size: 15px;
	
	font-weight: 300; 
	font-style: normal; 
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, span, p { font-family:calibri; }

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
@font-face {
   font-family: myFirstFont;
   src: url(../fonts/AMERSN__.ttf);
   
}

.templatemo_clear {
	clear: both;
}

.height30 {
	height: 30px;
}

.templatemo-top-bar {
    min-height: 40px;
    background-color:#000;
}

.templatemo-top-menu {
    min-height:110px;
    background-color:#ffffff;
    z-index: 00;
    width:100%;
}

.templatemo-top-menu .navbar-toggle {
    margin-top: 38px;
}

.templatemo-top-menu .navbar-brand {
    padding: 0;
    margin: 0px 0 0 0;
	background url('../images/logo.png') no-repeat center;
	background-size200px 64px;
	background-position180px 0px;    z-index: 900;
}

/* ------ Carousel ----- */

#templatemo-carousel {
    background: url('../images/templatemo_carousel_bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 500px;
}

#templatemo-carousel .carousel-caption {
    z-index: 10;
}

#templatemo-carousel .item {
    height: 500px;
}
#templatemo-carousel .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 500px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
}

@media (max-width: 768px) {
    #templatemo-carousel .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel {
        background: url('../images/loading.gif') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 500px;
    }
}

/* ------ End of Carousel ----- */
.gallery1{
	margin:21px 4px 7px 1px;
	display:none;
	
} 
.gallery{
	display:block;
	
} 

/* ------ Welcome & Slogna ------ */
.templatemo-welcome {
    min-height: 230px;
margin: 34px 0px 34px 0px;

}

.templatemo-slogan {
    font-family:  'Open Sans', sans-serif;
    font-weight: normal;
	
    font-size: 42px;
    margin: 20px 0;
    color: #333333;
	
}

.templatemo-service {
    margin-bottom: 100px;
    margin-top: 50px;
}

.templatemo-service-item {
    font-family:  'Open Sans', sans-serif;
    margin-bottom: 10px;
    font-size: 20px;
}


.templatemo-service-item p {
    font-weight: lighter; 
    text-align: justify; 
    margin-top: 25px;
    font-size: 14px;
    color: #929292;
}

.subheader {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-top: 5px;
    font-size: 12px;
    color: #e67e22;
}


.btn-orange {
    background-color: #ff7600;
    border-bottom:2px solid #d35400;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
    background-color: #d35400;
    color:#ffffff;
}

.btn-green {
    background-color:#2ecc71;
    border-bottom:2px solid #27ae60;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
    background-color: #27ae60;
    color:#ffffff;
}

.nav > li > a {
    padding: 10px 35px;
	text-transform:uppercase;
}
.nav > li > a .kite{
	border:none;
	}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #00A0E3;
    color:#fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color:#00A0E3;
    color: #FFF;
	
}


.nav > li > a {
    color: #929292;
}
.navbar-default {
    background-color:#fff;
    border:none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    
}
.nav li ul{
display:none;
width:270px;
z-index:100;

}

.nav li:hover ul{
display:block;
position:absolute;
background: none repeat scroll 0% 0% rgba(0, 160, 227, 0.75);
border-radius:17px;

}
.nav li ul li{
   list-style:none;
	margin:0px 0px 0px -40px;
	padding:0px 7px 0px 7px;
	
	border-bottom:1px dotted #000;

}

.nav li ul li a{
   
	width:100%;
	text-align: left;
	color: #FFF;
	display:inline-block;
	font-size:15px;
	font-weight:normal;
	line-height:21px;
	text-decoration: none;
	padding:8px 0px 5px 5px;
	text-transform: capitalize;
	z-index:99999999999;
}

.nav li ul li a:hover{color:#000;
padding:8px 0px 5px 15px;
-moz-transition:all .8s ease;
-webkit-transition:all .8s ease;-o-transition:all .8s ease
}



.navbar {
    margin-bottom: 0px;
}

.templatemo-service-item-header {
    margin-left: -10px; 
    padding: 16px 20px 20px; 
    font-weight: bold;
    display: inline-block;
}

.templatemo-header-orange {
    background-color:#ff7600;
    min-width: 298px;
    height: 67px;
    color: #fff; 

}

.team_hr {
    border: 1px solid #fff; 
    width: 39.5%; 
    float: left;
}

.team_hr_left {
    margin-right: 30px;
    margin-left: 15px; 
}

.team_hr_right {
    margin-left: 30px;
}

.hr_gray {
    border: 1px solid #cccccc; 
}

.templatemo-team {
    backgroundurl('../images/background.jpg'); 
    font-family:  'Open Sans', sans-serif;
	background:#00A0E3;
   
	background-repeat:repeat;
    color:#ffffff;

}

.foot1{
	float:left;
	width:290px;
	height: auto;
	margin-left140px ;
	background:url(../images/footer-wmap.png) no-repeat;
	background-position:52px 92px;

}
.foot1 h3{
	text-align: center;
	color:#FFF;
	
}
.f_contact ul{
	list-style:none;
	
}
.f_contact ul li{
	font-size:14px;
	color: #FFF;
	padding-left:17px;
	
	
}
.f_conference ul{
	list-style:none;
	margin-left:12px;
	
}

.f_conference ul li{
	margin:2px;

	
}
.f_conference ul li a{
	font-size:14px;
	color: #FFF;
	background: url('../images/arrow.gif') no-repeat scroll left center transparent;
	padding:0px 7px 0px 14px;
	
	
}

.foot2{
	float: left;
width: 286px;
height: auto;
margin: 0px -85px;
}
.foot2 h3{
	text-align:center;
	color:#FFF;
	
}
.foot8{
	float:left;
	width:228px;
	height:210px;;

}
.foot8 h3{
	text-align:center;
	color:#FFF;
	
}




.foot3{
	float:left;
	width:310px;
	height: auto;
padding: 0px 0px 16px 38px;

}
.foot3 h3{
	text-align:center;
	color:#FFF;
	
}
.f_about p{
	font-size:15px;
	padding-left:22px;
	line-height:24px;
	color: #FFF;
	text-align: justify;
	word-spacing:-1px;
	
	
	
}

.site{
	margin:0px 0px 0px -10px;
	padding:0px;
	float:left;
	width:200px;
}



.foot4{
	float: right;
width: 240px;
height: auto;
padding-left: 0px;
margin: 0px -28px 0px 0px;
}

.foot4 h3{
	text-align:center;
	color:#FFF;
	
}
.f_site ul{
	list-style:none;
	margin-left:0px;
	
}
.f_site ul li{
	padding-left:27px;

	
}
.f_site ul li a{
	font-size:14px;
	color: #FFF;
	background: url('../images/arrow.gif') no-repeat scroll left center transparent;
	padding:0px 7px 0px 14px;
	
	
}


#footer{
	margin:0px;
	padding:0px;
	width:300px;
}
#footer h3{
	margin:0px;
	padding:0px;
	font-size:28px;
	color:#FFF;
}





.vis{
	margin: 0px;
padding: 0px 0px 60px 0px;
line-height: 20px;
font-size: 14px;
color: #FFF;
width: 224px;
}

.vis img{
	margin: 0px 120px;
padding: 0px;
border: 2px solid #CCC;
float: right;
	}

.reserv{
	margin:0px;
	padding:0px;
	float:left;
}

.reserv h3{
	margin:0px;
	padding:0px;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
}
.reserv p{
	color:#fff;
	font-size:14px;
	}



.templatemo-line-header {
    margin-top:36px;
    margin-bottom:80px;
}

/*.member-thumb:hover .thumb-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity:1;
}

.member-thumb {
    position: relative;
    overflow: hidden;
}
*/
.member-thumb img{
	width:270px;
	height:170px;

	-webkit-transition:all 500ms linear; 
-moz-transition:all 500ms linear; 
-o-transition:all 500ms linear; 
-ms-transition:all 500ms linear; 
transition:all 500ms linear; 

	
	
}
.member-thumb img:hover { 
-moz-transform: scale(.9); 
-webkit-transform: scale(.9); 
-o-transform: scale(.9); 
transform: scale(.9); 
}

.thumb-overlay a {
    float:left;
    margin-right: 5px;
	
}



.team-inner {
   
	background:#FFF;
	color: #666;
	height:42px;
	width:270px;
}
.team-inner a{
	color:#333;
	font-size:14px;
	margin-top:11px;
	text-decoration:none;
	font-weight: normal;
	
}

.team-inner-header {
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size:16px;
}

.team-inner-subtext {
    font-weight:normal;
    font-size:12px;
}

.row_team {
    margin-left:-60px;
    margin-top:40px;
}

.row_team li {
    list-style: none;
	margin-bottom:30px;
}

.templatemo-project-box {
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor:pointer;
    height: 200px;
    width: 200px;
}

.templatemo-project-box:hover .project-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.project-overlay {
    background : rgba(0,0,0,.75);
    border : 2px solid #ff7600;
    visibility: hidden;
    position: absolute;
    text-align:center;
    padding-top:40px;
    color: #ffffff;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}


.project-overlay hr {
    width : 70%;
	
}

.templatemo-project-gallery li {
    margin:15px;
}

.txt_darkgrey {
    color: #333333;
}

.txt_orange {
    color: #e67e22;
}

.txt_slogan {
    font-size:14px; 
    color:#929292;
}

.templatemo-line-header span {
    font-size: 18px; 
    float :left; 
    margin-top:0px;
}

.team_box  div {
    text-align: center; 
    padding-top: 100px;
}

.span_blog {
    margin-bottom: 80px;
}

.blog_post {
    color: #333333; 
    padding: 10px;
}

.blog_header {
    font-weight: bold; 
    font-size: 16px; 
}

.blog_text {
    text-align: justify; 
    font-size: 14px; 
    margin-top: 20px;
}

#templatemo-contact {
	
	font-size:14px;
}
.templatemo-contact-map {
    margin-bottom: 15px;
    height: 378px;

}

.head_contact {
    padding-bottom:80px; 
    margin-bottom:0;
}

.contact_right img {
	margin-right:5px;
}

.contact_right form {
	padding-left:15px;
	padding-right:15px
}

.tweet_txt {
	border-left:2px solid #ffffff; 
	min-height:160px;
}

.twitter_user {
	color: #F90; 
	font-size: 14px;
	float: right;
}

.templatemo-partners {
	border-top: 2px solid #cccccc;
}

.templatemo-partners .templatemo-partner-item {
    margin-bottom: 5px;
}

.templatemo-footer {
	border-top: 1px solid #cccccc; 

}

.footer_container {
	margin-top:60px; 
	margin-bottom:20px;
}

.footer_bottom_content {
	margin: auto;
	margin-bottom: 30px;
	font-size: 14px;
	color:#333333;
}

.social-icon-fb {
    background: url('../images/social-icon-fb.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-fb {
    background: url('../images/social-icon-fb-over.png') no-repeat;
}

.social-icon-rss {
    background: url('../images/social-icon-rss.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-rss {
    background: url('../images/social-icon-rss-over.png') no-repeat;
}

.social-icon-twitter {
    background: url('../images/social-icon-twitter.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-twitter {
    background: url('../images/social-icon-twitter-over.png') no-repeat;
}

.social-icon-linkedin {
    background: url('../images/social-icon-linkedin.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-linkedin {
    background: url('../images/social-icon-linkedin-over.png') no-repeat;
}

.social-icon-dribbble {
    background: url('../images/social-icon-dribbble.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-dribbble {
    background: url('../images/social-icon-dribbble-over.png') no-repeat;
}

ul.templatemo-project-gallery  li  a img:hover {
    border: 3px solid #ff7600;
}

.templatemo-gallery-category a {
	color:#333333; 
}

.templatemo-gallery-category a.active {
	color:#e67e22; 
	text-decoration:none;
}

.templatemo-gallery-category a:focus {
	color:#e67e22;
	text-decoration:none;	
}

.templatemo-gallery-category a:hover {
	color:#e67e22; 
	text-decoration:none;
}

.link_orange:hover {
    text-decoration:none;
}
.templatemo-project-gallery {         
    margin:0 0 0 0;
    margin-top:30px;
    margin-left: -40px;
}
.templatemo-project-gallery li {     
    list-style:none;
    margin-bottom:25px;           
}
.templatemo-project-gallery li img {
  cursor: pointer;
}

.templatemo-tweets {
    background none repeat scroll 0% 0% rgba(0, 160, 227, 0.75);
    height: auto;
	background:url(../images/Blue.jpg) repeat;
    font-family:  'Open Sans', sans-serif;
    font-size:20px;
    color: #666;
    margin-top50px;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}

.btn_loadmore {
	margin-top:30px; 
	margin-bottom:80px;
}

.blog_box {
	margin-left: -12px;
}

.nit2{
	margin:0px;
	padding:26px 0px 0px 0px;
	float:right;
	width:330px;
}
.nit2 p{
	margin: 0px;
padding: 0px 0px  -1px 5px;
text-align: justify;
color: #000;
font-size: 16px;
line-height: 20px;
text-transform: uppercase;
width: 370px;
font-family:calibri;
}

.nit{
	margin:0px;
	padding:35px 0px 0px 0px;
	float:right;
	width:320px;
	height:200px;
}


.p1{
	text-align: justify;
color: #6F6161;
font-size: 16px;
line-height: 20px;
text-transform: uppercase;
width: 500px;
font-family: calibri;
margin: -23px 0px 0px 0px;
}





a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:60px; margin-left:-160px;
    width:240px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; 
    border:2px solid #FFF;  color:#EEE;
    background:#000 url(src/css-tooltip-gradient-bg.png) repeat-x 0 0;
}
.callout {z-index:20;position:absolute;border:0;top:-14px;left:120px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
        
    -moz-box-shadow: 0px 0px 8px 4px #666;
    -webkit-box-shadow: 0px 0px 8px 4px #666;
    box-shadow: 0px 0px 8px 4px #666;

    opacity: 0.8;
}



.footer1{
	margin:0px;
	padding:0px;
	width:300px;
	float:left;
}

.footer2{
	margin:0px 0px 0px -15px;
	padding:0px 0px 20px;
	width:205px;
	float:left;
}

.footer3{
	margin: 0px 40px;
padding: 0px 0px 0px 84px;
width: 490px;
float: left;

}
.footer3 h3{
	margin: 0px;
padding: 25px 0px 10px;
font-size: 22px;
color: white;
font-weight: bold;
}
.footer3 p{
	margin: 0px;
font-size: 13px;
color: #fff;
text-align: justify;
line-height: 20px;
letter-spacing: -0.5px;
}

.footer3 h4{
	margin:0px;
	padding:0px 0px 5px;
	font-size:18px;
	font-weight:600;
	color:#00A0E3;
}























@media (min-width:991px) and (max-width:1200px) {
    .templatemo-project-box, .project-overlay {
        height:170px;
        width:170px;
    }

    .templatemo-project-gallery {
        margin-left: -70px;
    }

    .templatemo-service-item-header {
        padding: 16px 10px 20px;
    }

    .templatemo-header-orange {
        min-width: 230px;
    }

    .team_box,  .team_box_over {
        height:220px;
        width:220px;
    }
	
}


@media (max-width:991px) {
    .team-inner {
        margin-top: 20px;
        margin-bottom: 20px;
    }
	
    .templatemo-btn-read-more {
        float:right;
        margin-bottom :40px; 
    }
}


@media (min-width:768px) and (max-width:990px) {
    .member-thumb .thumb-overlay {
        padding-left: 30%;
    }
    .templatemo-project-box , .project-overlay {
       height:130px;
       width:130px;
       padding-top: 0px;
    }

    .templatemo-project-gallery {
       margin-left: 10px; 
    }

    .blog_box{
       margin-right: -140px;
    }
}


@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
  } 
}

@media (max-width: 768px) {
    .member-thumb .thumb-overlay {
        padding-left: 40%;
       
    }
    .templatemo-btn-read-more {
            float:right;
            margin-bottom :40px; 
      }
}

@media (max-width: 380px) {
    .member-thumb .thumb-overlay {
            padding-left: 30%;

    }
	.templatemo-service-item-header {
		font-size: 16px;
		
		padding: 23px 10px 22px;
	}
	.templatemo-header-orange {
		min-width: 0px;
	}
	
}

@media (min-width:991px) and (max-width: 1200px) {
	 .team_hr {
		width: 37%; 
	}
}

@media (min-width:683px) and ( max-width: 991px) {
	 .team_hr {
		width: 33%;
	}
}

@media (min-width:585px) and ( max-width: 683px) {
        .member-thumb .thumb-overlay {
            padding-left: 25%;

        }
	 .team_hr {
		width: 30%;
	}
}

@media (min-width:536px) and ( max-width: 585px) {
	 .team_hr {
		width: 28%;
	}
}

@media  (min-width:410px) and  ( max-width: 536px) {
	 .team_hr {
		width: 21%;
	}
}

@media  ( max-width: 410px) {
	 .team_hr {
		width: 11%;
	}
}
