
/*General*/

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a {
	text-decoration: none;
	-moz-transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tx18 {
    font-size: 18px;
}
.tx24 {
    font-size: 24px;
}
.tx30 {
    font-size: 30px;
}
.tx36 {
    font-size: 36px;
}

.bggris {
    background-color: #dbdbdb;
}
.bgoscuro {
    background-color: #1c1c1c;
}
.bgazul {
    background-color: #1e73be;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #7e7e7e;
	border-width: 1px;
	border-style: solid;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: border linear .3s;
	-webkit-transition: border linear .3s;
	-o-transition: border linear .3s;
	transition: border linear .3s;
}

textarea {
	padding: 15px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: rgba(62, 212, 255, 0.5);
	border-color: #1e73be !important;
	outline: none;
	color: #333;
}

.btn {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 600;
	width: 120px;
	height: 40px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}

.btn:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.cover {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
}

.container {
	position: relative;
	z-index: 3;
}

/*Header*/
/*Top nav left*/
.top-nav {
	color: #333;
	line-height: 40px;
	border-bottom: 1px solid #1e73be;
}

/*Top left Menu*/
.top-left {
	float: left;
}

.top-left ul >li {
	display: inline-block;
	margin-right: 15px;
}
/*
.top-left a {
	font-size: 16px;
	color: #333;
}
*/
.top-left a:hover, .top a:hover, .right a:hover {
	color: #1e73be;
}
.top-left .texto {
    font-weight: 600;
    color: #1e73be;
}

/*Top Right Menu*/
.top-right {
	float: right;
}

.top-right p:before {
	content: "\f041";
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #1e73be;
	margin-right: 10px;
}

.top-right p {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 14px;
}

.top-right p > span {
	margin-left: 5px;
	font-style: italic;
	font-weight: 400;
}

/*Nagivation*/
#main-nav {
	padding: 15px 0;
}

/*Affix*/
#main-nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    color: #fff;
    z-index:10;
	-moz-box-shadow: 0 1px 2px #ebebeb;
	-webkit-box-shadow: 0 1px 2px #ebebeb;
	box-shadow: 0 5px 5px rgba(0,0,0,.15);
    transition: all 0.3s;
}

.navbar {
	margin:0;
    z-index: 1000;
}

#main-nav .navbar-header a {
	/*background-color: #01b1d7;*/
	color: #fff;
}
/*Toggle Menu*/
#main-nav .navbar-toggle {
	background-color: #1e73be;
}

#main-nav .navbar-toggle span {
	background-color: #fff;
}

/*Main Menu*/
#main-nav .navbar-right {
	margin-top: 10px;
}
#main-nav .navbar-right li > a {
	font-family: 'Raleway', sans-serif;
	font-size: 0.8em;
	font-weight: 700;
	line-height: 30px;
	color: #555;
	padding-top: 0;
	padding-bottom: 0;
    padding-right: 0;
	text-transform: uppercase;
}

#main-nav .navbar-right li > a:focus {
	color: #1e73be;
    background: none;
    outline: none;
}

#main-nav .navbar-nav>li>a:hover,
#main-nav .navbar-nav>li.active>a {
	color: #1e73be;
    background: none;
}

#main-nav .navbar-nav .dropdown-menu {
    background-color: #fff;
    border: 1px solid #ddd;
    min-width: 150px;
}

#main-nav .navbar-nav .dropdown-menu > li > a {
    color: #555;
    padding: 4px 14px;
}

#main-nav .navbar-nav .dropdown-menu > li > a:hover {
    color: #1e73be;
    background-color: #f9f9f9;
}

#main-nav .inscripcion, #main-nav .inscripcion a {
    color: #1e73be !important;
}

@media (min-width: 769px) {
    .logonav {
        width: 140px;
        height: auto;
        margin-top: -20px !important;
    }
}

@media (max-width: 768px) {
    #main-nav .navbar-collapse {
        max-height: 300px;
        overflow-y: auto;
    }
    .logonav {
        width: 80px;
        height: auto;
        margin-top: -30px !important;
    }
}



.cabeza {
    /*width: 100%;
    height: 330px;*/
}
.carousel {
    position: relative;
}
.carousel-fixed-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    text-align: center;
    width: 100%;
    pointer-events: none;
}
.carousel-fixed-text h2 {
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-size: 45px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
}
.slide-overlay:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(1,177,215,0.8);
    z-index: 1;
}
@media (max-width: 767px) {
    .carousel-fixed-text h2 {
        font-size: 26px;
    }
}







.pt20 {
    padding-top: 20px;
}

/*About*/
#about {
	/*padding-top: 50px;
    padding-bottom: 50px;*/
}

#about .about-heading {
	text-align: center;
}

#about .about-heading h2 {
    text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
}

#about .about-heading p {
    text-align: justify;
	line-height: 25px;
	color: #000000;
    margin-top: 10px;
	margin-bottom: 10px;
}

#about .about-left {
	position: relative;
    z-index: 2;
}

#about .about-heading p span {
    color: #1b6d85;
    font-weight: 700;
}
/*
#about .about-right:before {
	content: "";
    border: 8px solid #e5eef0;
	width: 120%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
*/
#about .about-right {
	position: relative;
	padding: 0 80px 150px 80px;
}

#about .about-right-heading h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	/*padding-top: 100px;*/
	text-transform: uppercase;
}

#about .about-right-boot:before {
	content: "\f080";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}

#about .about-right-wrapper {
    padding: 0 0 50px 78px;
    position: relative;
	left: 0;
	top: 75px;
}

#about .about-right-wrapper a {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #282828;
}

#about .about-right-wrapper a:hover {
	color: #01b1d7;
}

#about .about-right-wrapper p {
	line-height: 28px;
	margin-top: 20px;
	color: #8e8e8e;
}

#about .about-right-best:before {
	content: "\f201";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}

#about .about-right-support:before {
	content: "\f025";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#about {
		padding: 0;
	}

	#about .about-heading h2 {
		margin-top: 30px;
		font-size: 27px;
	}

	#about .about-heading p {
		margin-top: 20px;
		font-size: 12px;
		line-height: 20px;
	}

	#about .about-right:before {
		content: "";
	    border: 8px solid #e5eef0;
		width: 100%;
	    height: 100%;
	}

	#about .about-right {
		position: relative;
		padding: 30px;
		margin-top: 20px;
	}

	#about .about-right-heading h1 {
		padding-top: 20px;
		font-size: 25px;
		text-align: center;
	}

	#about .about-right-boot:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about .about-right-wrapper {
	    position: relative;
		left: 0;
		top: 35px;
	}

	#about .about-right-wrapper a > h3 {
		font-size: 20px;
	}

	#about .about-right-wrapper p {
		margin-top: 20px;
		font-size: 13px;
	}

	#about .about-right-best {
		margin-top: 40px;
	}

	#about .about-right-best:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about .about-right-support {
		margin-top: 40px;
	}

	#about .about-right-support:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#about {
		/*margin-top: 50px;*/
		padding: 0;
	}

	#about .about-heading h2 {
		margin-top: 30px;
		font-size: 30px;
	}

	#about .about-heading p {
		margin-top: 20px;
		line-height: 20px;
	}

	#about .about-right:before {
		content: "";
	    border: 8px solid #e5eef0;
		width: 100%;
	    height: 100%;
	}

	#about .about-right {
		position: relative;
		padding: 30px;
		margin-top: 20px;
	}

	#about .about-right-heading h1 {
		padding-top: 20px;
		font-size: 25px;
		text-align: center;
	}

	#about .about-right-boot:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about .about-right-wrapper {
	    position: relative;
		left: 0;
		top: 35px;
	}

	#about .about-right-wrapper a > h3 {
		font-size: 20px;
	}

	#about .about-right-wrapper p {
		margin-top: 20px;
		font-size: 13px;
	}

	#about .about-right-best {
		margin-top: 40px;
	}

	#about .about-right-best:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about .about-right-support {
		margin-top: 40px;
	}

	#about .about-right-support:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

}

/*About bg*/
#about-bg {
	position: relative;
	background-image: url(../images/about/about2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*margin-top: 100px;*/
    text-transform: uppercase;
    /*padding: 100px 0;*/
    color: #fff;
}

.about-bg-heading {
	font-family: 'Josefin', sans-serif;
	font-weight: 900;
	text-align: center;
	line-height: 40px;
	z-index: -2;
}

.about-bg-heading h1 {
	font-size: 40px
}

.about-bg-heading p {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-weight: 400;
	font-size: 16px;
}

.about-bg-wrapper {
	color: #fff;
	text-align: center;
	margin-top: 30px;
	z-index: -2;
}

#about-bg .about-bg-wrapper .count {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 45px;
	margin-right: 20px;
	text-align: center;
	float: left;
	color: #01b1d7;
}

#about-bg .about-bg-wrapper p {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin-top: 30px;
	float: left;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	.about-bg-heading h1 {
		font-size: 28px;
	}

	.about-bg-wrapper {
		margin-left: 25%;
	}

}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	.about-bg-heading h1 {
		font-size: 30px;
	}

	.about-bg-wrapper {
		margin-left: 35%;
	}

}

.separa50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.separa25 {
    padding-top: 12px;
    padding-bottom: 12px;
}

/* quienes */
#quienes {
    padding-top: 50px;
    padding-bottom: 50px;
    background-attachment: scroll;
}
#quienes .inner-box {
    margin: 20px 10px 20px 10px;
}
#quienes .inner-box .text {
    font-size: 1.1em;
    line-height: 1.9em;
    color: #333;
}
#quienes .inner-box2 {
    margin: 40px 20px 40px 40px;
}
#quienes .inner-box2 h2 {
    color: #fff;
}
#quienes .inner-box2 .text2 {
    position: relative;
    margin: 30px 0;
    color: #fff;
    font-size: 1.1em;
    line-height: 1.5em;
}
#quienes .inner-box2 .text2 span {
    font-weight: 600;
    color: #01b1d7;
}
#quienes .inner-box2 i {
    padding-right: 10px;
}


/* nivel */
#inicial {
    padding-top: 50px;
    padding-bottom: 50px;
    background-attachment: scroll;
}
#inicial .service-block {
    margin-bottom: 0;
}
#inicial .service-block {
    margin-bottom: 0;
}
#inicial .inner-box {
    margin: 20px 10px 20px 10px;
}
#inicial .inner-box .text {
    font-size: 13px;
    color: #5a5a5a;
}
#inicial .inner-box .text span {
    font-weight: 600;
    color: #01b1d7;
}
.fafa {
    color: #01b1d7;
}
#inicial .icon-box {
    font-size: 36px;
    margin-bottom: 0;
    line-height: 1px;
    color: #01b1d7;
}
#inicial h4 {
    font-size: 14px;
    font-weight: 700;
    color: #1c1c1c;
}
#inicial .text {
    font-size: 13px;
    color: #5a5a5a;
}
#inicial .inner-box2 {
    margin: 40px 20px 40px 40px;
}
#inicial .inner-box2 .sec-title h2 {
    color: #fff;
}
#inicial .inner-box2 .sec-title h2 > span {
    color: #01b1d7;
}
#inicial .inner-box2 .text {
    position: relative;
    margin: 30px 0;
    color: #999999;
    line-height: 32px;
}
#inicial .inner-box2 .text2 {
    position: relative;
    margin: 30px 0;
    color: #01b1d7;
    font-size: 18px;
    line-height: 32px;
}
#inicial .inner-box2 i {
    padding-right: 10px;
}

#inicial2 {
    position: relative;
    background-image: url(../images/about/about2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
#inicial2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 1;
}
#inicial2 > * {
    position: relative;
    z-index: 2;
}

#inicial2 .service-heading2 {
    text-align: center;
}
#inicial2 .service-heading2 h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}
#inicial2 .service-heading2 p {
    font-size: 15px;
    color: #FFF;
    text-align: justify;
}

/* ingles */
.cambridge {
    width: 80%;
    height: auto;
    margin: 0 10%;
}
h2.titcambridge {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    padding-left: 15px;
}
.boxniveles {
    background-color: #cdcdcd;
}

/* tecnologia */
#tecnologia {
    padding-top: 50px;
    padding-bottom: 50px;
    background-attachment: scroll;
}
#tecnologia .inner-box {
    margin: 20px 10px 20px 10px;
}
#tecnologia .inner-box .text {
    font-size: 1.1em;
    line-height: 1.9em;
    color: #333;
}
#tecnologia .inner-box .text span {
    font-weight: 600;
    color: #01b1d7;
}
#tecnologia .inner-box2 {
    margin: 40px 20px 40px 40px;
}
#tecnologia .inner-box2 .text2 {
    position: relative;
    margin: 30px 0;
    color: #fff;
    font-size: 1.1em;
    line-height: 1.5em;
}
#tecnologia .inner-box2 .text2 span {
    font-weight: 600;
    color: #01b1d7;
}
#tecnologia .inner-box2 i {
    padding-right: 10px;
}
#tecnologia .inner-box h2 {
    font-family: 'Josefin Sans', sans-serif;
    color: #333;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}
#tecnologia .inner-box2 h2 {
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}
#tecnologia .inner-box2 .separado {
    padding-left: 20px;
}
#about .camp {
    padding: 10px;
}




#call {
    width: 100%;
    background-color: #1e73be;
}
#call .service-footer {
    background: #222222;
    padding: 30px 0;
}

#call .service-footer-left h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    font-size: 22px;
    color: #fff;
}

#call .service-footer-left h3 > span {
    color: #FFF;
    font-weight: 700;
}

#call .service-footer-left p {
    font-size: 16px;
    color: #FFF;
}

#call .service-footer-right {
    float: right;
    line-height: 80px;
}

#call .service-footer-right button {
    background-color: #01b1d7;
    width: 180px;
    height: 50px;
    color: #fff;
}

#call .service-footer-right button:hover {
    background-color: #fff;
    color: #01b1d7;
}





/*Service*/
#service {
    /*padding-top: 50px;*/
    /*padding-bottom: 50px;*/
    background-attachment: scroll;
}

#service .col-md-6 {
    padding: 0;
}

#service .service-heading {
    text-align: center;
}

#service .service-heading h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
}

#service .service-heading p {
    color: #8e8e8e;
    margin-bottom: 50px;
}

#service .service-heading2 {
    text-align: center;
}

#service .service-heading2 h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
}

#service .service-heading2 p {
    font-size: 15px;
    color: #545454;
    text-align: justify;
}

.services-style-one {
    position: relative;
}

.services-style-one .outer-box {
    position: relative;
    background: #1c1c1c;
}

.services-style-one .services-column {
    background: #f2f3f4;
}

.services-style-one .service-block {
    position: relative;
    margin-bottom: 40px;
}

.services-style-one .services-column .content-outer {
    position: relative;
    float: right;
}

.services-style-one .services-column .icon-box {
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 1px;
    color: #01b1d7;
}

.services-style-one .services-column h4 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #1c1c1c;
}

.services-style-one .services-column .text {
    font-size: 13px;
    color: #5a5a5a;
    max-width: 250px;
}

.services-style-one .content-column {
    position: relative;
    float: left;
    width: 50%;
    background: #1c1c1c;
    text-align: left;
}

.services-style-one .content-column .content-box {
    position: relative;
    float:left;
    padding: 50px 20px;
    max-width: 700px;
}

.services-style-one .content-column .sec-title h2 {
    color: #fff;
}

.services-style-one .content-column .sec-title h2 > span {
    color: #01b1d7;
    padding-bottom: 5px;
}

.services-style-one .content-column .inner-box {
    position: relative;
}

.services-style-one .content-column .text {
    position: relative;
    margin: 30px 0;
    color: #999999;
    line-height: 25px;
}


@media (min-width: 769px) {
    .services-style-one .services-column {
        position: relative;
        width: 50%;
        float: left;
    }
    .services-style-one .services-column .content-outer {
        max-width: 700px;
        padding: 80px 20px 40px 40px;
    }
}
@media (max-width: 768px) {
    .services-style-one .services-column {
        position: relative;
        width: 100%;
        float: left;
    }
    .services-style-one .services-column .content-outer {
        max-width: 700px;
        padding: 20px 20px 20px 20px;
    }
}

.inner-box button {
    background-color: #01b1d7;
    width: 120px;
    height: 35px;
    color: #fff;
}

.inner-box button:hover {
    background-color: #fff;
    color: #01b1d7;
}

/*Service Footer*/
#service .service-footer {
    background: #222222;
    padding: 30px 0;
}

#service .service-footer-left h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
}

#service .service-footer-left h3 > span {
    color: #01b1d7;
}

#service .service-footer-left p {
    font-size: 16px;
    color: #9d9d9d;
}

#service .service-footer-right {
    float: right;
    line-height: 80px;
}

#service .service-footer-right button {
    background-color: #01b1d7;
    width: 180px;
    height: 50px;
    color: #fff;
}

#service .service-footer-right button:hover {
    background-color: #fff;
    color: #01b1d7;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
    #service {
        /*margin-top: 50px;*/
    }

    #service .service-heading h2 {
        font-size: 27px;
    }

    #service .service-heading p {
        font-size: 13px;
    }

    .services-style-one .content-column .content-box {
        padding: 200px 20px 100px 20px;
    }
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
    #service {
        /*margin-top: 50px;*/
    }

    #service .service-heading h2 {
        font-size: 30px;
    }

    .services-style-one .content-column .content-box {
        padding: 200px 20px 100px 20px;
    }
}

/*Portfolio*/
#portfolio {

}

#portfolio .portfolio-heading {
	text-align: center;
}

#portfolio .portfolio-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 36px;
	text-transform: uppercase;
}

#portfolio .portfolio-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #8e8e8e;
	margin-bottom: 50px;
}

#portfolio .portfolio-thumbnail {
	position: relative;
}

#portfolio .portfolio-thumbnail img {
	width: 100%;
	height:auto;
}

#portfolio .portfolio-thumbnail .col-md-3 {
	padding: 0;
}

#portfolio .portfolio-thumbnail .caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(30, 115, 190, 0.7);
	opacity: 0;
	-moz-transition: opacity linear .3s;
	-webkit-transition: opacity linear .3s;
	-o-transition: opacity linear .3s;
	transition: opacity linear .3s;
}

#portfolio .portfolio-thumbnail .item:hover > .caption {
	opacity: 1;
}

#portfolio .caption i {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #01b1d7;
	background-color: #fff;
	position: absolute;
	top: 45%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;

}

#portfolio .caption p {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #fff;
	position: absolute;
	font-size: 17px;
	text-transform: capitalize;
	top: 55%;
	left: 30%;
	right: 30%;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#portfolio {
		/*margin-top: 50px;*/
	}

	#portfolio .portfolio-heading h2 {
		font-size: 27px;
	}

	#portfolio .portfolio-heading p {
		font-size: 13px;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#portfolio {
		/*margin-top: 50px;*/
	}

	#portfolio .portfolio-heading h2 {
		font-size: 30px;
	}

}

/*Contact*/
#contact {
	/*margin-top: 100px;*/
}

#contact .contact-heading {
	text-align: center;
}

#contact .contact-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#contact .contact-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #8e8e8e;
	margin-bottom: 50px;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}



/*Get In Touch*/
#get-touch {
	padding-top: 20px;
    padding-bottom: 20px;
}

#get-touch .get-touch-heading {
	text-align: center;
}

#get-touch h2 {
	font-family: 'Josefin Sans', sans-serif;
    color: #FFFFFF;
	font-weight: 700;
	font-size: 20px;
}

#get-touch p, #get-touch label {
	margin-top: 10px;
	line-height: 25px;
	color: #FFFFFF;
}

#get-touch .content {
	padding-top: 20px;
}

#get-touch .content .form input {
	height: 40px;
	width: 100%;
	border-color: #9e9e9e;
}

#get-touch .content .form select {
    height: 40px;
    width: 100%;
    border-color: #9e9e9e;
}

#get-touch .content .form textarea {
	width: 100%;
	height: 114px;
	border-color: #9e9e9e;
	/*margin-top: 20px;*/
}

#get-touch .content .form .submit {
	text-align: center;
}

#get-touch .content .form .submit .btn {
	margin-top: 25px;
	background-color: transparent;
	color: #FFFFFF;
	border-color: #FFFFFF;
}

#get-touch .content .form .submit .btn:hover {
	background-color: #606060;
	color: #fff;
}

#get-touch .boton {
    width: 180px;
    padding: 5px 15px !important;
}

/*Map*/
#google-map{
    position:relative;
    margin-top:10px;
    height: 400px;
}

/*Client*/
#client {
	margin-top: 100px;
	text-align: center;
}

#client .col-md-2 {
	height: 100px;
}

#client span {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

#client img {
	max-height: 100px;
	vertical-align: middle;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#contact {
		padding-top: 50px;
	}

	#contact .contact-heading h2 {
		font-size: 27px;
	}

	#contact .contact-heading p {
		font-size: 13px;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#contact {
		margin-top: 50px;
	}

	#contact .contact-heading h2 {
		font-size: 30px;
	}

}

/*Footer*/
.google-map {
    width: 100%;
    height: 300px;
    border: 0;
}



#footer {
	/*margin-top: 100px;*/
	background-color: #181818;
	padding: 50px 0;
}

#footer .footer-heading {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	padding: 0 20px;
	color: #fff;
}

#footer .footer-heading h3 {
	font-size: 20px;
	text-transform: capitalize;
}

#footer .footer-heading span {
	border-bottom: 2px solid #1e73be;
	padding-bottom: 8px;
}

#footer .footer-heading p:first-of-type {
    padding-top: 20px;
}

#footer .footer-heading p,
#footer .footer-heading p a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #f5f5f5;
    padding-top: 7px;
}

#footer .footer-heading p a:hover {
    color: #c0cad8;
}

#bottom-footer {
	background-color: #282828;
	padding: 20px 0;
	color: #8e8e8e;
}
