/* Credit: http://www.templatemo.com */

body, html { overflow-x:hidden; }

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

a:link {

  color: red;

}


h1, h2, h3, h4, h5, h6, span, p { font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif; }

* {
  -webkit-border-radius: 0 ;
     -moz-border-radius: 0 ;
          border-radius: 0 ;
}

.templatemo_clear {
	clear: both;
}

.height30 {
	height: 25px;
}

.templatemo-top-bar {
    min-height: 25px;
    background-color:#eeeeee;
}

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

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

}

.templatemo-top-menu .navbar-brand {
    padding: 0;
    margin: 30px 0 0 0;
}

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

#templatemo-carousel {
    background: url('../images/templatemo_carousel_bg.jpg') no-repeat center center; 

    overflow-x: hidden;
    margin-bottom:0;


}
#templatemo-carousel1 {
    background: url('../images/banner.jpg') no-repeat center center; 

    overflow-x: hidden;
    margin-bottom:0;


}

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

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

#templatemo-carouse .item {
    height: 400px;
}

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

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

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



@media (max-width: 992px) {
    #templatemo-carousel {
        background: url('../images/templatemo_carousel_bg_s.jpg') no-repeat center center; 
     
        overflow: hidden;
        margin-bottom:0;
        height: 350px;
    }
	#templatemo-carousel1 {
        background: url('../images/banner768.jpg') no-repeat center center; 
     
        overflow: hidden;
        margin-bottom:0;
        height: 210px;
    }
}
@media (max-width: 768px) {
    #templatemo-carousel .carousel-caption {
        padding-bottom: 120px;
    }
	 #templatemo-carousel1 .carousel-caption {
        padding-bottom: 120px;
    }
	#templatemo-carousel1 {
        background: url('../images/templatemo_carousel_bg_s.jpg') no-repeat center center; 
     
        overflow: hidden;
        margin-bottom:0;
        height: 350px;
    }
}


/* ------ End of Carousel ----- */

/* ------ Welcome & Slogna ------ */
.templatemo-welcome {
    border-bottom: 1px solid #cccccc;
    min-height: 230px;
}

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

@media (min-width:768px) and (max-width:990px) {
.templatemo-slogan { font-size: 30px;}	}

@media (max-width:768px) {
.templatemo-slogan { font-size: 24px;}	}

.templatemo-service {
    margin-bottom: 30px;
    margin-top: 30px;

}

.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: 12px;
    font-size: 12px;
    color: #e67e22;
}


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

.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 13px;
	font-size: 1.21em;
	font-weight: 600;
	
}

/* Dropdown Menu */
.nav ul {
  background: #f2f2f2;
  border-radius: 5px;
  border: 1px solid #dddddd;
  position: relative;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  display: block;
  list-style: none;
  margin: 0px;
  padding: 5px 0 !important;
  min-width: 200px;
  z-index: 20;
}
.nav ul li {
  min-height: 22px;
  float: none;
  position: relative;
  margin: 0;
}
.nav ul li a,
.nav ul li span {
  background-color: transparent;
  box-shadow: none;
  display: block;
  padding: 6px 15px;
  color: #333 !important;
  text-transform: none;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 1.1em;
}
.nav ul:before {
  background: transparent url('../images/menu_arrow.png') no-repeat 0 0;
  content: "";
  display: block;
  height: 10px;
  left: 26px;
  position: absolute;
  top: -10px;
  width: 14px;
}
.nav ul li:first-child a {
  border: none;
}
.nav ul li a:active,
.nav ul li a:focus,
.nav ul li a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
}
.nav ul li:hover a {
  text-decoration: none;
}
.nav ul ul:before {
  display: none;
}
.nav li ul,
.nav li ul li ul {
  position: absolute;
  height: auto;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: all 240ms linear;
  -o-transition: all 240ms linear;
  -ms-transition: all 240ms linear;
  -moz-transition: all 240ms linear;
  -webkit-transition: all 240ms linear;
  top: 70px;
  z-index: 1000;
}
.nav li:hover > ul,
.nav li ul li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  top: 50px;
}
.nav li ul li ul {
  left: 220px;
  top: 0;
}
.nav li ul li:hover > ul {
  top: 0px;
  left: 200px;
}
.nav ul ul .parent:after {
  top: 10px;
  right: 15px;
  color: #777;
  font-size: 14px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
 font-family:  'Open Sans', Arial, Helvetice Neue, sans-serif;
}

@media (max-width: 767px) {
	
.nav ul {
  background: #f2f2f2;
  border-radius: 0px;
  border: 0px solid #dddddd;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  display: none;
  list-style: none;
  margin: 0px;
  padding: 5px 0 !important;
  min-width: 100%;
  z-index: 20;
}
.nav ul li {
  min-height: 22px;
  float: none;
  position: relative;
  margin: 0;
}
.nav ul li a,
.nav ul li span {
  background-color: transparent;
  box-shadow: none;
  display: block;
  padding: 6px 15px;
  color: #333 !important;
  text-transform: none;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.nav ul:before {
  background: none;
  content: inherit;
  display: block;
  height: 0px;
  left: 0;
  position: relative;
  top: 0;
  width: 0;
}
.nav ul li:first-child a {
  border: none;
}
.nav ul li a:active,
.nav ul li a:focus,
.nav ul li a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
}
.nav ul li:hover a {
  text-decoration: none;
}
.nav ul ul:before {
  display: none;
}
.nav li ul,
.nav li ul li ul {
  position: relative;
  height: auto;
  min-width: 100%;
  opacity: 1;
  visibility: hidden;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  top: 70px;
  z-index: 1000;
}
.nav li:hover > ul,
.nav li ul li:hover > ul {
  display: block;
  opacity: 1;
  visibility: show;
  top: 0;
}
.nav li ul li ul {
  left: 220px;
  top: 0;
}
.nav li ul li:hover > ul {
  top: 0px;
  left: 200px;
}
.nav ul ul .parent:after {
  top: 10px;
  right: 15px;
  color: #777;
  font-size: 14px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
 font-family:  'Open Sans', Arial, Helvetice Neue, sans-serif;
}
	
}



@media (min-width:768px) and (max-width:990px) {
.nav > li > a {
    padding: 10px 7px;
	font-size: 0.94em;


	
}	
	}
@media (min-width:991px) and (max-width: 1200px) {
.nav > li > a {
    padding: 10px 11px;
	font-size: 1.15em;

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

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #d35400;
    color:#fff;
}


.nav > li > a {
   	color:#d35400;
}
.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 {
    background-color: #d35400;
    color:#fff;
}

.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:#d35400;
    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 {
    background: url('../images/background.png') ; 
    font-family:  'Open Sans', sans-serif;
    min-height:590px;
    color:#ffffff;

}
.templatemo-line-header {
    margin-top:100px;
    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 .thumb-overlay {
    background-color: rgba(220, 157, 102, 0.8);
    position: absolute;
    visibility: hidden;
    padding-top: 35%;
    padding-left: 25%;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}

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



.team-inner {
    margin-top:10px;
}

.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:-50px;
    margin-top:70px;
}

.row_team li {
    list-style: none;
}

.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 #d35400;
    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: 10px;
}

.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; 
	line-height: 26px;
    margin-top: 20px;
}

#templatemo-contact {
	margin-top:100px; 
	border-top: 1px solid #cccccc; 
	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: #FFFF33; 
	font-size: 14px;
	float: right;
}

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

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

.templatemo-footer {
	border-top: 2px solid #cccccc; 
	margin-top: 100px;
}

.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 #d35400;
}

.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-color: #8996a0;
    min-height:200px;
    font-family:  'Open Sans', sans-serif;
    font-size:20px;
    color:#ffffff;
    margin-top:100px;
}

.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;
}

@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%;
	}
}

.lang { position: absolute; top: 15px; right:0;}

@media (min-width:991px) and (max-width: 1200px) {
	.lang { position: absolute; top: 15px; right:0;}
}

@media ( max-width: 991px) {
.lang { position: relative; top: auto; right: auto; padding: 3px;}
}
.lang  a{ 	-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px;-khtml-border-radius:15px;border-radius:15px;
		  background-color: #E40003;
		  color: #fff;
		  padding: 3px 3px 3px 5px;
		  display:inline-block;
		  width: 24px;
		   height: 24px;} 
.lang  a:hover {background-color:#f18c1d; text-decoration: none;}
.logos { padding: 15px; }
.company {list-style: none; text-align:left;}
.company li{   display: inline-block; padding: 25px; text-align: center; line-height: 25px; vertical-align:middle;}
.company .img1 { max-width: 140px; max-height: 75px; }
.company .img1a { max-width: 80px; max-height: 80px; }
.company .img2 { max-width: 80px; max-height: 80px; }
.company .img2a { max-width: 90px; max-height: 90px; }
.company .img2b { max-width: 100px; max-height: 100px; }
.company .img3 { max-width: 220px; max-height: 45px; }
.company .img4 { max-width: 160px; max-height: 70px; }
.company .img4a { max-width: 180px; max-height: 80px; }
.company .img5 { max-width: 105px; max-height: 130px; }
.company .img6 { max-width: 170px; max-height: 170px; }
.company .img7 { max-width: 150px; max-height: 150px;}
.company .img8 { max-width: 230px; max-height: 230px;}
.company .img9 { max-width: 280px; }
.company .img10 {  max-height: 140px;}
.company .img11 {  max-height: 91px; margin-top: -50px;}
.company .img12 { max-width: 400px;}
@media (min-width: 160px) and (max-width: 768px) {
.company li{   display: inline-block; padding: 15px; text-align: center; line-height: 10px; vertical-align:middle;}
.company .img1 { max-width: 70px; max-height: 35px; }
.company .img1a { max-width: 40px; max-height: 40px; }
.company .img2 { max-width: 40px; max-height: 40px; }
.company .img2a { max-width: 45px; max-height: 45px; }
.company .img2b { max-width: 50px; max-height: 50px; }
.company .img3 { max-width: 110px; max-height: 22px; }
.company .img4 { max-width: 90px; max-height: 35px; }
.company .img4a { max-width: 80px; max-height: 40px; }
.company .img5 { max-width: 55px; max-height: 55px; }
.company .img6 { max-width: 85px; max-height: 85px; }
.company .img7 { max-width: 75px; max-height: 75px; }
.company .img8 { max-width: 115px; max-height: 130px;}
.company .img9 { max-width: 140px; }
.company .img10 {  max-height: 70px;}
.company .img11 {  max-height: 45px; margin-top: -25px;}
.company .img12 { max-width: 220px;}
}

.org_logo {display: inline-block; width: 22%; text-align: center; vertical-align: text-top}
.org_logo img{ max-height: 160px; width: auto; padding: 0 25px 0 25px; }
@media(max-width: 990px) {
.org_logo { width: 31%;}	
}
@media(max-width: 486px) {
.org_logo { width: 99%;}	
}

.subtitle1 { font-size: 1.7em; font-weight:500; color: #C45500}
.subtitle2 { font-size: 1.5em; font-weight:400; color:#ff9000}
.subtitle3 { font-size: 1.3em; font-weight:400; color:#C45500}

.table01 { text-align: left; width: 100%; border-collapse: collapse}

.table01 tr:nth-child(even) {background: #FFFADC}
.table01 tr:nth-child(odd) {background: #f4f4f4}
.table01 tr:first-child { background: #FF9E31}
.table01 td {border: #FFF solid thin; padding: 3px;}
.table02 td {border: #FFF solid medium;}
.table02 tr td:first-child { width: 95px;}
.table02a { width: 45%;}
.table02b { width: 45%;}
.table02c { width: 40%;}
.table02d { width: 40%;}
.table02e {  width: 95px;}
@media(max-width: 990px) {
	.table02a { width: 43%;}
.table02b { width: 43%;}
.table02c { width: 36%;}
.table02d { width: 36%;}
}
@media(max-width: 736px) {
	.table02a { width: 41%;}
.table02b { width: 41%;}
.table02c { width: 33%;}
.table02d { width: 33%;}
}
.table03 { width: 60%;}

@media(max-width: 998px) {
	.table03 { width: 80%;}
}

@media(max-width: 768px) {
	.table03 { width: 100%;}
}

.img01 { display:inline-block;}
img {max-width: 100%}
.map01 {width: 100%; border:0; height: 600px;}

.chi { margin-top: -24px; margin-left: 54px; }

.chi1 {   
  background: #f2f2f2;
  border-radius: 5px;
  border: 1px solid #dddddd;
  position: relative;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 0px;
  padding: 5px;
  width: 60px;
  height: 32px;
  z-index: 20;
  text-align:center;
  top: 5px;

}
  
.chi1 {

  opacity: 0;
  visibility: hidden;
  transition: all 240ms linear;
  -o-transition: all 240ms linear;
  -ms-transition: all 240ms linear;
  -moz-transition: all 240ms linear;
  -webkit-transition: all 240ms linear;
  z-index: 1000;
}

.chi:hover .chi1 {
	opacity: 10;
  visibility: visible;}
  
.btn-right { display: inline-block; margin-left: 80%; margin-top: -80px;}
@media(max-width: 768px) {
	.btn-right { display: inline-block; margin-left: 0%; margin-top: 10px;}}
	
.reg-table { padding: 8px; border: #ececec thin solid; display: inline-block; margin-left: 0px; margin-top: 3px; vertical-align:top; background:-moz-linear-gradient(top, #fff 0, #ececec 100%);background:-webkit-linear-gradient(top, #fff 0, #ececec 100%);background:-o-linear-gradient(top, #fff 0, #ececec 100%);background:-ms-linear-gradient(top, #fff 0, #ececec 100%);background:linear-gradient(to bottom, #fff 0, #ececec 100%);}
@media(max-width: 768px) {
.reg-table { padding: 8px; border: #ececec thin solid; display: block; margin-left: 3px; margin-top: 3px; vertical-align:top; background:-moz-linear-gradient(top, #fff 0, #ececec 100%);background:-webkit-linear-gradient(top, #fff 0, #ececec 100%);background:-o-linear-gradient(top, #fff 0, #ececec 100%);background:-ms-linear-gradient(top, #fff 0, #ececec 100%);background:linear-gradient(to bottom, #fff 0, #ececec 100%);}
}


.speaker { padding: 5px; margin-top: 10px; vertical-align:top; width: 100%; line-height: 18px; vertical-align:text-top; text-align: left; border-left: #c81b1c solid 4px;   border-bottom: #c81b1c solid thin; height: 180px;}
.speakername {font-size: 18px; color: #c81b1c; line-height: 24px;}
.speakertxt{ width: 80%; display:inline-block; vertical-align:text-top;}
.speaker img { width: 130px; display:inline-block; vertical-align:text-top; margin-left: 5px;}
.speakerlist { text-align:left;}

@media(max-width: 768px) {
.speakertxt{ width: 70%;}
.speaker img { width: 130px;}
}
@media(max-width: 550px) {
.speaker { height: 220px;}
.speakertxt{ width: 60%;}
.speaker img { width: 100px;}
}
@media(max-width: 340px) {
.speaker { height: 240px;}
.speakertxt{ width: 60%;}
.speaker img { width: 70px;}
}
	
	
.bottomline { border-bottom: thin dotted #999;}
.progtitle { font-size: 14px; line-height: 22px; color:#666;}

.bio { padding: 5px; margin-top: 10px; vertical-align:top; width: 100%; line-height: 22px; vertical-align:text-top; text-align: left; border-left: #c81b1c solid 4px;   border-bottom: #c81b1c solid thin;}
.speakertxt1{ width: 80%; display:inline-block; vertical-align:text-top;}
.bioimg1 { display: none;}
.bioimg2 { display: inline-block;}
.bio img { width: 130px; vertical-align:text-top; margin-left: 5px;}

@media(max-width: 768px) {
.speakertxt1{ width: 70%;}
.bio img { width: 130px;}
}


@media(max-width: 550px) {
.speakertxt1{ width: 100%;}
.bioimg1 { display: inline-block;}
.bioimg2 { display: none;}
.bio img { width: 50%; padding-bottom: 10px;}
}

.90p { max-width: 90%; }
a.sbtn { background:-o-linear-gradient(top, #ffb634 0, #ff8617 100%);background:-ms-linear-gradient(top, #ffb634 0, #ff8617 100%);background:linear-gradient(to top, #ffb634 0, #ff8617 100%); height: 18px; display: inline-block; font-size: 0.9em; color:#fff; text-align: center; line-height: 1.3em; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; text-decoration: none; padding: 0 10px 0 10px;}
a.sbtn:hover { color: #FF0; background:-o-linear-gradient(top, #ff8617 0, #ffb634 100%); background:-ms-linear-gradient(top, #ff8617 0, #ffb634 100%);background:linear-gradient(to top, #ff8617 0, #ffb634 100%); }

.speech-bubble {
	position: absolute;
	background: #E17E00;
	border-radius: .8em;
	padding: 8px;
	color: #fff;
	text-align: center;
	top: 35px;
	left: 30px;
	line-height: 16px;
	width: 70px;
	display: none;
	
}
.popbubble:hover .speech-bubble{display: block}

.speech-bubble:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #E17E00;
	border-top: 0;
	margin-left: -10px;
	margin-top: -10px;
	
}

.btn1 {
    background-color: #d35400;
    padding: 2px 5px; 
	border-radius: 5px;
}

a.btn1 {color: #fff}
.colorbar {background: #d35400; padding: 5px 5px; color: #fff; font-size: 20px; font-weight: bold }
.sponsor {display: inline-block; margin-right: 30px;}

.sponsorlogo {list-style: none; text-align:left;}
.sponsorlogo li{   display: inline-block; padding: 25px; text-align: center;  vertical-align:middle;}
.sponsorlogo .img0a { max-width: 520px;  }
.sponsorlogo .img0 { max-width: 450px;  }
.sponsorlogo .img1 { max-width: 420px;  }
.sponsorlogo .img2 { max-width: 390px;  }
.sponsorlogo .img3 { max-width: 360px;  }
.sponsorlogo .img4 { max-width: 330px;  }
.sponsorlogo .img5 { max-width: 300px;  }
.sponsorlogo .img6 { max-width: 270px;  }
.sponsorlogo .img7 { max-width: 240px; }
.sponsorlogo .img8 { max-width: 210px; }
.sponsorlogo .img9 { max-width: 180px; }
.sponsorlogo .img10 {  max-height: 150px;}
.sponsorlogo .img11 {  max-height: 120px;}
.sponsorlogo .img12 {  max-height: 70px;}
@media (min-width: 160px) and (max-width: 768px) {
.sponsorlogo li{   display: inline-block; padding: 15px; text-align: center;  vertical-align:middle;}
.sponsorlogo .img0a { max-width: 260px;  }
.sponsorlogo .img0 { max-width: 225px;  }
.sponsorlogo .img1 { max-width: 210px;  }
.sponsorlogo .img2 { max-width: 195px;  }
.sponsorlogo .img3 { max-width: 180px;  }
.sponsorlogo .img4 { max-width: 165px;  }
.sponsorlogo .img5 { max-width: 150px;  }
.sponsorlogo .img6 { max-width: 135px;  }
.sponsorlogo .img7 { max-width: 120px; }
.sponsorlogo .img8 { max-width: 105px; }
.sponsorlogo .img9 { max-width: 90px; }
.sponsorlogo .img10 {  max-height: 75px;}
.sponsorlogo .img11 {  max-height: 60px;}
	.sponsorlogo .img12 {  max-height: 45px;}
}
.prog-table {width: 100%}
.prog-table td {padding: 0px !important; border: 1px solid #CDCCCC }
.prog-table td.nobottom {border-bottom: 1px solid #FFF }
.prog-table td.noright {border-right: 1px solid #FFF }
.prog-table td.noleft {border-left: 1px solid #FFF }
.prog-table td.notop {border-top: 1px solid #FFF }
.prog-header1 { font-weight: bold; color: #EF8500 }

.table-td td { padding: 3px !important; }

.notopleft {border-top: 1px solid #FFF; border-left: 1px solid #FFF }
.notopright {border-top: 1px solid #FFF; border-right: 1px solid #FFF }
.noborder {border: 1px solid #FFF !important; }

.table50 {width: 49.8%;}
@media(max-width: 990px) {
	.table50 {width: 100%}
}
