@import url(../fonts/font-awesome.css);


a, a:hover, a:focus,img,h1,h2,h3,h4,h5,h6,ol,ul,li,img{text-decoration:none; transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-webkit-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;}
img,fieldset{ border:none; vertical-align:top; max-width:100%}
:focus{ outline:none}

@font-face{
	font-family:ahronbd;
	src:url(ahronbd_0.ttf); 
}

*,body,div,span,ul,li,a,p{margin:0px;
	padding:0px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

body{font-family: 'Roboto', sans-serif; font-size:15px; color:#706f6f; margin:0;}


a,a:hover{
	text-decoration:none;
	color:#333;
}

p{ margin-bottom:20px;font-family: 'Roboto', sans-serif;}

h2{font-family: 'Roboto', sans-serif; font-size:22px; color:#323131; position:relative; margin-bottom:33px;}
h2:after{
    background: #f26a35 none repeat scroll 0 0;
    content: "";
    height:3px;
    left: 0;
    position: absolute;
    width: 101px;
    bottom:-22px;
}

h2:before{
    background: #f26a35 none repeat scroll 0 0;
    content: "";
    height:7px;
    left: 0;
    position: absolute;
    width:42px;
    bottom:-24px;
}



a, a:hover {
	-o-transition: color 0.25s ease-in;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in;
}
section, article, header {
	display: block;
	width: 100%;
}
article {
	width: 96%;
	padding: 3em 2%;
}

a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #0c1923;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #0c1923;
	margin-top: 44px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}

.logo{float:left;}

.services{border:#eeeeee solid 1px; padding:20px 10px; width:100%; border-bottom:#eeeeee solid 2px; }
.services h3{ color:#333; font-size:22px; margin:0px; padding:0px;}
.services p{ font-size:14px; font-weight:normal; line-height:28px;}
.srvc_icon{ border:#ddd solid 1px; padding:15px; float:left; margin-right:20px; }
.srvc_icon i{ font-size:50px;}



.home-banner{width:100%; float:left; position:relative; border-bottom:#586373 solid 4px;}
.home-banner img{width:100%;}


.btn{ border:#ac1e22 solid 1px; padding:10px 30px; font-size:15px; color:#ac1e22; text-transform:uppercase; border-radius:0;}
.btn:hover{background:#000; color:#fff;}

.welcome{width:100%; float:left; padding:30px 0; position:relative;}
.welcome .img-img{position:relative; float:left; overflow:hidden;}
.welcome .img-img:after{content:""; position:absolute; background:#8bc000; left:20px; right:-20px; bottom:-20px; top:20px; z-index:1;}
.welcome .img-img img{position:relative; z-index:99;}

.project{width:100%; float:left; padding:30px 0;}
.project-box{width:100%; float:left; background-size:cover !important; padding:42px 0 130px; margin-top:30px;}
.project-box span{width:100%; float:left; text-align:center; padding:10px 0; background:#1b1919; font-size:16px; font-family: 'Roboto Condensed', sans-serif; color:#000;}

.project-box .slick-prev {
    right:45px;
    position: absolute;
    width:25px;
    height:14px;
    z-index: 999;
    border: none;
    font-size: 0;
    cursor: pointer;
    display: block !important; background:url(../images/slick-prev.png) no-repeat; bottom:-70px;
}

.project-box .slick-next{
    right:10px;
    position: absolute;
    background:url(../images/slick-next.png) no-repeat;
    width:25px;
    height:14px;
    z-index: 999;
    border: none;
    font-size: 0;
    cursor: pointer;
    display: block !important; bottom:-70px;
}

.home-services{width:100%; float:left; padding:0 0 30px;}
.home-services h2{margin-bottom:60px; font-size:22px; display:block;}
.home-services .border-min{border:#eeeeee solid 1px; padding:40px 13px; margin-bottom:22px; margin-right:22px; float:left; width:32%; border-bottom:#eeeeee solid 2px;    -webkit-transition: .3s;
    transition: .3s;}
.home-services .border-min:hover {
    -webkit-transition: .3s; border-bottom:#256db9 solid 2px;
    transition: .5s;
}




.home-services .border-min:nth-child(3n){margin-right:0;}
/*.home-services .border-min .icon-n{ border:#f26a35 solid 2px; padding:10px; float:left; margin-top:20px;}*/

.home-services .border-min .icon-n{ border:#f26a35 solid 2px; padding:10px; float:left; }
.home-services .border-min .icon-n i{font-size:32px; color:#fa3e38;}
.home-services .border-min .text{float:left; margin-left:20px; width:75%}
.home-services .border-min .text span{font-size:16px; font-family: 'Roboto', sans-serif; color:#000; text-transform:uppercase;}
.home-services .border-min .text a{font-size:13px;}
.home-services .border-min .text p{ margin-bottom:10px;}

.pdt{width:100%; float:left;}



#contact .get-tech-line {
	margin-left: 10px;
	vertical-align: text-bottom;
	display:none;
}
#contact .get-tuch {
	margin: -29px 0;
	padding:25px 0;
}
#contact .get-tuch{
	display: inline-block;
}
#contact .container {
  padding: 40px 0 50px;
}
#contact .get-tuch i {
	font-size: 35px;
	color:#fff;
}
#contact .get-tuch ul li h4 {
	font-weight: bold;
	color:#fff;
}
#contact .get-tuch ul li p {
	color:#fff;
	font-size:15px;
}
#contact .get-tuch ul li a {
	color:#fff;
}
#contact .get-tuch > ul {
  margin-top: 10px;
}
#contact .bg-color-blue .get-tuch h4, 
#contact .bg-color-blue .get-tuch p,
#contact .bg-color-blue .get-tuch i {
  color: #fff !important;
}


.abt_inner{padding:50px 0px;}



/* ================================= */
/* ----------- FOOTER CSS ---------- */
/* ================================= */
.footer {
	background:#222222;

    position: relative;
}
.footer a, #footer p, ul.list li::before, .opening-hourse ul li{
	color: #808080;
}
.footer a:focus, .footer a:hover, .footer a:active {
	color: #666666;
}
.footer .widget .widget-title{
	margin-top: 0px;
}
#footer p {    
    font-weight: 300;
}
#footer a {    
    font-weight: 300; font-size:12px;
}
#footer .copy-right{
    font-size: 12px; margin-bottom:10px;
}
.widget.dark .widget-title {
	color: #fff;
}
.widget .widget-title {
	margin-bottom: 20px;
	margin-top: 0;
}
.small-title {
    margin-bottom: 40px;
    margin-top: 20px;
}
.line1 {
    float: left;
    height: 5px;
    width: 40px;
}
.line2 {
    float: left;
    height: 1px;
    margin-top: 2px;
    width: 78px;
}
.background-color-white {
    background: #fff none repeat scroll 0 0;
}
.line1, .line2 {
    background-color: #fecc00 !important;
}
.widget.dark .list-border li {
    border-bottom: 1px dashed #404040;
    transition: all 0.5s linear 0s; list-style:none;
    margin-bottom: 8px;
    padding-bottom: 8px;}
	ul.list li::before {
    border: medium none;
    content: "";
    display: inline-block;
    font-family: fontawesome;
    font-size: 12px;
    margin-right: 10px;
    padding: 0;
}
.widget.dark .list-border li:hover {
    margin-left: 10px;
}
.socials li {
    display: inline-block;
}
.socials li a {
    color: #dbdbdb;
    border: 1px solid #dbdbdb;padding-top: 8px;
    display: block;
    font-size: 14px;
    height: 32px;
    line-height:15px;
    width: 32px;
    margin: 5px 5px 5px 0;
    text-align: center;
}
.socials li a:hover, .socials li a:focus {
    color: #fff;
    background: #fecc00;
    border-color: #fecc00;
}
.footer {
    background: #222222;
    position: relative;
}
.bg-black-333 {
    background-color: #333333;
    padding: 10px 0px 0px 0px;
}
.bg-color-red {
    background: #0f385f;
}

.aboutUs{  margin:0px 0px 0px; padding:0px; width:100%; float:left;}
.aboutUs h2{font-family: 'Roboto', sans-serif;
    font-size: 22px;
    color: #323131;
    position: relative;
    margin-bottom: 33px;
    margin-top: 0px;
    display: block;}

.aboutUs h2:before {
    background: #f26a35 none repeat scroll 0 0;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    width: 42px;
    bottom: -24px;
}

.aboutUs h2:after {
    background: #f26a35 none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 101px;
    bottom: -22px;
}

.inner-banner { width:100%;
    padding:20px 0; background-size:cover;
    background: url(../images/inner-banner-bg.jpg) no-repeat center top / cover;
}
.inner-banner .content {
    margin: 0 auto;
    text-align: center;
}
.inner-banner h1 {
    display: block;
    padding-bottom: 18px;
    font-size:36px;    text-shadow: 0px 4px 1px #333;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.ptb {
    padding: 40px 0;
}
.breadcrumb{ display:inline-block;}
.heading_space {
    margin-bottom: 45px;
}
.heading_space {
    margin-bottom: 45px;
}
.address {
    overflow: hidden;
    margin-bottom: 20px;
}
.address .icon {
    background: #ffb600;
    float: left;
    height: 60px;
    width: 64px;
    text-align: center;
    font-size: 35px;
    line-height: 50px;
}

.address h4 {
    margin: 4px 0 2px 80px;
    font-size: 18px;
    font-weight: 700;
    color: #01458E;
}
.address p {
    display: block;
    margin: 0 0 0 80px;
}
.border_radius {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.heading {
    border-bottom: 1px solid #dadada;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
}
.hvr-curl-top-left, .hvr-icon-buzz-out {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
}

.hvr-curl-top-left {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.btn {
    background-color: #fa3e38;
    outline: 2px solid #fff;
    outline-offset: -5px;
    padding-left: 38px;
    color: #ffffff;
    padding: 3px 32px;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn:hover {
    color: #ffffff;
    background-color: #01458E;
    outline: 2px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hvr-curl-top-left {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.hvr-curl-top-left, .hvr-icon-buzz-out {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
}

@media (max-width:768px){
		.home-services .border-min{ width:100%; text-align:center;padding: 10px 0px;}
		.welcome .img-img:after{ width:97%; bottom:-11px;}
		.home-services .border-min .icon-n{display: inline-block;float: none;}
		
		
		
	}
	
	.login_sec {
    position: relative;
    margin-bottom: 40px;
    padding: 20px 0px 0px 0px;
    width: 56%;
    margin-top: 5%;
    background: white;
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 5px #333;
    box-shadow: 0px 4px 5px #333;
}
.form-wrap {
    padding: 20px 120px 40px 120px;
}
.login_sec h1 {
    margin: -20px 0px 21px;
    line-height: 57px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
    text-align: center;
    text-shadow: 0 1px white;
    background: #f3f3f3;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 8px 8px 0 0;
    background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
    background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
    background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
    background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
    -webkit-box-shadow: 0 1px whitesmoke;
    box-shadow: 0 1px whitesmoke;
}
.medi-doctor {
    margin: 80px 0;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}

.doctor-details-area h2 {
    color: rgb(7, 16, 65);
    font-family: "Raleway",sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.get-apponment {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #071041;
    opacity: 0;
    z-index: 99;
    transition: all 0.5s ease 0s;
    width: 100%;
    text-align: center;
}
.get-apponment a {
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    display: block;
    transition: all 0.5s ease 0s;
    padding: 30px;
}
.single-doctor-overley {
    transition: all 0.5s ease 0s;
    border: 1px solid #8abf00;
    display: block;
    height: 100%;
    position: absolute;
    top: 0 !important;
    width: 100%;
    z-index: 4;
    opacity: 1;
}
.medi-doctor-social-media {
    left: 30%;
    position: absolute;
    top: 50%;
    transition: all 0.5s ease 0s;
    opacity: 0;
    z-index: 99;
}
.medi-single-doctor-area:hover .single-doctor-overley {
    opacity: 1;
    border: 1px solid #071041;
}



.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.0);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 55px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}


.filtr-item {
    padding: 1rem;
}
.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    z-index: 1;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
}

/* Filter controls */
.simplefilter li, .multifilter li, .sortandshuffle li {
    color: white;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    padding: 1rem 2rem;
}
.simplefilter li {
    background-color: #585858;
}
.simplefilter li.active {
    background-color: #212121;
}
.multifilter li {
    background-color: #4b9eff;
}
.multifilter li.active {
    background-color: #2265b4;
}

/* Shuffle and sort controls */
select {
    padding: 1rem 1rem;
    text-transform: uppercase;
}
.sortandshuffle .shuffle-btn {
    background-color: #dec800;
}
.sortandshuffle .sort-btn {
    background-color: #de0000;
}
.sortandshuffle .sort-btn.active {
    background-color: #9d0000;
}

/* Search control */
.search-row {
    margin-left: 2.5rem;
}
.filtr-search {
    padding: 0.5rem;
    text-transform: uppercase;
}

.padtop_50{padding:50px 0px;}



/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}