* {
	outline: none !important;
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	position: relative;
	overflow-x: hidden; 
}
body {
	font-family: "proxima-nova", Ebrima, Avenir, Segoe UI, Arial, sans-serif;

	width: 100%;
}
ul, ol, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	color: #199ED8;
	text-decoration: none !important;
}
a:hover {
	text-decoration: none;
	color: #18bbff;
}
hr {
	box-shadow: 0 1px 0 #fff;
}
textarea {
	resize: none;
}
a, input, input:focus, textarea, textarea:focus, 
button, select, .btn:hover>i, .btn>i, table tr, 
table tr:hover, .skw-nav span {
	transition: all .2s;
}
.collapsing { 
	transition: height 0.18s;
}
.screen-reader-response{
	display: none;
}
.wpcf7-not-valid-tip {
	display: block;
	margin-top: 7px;
	font-size: 13px;
	color: #A94442  ;
}
.wpcf7-mail-sent-ok{
	color: #3C763D;
	background-color: #DFF0D8;
	border-color: #D6E9C6;
	margin-top: 15px;
}
.wpcf7-response-output {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.wpcf7-validation-errors {
	color: #A94442;
	background-color: #F2DEDE;
	border-color: #EBCCD1;
	margin-top: 15px;
}
.form-control {
	border-color: #e5e5e5;
	box-shadow: inset 0 1px 2px rgba(0,0,0, .07);
	background-color: #fcfcfc;
	height: 36px;
	-webkit-appearance: none;
}
.form-control:focus {
	border-color: #00a1df;
	box-shadow: none !important;
}
select.form-control {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	background: #fcfcfc url(img/select.jpg) right no-repeat;
	color: #666;
	padding-right: 30px;
}
select::-ms-expand {
	display: none;
}
.btn {
	font-weight: bold;
	padding: 8px 12px;
	border: none;
	box-shadow: none !important; 
}
.btn:focus {
	box-shadow: inset 0 1px 4px rgba(0,0,0, .15);
}
.btn-primary, .btn-primary:hover, .btn-primary:focus {
	background-color: #F8981D;
}
a.block {
	display: block;
}
header {
	box-shadow: 0 1px 3px rgba(0,0,0, .035);
	position: relative;
}
header .up {
	padding: 11px 0;
	height: 35px;
}
header .up a {
	font-weight: 500;
	font-size: 13px;
}
.navbar-toggle {
	border-color: #babcbe;
	border-radius: 3px;
	height: 44px;
	width: 44px;
	margin-right: 5px;
}
.navbar-toggle .icon-bar {
	background-color: #a2a4a8;
	height: 1px;
}
header .hour {
	padding-left: 25px;
	padding-right: 25px;
}
header .hour .bx-prev, header .hour .bx-next {
	position: absolute;
	top: 3px;
	display: block;
	width: 7px;
	height: 12px;
	text-indent: -9999px;
}
header .hour li {
	text-align: center;
	font-size: 13px;
}
header .hour .bx-prev {
	left: 10px;
	background: #fff url(img/main-left-arrow.png) center no-repeat;
}
header .hour .bx-next {
	right: 10px;
	background: #fff url(img/main-right-arrow.png) center no-repeat;
}
header .text-right.no-padding-right a {
	border-left: 1px solid #e0e0e0;
	padding: 0 10px;
	margin: 0;
}
header .text-right.no-padding-right a img {
	margin-top: -1px;
	margin-bottom: 1px;
}
header .text-right.no-padding-right a:first-child {
	border-left: none;
}
header .down {
	background-color: #fff;
	padding: 5px 10px 10px 10px;
	height: 180px;
}
header.in .down {
	height: 125px;
}
header .down .container {
	border-top: 1px solid #eee;
}
header .down a.navbar-brand {
	display: block;
	text-indent: -9999px;
	background: url(img/logo.png) center no-repeat;
	width: 197px;
	height: 70px;
	padding: 0;
}
header .down h1 {
	float: left;
}
header .down h1 span {
	font-size: 30px;
	color: #199ED8;
	margin-left: 20px;
	border-left: 1px solid #e8e8e8;
	height: 73px;
	width: 120px;
	display: block;
	float: right;
	padding: 4px 0 0 20px;
	line-height: 34px;
	font-weight: normal;
}
header .down .pull-right {
	padding: 46px 0 0 0;
}
header .down .pull-right li {
	float: left;
}
header .down .pull-right li a {
	padding: 9px 20px;
	color: #199ED8;
	border: 1px solid transparent;
	border-radius: 3px 3px 0 0;
	cursor: pointer;
	font-size: 16px;
}
header .down .pull-right li a .caret {
	opacity: .5;
	filter: alpha(opacity=50);
	margin-top: -2px;
}
/* slider */
.skw-content .caption {
	position: absolute;
	bottom: 70px;
	right: 18.5%;
	max-width: 50%;
	padding: 15px 20px;
	color: #fff;
	font-weight: bold;
	-webkit-transform: scale(1.7);
	transform: scale(1.7);
	opacity: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
	pointer-events: auto;
}
.skw-content.active .caption {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.skw-content .caption h2 {
	margin: 0;
	font-size: 22px;
}
.skw-caption:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.8);
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transform: skew(-25deg, 0);
	transform: skew(-25deg, 0);
	background: #199ED8 url(img/pattern-light.jpg);
	border: 1px solid rgba(0,0,0, .15);
	box-shadow: inset 0 1px 0 rgba(255,255,255, .11);
}
.skw-caption a ,.skw-caption a:hover{
	color:#fff;
}

.skw-container svg {
	height: 100%;
	width: 100%;
}
.skw-container {
	background-color: #000;
	overflow: hidden;
	position: relative;
} 
.skw-container.loading {
	background-position: center;
	background-repeat: no-repeat;
}   
.skw-list {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.skw-slide {
	display: none;
}
.skw-container .skw-slide {
	display: block;
}
.skw-container > ul {
	height: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.skw-container > ul li {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.skw-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 4;
	overflow-x: hidden; 
	overflow-y: hidden;
	opacity: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	-webkit-transform: translate3D(0,0,0);
	transform: translate3D(0,0,0);
	pointer-events: none;
}
.skw-content.active {
	opacity: 1;
}
.skw-content.scroll {
	overflow-y: auto;
	width: 100%; 
}  
.active > .skw-next {
	right: 20px;
	opacity: 1;
}
.active > .skw-prev {
	left: 20px;
	opacity: 1;
}
.skw-nav { 
	overflow: hidden; 
	position: absolute; 
	z-index: 5;
	bottom: 20px; 
	padding: 3px 10px;
	left: 50%; 
	z-index: 9999; 
}
.skw-nav > span { 
	display: inline-block; 
	vertical-align: middle; 
	cursor: pointer; 
}
.skw-dots { 
	display: inline-block; 
	vertical-align: middle; 
}
.skw-dots:before { 
	content: ""; 
	display: inline-block; 
	height: 100%; 
	vertical-align: middle; 
}
.skw-nav span { 
	cursor: pointer;  
	vertical-align: middle; 
	display: inline-block; 
	background: #fff;
	opacity: .5; 
	width: 15px; 
	height: 15px; 
	margin: 3px; 
	border-radius: 50%; 
}
.skw-nav { 
	background: rgba(255,255,255, 0); 
	border-radius: 25px; 
}
.skw-container:hover .skw-nav {
	opacity: 1;
}
.skw-nav:hover { 
	opacity: 1; 
}
.skw-nav > span:hover { 
	opacity: 1;
}
.skw-nav span:hover, .skw-nav span.skw-current { 
	opacity: 1; 
}
.skw-noTransition,
.skw-noTransition > li
{
	-webkit-transition: -webkit-transform 0s!important; 
	-moz-transition: all 0s!important; 
	-ms-transition: all 0s!important; 
	transition: -webkit-transform 0s!important; 

	-webkit-transition-delay: 0!important;
	transition-delay: 0!important;
}
.content {
	position: relative;
	z-index: 2;
	background-color: rgba(0,0,0,.8);
	margin: 50px auto;
	width: 70%;
	color: #fff;
	padding: 50px;
	opacity: 0;
	-webkit-transform: translate3D(0,-50px,0);
	transform: translate3D(0,-50px,0);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.active .content {
	-webkit-transform: translate3D(0,0,0);
	transform: translate3D(0,0,0);
	opacity: 1;
}
.out .content {
	-webkit-transform: scale(1.2) translate3D(0,0,0);
	transform: scale(1.2) translate3D(0,0,0);
	opacity: 0;
}
.skew {
	-webkit-transform-origin: center;
	transform-origin: center;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.skw-container li {
	pointer-events: none;
	z-index: 1;    
}
.skw-container li.skw-nextSlide,
.skw-container li.skw-prevSlide {
	cursor: pointer;
}

.skw-container li svg image {
	-webkit-transform: translate3D(0,0,0);
	transform: translate3D(0,0,0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .5s, opacity .5s;
	transition: -webkit-transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s;
	pointer-events: auto;
}

.skw-container li.skw-nextSlide svg image:hover {
	-webkit-transform: translate3D(-40px,0,0);
	transform: translate3D(-40px,0,0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.skw-container li.skw-prevSlide svg image:hover {
	-webkit-transform: translate3D(40px,0,0);
	transform: translate3D(40px,0,0);
}
/**/
.popover {
	width: 310px !important;
	max-width: 380px !important;
	border: 1px solid #e3e3e3;
	box-shadow: 0 3px 4px rgba(0,0,0, .1);
	border-bottom-color: #ddd;
} 
.popover-content {
	padding-bottom: 3px !important;
	display: inline-block;
	width: 100%;
}
.popover-content a {
	border-bottom: 1px solid #e9e9e9 !important;
	margin-bottom: 5px;
	padding: 5px 0 8px 0;
	width: 100%;
	color: #777;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	background: none;
	border: none;
	background-position: 2px 9px;
	float: left;
}
.popover-content a {
	width: 131px;
	padding: 6px 0 7px 0;
	margin-right: 15px;
	color: #666;
}
.popover-content a:nth-child(2n) {
	margin-right: 0;
}
.popover-content a:hover {
	padding-left: 12px;
	background: url(img/main-right-arrow.png) left no-repeat;
	background-position: 0 9px;
}
.tab-wrapper {
	padding: 0;
	
}
.tab-wrap {
	margin: 0 0 0 0;
	z-index: 3;
	position: relative;
	overflow: hidden;
}
.tab-wrap .tab-nav {
	height: 32px;
	text-align: center;
	margin-left: 61px;
    background-color:#e0e0e0;
 opacity:0.9;
}
.tab-wrap .tab-nav a, .tab-wrap .tab-nav a:hover {
	padding: 4px 0 0 0;
	color: #666;
	font-size: 16px;
	display: inline-block;
	width: 205px;
	height: 100%;
	float: left;
}
.tab-wrap .tab-nav a.active, .tab-wrap .tab-nav a.active:hover {
	color: #fff;
	background: #004685 url(img/pattern-light.jpg) repeat-x;
	border-radius: 3px 3px 0 0;
}
.tab-wrap .tab-nav a span {
	font-size: 13px;
	text-align: center;
	display: block;
	width: 100%;
	color: #888;
}
.tab-wrap .tab-nav a.active span {
	color: #fff;
}
.tab-wrap .tabs-content {
	background: #004685 url(img/pattern-light.jpg) repeat-x;
	box-shadow: 0 2px 2px rgba(0,0,0, .08);
	border-radius: 0 0 3px 3px;
	padding: 10px;
	width: 100%;
	color: #fff;
	overflow: hidden;
}
.tab-wrap .tabs-content .form-control {
	box-shadow: none;
	border: none;
	height: 35px;
	color: #777;
}
.tab-wrap .tabs-content hr {
	box-shadow: 0 1px 0 rgba(255,255,255, .12);
	border-color: rgba(0,0,0, .12);
}
.tab-wrap .tabs-content .btn {
	box-shadow: 0 1px 2px rgba(0,0,0, .1), inset 0 1px 0 rgba(255,255,255, .25) !important;
	
	background-image: url(img/search-white.png);
	background-repeat: no-repeat;
	background-position: 18px 10px;
}
.tab-wrap .tabs-content .a-z-index {
	padding: 14px 0 8px 0;
	clear: both;
	display: inline-block;
	width: 100%;
}
.tab-wrap .tabs-content .a-z-index a {
	display: block;
	margin: 0 0 0 4px;
	float: left;
	padding: 2px 7px 1px 7px;
	font-size: 15px;
	border-radius: 3px;
	border: 2px solid transparent;
	color: #fff;
}
.tab-wrap .tabs-content .a-z-index .pull-left {
	padding-top: 3px;
	padding-right: 10px;
}
.tab-wrap .tabs-content .a-z-index a:hover {
	color: #fff;
	border: 2px solid #fff;
}
.tab-wrap .tabs-content .at span {
	display: block;
	font-size: 20px;
	margin-top: 7px;
	margin-left: 29px;
}
.news-wrap {
	padding: 40px 0 25px 0;
}
.news-wrap .bx-wrapper {
	margin-bottom: 30px;
}
.news-wrap li {
	display: inline-block;
	padding-bottom: 30px;
}
.news-wrap li .col-xs-12 {
	border-right: 1px dashed #ddd;
	padding-right: 20px;
	padding-left: 20px;
}
.news-wrap li .col-xs-12:nth-child(3n) {
	border-right: none;
}
.news-wrap h2 {
	font-size: 16px;
	line-height: 23px;
	font-weight: normal;
	color: #199ED8;
	max-height: 47px;
	overflow: hidden;
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	background: url(img/main-right-arrow.png) no-repeat;
	background-position: 0 4px;
}
.news-wrap p {
	max-height: 98px;
	overflow: hidden;
	display: block;
	padding: 0;
	margin: 0 0 15px 0;
}
.news-wrap small {
	font-weight: 500;
	color: #a0a0a0;
}
.bx-pager {
	text-align: center;
	position: relative;
	z-index: 999;
}
.bx-pager .bx-pager-item {
	display: inline-block;
}
.bx-pager .bx-pager-item a {
	margin: 0 3px;
	width: 15px;
	height: 15px;
	display: block;
	border-radius: 100px;
	opacity: .45;
	filter: alpha(opacity=45);
	text-indent: -9999px;
	background-color: #e0e0e0;
}
.bx-pager .bx-pager-item a.active {
	opacity: 1;
	filter: alpha(opacity=100);
}
.news-wrap .bx-prev, .news-wrap .bx-next {
	width: 48px;
	height: 48px;
	position: absolute;
	text-indent: -9999px;
	display: block;
	margin-top: -153px;
	z-index: 999;
	opacity: .2;
	filter: alpha(opacity=2);
	display: none;
}
.news-wrap .bx-prev:hover, .news-wrap .bx-next:hover {
	opacity: .4;
	filter: alpha(opacity=4);
}
.news-wrap .bx-prev {
	background: url(img/bx-prev-i.png) no-repeat;
	margin-left: -65px;
}
.news-wrap .bx-next {
	background: url(img/bx-next-i.png) no-repeat;
	margin-left: 1155px;
}
.box-wrap {
	padding-bottom: 13px;
}
.box-wrap .bx-prev, .box-wrap .bx-next {
	display: none;
}
.box-wrap li {
	display: inline-block;
	padding-bottom: 35px;
}
.box-wrap .col-xs-3 {
	text-align: center;
}
.box-wrap .col-xs-3 img {
	float: none !important;
}
.box-wrap .col-xs-9 {
	padding-left: 0;
}
.box-wrap h3 {
	color: #fff;
	display: block;
	padding: 0;
	overflow: hidden;
	height: 41px;
	margin: 0 0 13px 0;
	font-size: 16px;
	width: 100%;
	line-height: 22px;
	font-weight: normal;
}
.box-wrap p {
	overflow: hidden;
	height: 66px;
	margin-bottom: 32px;
	color: #fff;
	line-height: 21px;
}
.box-wrap .col-xs-9 a.pull-right {
	background: url(img/right-white.png) right no-repeat;
	padding-right: 20px;
	color: #fff;
}
.box-wrap .box {
	padding: 25px 20px 0px 30px;
	border-radius: 3px;
	height: 209px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0, .07);
}
.box.blue {
	background: url(img/box-blue.jpg) top repeat-x;
}
.box.orange {
	background: url(img/box-orange.jpg) top repeat-x;
}
.box.yellow {
	background: url(img/box-yellow.jpg) top repeat-x;
}
.link-wrap {
	background: #f7f7f7 url(img/noisy.jpg);
	border-top: 1px solid #e9e9e9;
	padding: 40px 0 25px 0;
	line-height: 22px;
	font-size: 13px;
}
.link-wrap h4 {
	padding: 0;
	margin: 0 0 10px 0;
	color: #199ED8;
	font-size: 14px;
}
.link-wrap .address {
	color: #888;
}
.link-wrap .address h4 {
	color: #666;
	font-size: 15px;
}
.link-wrap a {
	color: #555;
	display: block;
}
.link-wrap a:hover {
	color: #199ED8;
}
footer {
	border-top: 1px solid #e7e7e7;
	padding: 23px 0;
	color: #a0a0a0;
	line-height: 23px;
}
footer .pull-right {
	min-width: 351px;
	text-align: right;
	padding-top: 4px;
}
footer .social {
	float: left;
	min-width: 143px;
	border-right: 1px solid #e9e9e9;
}
footer .social a {
	display: block;
	float: left;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	margin-left: 5px;
	background-size: 20px !important;
}
footer a.fb {
	background: #3b5997 url(img/fb.jpg) center no-repeat;
}
footer a.tw {
	background: #55acee url(img/tw.jpg) center no-repeat;
}
footer a.gp {
	background: #dd4b39 url(img/gp.jpg) center no-repeat;
}
footer .ubit {
	float: right;
	width: 200px;
	padding-top: 6px;
}
.fmenu .filetisim {
	display: none;
	color: #555;
}
.bready {
	background: #084E90 url(img/pattern-dark.jpg);
}
.bready .breadcrumb {
	padding: 13px 0 12px 0;
	margin-bottom: 0;
	background: none;
}
.bready .breadcrumb a, .bready .breadcrumb li {
	color: #fff;
}
.bready .breadcrumb li.active {
	font-weight: bold;
}
.title-wrap {
	background: #199ED8 url(img/pattern-light.jpg) repeat-x;
	padding-top: 25px;
	height: 110px;
	border-top: 1px solid rgba(255,255,255, .16);
}
.title-wrap h2 {
	font-size: 19px;
	color: #fff;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.content-wrap {
	margin: -48px 0 30px 0;
}
.content-wrap .col-sm-8 {
	padding-right: 0;
}
.content-wrap .sidy .col-sm-8 {
	padding-right: 15px;
}
.content-wrap .col-sm-4 {
	padding-left: 0;
}
.white-bg {
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0, .13);
	border-radius: 3px 0 3px 3px;
	padding: 20px;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 2;
	line-height: 27px;
	color: #555;
}
.content-wrap .white-bg .in {
	min-height: 350px;
}
.white-bg .in p:nth-child(2n+1) {
	margin-bottom: 30px;
}
.white-bg .in h3:first-child {
	margin-top: 0;
}
.white-bg .in h3 {
	color: #199ED8;
	padding: 0;
	margin: 10px 0;
	font-size: 16px;
}
.white-bg .in img {
	display:block;
	max-width:100%;
	height:auto;
}
.daty {
	color: #a9a9a9;
	font-size: 13px;
}
.sidy {
	background-color: #fff;
	border-radius: 0 4px 0 0;
	position: relative;
	z-index: 1;
}
.sidy h2 {
	background-color: #1fb8f2;
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 16px;
	padding: 16px 15px 15px 17px;
	border-radius: 0 3px 0 0;
	box-shadow: 0 1px 2px rgba(0,0,0, .15), inset 0 1px 0 rgba(255,255,255, .17);
	display: block;
	font-weight: normal;
}
.sidy h2 .arrow {
	background: url(img/title-arrow.png) center no-repeat;
	width: 18px;
	height: 9px;
	display: block;
	position: absolute;
	margin: 14px 0 0 -3px;
}
.sidy .panel-group {
	margin-bottom: 20px;
	background-color: #f6f8fa;
	padding: 15px 20px 20px 20px;
	border-radius: 0 0 3px 0;
	box-shadow: 0 1px 3px rgba(0,0,0, .15);
	border-top: 1px solid rgba(255,255,255, .4);
}
.sidy .panel-group .panel {
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
}
.sidy .panel-default>.panel-heading {
	background: none;
	border: none;
	padding: 0;
	border-bottom: 1px solid #e7e7e7;
}
.sidy .panel-title {
	font-size: 14px;
	font-weight: normal;
}
.sidy .collapse-menu .panel-title a {
	background: url(img/panel-arrow-down.png) right no-repeat;
}
.sidy .panel-title a {
	display: block;
	padding: 10px 5px 15px 2px;
}
.sidy .panel .panel-body {
	border-top: none !important;
	padding-top: 5px;
	padding-left: 10px;
}
.sidy .panel .panel-body ul li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 15px 0 12px 0;
	border-bottom: 1px solid #e7e7e7;
	color: #333;
	margin-bottom: -1px;
}
.sidy .panel-title a {
	color: #333;
}
.sidy .panel .panel-body ul li.active a {
	color: #199ED8;
	background: url(img/main-right-arrow.png) left no-repeat;
	padding-left: 15px;
}
.sidy .box-wrap {
	padding-bottom: 0;
	margin-bottom: 20px;
	padding-left: 16px;
}
.sidy .box-wrap .box {
	margin-bottom: 15px;
}
.alerty {
	padding: 15px 0;
	line-height: 22px;
	margin-bottom: 10px;
	font-size: 14px;
}
.alerty.orange {
	color: #fe6a00;
}
.crew .col-md-6 {
	padding-bottom: 13px;
	padding-right: 7px;
	padding-left: 7px;
}
.crew .row {
	margin-left: -7px;
	margin-right: -7px;
}
.crew .col-md-6 .col-xs-8 {
	padding-left: 10px;
}
.crew .line {
	height: 158px;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	padding: 15px;
	background: #fff url(img/crew-bg.jpg) top repeat-x;
}
.crew .line .col-xs-9 {
	overflow: hidden;
	text-overflow: ellipsis;
}
.crew .line .col-xs-3, .crew .line .col-xs-4 {
	padding: 0;
}
.crew img {
	max-width: 100% !important;
	height: auto !important;
	max-height: 125px;
	padding: 6px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0, .07);
	border: 1px solid #e7e7e7;
	border-bottom-color: #e0e0e0;
	margin-bottom: 7px;
}
.crew h5 {
	padding: 3px 0 0 0;
	margin: 0;
	line-height: 13px;
	font-weight: normal;
	color: #199ED8;
	font-size: 15px;
}
.crew strong {
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.crew span {
	padding-top: 24px;
	display: block;
	line-height: 13px;
}
.crew .line .col-xs-9 a {
	display: block;
	padding-top: 7px;
	word-wrap:break-word;
	line-height: 18px;
}
.crew .line .col-xs-4 a {
	line-height: 18px;
	background: url(img/about-icon.png) left no-repeat;
	padding: 2px 0 0 20px;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
	border-bottom-width: 1px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	padding: 12px;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	border-color: #e5e5e5;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f6f8fa;
}
.modal-content {
	border: none;
	border-radius: 5px;
	box-shadow: 0 3px 4px rgba(0,0,0, .3);
}
.modal-header {
	background-color: #00a1df;
	border-radius: 4px 4px 0 0;
	padding: 14px 20px;
	box-shadow: 0 -1px 0 rgba(0,0,0, .1), inset 0 1px 0 rgba(255,255,255, .15);
	border-bottom: none; 
}
.modal-header .close {
	color: #fff;
	border-radius: 999px;
	display: block;
	width: 24px;
	height: 24px;
	border: 2px solid #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	text-shadow: none;
	font-weight: normal;
	font-size: 20px;
	margin-top: -1px;
	line-height: 22px;
}
.modal-title {
	color: #fff;
	font-weight: normal;
	font-size: 16px;
}
.modal-body {
	line-height: 23px;
}

.modal-backdrop {
	background: #084E90;
}
.modal-backdrop.in {
	opacity: .88;
	filter: alpha(opacity=88);
}
.nav-tabs {
	border-bottom-color: #199ED8;
	margin-bottom: 20px;
}
.nav-tabs>li {
	margin: 0 30px 0 0;
}
.nav-tabs>li>a, .nav-tabs>li>a:hover {
	color: #199ED8;
	border: none;
	border-bottom: 5px solid transparent;
	padding: 10px 0 7px 0;
}
.nav-tabs>li>a:hover {
	background: #fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover {
	color: #199ED8;	
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	border: none;
	border-bottom: 5px solid #199ED8;
}
.tab-content>.tab-pane {
	display: block;
	position: absolute;
	margin-top: -5000px;
}
.tab-content>.active {
	position: relative;
	margin-top: 0;
}
.tab-pane {
	line-height: 22px;
}
.tab-pane b {
	color: #199ED8;
	font-weight: normal;
}
.tab-pane .form-control {
	background-color: #f8f9fa;
	border-color: #e2e2e2;
	min-height: 42px;
}
.tab-pane .form-control:focus {
	color: #199ED8;
	border-color: #199ED8;
}
.tab-pane textarea {
	padding-top: 9px;
}
.tab-pane .note {
	padding-top: 6px;
	color: #199ED8;
	display: block;
}
.tab-pane .send {
	background-image: url(img/message-icon.png);
	background-repeat: no-repeat;
	background-position: 18px 11px;
	min-width: 158px;
	padding-left: 34px;
}
.frame {
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0, .16);
	border-radius: 3px 0 3px 3px;
	padding: 10px 10px 2px 10px;
	margin: 0 0 20px 0;
}
.done {
	background: url(img/sent.jpg) center top no-repeat;
	padding: 45px 0 20px 0;
	margin: 60px 0 20px 0;
	text-align: center;
}
.done h1, .done h2 {
	font-size: 16px;
	color: #5a9500;
	padding: 0;
	margin: 0 0 10px 0;
}
.done h2 {
	font-size: 14px;
	margin-bottom: 20px;
}
.cd-top {
	display: inline-block;
	height: 42px;
	width: 42px;
	position: fixed;
	bottom: 23px;
	right: 23px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #084E90 url(img/top-arrow.png) no-repeat center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 3px;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: 1;
}
.no-touch .cd-top:hover {
	opacity: 1;
}
.no-padding-left {
	padding-left: 0;
}
.no-padding-right {
	padding-right: 0;
}
.filtreveri{
	cursor: pointer;
	border: none !important;
}
.activefiltre{
	background-color: #084E90;
	color: #FFF;
}
.panel li a {
	display: block;
	padding: 10px 5px 10px 2px;
}

.navbar-nav {
	font-size: 16px;
	z-index: 1010;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav li a:hover, .nav li a:focus, .nav li a:active {
	background-color: transparent;
	border-color: transparent;
}
.fmenu li {
	width: 25%;
	float: left;
	padding-left: 20px;
}
.fmenu li a {
	color: #199ed8;
	font-size: 15px;
	margin: 0 0 5px;
	padding: 0;
}
.fmenu li ul li {
	width: 100%;
	display: block;
	padding-left: 0px;
}
.fmenu li ul li a {
	color: #555;
	display: block;
	font-size: 13px;
	margin-bottom: 0;
}
.col-xs-3 a img {
	width: 100%;
	height: auto;
}
.dropdown-menu {
	border-color: #e7e7e7;
	padding: 5px 0;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}
.dropdown-menu>li>a:hover {
	background-color: #f5f5f5;
}
header .dropdown-menu {
	margin-left: 10px;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 5px;
}
header .down .pull-right li {
	float: left;
	margin-left: 5px;
}
.navbar-collapse {
	padding-right: 0px;
}
header .down .pull-right li:last-child {
	margin-right: -15px;
}
header .down .pull-right .dropdown-menu li:last-child {
	margin-right: 0;
}
.dropdown-menu li {
	margin-left: 0 !important;
	float: none !important;
}
.dropdown-menu li a {
	font-size: 14px !important;
	padding: 5px 20px !important;
}
header .down .pull-right li a {
	padding: 5px 8px !important;
}
.yordam {
	text-align: center;
	padding: 13px 0 10px 0;
}
.yordam a {
	color: #fff !important;
	font-weight: bold;
}
.post-type-archive .in {
	min-height: 0px !important;
}
.post-type-archive .in p {
	margin: 0 !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #f7f7f7 !important;
}
.thumbnail {
	padding: 10px;
	background-color: #f8fafc;
	border-color: #e0e2e6;
	box-shadow: inset 0 0 0 1px #fff, 0 1px 2px rgba(0,0,0, .05);
}
.thumbnail img {
	border-radius: 3px;
	margin: 0;
	padding: 0;
	width: 100%;
}
.thumbnail .caption {
	padding-left: 0;
}
.thumbnail .caption h4 {
	margin-bottom: 0;
	color: #525459;
}
.media-body span {
	color: #929498;
	float: right;
	text-align: right;
	display: block;
	margin-top: -2px;
}
.media-body .media-heading {
	float: left;
}
.media-body p {
	clear: both;
	margin-top: 5px;
	width: 100%;
	display: inline-block;
}
.white-bg .in .media-body p:nth-child(2n+1) {
	margin-bottom: 0;
}
.panel-title {
	font-size: 15px;
	line-height: 18px;
} 
.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; }
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }
.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }
@media (max-width: 991px) {
	.stacktable.large-only { display: none; }
	.stacktable.small-only { display: table; }
}
@media (min-width: 1439px) {
	.container {
		width: 1270px;
	}	
}
@media (max-width: 1360px) {
	.popover {
		width: 150px !important;
		max-width: 150px !important;
	}
	.popover-content {
		padding-bottom: 0px !important;
	}
	.popover-content a {
		width: 100% !important;
	}
}
@media (max-width: 1199px) {
	header .down h1 span {
		font-size: 20px;
		margin-left: 18px;
		padding-left: 16px;
		line-height: 27px;
		padding-top: 10px;
	}
	header .down .pull-right li {
		margin-left: 3px;
	}
	header .down .pull-right li a {
		padding: 5px !important;
		font-size: 14px;
	}
	header .down .pull-right li .dropdown-menu>li>a {
		padding-left: 10px !important;
	}
	header .down .pull-right li a .caret {
		margin-left: 0px;
	}
	.tab-wrap .tab-nav {
		margin-left: 0;
	}
	.tab-wrap .tab-nav a, .tab-wrap .tab-nav a:hover {
		width: 194px;
		font-size: 14px;
	}
}
/*
@media (min-width: 1199px) {
.crew .col-md-6:nth-child(2n+1) {
padding-right: 9px;
}
.crew .col-md-6:nth-child(2n) {
padding-left: 9px;
}
}*/
@media (max-width: 991px) {
	header .up {
		display: inline-block;
		width: 100%;
		height: auto;
	}
	header .up .col-xs-12 {
		text-align: center;
		padding: 1px 0;
	}
	header .up .col-xs-12:last-child {
		padding-bottom: 0;
	}
	header .up .hour {
		text-align: center;
		padding: 15px 0;
	}
	header .hour .bx-wrapper {
		padding: 0 40px !important;
	}
	header .hour .bx-prev, header .hour .bx-next {
		position: relative;
		margin-top: -25px;
		display: block;
		width: 26px;
		height: 26px;
		border: 1px solid #1fb8f3;
		background-position: center;
		border-radius: 2px;
		z-index: 444;
	}
	header .hour .bx-prev {
		float: left;
		margin-left: -10px;
	}
	header .hour .bx-next {
		float: right;
		margin-right: -10px;
	}
	header .down {
		height: auto;
	}
	header .down .pull-right {
		position: static;
		width: 100%;
		float: none !important;
		padding: 0;
	}
	header .down .pull-right li {
		margin-left: 5px;
	}
	header .down .pull-right li a {
		padding-top: 7px !important;
		padding-bottom: 7px !important;
		padding-left: 0 !important;
		font-size: 15px;
	}
	header .down .pull-right .dropdown-menu li a {
		padding-top: 7px !important;
		padding-bottom: 7px !important;
		padding-left: 10px !important;
		color: #666;
	}
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-collapse.collapse.in {
		display: block!important; 
	}
	.navbar-toggle {
		top: 25px;
	}
	.navbar-collapse {
		background-color: #fff;
		position: relative;
		clear: both;
		width: 100%;
		max-height: 1000px;
		margin-left: -8px;
		overflow-x: hidden;
	}
	.navbar-collapse li, .navbar-collapse li a {
		display: block;
		width: 100%;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
		margin-bottom: 5px;
	}
	.skw-content .caption {
		bottom: 90px;
	}
	.skw-content .caption h2 {
		font-size: 16px;
		line-height: 20px;
	}
	.cd-top {
		display: none;
	}
	.box-wrap .box {
		margin-bottom: 20px;
	}
	header.in .down {
		height: auto;
	}
	.bready .breadcrumb a, .bready .breadcrumb li {
		padding: 2px 0;
	}
	.content-wrap .white-bg table {
		width: 100% !important;
	}
	#iletisim.tab-pane .table {
		table-layout: fixed;
		width: 100%;
	}
	#iletisim.tab-pane .table td {
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	#iletisim.tab-pane .st-val {
		font-size: 13px;
	}
	footer .pull-left, footer .pull-right {
		float: none !important;
		width: 100%;
		padding-bottom: 20px;
		text-align: center;
	} 
	footer .pull-left {
		border-bottom: 1px solid #f0f0f0;
		padding: 0 20px 18px 20px;
		line-height: 19px;
		float: none !important;
	}
	footer .pull-right {
		padding: 20px 15px 0 15px;
	}
	footer .social {
		border-right: none;
	}
}
@media (max-width: 767px) {
	header .visible-xs {
		margin-bottom: 15px;
		display: inline-block;
	}
	header .text-right.no-padding-right a:nth-child(4) {
		border-left: none;
	}
	header .down h1 span {
		display: none;
	}
	header .down .pull-right {
		padding-top: 0;
		float: none;
	}
	header .hour li {
	    font-size: 12px;
	}
	.tab-wrap {
		margin-top: 0;
	}
	.tab-wrap .tab-nav {
		margin-left: 0;
	}
	.tab-wrap .tab-nav a, .tab-wrap .tab-nav a:hover {
		width: 20%;
		min-height: 88px;
		font-size: 12px;
		color: #fff;
		border-radius: 0 !important;
	}
	.tab-wrap .tab-nav a span {
		color: #fff;
		font-size :11px;
	}
	.tab-wrap .btn, .tab-wrap input, .tab-wrap select {
		margin: 5px 0;
	}
	.tab-wrap .tabs-content {
		margin-bottom: 0;
	}
	.navbar-collapse {
		margin-left: 0;
	}
	.dropdown-menu>li>a:hover {
		background-color: transparent !important;
	} 
	.news-wrap li .col-xs-12 {
		border-right: none;
		border-bottom: 1px dashed #ddd;
		padding: 20px 30px 25px 30px;
		margin-bottom: 6px;
	}
	.box-wrap .col-xs-12 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.link-wrap .address {
		text-align: center;
		padding: 0;
	}
	.link-wrap .col-xs-12 {
		padding-left: 0;
	}
	.link-wrap .fmenu li {
		padding-left: 0;
		width: 100%;
		padding: 10px 0 25px 0;
		text-align: center;
	}
	.link-wrap .fmenu li li {
		padding-bottom: 0;
		padding-top: 0;
	}
	.skw-nav span {
		width: 20px;
		height: 20px;
	}
	.bready .breadcrumb, .title-wrap, .content-wrap .sidy .panel-group {
		padding-left: 15px;
	}
	.white-bg {
		padding: 15px;
	}
	.content-wrap .white-bg img {
		max-width: 100% !important;
		height: auto;
		display: block;
		border-radius: 3px;
	}
	.content-wrap .white-bg .in p, .content-wrap .white-bg .in div , .content-wrap .white-bg .in ul,.content-wrap .white-bg .in li{
		padding-left: 0 !important;
		margin-left: 0 !important;
	}
	.content-wrap .col-xs-12.col-sm-8.no-padding-left,
	.content-wrap .col-xs-12.col-sm-4.no-padding-right {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 20px;
	}
	.content-wrap .sidy .panel-group {
		padding-right: 15px;
	}
	.content-wrap .white-bg, .content-wrap .sidy {
		border-radius: 3px !important;
	}
	.content-wrap .sidy h2 {
		border-radius: 3px 3px 0 0 !important;
	}
	.sidy .box-wrap {
		padding: 0;
	}
	.crew .line .col-xs-3 {
		padding-right: 0;
	}
	hr {
		border-color: #e0e2e8;
	}
}
@media (max-width: 640px) {
	header .hour .bx-wrapper {
		padding: 0 10px !important;
	}
	.nav-tabs {
		border-bottom: none;
	}
	.nav-tabs>li, .nav-tabs>li>a {
		width: 100%;
	}
	.nav-tabs>li>a, .nav-tabs>li>a:hover {
		padding-top: 14px;
	}
	.wpcf7-form .col-xs-12.text-right {
		margin-top: 15px;
	}
	.wpcf7-form .col-xs-12.text-right .btn {
		width: 100%;
	}
}
@media (max-width: 480px) {
	header .hour .bx-prev, header .hour .bx-next {
		border: none;
		background-color: transparent;
		margin-top: -26px;
	}
	header .hour .bx-prev {
		left: 0;
	}
	header .hour .bx-next {
		right: 0;
	}
	header .hour li {
		font-size: 12px;
	}
	footer .social, footer .ubit {
		width: 100%;
		text-align: center;
		padding: 5px 0 10px 0;
	}
	footer .social a {
		display: inline-block;
		float: none;
	}
	footer .ubit {
		padding-bottom: 5px;
	}
}

/* * * * * * * * * * * *
* Duyurular Yeni Kutu
* * * * * * * * * * * */
.ourUnitPageTitle {
    background: url(../img/doktorlaimizBg.jpg) 0 0 no-repeat;
    margin-bottom: 15px;
    list-style:none;
}
.ourUnitPageList ul {
    list-style: none;
}

    .ourUnitPageTitle h1 {
        padding: 50px 0;
    }

    .ourUnitPageTitle h5 {
        padding: 15px 20px;
    }

.ourUnitPageList {
    padding: 50px 0;
}

    .ourUnitPageList .item {
        border: 1px solid #e8e8e8;
        padding: 0 15px;
        overflow: hidden;
    }

        .ourUnitPageList .item h2 {
            border-bottom: 1px solid #43b9f6;
            padding-bottom: 15px;
            margin-bottom: 20px;
        }
 

        .ourUnitPageList .item ul li {
            margin-bottom: 10px;
        }

            .ourUnitPageList .item ul li a {
                color: #454545;
                text-decoration: none;
                transition: all ease 0.3s;
                -moz-transition: all ease 0.3s;
                -webkit-transition: all ease 0.3s;
                -o-transition: all ease 0.3s;
                -ms-transition: all ease 0.3s;
            }

                .ourUnitPageList .item ul li a:hover {
                    color: #43b9f6;
                }

.UnistsDetail-Content {
    line-height: 24px;
}

    .UnistsDetail-Content .img-responsive {
        margin-bottom: 30px;
    }
/* * * * * * * * * * * *
* // Duyurular Yeni Kutu
* * * * * * * * * * * */