/*-------------------------------------------------------
* Filename: styles.css
* Description: Handles the site layout.
-----------------------------------------------------*/

/*------------------------------------------------------
Global Reset
------------------------------------------------------*/
body{
	font-size: 100%!important;
	width: 100%;
}
.mainbody{ width:100%;
margin:0px;
font:normal 14px/20px 'Open Sans', Arial, Helvetice Neue, sans-serif;
font-size: 14px;
font-weight: 400; 
font-style: normal; 
    background:#f7f7f7 url(/teachinjapan/images/subheader.jpg) top center no-repeat;
color:#515151;
	padding-top: 7em;
}
.pcNone{display:none;}
.spNone{display:block;}


* html {
margin:0;padding:0;
}

.imgborder
{
background:#FFFFFF;
padding:3px;
border:1px solid #ccc;
}

a {
text-decoration:none;
color:#666666;
}
a:hover {
color:#484848;
text-decoration:none;
}

.floatleft {
float:left;
}
 
.rightalign {
float:left;
margin-left:20px;
}

.leftalign {
float:left;
margin-left:20px;
}

.textleft {
margin-left:20px;
text-align:left;
}
.textright {
text-align:right;
}

.alignright {
margin-right:40px;
float:right;
}

.clear {
clear:both;
}

.clearboth{
clear:both;
}

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

h1{
font-size:30px;
padding:0;
margin:10px 0 20px 0;
}

h2{
font-size:24px;
padding:0;
margin:0 0 15px 0;
}

h3{
font-size:20px;
padding: 0px;
margin:0px 0 15px 0;
}

h4{
font-size:18px;
line-height:0.5em;
padding: 0px;
margin:0px 0 15px 0;
}

h5{
padding: 0px;
font-size:14px;
margin:10px 0 10px 0;
}

h6{
padding:0px;
font-size:11px;
margin:10px 0 10px 0;
}



/*------------------------------------------------------
Header
------------------------------------------------------*/
.topbar{ min-width: 1000px;
    background: url(/teachinjapan/images/2400.gif)  top center no-repeat;
height:100px;
width:100%;
}

.logo{
padding:13px 0 0 20px;
}

.sign-up-button {
    text-align: right;
}

.sign-up-button > a {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border: 2px solid #a883e9;
    height: 50px;
    min-width: 178px;
    line-height: 46px;
    text-align: center;
    border-radius: 24px 24px 24px 0px;
}

.sign-up-button > a:hover {
    background: #fb397d;
    color: #fff;
    border-color: transparent;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}


/*------------------------------------------------------
Sub Header
------------------------------------------------------*/
#secondary_header {
    background:url(/teachinjapan/images/subheader.jpg) top center no-repeat;	
}

	.subheader{
		padding:0;
	}

	.subheader h2{
		color:#fff;
		padding-top:8px;
		margin:0;
		padding-left:60px;
	}

	.subheader p{
		color:#fff;
	}	
	
 	.subheader h5 { 
 		color:#FFFFFF; 
		padding:0; 
		margin:0 30px 0 0; 
		text-align:right;
	}

/*------------------------------------------------------
Top Menu
------------------------------------------------------*/
.topmenu{
margin-top:26px;
float:right;
}


/*------------------------------------------------------
Top Box
------------------------------------------------------*/
.topbox {
	margin:10px 0 0 0;
	padding:20px 20px 0px 20px;
	overflow:hidden;
	height:100%;
}

		.topbox h3{ 
			margin:10px 0 5px 0;
			}
			
		.topbox p{ 
			clear:left; 
			margin:0; 
			padding:10px 0;
			}

		* html .topbox p{ 
			clear:left; 
			margin:0; 
			padding:0px 0 10px 0;
			}

		.topbox img {
			padding:0px 10px 10px 0;
			margin:0;
			}

		.entry .topbox {
			padding:10px 0 0 0;
			}

/*------------------------------------------------------
Mid Content
------------------------------------------------------*/	
.midcontent {
	background:#f7f7f7;
	height:100%;
	overflow:hidden;
	margin:23px 0 0px 0;
	padding:0 0 20px 0;
	border-top:1px solid #d5d5d5;

}

		.content{
			margin:20px 0 20px 0px;
			padding:20px;
			}

		.sidebar{
	margin: 0 0px 0 0;
            background: url(/teachinjapan/images/sidebar.jpg) 14px 0 no-repeat;
	overflow: hidden;
	height: 1000px;
			}
 
			/*------------------------------------------------------
			News List
			------------------------------------------------------*/
			ul.newslist{
				margin:10px 0px 10px 0;
				padding:0;
				list-style:none;
				}

				ul.newslist li {
					padding:5px 0px;
					color:#666666;
					}

				ul.newslist li p {
					margin:0 0 10px 0;	
					padding:0;
					}

				ul.newslist li a:link, ul.newslist li a:visited, ul.newslist li a:active {
					padding:0px 0px;
					text-decoration:none;
					}

				ul.newslist li a:hover {
					color:#000;
					padding:0px 0px;
					text-decoration:none;
					}

				ul.newslist li span {
					font-weight:bold;
					display:block;
					margin-bottom:0px;
					}

			/*------------------------------------------------------
			Sub Menu
			------------------------------------------------------*/
			ul.submenu{
				margin:0px 0 0px 0px;
				padding:0;
				position:relative;
				}

				ul.submenu li {
					border-bottom:1px solid #ddd;
					padding:0;
					list-style-type:none;
					}

				ul.submenu li:last-child{
					border-bottom:0px solid #ddd;
					}
					
				ul.submenu li img{
					vertical-align:middle;
					margin-right:5px;
					}

				ul.submenu li a {
					margin:0px;
					display:block;
					padding:11px 10px 11px 10px;	
					width:250px;
					text-decoration:none;
					}

				ul.submenu li li a {
					margin:0;
					text-decoration:none;
					}

				ul.submenu li li a:link, ul.submenu li li a:visited {
					text-decoration:none;
					}

				ul.submenu li a:link, ul.submenu li a:visited {
					text-decoration:none;
					}

				ul.submenu li.current {
					color:#0074e5;
					background:#f7f7f7;
					font-weight:bold;	
					text-decoration:none;
					}

				ul.submenu li a:hover {
					color:#0074e5;
					background:#f7f7f7;
					display:block;
					text-decoration:none;
					}

ul.submenu li.formBox .formBtn{text-align: center;margin-top: 2em;}
ul.submenu li.formBox .formBtn a{width: 100%;margin: auto;}
/*------------------------------------------------------
Portfolio Details
------------------------------------------------------*/	 
.port { 
	margin-right:20px; 
	float:left; 
	margin-bottom:20px; 
	height:240px;
	} 
	
		.port img{ 
			margin:0;
			}	
		
		.port p span {
			margin:5px 0 0 0; 
			line-height:13px;
			padding:0; 
			} 
		
		.port h5 { 
			display:block; 
			margin:0 0 0px 0; 
			padding:6px; 
			background:#ddd; 
			} 

		.port img, .port p span, .port h5 { 
			display:block; 
			width:280px;
			}

		.img_border		{
			padding:1px;  
			background:#FFFFFF;
			border:5px solid #ddd;
			margin-bottom:10px; 
			}

		.img_border:hover {
			border:5px solid #aaa;
			}

/*------------------------------------------------------
Read More
------------------------------------------------------*/
a.read	{
	float:right;
	text-decoration:none;
	padding:5px 0;
}

a.read:hover	{
	color: #FF6600;
	text-decoration: underline;
}

/*------------------------------------------------------
Testimonial Bloxk
------------------------------------------------------*/
blockquote {
	padding:0 15px 0;
	margin:0px;
	}

.entry blockquote { background:#f4edf9; 
	border:1px solid #ddd; 
	margin:0 0 20px 0; 
	padding:20px;
	}
	
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

blockquote {
	margin: 15px 0px 15px 5px;
	padding-right: 5px;
}

blockquote p { }

.footerbg blockquote cite strong {
	color:#FFFFFF;
	font-style:normal;
}

/*------------------------------------------------------
Footer Details
------------------------------------------------------*/
.footerbg{
	width:100%;
    background:#000 url(/teachinjapan/images/footer.gif);
	height:50px;
	height:100%;
	overflow:hidden;
	color:#999999;
	padding:40px 0 40px 0;
	
}
		.copyright {
 			text-align:center;
 			}
 
		.footerbg h5{
	color:#FFFFFF;
	text-transform:none;
			}

		.footerbg img{
			vertical-align:middle;
			margin-right:10px;
			}

		.footerbg a{ color:#999;}
		.footerbg a:hover{ color:#fff;}


		/*------------------------------------------------------
		Footer Lists
		------------------------------------------------------*/
		ul.footer {
			margin:10px 0; 
			padding:0;
			}

				ul.footer li {
					padding:0px 0px 5px 0px;
					list-style-type:none;
					}

				ul.footer li a {
					padding:0px 0px 10px 0px;
					}

				ul.footer li a:hover {
					padding:0px 0px 15px 0px;
					}


/*------------------------------------------------------
Separators
------------------------------------------------------*/
.entry{
padding:20px 0;
margin-left:20px;
}

		.entry p { 
		padding-bottom:15px;
		padding-top:0px;
		line-height:1.7em;
		}
		
		.entry .post-info{
		margin:8px 0;
		text-transform:uppercase;
		font-size:10px;
		}
		
		.entry ul, .entry ol{
			margin:0;
			padding:10px 0 20px 0;
			list-style-type:disc;
			list-style-position:inside;
			}		

		.entry ul{
			list-style-type:circle;
			}
		.entry ol{
			list-style-type:decimal;
			}

div.excerpt				{ border-bottom:1px solid #ddd;}		
div.excerpt:last-child 	{ border-bottom:none;}


.singlepost h2		{ margin-bottom:20px;}
.singlepost h2 a	{ background:none;}

---------------------------------------------------------------

/* 
templatemo 395 urbanic
*/

/* 
Urbanic Template 
http://www.templatemo.com/preview/templatemo_395_urbanic 
*/

body, html { overflow-x:hidden; }

body {
	background-color: #ffffff;
	font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif;
	font-size: 12px;
	font-weight: 400;
	/* [disabled]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: 'Open Sans', Arial, Helvetice Neue, sans-serif; }

* {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	/* [disabled]border-radius: 0 !important; */
}

.templatemo_clear {
	clear: both;
}

.height30 {
	height: 30px;
}

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

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

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

.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 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/templatemo_carousel_bg_s.jpg') 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 ----- */

/* ------ 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: 60px 0;
    color: #333333;
}

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

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

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

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #ff7600;
    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 {
    background-color: #ff7600;
    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:#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 {
    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: 10%;
    padding-left: 10%;
    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:14px;
}

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

.container_12 .grid_4.scroll{display: block;overflow-y:auto;}

.btn_loca{}
.btn_loca a{color: #FFFFFF;font-weight: bold;text-align: center; width: 170px!important;padding: 0.4em 2.5em 0.5em!important;margin: 1em auto!important;background: #7819FF;border-radius: 100vh!important;line-height: 2em;position: relative;text-decoration: none;font-feature-settings: normal;white-space: nowrap;}

.bottom {margin: 0 auto;border-top:4px solid #17A2D4;}
.bottom .bottom_txt{text-align: center; font-size: 20px; font-weight: bold;margin-top: 2em;}
.formBox{width:200px; margin: 1em auto 2em;}
.formBox p{font-size: 20px;text-align: center;}







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





form table tr,
form table td{ padding:10px;}
