/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, tophead, hgroup, menu, nav, section, section {
    display: block;
}

body, html { overflow-x:hidden; }

.tophead .navbar{
	height: 110px;
	background-color: white;
}

.tophead .navbar-header{
	padding-top: 10px;
	padding-left: 80px;
}

.tophead .nav{
	padding-right: 100px;
	padding-top:50px;
}

.tophead .nav li{
	font-weight: bold;
	font-size: medium;
	font-family: 'Georgia', cursive, serif;
}

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

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

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

.navbar-default .navbar-nav .dropdown-menu li{
	text-align:center;
}

.navbar{
    margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-color: black;
}

#slides {
	overflow: hidden;
	position: relative;
}

#slides ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

 #slides li {
	float:left;
	text-align: center;
	position: relative;
	font-family: 'Georgia', cursive, serif;
}

.quote-phrase {
	height: 100px;
	font-size:24px;
	color:#FFF;
	font-style:italic;
	float: center;
	position:relative;
	text-align: center;
	margin-left: 150px;
}

.quoteContainer{
	display: table;
}

.carousel{
    background: url('../images/Journals/original size.JPG') no-repeat; 
    background-size: contain;
	position: relative;
	height: 400px!important;
}

.quotehead{
	/* font-family: Raleway; */
	font-weight:900;
	/* text-shadow: 0px 0px 3px #000; */
	text-align:center;
	color: white;
	float: center;
	position:relative;
	margin-top: 100px;
	margin-left: 150px;
}

.quote-phrase p{
    margin: 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	opacity: 1!important
}

.quote-phrase, .quotehead{
	font-family: 'Georgia', cursive, serif;
	background: rgba(255,255,255, 0.5);
	color: black;
	font-weight: 600;
	visibility: visible;
}

.clear{
    clear: both;
}

.templatemo-welcome {
	font-family: 'Georgia', cursive, serif;
	font-weight: medium;
    border-bottom: 1px solid #cccccc;
    min-height: 230px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-color: black;
}

.templatemo-slogan {
    font-family: 'Georgia', cursive, serif;
    font-weight: normal;
    font-size: 42px;
    margin: 60px 0;
    color: #333333;
}

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

.templatemo-service-item-header{
    font-family: 'Georgia', cursive, serif;
    margin-bottom: 10px;
	padding-left: 10px;
    font-size: 30px;
}

.templatemo-service-item p{
	font-family: 'Georgia', cursive, serif;
    font-weight: medium; 
    text-align: justify; 
    margin-top: 25px;
    font-size: 14px;
    color: black;
}

.subheader {
    font-family: 'Georgia', cursive, serif;
    font-weight: normal;
    margin-top: 12px;
    font-size: 12px;
    color: #e67e22;
}

.txt_orange{
	color: #ff7600;
}

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

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

.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: 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 #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 {
      font-size:24px; 
    color: black;
}

.txt_orange {
      font-size:24px; 
    color: #e67e22;
}

.txt_slogan {
    font-size:14px; 
    color:#929292;
    text-align:left;
    font-style:normal;
}

.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: 40px;
	font-family: 'Georgia', cursive, serif;
}

.blog_post {
    color: #333333; 
    padding: 10px;
	font-family: 'Georgia', cursive, serif;
}

.blog_header {
    font-weight: bold; 
    font-size: 16px; 
	font-family: 'Georgia', cursive, serif;
}

.blog_text {
    text-align: justify; 
    font-size: 14px; 
    margin-top: 20px;
	font-family: 'Georgia', cursive, serif;
}

#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:20px; 
	margin-bottom:0px;
}

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

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

footer{ background-color:#242f63; color:#fff; padding:0 0 20px 0;}
footer .footerlinks b{ display:block; position:relative; font-weight:400; font-size:16px; font-family:Lato;  margin-bottom:10px; }	

.footerlinks{ padding:30px 0 10px 0;}
.footerlinks ul{ margin-right:-5px; left: 0px;}
.footerlinks ul li{ float:left; padding-left:5px; padding-right:5px; line-height:20px;  list-style:none; width:33.33%}
.footerlinks ul li a{ color:#d3d3f6; display:block; padding:2px 0; text-decoration: none;}
.footerlinks ul li a:hover{ color:#ff7600;}

.footerlinks ul, .copyright{
	color: rgb(211,211,246);
	font-size: 12px;
	text-align: left;
	text-size-adjust: 100%;
	transition-delay:0s;
	transition-duration:0.25s;
	transition-property:color;
	transition-timing-function:ease-out;
}

.social{ padding:50px 0 5px 0;}
.social a{ margin:4px 3px;}
.copyright{ color:#d3d3f6; padding:0 0 0 3px;}



.title { 
  background-color: black;
  color: #fff; 
  display: inline;
  padding: 0.5rem;
  
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}