/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900);

/* OVERALL ASPECT */

body {
  background-color: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
    margin-top: 70px;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 20px;
    margin-bottom: 25px;
    font-size: 14px;
}

.centered {
    text-align: center;
}

.mt {
	margin-top: 40px;
}

/* Links */
a {
    color: #f85c37;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* Bootstrap Modifications */
 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ffffff;
}

.navbar-brand {
	font-size: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.btn-theme {
	color: #ffffff;
	background-color: #74cfae;
	border-color: transparent;
}

.btn {
	padding: 10px 30px;
	margin-bottom: 0;
	font-size: 18px;
	border: 5px solid transparent;
	border-radius: 0px;
}

.lead {
	letter-spacing: 1px;
}

/* WRAP SECTIONS */

/* hello */
#hello {
	width: 100%;
	padding-top: 250px;
	padding-bottom: 250px;
}

#hello h1 {
	font-size: 90px;
	font-weight: 700;
	letter-spacing: 3px;
	color: #74cfae;
}

#hello h2 {
	color: #c0c0c0;
	font-weight: 400;
}

/* Green */
#green {
	background-color: #74cfae;
	padding-top: 50px;
	margin-bottom: 0px;
}

#green h3 {
	color: white;
	font-weight: 400;
	margin-bottom: 35px;
}

#green p {
	color: white;
	font-weight: 400;
	font-size: 20px;
}

/* Skills */
#skills {
	background-color: #4e4e4e;
	padding-bottom: 20px;
	margin-top: 50px;
}

#skills h3 {
	color: white;
	background-color: #E1CEA3;
	padding:20px 0 16px;
}

#skills p {
	color: white;
	font-weight: 400;
}

/* Social Links */
#social {
	width: 100%;
	padding-top: 200px;
	padding-bottom: 200px;
}

#social i {
	font-size: 50px;
	color: #74cfae;
}

#social .col-md-3:hover {
	background-color: #f5f5f5;
}

#social .col-md-3 {
	padding:30px;
}

/* Footer */
#f {
	padding-top: 20px;
	background-color: #74cfae;
}

#f p {
	color: white;
	text-align: right;
	font-weight: 400;
}

/* Image Opacity */
.grid img {
    opacity: .7;
}
.grid img:hover {
    opacity: 1;
}


.uk-accordion-content > :last-child {
    margin-bottom: 0;
    float: left;
    width: 80%;
    margin-left: 20px;
}
.uk-accordion-content img{
	float: left;
}
.uk-accordion-content ul{
	padding-left: 20px;
	margin-bottom: 15px;
}
.uk-accordion-content div img{
	float: inherit;
}
.uk-accordion-title{
	background-color: #E1CEA3;
    padding: 10px;
    font-size: 16px;
}
.uk-accordion li a{
	color: #785727;
}
.uk-accordion-content div{
	margin-left: 10px;
	float: left;
	width: 70%;
}
.About_box_container{
	margin-top: 30px;
}
.memberImg{
	float: left;
}

#hello{
	padding: 0;
}
.navbar-default .navbar-nav > .active{
	margin-right: 10px;
	text-align: center;
}
.navbar-default .navbar-nav > .active > a{
    color: #ffffff;
    background-color: #DAC28D;
    font-size: 14px;
    line-height: 1.4;
}
.navbar-default .navbar-nav > .active > a > span{
    color: #C08E47;
    font-size: 12px;
    line-height: 1.4;
}
.navbar-default .navbar-nav > .active > a:hover{
	background-color: #A77838;
	color: white;
}
.navbar-default .navbar-nav > .active > a:hover span{
	color: #DAC28D;
}
.navbar-default .navbar-nav > li{
	margin-right: 10px;
	text-align: center;
}
.navbar-default .navbar-nav > li > a{
    color: #000;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.4;
}
.navbar-default .navbar-nav > li > a > span{
    color: #C08E47;
    font-size: 12px;
    line-height: 1.4;
    font-weight: normal;
}
.navbar-default .navbar-nav > li > a:hover{
	color: #fff;
	background-color: #DAC28D;
}
.col-lg-8{
	float: inherit !important;
}
.jp-previous,.jp-next{
	display: none;
}
.holder a{
    padding: 10px 14px;
    margin: 3px;
    background-color: #F9F4EC;
    border: 1px solid #E1CEA3;
    cursor: pointer;
}
#social .holder .jp-current{
	color: black;
}
#f{
	background-color: #E1CEA3;
	padding-top: 0;
	margin-top: 100px;
}
.container{
    font-size: 13px;
    line-height: 1.6;
}
.return{
    margin: 0 auto;
    width: 200px;
    background: #51A0A1;
    text-align: center;
    padding: 18px 0 11px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    position: relative;
}
#footer{
	text-align: center;
	font-size: 12px;
	color: #785729;
	padding-top: 20px;
	padding-bottom: 30px;
}
#top{
	padding-bottom: 0;
}
.return:before{
	font-family: FontAwesome;
	content: "\f0d8";
	position: absolute;
	top: 2px;
	left: 45%;
}
@-moz-document url-prefix() {
	.page h2{
		margin-top: 118px;
	}
}
.holder{
	text-align: left;
    margin-top: 25px;
}
#hello .container{
	width: 0;
	padding: 0;
	overflow: hidden;
}
#hello img{
	width: 100%;
	margin-top: 115px;
}
.navbar{
	padding-top: 0;
}
.page-top{
	width: 100%;
	background-color: #eee;
	font-size: 12px;
	color: #463525;
	font-weight: normal;
	padding: 2px 0;
	margin-bottom: 15px;
}
.navbar-toggle{
	float: right;
}
.backgroundImage{
    position: absolute;
    left: -1px;
    top: -1px;
    opacity: 1.0 !important;
    max-width: 151%;
    width: 101%;
    max-height: 101%;
}
.row{
	margin: 0;
}
.col-lg-4{
	border: 1px solid #785728;
	padding: 40px;
    border-right: inherit;
}
.col-lg-4:last-child{
	border-right: 1px solid 
}
.col-lg-4 p{
	font-size: 13px;
	line-height: 1.6;
	width: 280px;
	margin: 0 auto;
	position: relative;
}
.col-lg-4 .box3_title{
	color: #785728;
	line-height: 1;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 16px;
}
.col-lg-4 .box3_title span{
	font-size: 11px;
}
.col-lg-4 a img{
	opacity: 0.9;
}
.event_image{
	float: left;
	width: 30%;
}
.event_content{
	width: 69%;
	float: right;
}

.About_box img{
	width: 33%;
}


@media (min-width: 768px){
.navbar > .container .navbar-brand {
    margin-left: -15px;
    margin-top: 5px;
}

}
@media (max-width: 1141px){
.navbar-right{
	float: left !important;
	margin-top: 20px;
}
#hello img{
	margin-top: 182px;
}
}
@media (min-width: 768px){
.navbar-collapse .navbar-nav.navbar-right:last-child {
	margin-right: -25px;
}
.navbar-collapse{
	padding: 0;
}
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 12px 14px;
}
.backG{
	background-color: white;
	padding-bottom: 40px;
}
.backG_b{
	background-color: #E1CEA3;
}
.backG_b img{
	float: left;
	width: 50%;
}
.backG_b h3{
	font-size: 47px;
	color: #785727;
	margin-top: 70px;
	margin-bottom: 35px;
	text-align: center;
}
#itemContainer{
	padding-left: 0;
}
.backG_b p{
	color: #785727;
	text-align: center;
}

.image_W{
	width: 50%;
	float: right;
	padding: 0 42px;
}
#social{
	padding: 0;
	padding: 40px 0 60px;
}
#social span.new{
	color: red;
}
#social li{
	padding: 16px 0;
	list-style: none;
	text-align: left;
	border-bottom: 1px solid #E1CEA3;
}
#social span{
	padding-right: 20px; 
	color: #666666;
}
#social ul{
	margin-top: 30px;
}
#social a{
	color: #74cfae;
}
#itemContainer{
	font-size: 14px;
}
#social h3{
	padding: 10px 20px;
	border-radius: 30px;
	background-color: white;
	color: #785727;
	text-align: center;
	font-size: 20px;
	width: 100px;
	margin: 0 auto;
}
#skills{
	margin-top: 0;
	background-color: white;
}
#skills h3{
	color: #785727;
	text-align: center;
	font-size: 35px;
	line-height: 1;
	margin-bottom: 30px;
}
#skills h3 span{
	font-size: 16px;
}
#skills h4{
	color: #785727;
	font-size: 21px;
	line-height: 1;
}
#skills p{
	color: #333333;
	font-size: 13px;
	margin-top: 20px;
}
#list_link{
	background-color: white;
	padding: 30px 0;
}
.LinkBlock{
	background-color: #EEEEEE;
	width: 150px;
	padding: 20px 0 10px;
	float: left;
	margin: 10px;
}
.LinkBlock p{
	color: #785727;
}
.About_box{
	margin-top: 50px;
	display: inline-block;
}
.in{
	float: right;
	width: 64%;
}
.member{
	margin: 40px 0 50px;
	clear: both;
	word-wrap: break-word;
}
.member div ul{
	padding-left: 20px;
}
.member img{
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.member div img{
	float: inherit;
	margin-right: 0;
	margin-top: 0;
}
.member h5{
	clear: both;
	margin-top: 20px;
}
.member div{
	float: left;
	width: 79%;
	margin-bottom: 40px;
}
.page h2 span{
	font-size: 16px;
}
.page h2{
    font-size: 24px;
    padding: 60px 0;
    margin-bottom: 20px;
    background-image: url(../img/page_header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #785727;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
}
.page h3{
    font-size: 24px;
    margin: 40px 0 30px;
    padding: 6px 14px;
    border-bottom: 1px solid #785727;
    clear: both;
    border-left: 10px solid #785727;
}
.page h4{
	font-size: 24px;
    margin-top: 40px;
    margin-bottom: 15px;
    padding: 14px 0 0;
    color: #785727;
    clear: both;
    border-bottom: 5px solid #E1CEA3;
}
.page .uk-accordion-content h5{
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 10px 5px;
    border-bottom: 1px solid #785727;
    clear: both;
}
.uk-list-divider > li:nth-child(n+2){
	border-color: #d5d5d5;
}
.page h5{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 10px 5px;
    border-bottom: 1px solid #785727;
    clear: both;
}
.page .couse ul li{
	margin-top: 0;
	padding-left: 0;
	padding: 10px 0;
}
.couse img{
	width: 50%;
}
img{
	max-width: 100%;
}
.col-lg-4{
	width: calc(100% / 3);
	float: left;
}
.backG_b{
	position: relative;
	z-index: 999;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border:inherit;
}
.page .biblio ul{
	padding-left: 20px;
	margin-bottom: 40px;
}
.page .biblio ul li{
	padding: 6px 0;
	font-size: 14px;
}
.pro{
	margin-bottom: 20px;
    margin-top: 20px;
    background-color: #E1CEA3;
    font-size: 16px;
    display: block;
    padding: 10px;
}
.About_box h4{
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.col-lg-4{
	min-height: 200px;
    padding-top: 25px;
    padding-bottom: 20px;
}
@media screen and (max-width: 1199px){
.backgroundImage{
	width: 101%;
	height: 300px;
}
.col-lg-4{
	min-height: inherit;
	padding: 10px;
}
.col-lg-4 p{
	width: 90%;
}
.backG .container{
	width: 100%;
}
.navbar .container{
	width: 100% !important;
}
.backG_b img{
	padding: 20px;
}
.backG_b h3 {
    font-size: 30px;
    color: #785727;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
}
.backG_b p {
    color: #785727;
    text-align: center;
    font-size: 12px;
    line-height: 1.9;
}
.in{
	width: 100%;
}
	#skills h4{
		line-height: 1.4;
		margin-top: 30px;
	}
	#skills p{
		margin-bottom: 20px;
	}
	.member div{
		float: inherit;
		width: 100%;
	}
	.About_box h4{
	margin-top: 20px !important;
	padding-top: 0 !important;
}
}
#skills{
	background-color: #DAC28D;
    padding-top: 21px;
    text-align: center;
}
#skills h2{
    color: #785727;	
}
#skills h2 span{
	font-size: 18px;
}
dl{
	margin: 0;
}
.uk-accordion-content dd{
	margin-left: 20px;
}
h3{
    font-size: 24px !important;
    margin: 40px 0 30px !important;
    padding: 6px 14px !important;
    border-bottom: 1px solid #785727;
    clear: both;
    border-left: 10px solid #785727;
}
h4{
    font-size: 24px !important;
    margin-top: 40px !important;
    margin-bottom: 15px !important;
    padding: 14px 0 9px !important;
    color: #785727;
    clear: both;
    border-bottom: 5px solid #E1CEA3;
}
#social h3 {
    padding: 10px 20px !important;
    border-radius: 30px !important;
    background-color: white !important;
    color: #785727 !important;
    text-align: center !important;
    font-size: 20px !important;
    width: 100px !important;
    margin: 0 auto !important;
    border: inherit !important;
}

dt{
	font-weight: normal;
}
@media screen and (max-width: 1024px){
	.backgroundImage{
		display: none;
	}

}
@media screen and (max-width: 780px){
	.container{
		width: 100%;
	}
	.navbar-default .navbar-nav > .active,.navbar-default .navbar-nav > li{
		margin: 0;
	}
	.uk-accordion-content div{
		width: 99%;
		margin-left: 0;
	}
}
@media screen and (max-width: 767px){
	.member div{
		float: left;
		width: 100%;
	}
	.backG_b img{
		width: 100%;
		float: inherit;
		margin-top: 10px;
	}
	#hello img {
		width: 100%;
    	margin-top: 100px !important;
    }
	.backG_b img{
		padding: 10px;
	}
	.backgroundImage{
		display: none;
	}
	.col-lg-4{
		border: inherit;
		width: 100%;
		padding: 10px;
	}
	.col-lg-4:last-child{
		border:inherit;
	}
	.col-lg-4 p,.col-lg-4 h3{
		width: 100%;

	}
	.image_W{
		width: 100%;
		float: inherit;
		padding: 10px;
	}
	.backG_b h3{
		margin-top: 20px;
		margin-bottom: 10px;
		font-size: 26px;
	}
	.backG_b p{
		font-size: 12px;
	}
	.in{
		float: inherit;
		width: auto;
	}
	.col-lg-4{
		margin-bottom: 20px;
	}
	.navbar-collapse .navbar-right{
		float: inherit !important;
		margin: 0;
	}
	.navbar-collapse{
		padding:0;
		margin-top: 15px;
	}
	.LinkBlock{
		background-color: #EEEEEE;
		width: 150px;
		padding: 20px 0 10px;
		float: inherit;
		margin: 10px auto;
	}
	.navbar-brand{
		width: 80%;
	}
	.navbar-toggle{
		margin-top: 2px;
	}
	.nav > li > a{
		font-size: 12px !important;
		padding: 10px 0;
	}
	.event_image{
		float: inherit;
		width: 100%;
	}
	.event_content{
		width: 100%;
		float: inherit;
	}
	.About_box img{
		width: 100%;
	}
}
@media screen and (max-width: 457px){
	#hello img{
		margin-top: 96px;
	}
}
@media screen and (max-width: 355px){
.navbar-brand{
	width: 75%;
}
.navbar-toggle{
	margin-top: 0;
}
}

