/* SCROLL */

.scrollbar-inner > .scroll-element .scroll-element_track {
	background-color: transparent !important;
}

.scrollbar-inner > .scroll-element .scroll-bar {
	background-color: #FF9E27 !important;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
	background-color: #FF9E27 !important;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
	background-color: #FF9E27 !important;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}


/* HIGHLIGHT */

::-moz-selection {
	background: #ffe6c7;
}

::selection {
	background: #ffe6c7;
}


/* GERAL */

body {
	background-color: #EEE;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #000;
}

.conteudo-editavel,
p {
	line-height: 21px;
}

p em {
    font-style: italic;
}

input:required,
input:invalid {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.alert {
	width: 100%;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	margin: 20px 0;
}

.alert:first-child {
	margin-top: 0;
}

.alert:last-child {
	margin-bottom: 0;
}

.alert.success {
	color: #3C763D;
	background-color: #DFF0D8;
	border-color: #D6E9C6;
}


/* BOTOES */

.big-btn {
	display: inline-block;
	padding: 10px 15px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
	background-color: #4f4f4f;
	margin-top: 30px;
}

.big-btn:hover {
	background-color: #929292;
}


/* H's */

h1 {
	padding: 10px 15px;
	font-size: 18px;
	color: #000;
	margin-bottom: 30px;
	text-transform: uppercase;
	float: left;
}

h3 {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	color: #29AFEC;
	margin-bottom: 5px;
}

h4 {
	font-size: 13px;
	margin-top: 25px;
	margin-bottom: 20px;
	font-weight: 700;
}

h4:first-child {
	margin-top: 0;
}

h5 {
	font-size: 13px;
	margin-top: 15px;
	font-weight: 700;
}

h5:first-child {
	margin-top: 0;
}


/* CONTAINER */

.container {
	width: 1200px;
	padding: 0 25px;
}


/* HEADER */

.header {
	width: 100%;
	background-color: #FFF;
}

.logo {
	display: block;
	float: left;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	height: 60px;
}

.logo:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.menu {
	float: right;
}

.menu li {
	float: left;
	display: block;
	border-left: 1px solid #FF9E27;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu li:nth-child(2) {
	border-left: 0;
}

.menu li:last-child {
	border-left: 0;
}

.menu li:last-child a {
	background-color: #ff9e27;
	color: #000;
}

.menu li:last-child a:hover {
	background-color: #ffb356;
}

.menu a {
	display: block;
	line-height: 60px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ff9e27;
	text-transform: uppercase;
	font-size: 17px;
}

.menu a:hover {
	color: #000;
}

.mobile-menu-toggle,
.mobile-close,
.mobile-overlay {
	display: none;
}

.social-media {
	float: right;
	margin: 15px 0 15px 20px;
}

.social-media a {
	float: left;
	display: block;
	line-height: 30px;
	width: 30px;
	text-align: center;
	background-color: #d9d9d9;
	color: #FFF;
	font-size: 16px;
	margin-left: 10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
    vertical-align: top;
}

.social-media a:first-child {
	margin-left: 0;
}

.social-media a:hover {
	background-color: #000;
}

.social-media a:hover i {
	color: #FFF;
}

.social-media a.idioma {
    font-size: 13px;
}

.social-media a.idioma:nth-last-child(2) {
    margin-left: 21px;
    position: relative;
}

.social-media a.idioma:nth-last-child(2):before {
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: -11px;
    width: 1px;
    height: 15px;
    background-color: #d9d9d9;
    pointer-events: none;
}

.social-media a.idioma.active {
    background-color: #000;
}

@media all and (max-width: 1000px) {
	.logo {
		float: none;
		margin: 0 auto;
	}
	.social-media {
		width: 100%;
		float: none;
		margin: 20px 0;
		text-align: center;
	}
	.social-media a {
		float: none;
		display: inline-block;
	}
	.menu {
		float: none;
		width: 100%;
		text-align: center;
	}
	.menu li {
		float: none;
		display: inline-block;
	}
	.menu a {
		display: block;
		line-height: 70px;
	}
}

@media all and (max-width: 550px) {
	.logo {
		float: left;
		max-width: 80%;
	}
	.social-media {
		display: none;
	}
	.mobile-overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 109;
		background-color: rgba(255, 255, 255, 0.8);
	}
	.mobile-menu-toggle {
		display: block;
		float: right;
		color: #ff9e27;
		line-height: 80px;
		font-size: 30px;
	}
	.menu {
		width: 90%;
		position: fixed;
		z-index: 110;
		display: none;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background-color: #FFF;
		padding: 20px;
		border: 1px solid #ff9e27;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.menu li {
		display: block;
		border-top: 1px solid #FF9E27;
		border-left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.menu li:nth-child(2) {
		border-top: 0;
	}
	.menu li:last-child {
		border-top: 0;
	}
	.menu li:last-child a {
		background-color: #ff9e27;
		color: #000;
	}
	.menu a {
		line-height: 60px;
		text-align: center;
		color: #ff9e27;
	}
	.mobile-close {
		position: absolute;
		display: block;
		font-size: 30px;
		color: #ff9e27;
		right: 0;
		top: -40px;
	}
}


/* MAIN */

.main {
	width: 100%;
	background-color: #FFF;
}

.main-menu {
	float: right;
}

.main-menu > li {
	display: block;
	float: left;
}

.main-menu > li > a {
	display: block;
	line-height: 50px;
	float: left;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFF;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 500;
	cursor: pointer;
}

.main-menu #festival {
	background-color: #02cca3;
}

.main-menu #festival:hover {
	background-color: #36e0be;
}

.main-menu #whats-on {
	background-color: #ff9e27;
}

.main-menu #whats-on:hover {
	background-color: #ffb356;
}

.main-menu #take-part {
	background-color: #29afec;
}

.main-menu #take-part:hover {
	background-color: #81c6e5;
}

.main-menu #gallery {
	background-color: #df7ee3;
}

.main-menu #gallery:hover {
	background-color: #e4aee6;
}

.main-menu #others {
	background-color: #009688;
}

.main-menu #others:hover {
	background-color: #4DB6AC;
}

.main-submenu {
	display: none;
	width: 100%;
	text-align: right;
	clear: both;
}

#festival-menu {
	background-color: #02cca3;
}

#whats-on-menu {
	background-color: #ff9e27;
}

#take-part-menu {
	background-color: #29afec;
}

#gallery-menu {
	background-color: #df7ee3;
}

#others-menu {
	background-color: #009688;
}

.main-submenu li {
	display: inline-block;
	margin-left: 50px;
}

.main-submenu li:first-child {
	margin-left: 0;
}

.main-submenu a {
	display: block;
	line-height: 50px;
	color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 500;
	cursor: pointer;
}

.main-submenu a:hover {
	color: #000;
}

.main-submenu a.active {
	color: #000;
	-webkit-box-shadow: 0px -10px 0px #000 inset;
	-moz-box-shadow: 0px -10px 0px #000 inset;
	box-shadow: 0px -10px 0px #000 inset;
}

.mobile-submenu {
	display: none;
}

.search {
	float: right;
}

.search input {
	width: 195px;
	font-size: 17px;
	color: #D9D9D9;
	background: none;
	line-height: 50px;
	border: 0;
	padding: 0 20px;
	font-family: 'FontAwesome', 'Roboto', sans-serif;
}

.search input:focus {
	background-color: #f4f4f4;
}

.search input[type="submit"] {
	display: none;
}

@media all and (max-width: 650px) {
	.main-menu {
		float: none;
		width: 100%;
	}
	.main-menu > li {
		float: none;
		width: 100%;
	}
	.main-menu > li > a {
		line-height: 50px;
		float: none;
		width: 100%;
		text-align: center;
	}
	.main-submenu {
		text-align: center;
	}
	.main-submenu li {
		margin-left: 0;
	}
	.main-submenu a {
		padding: 0 15px;
		display: block;
		line-height: 40px;
	}
	.mobile-submenu {
		display: none;
	}
	.mobile-submenu li {
		display: block;
		width: 100%;
	}
	.mobile-submenu a {
		display: block;
		width: 100%;
		line-height: 40px;
		font-size: 17px;
		text-align: center;
		color: #FFF;
	}
	#festival-submenu {
		background-color: #02cca3;
	}
	#whats-on-submenu {
		background-color: #ff9e27;
	}
	#take-part-submenu {
		background-color: #29afec;
	}
	#gallery-submenu {
		background-color: #df7ee3;
	}
	#others-submenu {
		background-color: #009688;
	}
	.mobile-submenu a.active {
		color: #000;
		-webkit-box-shadow: 0px -10px 0px #000 inset;
		-moz-box-shadow: 0px -10px 0px #000 inset;
		box-shadow: 0px -10px 0px #000 inset;
	}
	.search {
		float: none;
	}
	.search input {
		width: 100%;
	}
}

@media all and (max-width: 350px) {
	.main-submenu li {
		display: block;
		width: 100%;
	}
	.main-submenu a {
		display: block;
		width: 100%;
	}
}


/* SEARCH */

.search-results {
	margin-top: 30px;
}

.search-results a {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.search-results a:last-child {
	margin-bottom: 0;
}

.search-results .page-title {
	font-weight: 700;
	font-size: 16px;
	color: #ff9e27;
	display: block;
	margin-bottom: 5px;
}


/* CONTENT */

.content {
	width: 100%;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.content .container {
	padding: 35px 25px;
}

.inside-slider > span {
	position: relative;
}

.inside-slider > span {
	display: block;
	width: 100%;
	height: 300px;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.inside-slider .cycle-pager {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
	text-align: center;
	z-index: 101;
}

.inside-slider .bullet {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 10px;
	background-color: #FFF;
	border: 1px solid #FFF;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
}

.inside-slider .bullet:hover {
	background-color: rgba(255, 255, 255, 0.5);
}

.inside-slider .bullet:first-child {
	margin-left: 0;
}

.inside-slider .prev-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 30px;
	color: #FFF;
	z-index: 101;
	cursor: pointer;
}

.inside-slider .cycle-prev {
	left: 15px;
}

.inside-slider .cycle-next {
	right: 15px;
}


/* WHAT'S ON */

.whats-on {
	border-color: #ff9e27;
}

.whats-on h1 {
	background-color: #ff9e27;
}

.whats-on h4 {
	color: #ff9e27;
}

.whats-on h5 {
	color: #ff9e27;
}

.whats-on p a {
	color: #ff9e27;
}

.whats-on p a:hover {
	color: #ffb356;
}

.whats-on .flo-input:hover,
.whats-on .flo-input:focus {
	border-color: #ff9e27 !important;
}

.whats-on input:checked + .flo-checkbox,
.whats-on input:checked + .flo-radio {
	border: 3px solid #ff9e27 !important;
	background: #ff9e27 !important;
}

.whats-on input:hover + .flo-radio,
.whats-on input:hover + .flo-checkbox,
.whats-on input:focus + .flo-checkbox,
.whats-on input:focus + .flo-radio {
	border-color: #ff9e27 !important;
}

.whats-on .btn-themed {
	background-color: #ff9e27 !important;
}

.whats-on .btn-themed:hover,
.whats-on .btn-themed:focus {
	background-color: #ffb356 !important;
}

#ui-datepicker-div {
	z-index: 11 !important;
}

.whats-on .double-col {
	margin-top: 30px;
}


/* FESTIVAL */

.festival {
	border-color: #02cca3;
}

.festival h1 {
	background-color: #02cca3;
}

.festival h4 {
	color: #02cca3;
}

.festival h5 {
	color: #02cca3;
}

.festival p a {
	color: #02cca3;
}

.festival p a:hover {
	color: #36e0be;
}

.festival .double-col {
	margin-top: 50px;
}

.festival .prev-next:hover {
	color: #02cca3;
}

.festival .cycle-pager-active {
	background-color: #02cca3;
}

.festival .big-btn {
	background-color: #02cca3;
}

.festival .big-btn:hover {
	background-color: #36e0be;
}

.festival .flo-input:hover,
.festival .flo-textarea:hover,
.festival .flo-select > select:hover,
.festival .flo-selectmulti select:hover,
.festival .flo-input:hover ~ .flo-hint,
.festival .flo-file .file-input:hover + .flo-input,
.festival .flo-textarea:hover ~ .flo-hint {
	border-color: #02cca3 !important;
}


/* GALLERY */

.gallery {
	border-color: #df7ee3;
}

.gallery h1 {
	background-color: #df7ee3;
}


/* OTHERS */

.others {
	border-color: #009688;
}

.others h1 {
	background-color: #009688;
}


/* TAKE PART */

.take-part {
	border-color: #29afec;
}

.take-part h1 {
	background-color: #29afec;
}

.take-part .flo-input:hover,
.take-part .flo-input:focus {
	border-color: #29afec !important;
}

.take-part input:checked + .flo-checkbox,
.take-part input:checked + .flo-radio {
	border: 3px solid #29afec !important;
	background: #29afec !important;
}

.take-part input:hover + .flo-radio,
.take-part input:hover + .flo-checkbox,
.take-part input:focus + .flo-checkbox,
.take-part input:focus + .flo-radio {
	border-color: #29afec !important;
}

.take-part .flo-input:hover,
.take-part .flo-textarea:hover,
.take-part .flo-select > select:hover,
.take-part .flo-selectmulti select:hover,
.take-part .flo-input:hover ~ .flo-hint,
.take-part .flo-file .file-input:hover + .flo-input,
.take-part .flo-textarea:hover ~ .flo-hint {
	border-color: #29afec !important;
}

.take-part .btn-themed {
	background-color: #29afec !important;
}

.take-part .btn-themed:hover,
.take-part .btn-themed:focus {
	background-color: #81c6e5 !important;
}


/* FOOTER */

.footer {
	width: 100%;
	background-color: #fff;
	color: #929292;
}

.footer .container {
	padding: 60px 25px 25px 25px;
}

.footer .col {
	position: relative;
	display: block;
}

.footer .title {
	display: block;
	line-height: 50px;
	padding: 0 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	background-color: #ff9e27;
	color: #FFF;
}

.footer .arrow {
	position: absolute;
	top: 10px;
	right: 25px;
	display: block;
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 30px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	color: #FFF;
}

.footer .col:hover .arrow {
	right: 15px;
}

.footer .thumb {
	display: block;
	width: 100%;
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.footer .desc {
	display: block;
	width: 100%;
	padding: 15px;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 69px;
}

.footer .footer-festival .desc {
	background-color: #02CCA3;
}

.footer .footer-gallery .desc {
	background-color: #DF7EE3;
}

.footer .footer-others .desc {
	background-color: #009688;
}

.footer .footer-whats-on .desc {
	background-color: #ff9e27;
}

.newsletter p {
	margin-bottom: 5px;
}

.newsletter input {
	width: 100%;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'FontAwesome', 'Roboto', sans-serif;
	font-size: 16px;
	color: #929292;
	background-color: #EEE;
	border: 1px solid #EEE;
	margin-bottom: 5px;
}

« .newsletter input:last-child {
	margin-bottom: 0;
}

.newsletter input:hover {
	background-color: #F4F4F4;
}

.newsletter input:focus {
	border: 1px solid #29afec;
}

.newsletter input[type="submit"] {
	text-align: center;
	color: #FFF;
	background-color: #29afec;
	text-transform: uppercase;
	cursor: pointer;
}

.newsletter input[type="submit"]:hover {
	background-color: #81c6e5;
}


/* CREDITS */

.credits {
	width: 100%;
	background-color: #EEE;
	color: #4F4F4F;
	font-size: 11px;
	line-height: 16px;
}

.credits .container {
	padding: 10px 25px 10px 25px
}

.credits a:hover {
	color: #000;
}

.credits .left {
	float: left;
}

.credits .right {
	float: right;
	text-align: right;
}

.credits .right a {
	display: inline-block;
	margin-left: 5px;
	border-left: 1px solid #4F4F4F;
	padding-left: 5px;
	line-height: 11px;
}

.credits .right a:first-child,
.credits .right a:last-child {
	margin-left: 0;
	border-left: 0;
	padding-left: 0;
}

.social-media-footer {
	display: none;
}

@media all and (max-width: 1000px) {
	.credits .right,
	.credits .left {
		text-align: center;
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
}

@media all and (max-width: 450px) {
	.social-media-footer {
		display: block;
		margin-bottom: 20px;
		text-align: center;
	}
	.social-media-footer a {
		display: inline-block;
		line-height: 30px;
		width: 30px;
		text-align: center;
		background-color: #4f4f4f;
		color: #FFF;
		font-size: 16px;
		margin-left: 15px;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
	}
	.social-media-footer a:first-child {
		margin-left: 0;
	}
	.social-media-footer a:hover {
		background-color: #eee;
	}
	.social-media-footer a:hover i {
		color: #000;
	}
}


/* HOME */

.slider {
	position: relative;
	background-color: #FFF;
}

.slider > span {
	display: block;
	width: 100%;
	height: 290px;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.destaque {
	position: absolute;
	right: 50%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
	bottom: 0;
	width: 1200px;
	padding: 0 25px;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 101;
}

.detalhes {
	display: block;
	width: 250px;
	max-width: 100%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Dosis', sans-serif;
	margin-bottom: 5px;
	background-color: rgba(0, 0, 0, 0.8);
}

.detalhes span {
	display: block;
	text-align: center;
}

.detalhes .name {
	font-size: 23px;
	color: #ff9e27;
	font-weight: 600;
}

.detalhes .year {
	font-size: 53px;
	margin: 5px 0 25px 0;
	color: #ff9e27;
}

.detalhes .date {
	font-size: 26px;
	color: #02cca3;
	margin-bottom: 10px;
}

.detalhes .local {
	color: #FFF;
	font-size: 18px;
}

.destaque .book-now {
	line-height: 65px;
	display: block;
	width: 250px;
	max-width: 100%;
	font-size: 35px;
	font-weight: 500;
	color: #000;
	background-color: #ff9e27;
	text-align: center;
}

.destaque .book-now:hover {
	background-color: #ffb356;
}

@media all and (max-width: 450px) {
	.detalhes {
		width: 100%;
	}
	.destaque .book-now {
		width: 100%;
	}
}


/* FORMS */

.floraforms {
	margin-top: 50px;
}

.floraforms input,
.floraforms textarea,
.floraforms select,
.floraforms option {
	border-width: 1px !important;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
}

.captcode {
	border-top-width: 1px !important;
	border-right-width: 1px !important;
	border-bottom-width: 1px !important;
	border-left: 0 !important;
}

.payment-details:not(.credit-debit-details) {
	display: none;
	margin-bottom: 30px;
}


/* PRICES */

.prices-wrapper {
	width: 100%;
	overflow-x: auto;
}

.prices-table {
	width: 100%;
	min-width: 625px;
	margin: 30px auto 0 auto;
}

.prices-table span {
	line-height: 25px;
	display: block;
	float: left;
	width: 33.333333333%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.prices-table .title {
	font-weight: 700;
	color: #FFF;
	background-color: #000;
}

.prices-table span:nth-child(3n+1) {
	clear: both;
}

.prices-table span:nth-child(6n+4) {
	background-color: #EEE;
}

.prices-table span:nth-child(6n+5) {
	background-color: #EEE;
}

.prices-table span:nth-child(6n+6) {
	background-color: #EEE;
}


/* PICTURES */

.photos a {
	display: block;
	height: 200px;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	border: 1px solid #DDD;
}

.photos a:before {
	content: " ";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 10px solid #FFF;
}

.photos a:hover {
	border-color: #df7ee3;
}

.photos .overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.photos a:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}

.photos i {
	font-size: 22px;
	display: block;
	color: #df7ee3;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


/* TEACHERS */

.teachers {
	margin-top: 30px;
}

.teachers a {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #f4f4f4;
	background: #f4f4f4;
	color: #000;
	min-height: 375px;
	position: relative;
}

.teachers .photo {
	display: block;
	width: 100%;
	height: 200px;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.teachers .teacher-name {
	display: block;
	text-align: center;
	padding: 0 10px;
	margin-top: 25px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 16px;
}

.teachers .teacher-short {
	display: block;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	line-height: 17px;
}

.teacher-read-more {
	display: block;
	text-transform: uppercase;
	padding: 10px 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 11px;
	margin-top: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #ff9e27;
	width: 100%;
}

.teacher-read-more .fa-chevron-circle-right {
	font-size: 18px;
	position: absolute;
	right: 25px;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	   -moz-transform: translateY(50%);
	    -ms-transform: translateY(50%);
	     -o-transform: translateY(50%);
	        transform: translateY(50%);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.teachers a:hover {
	border-color: #ff9e27;
}

.teachers a:hover .photo {
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
}

.teachers a:hover .fa-chevron-circle-right {
	right: 15px;
}

.page_navigation {
	margin-top: 10px;
}

.page_link {
	display: inline-block;
	width: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #eee;
	margin-right: 5px;
}

.page_link.active_page {
	color: #FFF;
	background-color: #ff9e27;
}

.next_link,
.previous_link {
	display: inline-block;
	width: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #eee;
	margin-right: 5px;
}

.profile-pic {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.other-teachers {
	margin-top: 50px;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	display: block;
	width: 30px;
	line-height: 30px;
	background-color: #ff9e27;
	text-align: center;
	color: #FFF;
	font-size: 20px;
}

.owl-prev:hover,
.owl-next:hover {
	background-color: #ffb356;
}

.owl-prev {
	left: 0;
}

.owl-next {
	right: 0;
}

.other-teachers a {
	display: block;
	width: 95%;
	height: 175px;
	position: relative;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid transparent;
}

.other-teachers a:hover {
	border-color: #ffb356;
}

.other-teachers .teacher-photo {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	  -o-background-size: cover;
	     background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.other-teachers .teacher-name {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	padding: 5px 0;
	background-color: #ff9e27;
	line-height: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

.other-teachers a:hover .teacher-name {
	background-color: #ffb356;
}


/* NEWS */

#twitter-widget-0 {
	width: 100% !important;
	max-width: 100% !important;
}


/* TESTIMONIALS */

.submit-testimonial {
	margin-bottom: 50px;
}

.submit-testimonial input,
.submit-testimonial textarea {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #dadada;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	margin-bottom: 5px;
	padding: 10px 15px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
}

.submit-testimonial input:hover,
.submit-testimonial textarea:hover {
	border-color: #BBB;
}

.submit-testimonial input:focus,
.submit-testimonial textarea:focus {
	border-color: #02cca3;
}

.submit-testimonial textarea {
	resize: none;
	height: 70px;
}

.submit-testimonial input[type="submit"] {
	border: 0;
	background-color: #02cca3;
	color: #FFF;
	text-transform: uppercase;
	width: 200px;
	cursor: pointer;
}

.submit-testimonial input[type="submit"]:hover {
	background-color: #36e0be;
}

.entry p {
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom: 15px;
	background-color: #EEE;
	-webkit-border-top-right-radius: 30px;
	   -moz-border-radius-topright: 30px;
	        border-top-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	   -moz-border-radius-bottomleft: 30px;
	        border-bottom-left-radius: 30px;
	-webkit-border-top-left-radius: 30px;
	   -moz-border-radius-topleft: 30px;
	        border-top-left-radius: 30px;
}

.entry .testimonial-name {
	display: block;
	text-align: right;
	font-weight: 700;
	font-size: 17px;
}

.entry .testimonial-date {
	display: block;
	text-align: right;
	font-size: 12px;
	margin-top: 5px;
}

.prev-next-book {
	margin: 30px 0;
	clear: both;
}

.prev-next-book button {
	display: block;
	width: 125px;
	padding: 10px 0;
	color: #FFF !important;
	text-transform: uppercase;
	background-color: #29afec;
	border: 0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	cursor: pointer;
}

.prev-next-book button:hover {
	background-color: #81c6e5;
}

.prev-next-book .prev {
	float: left;
}

.prev-next-book .next {
	float: right;
}


/* NEWSLETTER POPUP */

.newsletter-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.newsletter-popup form {
    display: block;
    padding: 60px 30px;
    position: fixed;
    right: 50%;
    bottom: 50%;
	-webkit-transform: translate(50%, 50%);
	   -moz-transform: translate(50%, 50%);
	    -ms-transform: translate(50%, 50%);
	     -o-transform: translate(50%, 50%);
	        transform: translate(50%, 50%);
    width: 500px;
    max-width: 90%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    border: 2px solid #ff9e27;
    background-color: #fff;
}

.newsletter-popup h3 {
    margin-top: 0;
    margin-bottom: 15px !important;
}

.newsletter-popup p {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.newsletter-popup .fa-times {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #eee;
    cursor: pointer;
    text-align: center;
}

.newsletter-popup .fa-times:hover {
    color: #fff;
    background-color: #ff9e27;
}