@import
	url(https://fonts.googleapis.com/css?family=Exo+2:400,100,300,700&subset=latin,latin-ext)
	;

@import url('../scripts/plugins/datepicker/css/datepicker.min.css');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd,
	ol, ul, li, fieldset, form, label, legend, input, select, textarea,
	button, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
	canvas, details, embed, figure, figcaption, footer, header, hgroup,
	menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

input {
	line-height: normal;
}

a {
	background: transparent;
	text-decoration: none;
}

figure {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select {
	vertical-align: middle;
}

img {
	border: 0;
}

:focus {
	outline: 0;
}

.clear:before, .clear:after {
	content: '';
	display: table;
}

.clear:after {
	clear: both;
}

.m-half {
	width: 50%;
}

.m-left {
	float: left;
}

.m-right {
	float: right;
}

.pull-right {
	float: right !important;
}

.m-align-center {
	text-align: center;
}

.m-table {
	display: table;
	width: 100%;
}

.m-table .m-tr {
	display: table-row;
}

.m-table .m-td {
	display: table-cell;
}

header:before, header:after, main:before, main:after, section:before,
	section:after, .widget:before, .widget:after {
	content: '';
	display: table;
}

header:after, main:after, section:after, .widget:after {
	clear: both;
}

.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

body {
	background: url("../images/body-bg.jpg") no-repeat top center fixed;
	background-size: cover;
	font-family: 'Segoe UI', Arial, sans-serif;
}

header {
	background-color: #fff;
	/*border-bottom: 3px solid #d0d8c3;*/
	border-bottom: 3px solid #188599;
}

header .logo {
	display: inline-block;
	padding: 10px 0;
	margin-top: 7px;
}

header .logo .slogan {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	color: #888;
	margin-left: 15px;
	border-left: 1px solid #a49561;
	padding: 7px 15px;
	line-height: 16px;
	margin-top: 10px;
	font-weight: 600;
}

@media ( max-width : 480px) {
	header .logo .slogan {
		margin-left: 0;
		border-left: 0;
		padding: 0;
		display: block;
	}
}

header .menu-toggle {
	display: none;
	background-color: #1c9bb3;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
	font-weight: 700;
	padding: 15px 20px;
	border-radius: 3px 3px 0 0;
}

header ul.menu {
	float: right;
}

header ul.menu li {
	float: left;
	margin: 0 10px;
	position: relative;
}

header ul.menu li:hover:after {
	width: 100%;
	left: 0;
}

header ul.menu li:hover a {
	color: #1c9bb3;
}

header ul.menu li:hover a i.s1 {
	background-position: 0 -26px;
}

header ul.menu li:hover a i.s2 {
	background-position: -27px -26px;
}

header ul.menu li:hover a i.s3 {
	background-position: -43px -26px;
}

header ul.menu li:after {
	content: '';
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	position: absolute;
	bottom: -3px;
	left: 50%;
	width: 0%;
	height: 3px;
	background-color: #1c9bb3;
}

header ul.menu li a {
	display: block;
	padding: 35px 3px 35px 3px;
	text-transform: uppercase;
	font-size: 15px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	color: #5b5b5b;
}

header ul.menu li a i, header ul.menu li a span {
	display: inline-block;
	vertical-align: middle;
}

header ul.menu li a i {
	margin-right: 7px;
	background: url("../images/icon-sprite.png") no-repeat 0 0;
}

header ul.menu li a i.s1 {
	width: 27px;
	height: 26px;
}

header ul.menu li a i.s2 {
	background-position: -27px 0;
	width: 16px;
	height: 26px;
}

header ul.menu li a i.s3 {
	background-position: -43px 0;
	width: 26px;
	height: 26px;
}

main {
	border-radius: 3px;
	background-color: #fff;
	/*overflow: hidden;*/
	width: 1200px;
	margin: 30px auto;
}

main .inner {
	padding: 30px;
	background-color: #fff;
}

main .inner.bg {
	background-color: #f0f0f0;
}

main .left-side {
	float: left;
	width: 48%;
}

main .left-side address ul li {
	padding-left: 35px;
	position: relative;
	margin-bottom: 25px;
}

main .left-side address ul li a {
	font-size: 14px;
	color: #6a6a6a;
}

main .left-side address ul li p {
	line-height: 150%;
	font-size: 14px;
	color: #6a6a6a;
}

main .left-side address ul li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}

main .left-side address ul li.s1:before {
	background: url("../images/s1.png") no-repeat;
	width: 18px;
	height: 25px;
}

main .left-side address ul li.s2:before {
	background: url("../images/s2.png") no-repeat;
	width: 16px;
	height: 16px;
}

main .left-side address ul li.s3:before {
	background: url("../images/s3.png") no-repeat;
	width: 18px;
	height: 18px;
}

main .left-side .social {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
}

main .left-side .social h4 {
	margin-bottom: 20px;
	font-size: 18px;
	color: #6a6a6a;
	font-weight: 700;
}

main .left-side .social ul li {
	display: inline-block;
	margin-right: 10px;
}

main .right-side {
	float: right;
	width: 48%;
}

main .right-side ul.contact-form li {
	margin-bottom: 20px;
}

main .right-side ul.contact-form li:last-child {
	text-align: right;
}

main .right-side ul.contact-form li span {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	color: #6a6a6a;
}

main .right-side ul.contact-form li input {
	font-size: 14px;
	border: 1px solid #d7d7d7;
	width: 100%;
	height: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}

main .right-side ul.contact-form li textarea {
	font-size: 14px;
	border: 1px solid #d7d7d7;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	height: 100px;
	resize: none;
}

main .right-side ul.contact-form li button {
	background-color: #1c9bb3;
	cursor: pointer;
	padding: 12px 40px;
	border-radius: 30px;
	color: #ffffff;
	font-size: 16px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
}

main .right-side ul.contact-form li button:hover {
	background-color: #32bdd7;
}

main .form-axtar {
	padding: 20px 0;
	position: relative;
	/*z-index: 100;*/
	display: none;
}

main .form-axtar.opened {
	display: block;
}

main .form-axtar.opened+div {
	display: none;
}

@media ( max-width : 768px) {
	main .form-axtar.opened {
		/*display: none;*/
		
	}
	main .form-axtar.opened+div {
		display: block;
	}
	.form-row .grid-4, .form-row .grid-3, .form-row .grid-2 {
		width: 100% !important;
		margin-right: 0 !important;
		display: block !important;
		margin-bottom: 7px !important;
	}
}

main .form-axtar ul li {
	margin-bottom: 15px;
	position: relative;
}

main .form-axtar ul li:last-child {
	margin-bottom: 0;
}

main .form-axtar .quarter {
	/*float: left;*/
	/*width: 15%;*/
	width: 100%;
}

main .form-axtar .quarter:nth-child(n) {
	/*margin-bottom: 0%;*/
	/*margin-right: 1%;*/
	
}

main .form-axtar .quarter:nth-child(6n) {
	/*margin-right: 0;*/
	/*margin-bottom: 0;*/
	
}

main .form-axtar:last-child {
	/*text-align: center;*/
	
}

main .form-axtar button {
	background-color: #1c9bb3;
	display: inline-block;
	vertical-align: top;
	padding: 15px 50px;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
	border-radius: 30px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
}

main .form-axtar button:hover {
	background-color: #32bdd7;
}

main .form-axtar i.icon {
	background: url("../images/input-icon.png") no-repeat;
	width: 25px;
	height: 24px;
	position: absolute;
	top: 15px;
	left: 15px;
}

main .form-axtar .custom-select {
	width: 100%;
	border: 1px solid #d7d7d7;
	color: #676865;
	/*padding: 18px 20px;*/
	padding: 11px 20px;
	min-height: 43px;
	font-size: 15px;
	box-shadow: none;
}

main .form-axtar .custom-select .sod_list_wrapper {
	border: 1px solid #d7d7d7;
	width: auto;
	left: -1px;
	right: -1px;
	min-width: 100%;
	max-height: 175px;
	overflow-y: auto;
	overflow-x: hidden;
}

main .form-axtar .custom-select .sod_list_wrapper .sod_option {
	white-space: normal;
	text-overflow: inherit;
	padding: 7px 15px 6px;
	list-style-type: none;
	line-height: 22px;
	font-size: 13px;
}

main .form-axtar .custom-select:after, main .form-axtar .custom-select:before
	{
	font-size: 0;
	font-family: inherit;
	background: url(../images/selectbox-icon.png) no-repeat;
	width: 15px;
	height: 10px;
	/*top: 21px;*/
	top: 15px;
	right: 17px;
}

.page-top-form {
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.page-top-form .item {
	display: inline-block;
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}

.page-top-form .custom-select {
	width: 100%;
	border: 1px solid #d7d7d7 !important;
	box-shadow: initial !important;
	color: #676865;
	/*padding: 18px 20px;*/
	padding: 16px 25px;
	min-height: 43px;
	font-size: 17px;
	text-align: left;
}

.page-top-form .custom-select .sod_list_wrapper {
	border: 1px solid #d7d7d7;
	width: auto;
	left: -1px;
	right: -1px;
	min-width: 100%;
	max-height: 175px;
	overflow-y: auto;
	overflow-x: hidden;
}

.page-top-form .custom-select .sod_list_wrapper .sod_option {
	white-space: normal;
	text-overflow: inherit;
	padding: 7px 15px 6px;
	list-style-type: none;
	line-height: 22px;
	font-size: 13px;
}

.page-top-form .custom-select:after, .page-top-form .custom-select:before
	{
	font-size: 0;
	font-family: inherit;
	background: url(../images/selectbox-icon.png) no-repeat;
	width: 15px;
	height: 10px;
	/*top: 21px;*/
	top: 15px;
	right: 17px;
}

.sod_select.open {
	z-index: 50;
}

main .form-axtar input {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	font-weight: normal;
	font-size: 15px;
	color: #676865;
	border: 1px solid #d7d7d7;
	/*height: 53px;*/
	height: 43px;
}

main .form-axtar input::-webkit-input-placeholder {
	color: #676865;
	opacity: 1 !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

main .form-axtar input:-moz-placeholder {
	/* Firefox 18- */
	color: #676865;
	opacity: 1 !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

main .form-axtar input::-moz-placeholder {
	/* Firefox 19+ */
	color: #676865;
	opacity: 1 !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

main .form-axtar input:-ms-input-placeholder {
	color: #676865;
	opacity: 1 !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

main .form-axtar input:focus::-webkit-input-placeholder {
	opacity: 0 !important;
}

main .form-axtar input:focus:-moz-placeholder {
	/* Firefox 18- */
	opacity: 0 !important;
}

main .form-axtar input:focus::-moz-placeholder {
	/* Firefox 19+ */
	opacity: 0 !important;
}

main .form-axtar input:focus:-ms-input-placeholder {
	opacity: 0 !important;
}

main .form-axtar input:focus {
	color: #676865;
}

main .search-results {
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: -30px;
}

main .search-results .wrapper {
	padding: 30px;
	background-color: #fff;
}

main .search-results .title {
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 20px;
}

main .search-results .title span {
	color: #1c9bb3;
}

main .search-results ul.list {
	padding: 20px 0;
	font-size: 0;
	margin-bottom: -50px;
}

main .search-results ul.list li {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	background-color: #f5f5f5;
	line-height: 0;
	min-height: 114px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14);
}

main .search-results ul.list li:nth-child(n) {
	margin-bottom: 2%;
	margin-right: 2%;
}

main .search-results ul.list li:nth-child(2n) {
	margin-right: 0;
	/*margin-bottom: 0;*/
}

main .btn-search-toggle {
	background-color: #888;
	display: inline-block;
	vertical-align: top;
	padding: 0 50px;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
	border-radius: 30px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	margin-bottom: 25px;
	height: 44px;
	line-height: 44px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

main .btn-search-toggle:after {
	content: '';
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	border: 5px solid transparent;
	border-top-color: #fff;
	position: relative;
	top: 1px;
}

main .btn-search-toggle:hover {
	background-color: #777;
}

@media screen and (max-width: 768px) {
	main .search-results ul.list li {
		width: 100%;
		margin-bottom: 20px !important;
	}
	main .search-results ul.list li:nth-child(n) {
		margin-bottom: 2%;
		margin-right: 2%;
	}
	main .search-results ul.list li:nth-child(1n) {
		margin-right: 0;
		margin-bottom: 0;
	}
	main .search-results ul.list li .image {
		float: none !important;
		text-align: center;
	}
	main .search-results ul.list li .content {
		padding: 20px !important;
		padding-top: 0 !important;
		margin-left: 0 !important;
		text-align: center;
	}
}

main .search-results ul.list li:hover .hover {
	top: 0;
}

main .search-results ul.list li:hover .image {
	/* transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%); */
	
}

main .search-results ul.list li:hover .content {
	/* transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%); */
	
}

main .search-results ul.list li .hover {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 24;
	height: 100%;
	text-align: center;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	display: block;
	opacity: 0;
	text-indent: 0;
	font-size: 0;
}

main .search-results ul.list li .hover a {
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

main .search-results ul.list li .hover a span {
	margin-top: 20px;
	display: block;
	line-height: 120%;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
}

main .search-results ul.list li .image {
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	padding: 20px;
	float: left;
}

main .search-results ul.list li .image+.content {
	margin-left: 110px;
}

main .search-results ul.list li .content {
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

main .search-results ul.list li .content h2 {
	font-size: 15px;
	color: #7e7e7e;
	font-weight: 300;
	margin-bottom: 10px;
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 8px;
	line-height: 130%;
}

main .search-results ul.list li .content h1 {
	font-size: 18px;
	line-height: 130%;
	color: #676767;
	font-weight: 700;
	margin-bottom: 10px;
}

main .search-results ul.list li .content p {
	line-height: 120%;
	font-size: 13px;
	color: #7e7e7e;
}

main .page-title {
	text-align: center;
}

main .page-title span {
	display: inline-block;
	margin-bottom: 45px;
	font-size: 22px;
	color: #7d8473;
	font-family: "Segue UI Semibold", "Segue UI", Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
}

main .page-title span:after {
	content: '';
	position: absolute;
	bottom: -23px;
	width: 120px;
	height: 3px;
	left: 50%;
	margin-left: -60px;
	background-color: #1c9bb3;
}

main .typography h1 {
	font-size: 19px;
	line-height: 130%;
	color: #6a6a6a;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

main .typography h2 {
	color: #6a6a6a;
	line-height: 120%;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 20px;
}

main .typography p {
	font-size: 14px;
	color: #6a6a6a;
	line-height: 130%;
	margin-bottom: 10px;
}

main .typography ul li {
	font-size: 14px;
	color: #6a6a6a;
	line-height: 130%;
	margin-bottom: 5px;
	padding-left: 12px;
	position: relative;
}

main .typography ul li:before {
	content: '-';
	position: absolute;
	top: 0;
	left: 0;
}

main .page-text {
	line-height: 135%;
	font-weight: 300;
	color: #7d8473;
	padding-top: 10px;
	margin-left: -30px;
	margin-right: -30px;
	padding-bottom: 40px;
}

main .page-text p {
	padding: 0 30px;
}

main .navigation-bar {
	background-color: #f7f7f7;
	margin-left: -30px;
	margin-right: -30px;
	border-bottom: 2px solid #e0e5d7;
	border-top: 2px solid #e0e5d7;
	padding: 20px 0;
}

main .navigation-bar ul {
	padding: 30px;
	font-size: 0;
	margin-bottom: -10px;
}

main .navigation-bar ul li {
	display: inline-block;
	vertical-align: top;
	background: linear-gradient(#fff, #e8e8e8);
	width: 32%;
	border: 1px solid #eaeee5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.13);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.13);
	transition: 0.2s transform;
	-webkit-transition: 0.2s transform;
	-moz-transition: 0.2s transform;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

main .navigation-bar ul li:nth-child(n) {
	margin-bottom: 2%;
	margin-right: 2%;
}

main .navigation-bar ul li:nth-child(3n) {
	margin-right: 0;
	margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
	main .navigation-bar ul li {
		width: 49%;
	}
	main .navigation-bar ul li:nth-child(n) {
		margin-bottom: 2%;
		margin-right: 2%;
	}
	main .navigation-bar ul li:nth-child(2n) {
		margin-right: 0;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 768px) {
	main .navigation-bar ul li {
		width: 100%;
		margin-bottom: 20px !important;
		margin-right: 0 !important;
	}
	main .navigation-bar ul li:nth-child(n) {
		margin-bottom: 2%;
		margin-right: 2%;
	}
	main .navigation-bar ul li:nth-child(1n) {
		margin-right: 0;
		margin-bottom: 0;
	}
}

main .navigation-bar ul li:hover {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
}

main .navigation-bar ul li .m-table>div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 15px 0;
	height: 40px;
}

main .navigation-bar ul li .m-table>div.content {
	width: 70%;
	text-align: left;
	padding: 20px;
}

main .navigation-bar ul li .m-table>div.image {
	height: 60px;
	width: 30%;
	border-right: 1px solid #d5dad0;
}

main .navigation-bar ul li .m-table>div.image span {
	display: inline-block;
	background: url("../images/icon-sprite.png") no-repeat 0 0;
}

main .navigation-bar ul li .m-table>div.image span.s1 {
	background-position: -69px 0;
	width: 50px;
	height: 50px;
}

main .navigation-bar ul li .m-table>div.image span.s2 {
	background-position: -119px 0;
	width: 56px;
	height: 56px;
}

main .navigation-bar ul li .m-table>div.image span.s3 {
	background-position: -175px 0;
	width: 48px;
	height: 41px;
}

main .navigation-bar ul li .m-table>div.image span.s4 {
	background-position: -223px 0;
	width: 31px;
	height: 40px;
}

main .navigation-bar ul li .m-table>div.image span.s5 {
	background-position: -254px 0;
	width: 40px;
	height: 40px;
}

main .navigation-bar ul li .m-table>div.image span.s6 {
	background-position: -294px 0;
	width: 41px;
	height: 30px;
}

main .navigation-bar ul li .m-table>div.image span.s7 {
	background-position: -335px 0;
	width: 45px;
	height: 38px;
}

main .navigation-bar ul li .m-table>div.image span.s8 {
	background-position: -380px 0;
	width: 52px;
	height: 38px;
}

main .navigation-bar ul li .m-table>div.image span.s9 {
	background-position: -432px 0;
	width: 45px;
	height: 46px;
}

main .navigation-bar ul li:hover {
	background: linear-gradient(#32bdd7, #1c9bb3);
	border-color: #188599;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.13);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.13);
}

main .navigation-bar ul li:hover .image {
	border-right-color: #188599 !important;
}

main .navigation-bar ul li:hover .image span.s1 {
	background-position: -69px -50px !important;
}

main .navigation-bar ul li:hover .image span.s2 {
	background-position: -119px -56px !important;
}

main .navigation-bar ul li:hover .image span.s3 {
	background-position: -175px -41px !important;
}

main .navigation-bar ul li:hover .image span.s4 {
	background-position: -223px -40px !important;
}

main .navigation-bar ul li:hover .image span.s5 {
	background-position: -254px -40px !important;
}

main .navigation-bar ul li:hover .image span.s6 {
	background-position: -294px -30px !important;
}

main .navigation-bar ul li:hover .image span.s7 {
	background-position: -335px -38px !important;
}

main .navigation-bar ul li:hover .image span.s8 {
	background-position: -380px -38px !important;
}

main .navigation-bar ul li:hover .image span.s9 {
	background-position: -432px -46px !important;
}

main .navigation-bar ul li:hover a {
	color: #ffffff;
}

main .navigation-bar ul li a {
	display: block;
	line-height: 130%;
	font-size: 15px;
	/*text-transform: uppercase;*/
	font-family: "Segue UI Semibold", "Segue UI", Arial, sans-serif;
	color: #848484;
	font-weight: 600;
}

main .m-button {
	padding-top: 30px;
	text-align: center;
}

main .m-button a {
	display: inline-block;
	background-color: #1c9bb3;
	padding: 15px 70px;
	border-radius: 30px;
	font-size: 17px;
	color: #ffffff;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
}

main .m-button a:hover {
	background-color: #32bdd7;
}

footer {
	padding-bottom: 15px;
	margin-top: -15px;
}

footer span, footer a {
	font-size: 13px;
	color: #fff;
}

footer ul.social {
	float: right;
}

footer ul.social li {
	float: left;
	margin-left: 15px;
}

footer ul.social li:hover a {
	text-decoration: underline;
}

@media screen and (max-width: 1170px) {
	.container {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 10px;
	}
	main {
		width: 100%;
		border-radius: 0;
	}
}

@media screen and (max-width: 768px) {
	.left-side, .right-side {
		float: none !important;
		width: 100% !important;
	}
	.form-axtar .quarter {
		width: 100% !important;
		float: none !important;
		/*margin-bottom: 15px !important;*/
	}
	.right-side {
		margin-top: 30px;
	}
	.menu-toggle {
		display: block !important;
	}
	.page-text {
		text-align: center;
	}
	header {
		padding-bottom: 20px;
	}
	header .logo {
		text-align: center;
		display: block;
		padding: 15px 0;
	}
	header ul.menu {
		display: none;
		float: none;
		background-color: #1c9bb3;
	}
	header ul.menu li {
		border-top: 1px solid #188599;
		float: none;
		margin: 0;
		text-align: center;
	}
	header ul.menu li:after {
		display: none;
	}
	header ul.menu li a {
		color: #ffffff !important;
		font-size: 13px;
		padding: 10px 10px !important;
	}
	header ul.menu li a i {
		display: none;
	}
	footer {
		text-align: center;
	}
	footer ul.social {
		margin-top: 10px;
		float: none !important;
	}
	footer ul.social li {
		float: none;
		display: inline-block;
	}
}

/* 24.05.2016 Mert Added */
.page-col-content {
	width: 77%;
	float: left;
}

.page-col-image {
	line-height: 0;
	margin-bottom: 25px;
	width: 31%;
	float: left;
}

.page-col-image a.btn-image {
	display: block;
}

.page-col-image a.btn-image img {
	width: 100%;
}

.page-col-image .image-bottom {
	margin-top: 25px;
}

.page-col-image .book-info {
	float: right;
	font-size: 0;
	margin-top: 5px;
}

.page-col-image .book-info li {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	height: 25px;
	font: 600 17px/25px "Segoe UI Semibold", "Segoe UI", Arial, sans-serif;
	color: #838383;
}

.page-col-image .book-info li:first-child {
	margin-left: 0;
}

.page-col-image .book-info li.icon-download:before {
	content: '';
	background: url(../images/icon-download.png) no-repeat;
	width: 19px;
	height: 17px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.page-col-image .book-info li.icon-view:before {
	content: '';
	background: url(../images/icon-view.png) no-repeat;
	width: 24px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.page-col-desc {
	width: 48%;
	margin-left: 2%;
	float: left;
	background-color: #f4f4f4;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.page-col-thumbs {
	float: right;
	width: 17%;
	margin-left: 2%;
	border-left: 1px solid #ddd;
	padding-left: 2%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.page-col-thumbs h3 {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.page-col-thumbs img {
	width: 100%;
}

.page-col-thumbs li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.page-col-thumbs li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.page-col-thumbs li .item--image {
	display: block;
	line-height: 0;
}

.page-col-thumbs li .item--title {
	display: block;
	font-size: 15px;
	padding: 6px 5px;
	background-color: #f1f1f1;
	line-height: 130%;
	font-weight: 600;
	color: #333;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
}

.page-col-thumbs li:hover .item--title {
	background-color: #1c9bb3;
	color: #fff;
}

.page-col-thumbs li.no-event {
	opacity: .3;
	pointer-events: none;
}

.page-col-thumbs li.no-event:hover .item--title {
	background-color: #f1f1f1;
	color: #333;
}

/*# sourceMappingURL=main.css.map */
.btn-pdf {
	/* float: left; */
	/* display: inline-block; */
	display: block;
	vertical-align: top;
	background-color: #1c9bb3;
	padding: 0 25px;
	height: 35px;
	line-height: 35px;
	border-radius: 30px;
	font-size: 15px;
	color: #ffffff;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
}

.pdf-input {
	/* float: left; */
	/* display: inline-block; */
	display: block;
	width: 100%;
	font-size: 15px;
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
	height: 40px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	padding: 0 15px 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.pdf-input:focus {
	border-color: #1c9bb3;
}

.pdf-input.ta {
	/* float: left; */
	/* display: inline-block; */
	display: block;
	font-size: 15px;
	line-height: 120%;
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	resize: none;
}

.btn-pdf:hover {
	background-color: #32bdd7;
}

.msg-box {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #72c091;
	color: #fff;
	font-size: 15px;
	line-height: 120%;
	padding: 10px 15px;
}

.msg-box.error {
	background-color: #bd5858;
}

@media ( max-width : 768px) {
	main .inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.page-col-image .image-bottom .btn-pdf {
		display: block;
		float: inherit;
	}
	.page-col-image .image-bottom .book-info {
		display: block;
		width: 100%;
		float: inherit;
		margin-top: 15px;
		text-align: center;
	}
	.page-col-desc {
		width: 67%;
		margin-bottom: 15px;
	}
	.page-col-thumbs {
		width: 100%;
		padding-left: 0;
		margin-left: 0;
		border-left: 0;
		float: inherit;
	}
	.page-col-thumbs ul {
		font-size: 0;
	}
	.page-col-thumbs ul li {
		display: inline-block;
		vertical-align: top;
		width: 49%;
		margin-right: 2%;
	}
	.page-col-thumbs ul li:nth-child(2n) {
		margin-right: 0;
	}
}

@media ( max-width : 480px) {
	.page-col-image, .page-col-desc {
		width: 100%;
		float: inherit;
		margin-left: 0;
		margin-bottom: 15px;
	}
}

.form-row {
	font-size: 0;
	margin-bottom: 0.87719%;
}

.form-row.text-center {
	text-align: center;
}

.form-row:last-child {
	margin-bottom: 0;
}

.form-row .grid {
	display: block;
	width: 100%;
	margin-bottom: 2%;
}

.form-row .grid-1 {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.form-row .grid-1:nth-child(n) {
	margin-bottom: 0.87719% !important;
	margin-right: 0.87719%;
}

.form-row .grid-1:nth-child(1n) {
	margin-right: 0;
	margin-bottom: 0;
}

.form-row .grid-1:nth-last-child(-n + 1) {
	margin-bottom: 0;
}

.form-row .grid-2 {
	width: 49.5614%;
	display: inline-block;
	vertical-align: top;
}

.form-row .grid-2:nth-child(n) {
	margin-bottom: 0.87719%;
	margin-right: 0.87719%;
}

.form-row .grid-2:nth-child(2n) {
	margin-right: 0;
	margin-bottom: 0;
}

.form-row .grid-2:nth-last-child(-n + 2) {
	margin-bottom: 0;
}

.form-row .grid-3 {
	width: 32.74854%;
	display: inline-block;
	vertical-align: top;
}

.form-row .grid-3:nth-child(n) {
	margin-bottom: 0.87719%;
	margin-right: 0.87719%;
}

.form-row .grid-3:nth-child(3n) {
	margin-right: 0;
	margin-bottom: 0;
}

.form-row .grid-3:nth-last-child(-n + 3) {
	margin-bottom: 0;
}

.form-row .grid-4 {
	width: 24.34211%;
	display: inline-block;
	vertical-align: top;
}

.form-row .grid-4:nth-child(n) {
	margin-bottom: 0.87719%;
	margin-right: 0.87719%;
}

.form-row .grid-4:nth-child(4n) {
	margin-right: 0;
	margin-bottom: 0;
}

.form-row .grid-4:nth-last-child(-n + 4) {
	margin-bottom: 0;
}

.form-row .grid-5 {
	width: 19.29825%;
	display: inline-block;
	vertical-align: top;
}

.form-row .grid-5:nth-child(n) {
	margin-bottom: 0.87719%;
	margin-right: 0.87719%;
}

.form-row .grid-5:nth-child(5n) {
	margin-right: 0;
	margin-bottom: 0;
}

.form-row .grid-5:nth-last-child(-n + 5) {
	margin-bottom: 0;
}

.form-row .grid-6 {
	width: 15.93567%;
	display: inline-block;
	vertical-align: top;
}

.form-row .grid-6:nth-child(n) {
	margin-bottom: 0.87719%;
	margin-right: 0.87719%;
}

.form-row .grid-6:nth-child(6n) {
	margin-right: 0;
	margin-bottom: 0;
}

.form-row .grid-6:nth-last-child(-n + 6) {
	margin-bottom: 0;
}

@media ( max-width : 768px) {
	.form-row .grid.grid-3 {
		width: 100% !important;
		margin-bottom: 10px !important;
		margin-right: 0 !important;
	}
	.form-row .grid-6 {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 10px !important;
		margin-right: 0 !important;
	}
	.form-row .grid-6:nth-child(2n) {
		margin-right: 0;
		margin-bottom: 0;
	}
	.form-row .grid-6:nth-last-child(-n + 2) {
		margin-bottom: 0;
	}
}

.col-wrapper {
	font-size: 0;
}

.col-wrapper .column {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}

.col-wrapper .column:last-child {
	margin-bottom: 0;
}

.col-wrapper .column.grid-2 {
	width: 48%;
	margin-right: 4%;
}

.col-wrapper .column.grid-2:nth-child(2n) {
	margin-right: 0;
}

.col-wrapper .column.grid-2:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.col-wrapper .search-results {
	margin: 0;
	font-size: 16px;
}

.col-wrapper .search-results .title {
	text-align: left;
}

.col-wrapper .search-results ul.list li {
	width: 100% !important;
	margin-right: 0 !important;
	margin-bottom: 2% !important;
}

.col-wrapper .search-results ul.list li:last-child {
	margin-bottom: 0 !important;
}

@media ( max-width : 1024px) {
	.col-wrapper .column.grid-2 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.col-wrapper .column.grid-2:last-child {
		margin-bottom: 0;
	}
}

main .search-results ul.list li .image img {
	max-width: 90px;
}

.header-search {
	background-color: #1c9bb3;
	padding: 10px 0;
	overflow: hidden;
	width: 100%;
}

.header-search *, .header-search *:before, .header-search *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.header-search .form {
	float: right;
	width: 400px;
	max-width: 100%;
	position: relative;
	padding-right: 80px;
}

.header-search .form .btn-submit {
	width: 70px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	text-align: center;
	background-color: #1c9bb3;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 15px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	cursor: pointer;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
}

.header-search .form .btn-submit:hover {
	background-color: #32bdd7;
}

.header-search .form .input-text {
	width: 100%;
	height: 35px;
	background-color: #fff;
	padding: 0 15px 1px;
	font-size: 15px;
	color: #333;
	border-radius: 3px;
}

@media ( max-width : 768px) {
	.header-search {
		margin-top: 15px;
		text-align: center;
	}
	.header-search .form {
		float: initial;
		margin: 0 auto;
	}
}

/* 22.07.2019 added */
.book-cover {
	position: relative;
	line-height: 0;
}

.btn-audio {
	display: block;
	vertical-align: top;
	background-color: #2063FF;
	padding: 0 25px;
	height: 35px;
	line-height: 35px;
	border-radius: 30px;
	font-size: 15px;
	color: #ffffff;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
}

.btn-audio:before {
	content: '';
	background: url(../images/icon-audio-small.png) no-repeat;
	width: 18px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	top: -1px;
}

.btn-audio:hover {
	background-color: #004CFF;
}

.btn-download {
	display: block;
	vertical-align: top;
	background-color: #1c9bb3;
	padding: 0 25px;
	height: 35px;
	line-height: 35px;
	border-radius: 30px;
	font-size: 15px;
	color: #ffffff;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
}

.btn-download:before {
	content: '';
	background: url(../images/icon-download-small.png) no-repeat;
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	top: -1px;
}

.btn-download:hover {
	background-color: #32bdd7;
}

.book-cover .btn-audio {
	background-color: #ff6820;
	min-width: 80px;
	height: 80px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	right: 15px;
	bottom: 15px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
	z-index: 2;
}

.book-cover .btn-audio:hover {
	background-color: #ff5910;
	box-shadow: 0 5px 25px rgba(0, 0, 0, .25);
}

.book-cover .btn-audio:before {
	background: url(../images/icon-audio.png) no-repeat;
	width: 31px;
	height: 24px;
	top: 0;
	margin-right: 0;
}

.page-col-thumbs li .item--image {
	position: relative;
	line-height: 0;
}

.page-col-thumbs li .item--image .btn-audio {
	background-color: #ff6820;
	min-width: 40px;
	height: 40px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	right: 10px;
	bottom: 10px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
	z-index: 2;
}

.page-col-thumbs li .item--image .btn-audio:before {
	margin-right: 0;
}

.page-col-thumbs li .item--image .btn-audio:hover {
	background-color: #ff5910;
	box-shadow: 0 5px 25px rgba(0, 0, 0, .25);
}

.download-track-list {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
	justify-content: center;
	margin-top: 30px;
}

.download-track-list li {
	display: flex;
	padding: 10px;
}

main .search-results ul.list li .btn-audio {
	background-color: #ff6820;
	min-width: 40px;
	height: 40px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	left: 45px;
	bottom: 10px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
	z-index: 25;
}

@media ( max-width : 768px) {
	main .search-results ul.list li .btn-audio {
		bottom: auto;
		top: 10px;
		right: 10px;
		left: auto;
	}
}

main .search-results ul.list li .btn-audio:before {
	margin-right: 0;
}

main .search-results ul.list li .btn-audio:hover {
	background-color: #ff5910;
	box-shadow: 0 5px 25px rgba(0, 0, 0, .25);
}

@media ( min-width : 768px) {
	header .logo {
		margin-right: auto;
	}
	header >.container {
		display: flex;
		flex-direction: column;
	}
	header ul.menu {
		margin-bottom: 16px;
	}
	header ul.menu li {
		display: flex;
		align-items: center;
		margin: 0;
	}
	header ul.menu li a {
		padding: 10px 15px;
	}
	header ul.menu li.primary a {
		color: #fff;
		font-weight: 600;
		box-shadow: initial !important;
		background-color: #1c9bb3;
		border-radius: 3px;
		margin-left: 16px;
		height: 46px;
		display: flex;
		align-items: center;
		box-sizing: border-box;
		
	}
	header ul.menu li.primary:after {
		content: none;
	}
}

@media ( min-width : 991px) {
	header > .container {
		flex-direction: row;
		align-items: center;
	}
	header ul.menu {
		margin-bottom: 0;
	}
}