
.quick-links {
	float: left;
	width: 100%;
}

.footer-quick-contact ul li input {
    float: left;
    width: 100%;
    height: 30px !important;
    border: 1px #d2d2d2 solid;
    border-radius: 0px;
    margin-bottom: 3px;
}


.ban_tex{
    position: ABSOLUTE;
    z-index: 101;
    top: 50%;
    left: 15%;
    
    margin-top: -74px;}


.sec .col-md-6{    height: 208px;background:#fff; background-size: cover !important;
    background-position: center !important;}
	
	.slider_i{ height: 208px; width:100%; border-right: 2px solid #fff; background:#fff; background-size: cover !important;
    background-position: center !important;}
	
	**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

//---------------------------------------------vars
$pager_color: #fff;
$pager_active_color: blue;
$pager_size: 10px;
$pager_offset: 5px;
//---------------------------------------------vars###
/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	
	padding: 0;
	*zoom: 1;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	/*background: url(../i/bx_loader.gif) center center no-repeat #fff;*/
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}


@media (max-width: 979px) and (min-width: 200px){
.ban {
    background-size: cover !important;
    height: 257px !important;
    background-position: center !important;
}
.sec .col-md-6 {
      height: 100px !important;
}

.sec .col-md-4 {
      height: 100px !important;    background-size: cover;
}

.sec .col-md-3 {
      height: 100px !important;    background-size: cover;
}

.slider_i{ height: auto !important;}

.sec .col-md-6 {
    height: 180px;}
.ban_tex {
    position: ABSOLUTE;
    z-index: 101;
    top: 50%;
    left: 25% !important;
    margin-top: -40px;
    width: 50% !important;
}
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding:0 $pager_offset;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: $pager_color;
	text-indent: -9999px;
	display: block;
	width: $pager_size;
	height: $pager_size;
	border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: $pager_active_color;
	position: relative;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	&::after {
		content: "";
		display: block;
		position: absolute;
		top: 2px;
        bottom: 2px;
		left: 2px;
        right: 2px;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: #fff;
	}
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	    background-image: url(../img/back_1.png);
		 background-repeat: no-repeat;
    background-color: #000;
    background-position: 8px;
    padding: 20px;
}

.bx-wrapper .bx-next {
	    right: 10px;
    background-image: url(../img/next_1.png);
    background-repeat: no-repeat;
    background-color: #000;
    background-position: 8px;
    padding: 20px;
}

.footer-quick-contact ul li textarea{margin-bottom:3px !important;}
.footer-follow a img{ width: 34px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../i/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../i/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666 \9
;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.bx-wrapper{max-width:100% !important;}

.rel img{    border: 2px solid #e5b2d3;
    padding: 6px;}
.rel{    border: 1px solid #e2e2e2;
    padding: 23px;
    padding-bottom: 6px;

    border-radius: 25px;}
.rel  h1{text-align:center;     font-family: 'Cinzel', serif;     font-size: 20px; margin-bottom:2px;} 
.rel  p{    text-align: center;
 font-family: 'Cinzel', serif; 
    font-size: 15px;
    color: #828282;} 
	.rel_h1{text-align:center;     font-family: 'Cinzel', serif;     font-size: 24px;     margin-top: 0;
    margin-bottom: 2%;}
	.btn_1{    margin: 0 auto;
    display: block;
    background: #2693df;    border: 2px solid #1d6fa9;font-family: 'Cinzel', serif; 
    color: #fff;
    /* box-shadow: none; */
    text-shadow: none;
    border: none;
       height: 129px;
    width: 129px;
    border-radius: 68px;    margin-bottom:2%;}
	.high a{text-decoration:none !important; color:#000 !important;}
	a{text-decoration:none !important;}
	
	.high{    margin-bottom: 15px;}
	
	@media (max-width:992px) and (min-width:100px){.rel h1 {
    text-align: center;
    font-family: 'Cinzel', serif;
    font-size: 14px;}
	.rel {
    border: 1px solid #e2e2e2;
    padding: 23px;
    padding-bottom: 6px;
    border-radius: 25px;
    height: 214px;
}
.btn_1 {
    margin: 0 auto;
    display: block;
    background: #2693df;
    border: 2px solid #1d6fa9;
    font-family: 'Cinzel', serif;
    color: #fff;
    /* box-shadow: none; */
    text-shadow: none;
    border: none;
    font-size: 12px;
    height: 110px;
    width: 115px;
    border-radius: 68px;
    margin-bottom: 5%;
}
	}
	
	
	
