/* Header
-----------------------------------------------------------------------------*/
.index-page #header{
	position:absolute;
	top:0;
	left:0;
	padding:80px 0 0;
	background-color:transparent;
	margin:0;
}
#header{
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 42px 0 17px;
    background: #222;
	margin:0 0 77px;
}
#header.fixed{
	background-color: rgba(0, 0, 0, 0.7)!important;
	position:fixed;
	padding:25px 0;
}
#header .logo{
	font-size:24px;
}
a.logo{
	float:left;
	font-size:20px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
	position:relative;
	z-index:999;
	text-decoration:none;
}
a.logo:hover{
	color:#fff;
	text-decoration:none;
}
.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
    border: 0;
}
.menu{
    text-align: right;
    margin: 3px 0 0;
}
.menu li{
    margin: 0 0 0 52px;
}
.menu li a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 0 22px;
    display: block;
	position:relative;
	font-weight:400;
}
.menu li a.active:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 13px;
    height: 13px;
    margin: 0 0 0 -6px;
    background: url(../img/sprite.png) no-repeat -202px -15px;
    content: '';
}
.index-page .menu li a {
	padding: 0;
    display: inline;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.navbar-toggle .icon-bar {
    background: #fff;
}
.navbar-toggle {
    padding: 0;
    margin-top: 0px;
    background-image: none;
    border: 0;
}
.caption{
	background:url(../img/decor.png) no-repeat center center;
	text-align:center;
	text-transform:uppercase;
	padding:50px 0;
	width: 100%;
}
.caption p{
    font-size: 21px;
    color: #fff;
    letter-spacing: 1px;
	margin: 0;
}
.caption span{
    font-size: 21px;
    color: #fff;
    letter-spacing: 7px;
}
.caption h1{
    color: #fff;
    padding: 9px 0 2px;
    font-weight: 300;
    letter-spacing: 6px;
}
.swiper-top-prev, .swiper-top-next{
	position:absolute;
	bottom:115px;
	width:14px;
	height:27px;
	z-index: 10;
}
.swiper-top-prev{
    background: url(../img/sprite.png) no-repeat -163px -1px;
    left: 50%;
    margin: 0 0 0 -56px;
}
.swiper-top-next{
	background:url(../img/sprite.png) no-repeat -181px -1px;
	right:50%;
	margin: 0 -56px 0 0;
}
/* Middle
-----------------------------------------------------------------------------*/
#content{
	margin:0 0 70px;
}
#about{
	text-align: center;
    padding: 93px 0;
}
.white h2{
	margin: 0 0 53px;
}
.white h2:before{
	background:url(../img/sprite.png) no-repeat -202px -15px;
}
.white h2, .white p, .white, .white a{
	color:#fff;
}
.white .btn{
	background:transparent;
	color:#fff;
	border:1px solid #fff;
}
.white .btn:hover{
	background:#fff;
	color:#222;
	border:1px solid #fff;
}
#about p{
	font-size: 19px;
    color: #393939;
    line-height: 24px;
    margin: 0 0 36px;
	font-weight: 400;
}
.more{
    font-size: 17px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    letter-spacing: 2px;
	font-weight:400;
}
.more:hover{
	border-bottom: 1px solid transparent;
	text-decoration:none;
	color: #272529;
}
.white .more{
	color: #fff;
	border-bottom: 1px solid #fff;
}
.white .more:hover{
	color: #fff;
	border-bottom: 1px solid transparent;
}
#services, #skills{
	text-align: center;
    padding: 93px 0 354px;
    background: #222;
    position: relative;
	overflow:hidden;
}
#services, #services h2, #services p, #skills, #skills h2, #skills p{
	color:#fff;
}
#services .col-md-3{
	margin:0 0 60px;
}
.services-img{
	height:289px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:url(../img/services_img.png) no-repeat center bottom;
}
.serives-block{
    position: relative;
    padding: 11px 0 0 78px;
    min-height: 68px;
    text-align: left;
}
.serives-block p{
	color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 5px;
    letter-spacing: 0.5px;
}
.serives-block span{
    color: #9e9e9e;
    font-size: 17px;
    line-height: 17px;
}
.services-ico{
	width:68px;
	height:68px;
	position:absolute;
	top:0;
	left:0;
}
.services-ico:before {
    content: "";
    position: absolute;
	width: 49px;
    height: 49px;
    border: 4px solid #575757;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	transform: rotate(-45deg) translate(0px, 0px);
	left: 10px;
    top: 8px;
}
.serives-block:hover .services-ico:before{
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
    -webkit-transform: rotate(-45deg) translate(0, 0px);
    transform: rotate(-180deg) translate(0px, 0px);
    border-color: #fff;
}
.services-ico span{
    width: 68px;
    height: 68px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.services-ico span:before{
    position: absolute;
    width: 100%;
    height: 100%;
    font: normal normal normal 22px/68px FontAwesome;
    top: 0;
    left: 0;
	text-align:center;
}
.services-ico .pic1:before{
	content: "\f108";
}
.services-ico .pic2:before{
	content: "\f040";
    font: normal normal normal 25px/68px FontAwesome;
}
.services-ico .pic3:before{
	content: "\f1e8";
    font: normal normal normal 28px/68px FontAwesome;
}
.services-ico .pic4:before{
    content: "\f001";
    font: normal center normal 24px/68px FontAwesome;
}
#team{
    text-align: center;
    padding: 93px 0 93px;
    box-shadow: 0px 12px 15px #f1f1f1;
}
.team{
	margin: 79px 0 0;
}
#team p{
	font-size: 19px;
    color: #393939;
    line-height: 24px;
    margin: 0 0 36px;
	font-weight: 400;
}
.team-block:first-child{
    margin-left: 0;
}
.team-block:first-child:before{
	display:none;
}
.team-block{
	width: 160px;
    display: inline-block;
    padding: 0;
    position: relative;
    margin-left: 60px;
}
.team-block:before{
	width: 95px;
    height: 9px;
    background: url(../img/sprite.png) repeat-x -215px -92px;
    position: absolute;
    top: 52px;
    left: -52px;
    content: '';
}
.team-block .img{
    width: 115px;
    height: 115px;
    display: inline-block;
    overflow: hidden;
    padding: 11px;
    background: url(../img/sprite.png) no-repeat -333px 0;
    margin: 0 0 27px;
}
.team-block .img img{
	border-radius: 100px;
}
.name{
	color: #393939;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
	margin: 0 0 6px;
}
.spec{
	font-size:17px;
	color: #939393;
}
#portfolio{
	text-align: center;
    padding: 93px 0;
}
#portfolio.portfolio-page{
	padding:0;
}
#portfolio .more{
	margin: 24px 0 0;
}
.portfolio-nav{
    overflow: hidden;
    margin: 0 0 58px;
    padding: 0 0 6px;
}
.portfolio-nav li{
    display: inline;
    margin: 0 12px;
	cursor:pointer;
}
.portfolio-nav li a{
	font-size: 16px;
    color: #1b1b1b;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 17px;
    display: inline-block;
    padding: 4px 9px;
}
.portfolio-nav li.current-li a{
	background: #222;
    color: #fff;
}
.portfolio-block{
	margin-bottom: 34px;
}
.portfolio-block a{
	text-decoration:none;
}
.portfolio-block .img{
	overflow:hidden;
	margin: 0 0 4px;	
}
.portfolio-block .img img{
	max-width:100%;
	display: block;
	transition: all .2s ease-in-out;
	border: 1px solid #dcdcdc;
}
.portfolio-block a:hover .img img{
	transform: scale(1.1);
	border: 1px solid #dcdcdc;
}
.portfolio-block a:hover .port-title{
	background:#222;
	border:1px solid #222;
}
.portfolio-block a:hover .port-title p, .portfolio-block a:hover .port-title span{
	color:#fff;
}
.port-title{
    background: #fff;
    padding: 18px 18px;
    text-align: left;
	transition: all ease-out 0.5s;
	border: 1px solid #e1e1e1;
	text-transform:uppercase;
}
.port-title p{
    color: #222;
    font-size: 19px;
    margin: 0 0 4px;
	font-weight: 500;
}
.port-title span{
	color: #222;
    font-size: 14px;
}
#blog{
	text-align: center;
    padding: 100px 0 113px;
    background: #222;
	overflow:hidden;
	background-size: cover;
}
.blog-row{
	margin-top: 60px;
	margin-bottom: 59px;
}
.blog-post{
	position:relative;
	overflow:hidden;
}
.blog-post img{
	width:100%;
}
.blog-post:hover .blog-text{
	bottom:28px;
}
.blog-text{
	position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 0 22px 0 37px;
	transition: all ease-out 0.5s;
	text-shadow: 0px 0px 10px #000;
}
.blog-text:before{
	width:20px;
	height:16px;
	position:absolute;
	top:0;
	right:30px;
	background: url(../img/sprite.png) no-repeat -170px -40px;
	content:'';
}
.blog-text h4{
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
	margin:0;
}
.blog-text span{
	font-size: 16px;
    color: #c4c4c4;
    text-transform: uppercase;
    line-height: 16px;
    display: block;
}
#partners{
    text-align: center;
    padding: 93px 0 100px;
}
#carousel .swiper-slide, #carousel.swiper-container{
	background:transparent;
}
#carousel .swiper-slide{
	vertical-align:middle;
}
#carousel .swiper-slide img{
	width:auto;
	display:inline-block;
}
.carousel-wrapper{
    padding: 0 78px;
    position: relative;
    margin: 68px 0 0;
}
.swiper-button-prev, .swiper-button-next{
	width:48px;
	height:48px;
	position:absolute;
	top: -6px;
	transition: all ease-out 0.2s;
}
.swiper-button-prev{
	background:url(../img/sprite.png) no-repeat 0 0;
	left:0;
}
.swiper-button-prev:hover{
	background:url(../img/sprite.png) no-repeat 0 -48px;
}
.swiper-button-next{
	background:url(../img/sprite.png) no-repeat -48px 0;
	right:0;
}
.swiper-button-next:hover{
	background:url(../img/sprite.png) no-repeat -48px -48px;
}
#say{
    text-align: center;
    padding: 98px 0 62px;
    background:#222;
}
#review{
	padding: 17px 0 0;
}
#review .swiper-slide, #review.swiper-container, #review .swiper-wrapper{
	background:transparent;
}
#review .swiper-slide{
	height:200px;
}
#review .people-text{
    font-size: 54px;
    font-weight: 300;
    line-height: 67px;
    color: #fff;
    margin: 0 0 116px;
    text-transform: uppercase;
}
#review .swiper-slide{
	height:120px;
}
#say .swiper-pagination-bullet {
    width: 18px;
    height: 17px;
    display: inline-block;
    background: url(../img/sprite.png) no-repeat -173px -89px;
    border-radius: 0;
    border: 0;
    margin: 0 0 12px;
}	
#say .swiper-pagination-bullet-active {
    width: 18px;
    height: 17px;
    display: inline-block;
    background: url(../img/sprite.png) no-repeat -173px -67px;
    border-radius: 0;
    border: 0;
    top: -3px;
}
.swiper-pagination2{
    position: absolute;
    top: 90px;
    left: 13px;
    z-index: 999;
    width: 20px;
}
.people{
    width: 244px;
    overflow: hidden;
    text-align: left;
    margin: 0 auto;
    text-transform: uppercase;
	padding-bottom:5px;
	height:80px;
}
.people .avatar{
    float: left;
    margin: 0 22px 0 0;
	background:url(../img/sprite.png) no-repeat -251px 0;
}
.people p{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin: 11px 0 1px;
}
.people span{
	color: #fff;
    font-size: 15px;
    font-weight: 300;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer{
   overflow:hidden; 
}
#footer .container{
	border-top:1px solid #e5e5e5;
	padding: 46px 0 0;
}
.copy{
    font-size: 15px;
    color: #000;
    border-top: 1px solid #e5e5e5;
    padding: 29px 0;
    margin: 39px 0 0 0;
	text-align:center;
}
#footer .menu {
    float: none;
    text-align: center;
    margin: 4px 0 0;
}
#footer .menu li {
    margin: 0 27px;
	display: inline;
}
#footer .menu a{
	color:#000;
	padding: 0;
    display: inline;
}
.up{
	width:56px;
	height:56px;
	display:block;
	float:right;
	background:url(../img/sprite.png) no-repeat -96px 0;
	transition: all ease-out 0.5s;
}
.up:hover{
	background:url(../img/sprite.png) no-repeat -96px -56px;
}
#footer a.logo{
	color: #222;
    margin: 8px 0 0;
	float:none;
}
#footer a.logo:hover{
	color:#000;
}
.social{
	margin: 8px 0 0;
    padding: 0;
    text-align: left;
}
.social li{
    display: inline-block;
    margin: 0 12px 0 0;
}
.social li a{
	position: relative;
    color: #222;
    transition: all ease-out 0.5s;
    width: 16px;
    height: 16px;
    display: block;
}
.social li a:before{
	position: absolute;
    width: 100%;
    height: 100%;
    font: normal normal normal 17px/17px FontAwesome;
    top: 0;
    left: 0;
}
.social li a.fb:before{
	content: "\f09a";
}
.social li a.in:before{
	content: "\f0e1";
}
.social li a.tw:before{
	content: "\f099";
}
.social li a.ins:before{
	content: "\f16d";
}
.social li a.yt:before{
    content: "\f16a"
}
.social li a.tc:before{
    content: "\f1e8"
}
.social li a.st:before{
    content: "\f1b7"
}
.selected {
	transition: all 1s ease-in-out;
}
.not-selected {
	transition: all 1s ease-in-out;
	display:none;
}
/* 404 Page
-----------------------------------------------------------------------------*/
.block404{
    text-align: center;
    padding: 50px 0;
}
.block404 h1{
	font-size: 33px;
    margin: 30px 0;
    letter-spacing: 2px;
    font-weight: 300;
}
.block404 a{
	font-weight: 400;
    text-decoration: none;
    font-size: 18px;
}
/* About Page
-----------------------------------------------------------------------------*/
.about-page{
	text-align:center;
}
.about-page #team{
	box-shadow:none;
}
.about-page p{
	font-size:17px;
	color:#393939;
	font-weight:400;
	line-height:24px;
	margin:0 0 20px;
}
.title{
	position:relative;
	text-align:center;
}
.title:before{
    width: 100%;
    height: 2px;
    position: absolute;
    top: 56px;
    left: 0;
    background: #000;
    content: '';
}
.title h1{
    display: inline-block;
    background: #fff;
    position: relative;
    margin: 0 0 24px;
    font-size: 36px;
    font-weight: 300;
    padding: 39px 52px;
    letter-spacing: 2px;
}
.title h1:before{
    width: 110px;
    height: 110px;
    position: absolute;
    top: 0px;
    left: 50%;
    background: url(../img/sprite.png) no-repeat -469px 0;
    margin: 0 0 0 -55px;
    content: '';
}
.progress {
    height: 4px;
    margin-bottom: 50px;
    overflow: inherit;
    background-color: #ebebeb;
    border-radius:0;
}
.title-progress-bar{
    color: #393939;
    font-size: 18px;
    margin: 0 0 12px;
    text-align: left;
}
.progress-bar{
	position:relative;
	background-color: #222;
}
.progress-bar span{
    width: 57px;
    height: 58px;
    position: absolute;
    top: -27px;
    right: -21px;
    background: url(../img/sprite.png) no-repeat -624px 0;
	line-height: 58px;
    font-size: 18px;
    font-weight: 300;
	color: #fff;
}
.happy-block{
	text-align:center;
	background:#222;
	background-size:cover;
	text-transform:uppercase;
	padding:50px 0 10px;
	margin: 39px 0 -70px;
}
.happy-block, .happy-block p, .happy-block a{
	color:#fff;
}
.happy{
    width: 115px;
    height: 132px;
    background: url(../img/sprite.png) no-repeat -695px 0;
    margin: 0 auto 15px;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    line-height: 114px;
}
.happy-block p{
	font-size:20px;
	font-weight:500;
	margin:0;
}
.happy-block .col-md-3{
	margin-bottom:40px;
}
/* Blog page
-----------------------------------------------------------------------------*/
.blog-block{
	box-shadow:0px 9px 20px -1px rgba(0, 0, 0, 0.09);
	height:380px;
	position:relative;
	overflow:hidden;
	margin-bottom:41px;
}
.blog-block img{
	width:100%;
}
.author{
	font-size: 15px;
    color: #000;
    font-weight: 500;
    margin: 0 0 20px;
}
.blog-block p {
    font-size: 15px;
    color: #595959;
    margin: 0 0 10px;
}
.blog-block .more{
    font-weight: 500;
    letter-spacing: 0px;
}
h4 {
    margin: 0 0 13px;
}
.blog-block .img{
	margin: 0 0 13px;
}
.blog-content{
	padding:0 10px;
	position:relative;
	z-index:10;
}
.top-blog .img{
	position:absolute;
	top:0;
	left:0;
}
.top-blog .blog-content{
	padding: 220px 10px 0;
}
.top-blog .blog-content, .top-blog .blog-content h4, .top-blog .blog-content .author, .top-blog .blog-content .more{
	color:#fff;
}
.top-blog .blog-content p{
	color:#fff;
}
.top-blog .more{
	border-bottom:1px solid #fff;
}
.top-blog .more:hover{
	border-bottom:0;
}
.navigation{
	text-align:center;
	margin:0 0 50px;
}
.navigation li{
	display:inline-block;
	position:relative;
	padding:0 20px;
}
.navigation li:first-child:before{
	display:none;
}
.navigation li:before{
    width: 6px;
    height: 6px;
    position: absolute;
    top: 4px;
    left: -2px;
    background: url(../img/sprite.png) no-repeat -215px -119px;
    content: '';
}
.navigation a{
	color:#000;
	font-size:16px;
	text-decoration:none;
	display:block;
	padding:0 0 3px;
	text-transform:uppercase;
}
.navigation a.active{
	border-bottom:1px solid #000;
}
.blog-main-img{
	margin:0 0 33px;
}
.blog-inner .title-dec:before{
	left:0;
	margin:0;
}
.blog-inner .col-md-3 > h4{
	border-bottom: 1px solid #ebebeb;
    padding: 0 0 12px;
    margin: 0 0 27px;
}
.blog-inner .more{
	letter-spacing:0;
	font-weight:500;
}
.fb-share, .tw-tweet{
	padding: 6px 0 0 22px;
    position: relative;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 12px 30px 0;
    display: inline-block;
}
.fb-share:before{
	position: absolute;
    width: 100%;
    height: 100%;
    font: normal normal normal 20px/15px FontAwesome;
    top: 7px;
    left: 0;
    content: "\f09a";
}
.tw-tweet:before{
	position: absolute;
    width: 100%;
    height: 100%;
    font: normal normal normal 20px/15px FontAwesome;
    top: 7px;
    left: 0;
    content: "\f099";
}
/* Contact Page
-----------------------------------------------------------------------------*/
.contact-left{
	width:50%;
	float:left;
	padding: 0 0 0 7%;
    margin: 50px 0 0 0;
}
.contact-block{
    width: 50%;
    float: left;
    padding: 0 0 0 34px;
    position: relative;
	margin: 0 0 29px;
}
.contact-block:before{
    position: absolute;
    width: 34px;
    height: 100%;
    font: normal normal normal 22px/22px FontAwesome;
    top: 0;
    left: 0;
}
.contact-block.pic1:before{
	content: "\f041";
}
.contact-block.pic2:before{
	content: "\f2a0";
}
.contact-block.pic3:before{
	content: "\f0e0";
}
.contact-block.pic4:before{
	content: "\f26b";
}
.contact-form{
	width:400px;
	float:right;
	box-shadow: 0px 9px 20px -1px rgba(0, 0, 0, 0.09);
	padding:32px;
	margin: 50px 0 0 0;
}
.contact-form h2:before{
	left:0;
	margin:0;
}
.contact-form input[type="text"], .contact-form textarea{
	width:100%;
	margin:0 0 22px;
}
.contact-form .btn{
	width:100%;
}
.contact-form h2{
	margin:0 0 5px;
}
.map{
	margin: 50px 0 -76px 0;
}
/* Services Page
-----------------------------------------------------------------------------*/
.services-inner{
	background:#222;
	color:#fff;
	padding:47px 18px 47px 100px;
	text-align:left;
	position:relative;
	margin: 0 0 50px 66px;
}
.services-inner p, .services-inner h2{
	color:#fff;
}
.services-inner p{
	margin:0;
}
.services-inner h2{
	margin: 0 0 19px;
}
.services-inner h2:before{
	left:0;
	margin:0;
}
.services-inner:before{
    width: 161px;
    height: 161px;
    position: absolute;
    top: 50%;
    left: -77px;
    background: url(../img/sprite.png) no-repeat -833px 0;
    content: '';
    margin: -80px 0 0 0;
}
.services-inner:after{
	margin:-80px 0 0 0;
	width: 161px;
    height: 161px;
    text-align: center;
	top: 50%;
    left: -77px;
	position: absolute;
	top:50%;
}
.services-inner.pic5:after{
    font: normal normal normal 49px/161px FontAwesome;
    content: "\f108"; 
}
.services-inner.pic6:after{
    font: normal normal normal 49px/161px FontAwesome;
    content: "\f044"; 
}
.services-inner.pic7:after{
    font: normal normal normal 49px/161px FontAwesome;
    content: "\f013"; 
}
.services-inner.pic8:after{
    font: normal normal normal 71px/161px FontAwesome;
    content: "\f10b";
}
.order-service{
	background:#222;
	background-size:cover;
	color:#fff;
	text-align:center;
	padding: 130px 0;
	margin: 24px 0 -70px;
}
.order-service .title h1 {
    color: #fff;
    background: transparent;
    padding: 0;
	margin: 0 0 43px;
}
.order-service .title h1:before, .order-service .title:before{
	display:none;
}
.order-service p{
	color:#fff;
}
.order-service .btn {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}
.order-service .btn:hover{
	background:#fff;
	color:#000;
}
.order-service p {
    margin: 0 0 43px;
	font-size:17px;
}
/* Scripts
-----------------------------------------------------------------------------*/
/* Swiper Slider */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
	background:#000;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
 .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
		background-color:#222;
		background-size:cover;
		background-repeat:no-repeat;
    }
	.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide img{
	width:100%;
	display:block;
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 120px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 0.9;
    margin: 0 6px;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: transparent;
  border:3px solid #fff;
  width: 12px;
    height: 12px;
	    top: 3px;
    position: relative;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
