@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Play:400,700&subset=cyrillic,cyrillic-ext,greek,latin-ext,vietnamese');
a,
a:focus,
a:active,
a:hover,
object,
embed {
  outline: none;
  text-decoration: none;
}
ol, ul{
padding:0;
margin:0;
}
a:hover, a:focus {
    color: #ee1c25;
}
a {
    color: #292929;
    text-decoration: none;
}
a img {
    border: 0;
}
img {
    max-width: 100%;
    height: auto;
	border:none;
}
.img-top{
width:100%;
height:auto;
display:block;
}
:-moz-any-link:focus {
outline: none;
}
input::-moz-focus-inner {
border: 0;
}

:focus { outline: 0; }
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.clear:after {
    clear: both;
    content: "";
    display: block;
}
::selection {
    background: #1abc9c;
    color: #fff;
}
::-moz-selection {
    background: #1abc9c;
    color: #fff;
}
html{overflow-x:hidden}
body {background: #FFF url(../images/texture_bg.png); font-family: 'Play', sans-serif; padding:0 !important;}
p{
margin: 10px 0px;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: .5px;
	text-align:justify;}

.h1, h2, .h2, h3, .h3 {
    margin: 0px;
    margin-bottom: 12.5px;
}
h1, .h1 {
    font-size: 33px;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.5;
    color: inherit;
	margin:0;
	padding:0;
}
ol,ul{
margin:0;
padding:0;
}
ol,ul li{list-style:none;}
.btn{transition: all .5s ease-in-out;-webkit-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;}
/*=================top header start==================*/
.haeder-top{
background:#ed3237;
border-bottom:1px solid rgba(245, 240, 240, 0.82);
/*border-top:1px solid #000;*/
margin:0;
padding:0;
}
.haeder-top .list_left{
width:100%;
margin:0;
padding:0;
}
.haeder-top .list_left ul li{
display:inline-block;
margin:0;
padding:0;
float:left;
}
.haeder-top .list_left ul li a{
color:#FFFFFF;
padding:10px;
display:block;
font-size:18px;
font-weight: 400;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
}
.haeder-top .list_left ul li a:hover{
background:#000000;
}

.haeder-top .socila-icons{
float:right;
margin:0;
padding:0;
text-align:right;
}
.haeder-top .socila-icons ul li{
display:inline-block;
margin:0;
padding:0;
float:left;
}
.haeder-top .socila-icons ul li a{
color:#FFFFFF;
padding:10px;
width:40px;
text-align:center;
display:block;
font-size:18px;
font-weight: 400;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
}
.haeder-top .socila-icons ul li a:hover{
background:#000000;
}
/*=======================top header end==================*/


/*=======================main header start==================*/
.header{
background:#ed3237;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar-default {
    background-color:transparent;
    
}

.navbar-brand {
    position: absolute;
    width: 20%;
    left: 28px;
    right: 0;
    top: 10px;
    text-align: center;
    margin: 0 auto;
}
.navbar-brand {
    float: left;
    height:auto;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #b11212;
	    border: 1px solid #921010;
}
.navbar-toggle {
    z-index:3;
}
.navbar-toggle {
    position: absolute;
    right: 0;
    top: 20px;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: rgb(0, 0, 0);
    background-image: none;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 2px;
}
.navbar-default .navbar-toggle {
    border-color: #000;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-nav > li > a {
    color: #FFF;
	text-align:center;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}

.navbar-default .navbar-nav > li > a i{
display:block;
margin-bottom:20px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #FFF;
    background-color:transparent;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 38px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

.dropdown-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 229px;
    width:auto;
    padding: 0px 0;
    margin: 4px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(255, 5, 5, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}
/*.navbar-default .navbar-nav > li > a img{
  
    -webkit-filter: grayscale(10%);
    -moz-filter: grayscale(10%);
    -ms-filter: grayscale(10%);
    -o-filter: grayscale(10%);
    filter: grayscale(10%);
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
	
}*/
.navbar-default .navbar-nav > li{
margin:18px 16px;
}
.navbar-default .navbar-nav > li:first-child{
margin-left:0;
}

.navbar-default .navbar-nav > li > a:before{
position:absolute;
content:'';
background:#FFF;
height:1px;
width:100%;
bottom:0;
left:0;
}
.navbar-default .navbar-nav > li > a:after{
position:absolute;
content:'';
background:#FFF;
height:1px;
width:100%;
top:60px;
left:0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 1px;
	font-size:18px;
}
.navbar-default .navbar-nav > li > a:hover:before,.navbar-default .navbar-nav > li > a:hover:after,.navbar-default .navbar-nav > li > a:focus:before,.navbar-default .navbar-nav > li > a:focus:after{
    color: #f8b80b;
    background-color:transparent;
		transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus {
	color:#FFF
}

@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #f1f1f1;
}
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: rgb(2, 2, 2);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
}

}


@media (max-width: 768px) {
.haeder-top{
background:#000;
border-bottom:1px solid rgb(23, 1, 1);
/*border-top:1px solid #000;*/
margin:0;
padding:0;
}
.haeder-top .socila-icons {
    float: right;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
	background:#ed3237;
}
.haeder-top .socila-icons ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    float:inherit;
}
.haeder-top .list_left ul li a {
    color: #FFFFFF;
    padding: 4px 5px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.navbar-header{
	height:90px;
	background: #ed3237;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border:none;
}
.navbar-nav {
    margin: 0px -15px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000;
}	
.navbar-brand {
    position: absolute;
    width: 145px;
    left: 0;
    right: 0;
    top: 0px;
    text-align:left;
    margin: 0;
}

.navbar-default .navbar-nav > li{
margin:0px 0px;
}
.navbar-default .navbar-nav > li:first-child{
margin:0;
}
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus {
	color:#FFF;
	background:#000;
}
.navbar-default .navbar-nav > li > a{
    
    border-bottom: 1px solid #000;
}
.navbar-default .navbar-nav > li > a:before{
position:absolute;
content:'';
background:#FFF;
height:0px;
width:100%;
bottom:0;
left:0;
}
.navbar-default .navbar-nav > li > a:after{
position:absolute;
content:'';
background:#FFF;
height:0px;
width:100%;
top:60px;
left:0;
}

.navbar-default .navbar-nav > li > a:hover:before,.navbar-default .navbar-nav > li > a:hover:after,.navbar-default .navbar-nav > li > a:focus:before,.navbar-default .navbar-nav > li > a:focus:after{
    color: #f8b80b;
    background-color:#333;
		transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}


.raskunsj{
position:relative; background:url(../images/raskunj-baner.jpg); background-repeat:no-repeat; min-height:500px; background-size:cover; -webkit-background-size:inherit !important;
}


.no-padding{padding:0px !important;}
}

/*@media (min-width: 768px) {
.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}
}*/
/*=======================main header start==================*/


/*slider start*/

.bs-slider{
    overflow: hidden;
    max-height: 600px;
    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.40);
}
.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: 0;
    bottom: 3%;
    left: 0;
    width: 100%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: center;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
    margin: 0 auto;
    position: absolute;

}
.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: #ff363b;
    font-weight:bold;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
	text-transform:uppercase;
	font-size:80px;
}
.slide-text > h2 {
    
    padding: 0;
    color: #ffffff;
    font-weight:bold;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
	text-transform:uppercase;
	font-size:50px;
	display:block;
	margin:0;
	padding:0;
}
.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;
}


.control-round .carousel-control.left {
    left: 0;
}
.control-round .carousel-control.right {
    right: 0;
}
.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: rgb(0, 0, 0);
    -webkit-border-radius: 0px;
    border-radius: 0;
}

.indicators-line > .carousel-indicators li {
    /* padding: 0; */
    width: 11px;
    height: 8px;
    border: none;
    margin: 0px 4px;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #afaaaa;
    border: 1px solid #afaaaa;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin-right: 0px;
    -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 .active {
    margin:0px 4px;
    box-shadow:none;
    background-color:#FF0000;
	border: 1px solid #FF0000;
    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.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}
.indicators-line > .carousel-indicators .active:before {
    transform: scale(0.0);
    background-color: #FF0000;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 20px;
    height:5px;
    border-radius: 50%;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
	.slide-text h2 {
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
	.control-round .carousel-control {
    display:block !important;
}
}


/*---------- 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;
    }

}
/*slider end*/


.title-heading{
	padding-bottom:10px;
	text-align:center;
	position:relative;
	font-weight:bold;
	text-transform:uppercase;
	font-size:35px;
}
.title-heading:after{
	position:absolute;
	top:0;
	bottom:0;
}
.box-col{
	margin:0;
	padding:0;
	width:100%;
}
.box-col .head-text{
	width:90%;
	margin:0;
	padding:14px 20px;
	background:#FFF;
	border:1px solid #dedede;
	position:relative;
	min-height: 55px;
	bottom:-1px;
}
.box-col .head-text h2{
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
	position:absolute;
	left:80px;
}
.box-col .head-text span{
	display:inline;
	padding-right:15px;
	float:left;
	position: relative;
    top: -4px;
}
.box-col .box-md{
	border:1px solid #dedede;
	background:#FFF;
	padding:8px;
}
.themes_button{
	background:#ed3237;
    padding: 7px 30px;
    border-radius: 100px;
	border:1px solid #f9292e;
	font-weight:500;
	font-size:16px;
}
.themes_button:hover,.themes_button:focus{
    background: #5d5c5c;
    border: 1px solid #545353;
}

.themes_black{
 background: #5d5c5c;
    border: 1px solid #545353;
    padding: 7px 30px;
    border-radius: 100px;
	font-weight:500;
	font-size:16px;
}
.themes_black:hover,.themes_black:focus{
    background: #000;
    border: 1px solid #000;
}
.overlay{
	position:absolute;
	content:'';
	background:rgba(0, 0, 0, 0.5);
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	text-align:center;
	opacity:1;
	transition: all .5s ease-in-out;
}
.icon_dwnload a {
    opacity: 10;
    position: absolute;
    top: 40%;
    left: 0;
    margin-top: -30px;
    /* margin-left: -40px; */
    right: 0;
    text-align: center;
    color: #FFF;
    background: url(../images/dowload_icon.png);
    background-repeat: no-repeat;
    height: 82px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: center 0%;
    padding: 90px 0px;
    text-transform: uppercase;
    font-size: 18px;
}
.icon_menu a{
    opacity: 10;
    position: absolute;
    top: 40%;
    left: 0;
    margin-top: -30px;
    /* margin-left: -40px; */
    right: 0;
    text-align: center;
    color: #FFF;
	background:url(../images/dowload_icon1.png);
    background-repeat: no-repeat;
    height: 82px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: center 0%;
    padding: 90px 0px;
    text-transform: uppercase;
    font-size: 18px;
}
.overlay:hover{
	opacity:1;
	top:0;
	background:rgba(0, 0, 0, 0.67);
}

/*=============footer strat============*/
.footer{
	background:#ed3237;
}
.footer .border_bot{
	border-top:1px solid #c80d12;
	border-bottom:1px solid #ff6c70;
	height:2px;
}
.footer .navigation{
	margin:0;
	padding:0;
	text-align:center
}
.footer .navigation ul li{
	display:inline-block;
	margin:10px;
}
.footer .navigation ul li a{
color:#FFF;
padding:10px;
display:block;	
font-size:16px;
font-weight:500;
	
}
.footer .navigation ul li a:hover,.footer .navigation ul li a:focus{
color:#FFCC00;
}
.footer .logo-bot{
	position:relative;
	width:180px;
	left:0;
	right:0;
	margin: 0 auto;
}
.brand-logo{
	position:absolute;
	top:-50px;
}
.foter-bot{
background:#000;
border-top:2px solid #FFF;	
color:#d6cbad;
}
.foter-bot a{
	color:#d6cbad;
}
.foter-bot a:hover{
	color:#FFF;
}
/*=========footer end=============*/
@media (max-width:640px) {
	.brand-logo{
	position:relative;
	top:-40px;
}
}


@media (max-width:768px) {
	.text-xs{
		text-align:center !important;
}
}

.no-minpadding{padding:0 !important}
.padding-top10{padding-top:10px;}
.padding-top20{padding-top:20px;}
.padding-top30{padding-top:30px;}
.padding-top40{padding-top:40px;}
.padding-top50{padding-top:50px;}
.padding-top60{padding-top:60px;}
.padding-top70{padding-top:70px;}
.padding-top80{padding-top:80px;}
.padding-top90{padding-top:90px;}
.padding-top100{padding-top:100px;}
.padding-top110{padding-top:110px;}
.padding-top120{padding-top:120px;}
.padding-top150{padding-top:150px;}
.padding-top200{padding-top:200px;}

.padding-bot10{padding-bottom:10px;}
.padding-bot20{padding-bottom:20px;}
.padding-bot30{padding-bottom:30px;}
.padding-bot40{padding-bottom:40px;}
.padding-bot50{padding-bottom:50px;}
.padding-bot60{padding-bottom:60px;}
.padding-bot70{padding-bottom:70px;}
.padding-bot80{padding-bottom:80px;}
.padding-bot90{padding-bottom:90px;}


.padding-btop20{padding-top:20px; padding-bottom:20px;}
.padding-btop30{padding-top:30px; padding-bottom:30px;}
.padding-btop40{padding-top:40px; padding-bottom:40px;}
.padding-btop50{padding-top:50px; padding-bottom:50px;}
.padding-btop60{padding-top:60px; padding-bottom:60px;}
.padding-btop70{padding-top:70px; padding-bottom:70px;}
.padding-btop80{padding-top:80px; padding-bottom:80px;}
.padding-btop90{padding-top:90px; padding-bottom:90px;}
.padding-btop100{padding-top:100px; padding-bottom:100px;}
.padding-btop110{padding-top:110px; padding-bottom:110px;}
.padding-btop120{padding-top:120px; padding-bottom:120px;}
.padding-btop130{padding-top:130px; padding-bottom:130px;}
.padding-btop140{padding-top:140px; padding-bottom:140px;}
.padding-btop150{padding-top:150px; padding-bottom:150px;}
.padding-btop160{padding-top:160px; padding-bottom:160px;}
.padding-btop170{padding-top:170px; padding-bottom:170px;}
.padding-btop180{padding-top:180px; padding-bottom:180px;}
.padding-btop190{padding-top:190px; padding-bottom:190px;}
.padding-btop200{padding-top:200px; padding-bottom:200px;}

.padding20{padding:20px}
.padding30{padding:30px}
.padding40{padding:40px}
.padding50{padding:50px}
.padding60{margin:60px}
.padding70{margin:70px}
.padding80{margin:80px}

.padding-rtl10{padding-right:10px;padding-left:10px;}
.padding-rtl20{padding-right:20px;padding-left:20px;}
.padding-rtl30{padding-right:30px;padding-left:30px;}
.padding-rtl40{padding-right:40px;padding-left:40px;}
.padding-rtl50{padding-right:50px;padding-left:50px;}
.padding-rtl60{padding-right:60px;padding-left:60px;}
.padding-rtl70{padding-right:70px;padding-left:70px;}
.padding-rtl80{padding-right:80px;padding-left:80px;}


.margin0{
margin:0 !important
}
.margin-top8{margin-top:8px;}
.margin-top10{margin-top:10px;}
.margin-top20{margin-top:20px;}
.margin-top30{margin-top:30px;}
.margin-top40{margin-top:40px;}
.margin-top50{margin-top:50px;}
.margin-top60{margin-top:60px;}
.margin-top70{margin-top:70px;}
.margin-top80{margin-top:80px;}
.margin-top90{margin-top:90px;}
.margin-top100{margin-top:100px;}
.margin-top110{margin-top:110px;}
.margin-top120{margin-top:120px;}

.margin-bot10{margin-bottom:10px;}
.margin-bot20{margin-bottom:20px;}
.margin-bot30{margin-bottom:30px;}
.margin-bot40{margin-bottom:40px;}
.margin-bot50{margin-bottom:50px;}
.margin-bot60{margin-bottom:60px;}
.margin-bot70{margin-bottom:70px;}
.margin-bot80{margin-bottom:80px;}
.margin-bot90{margin-bottom:90px;}
.margin-bot100{margin-bottom:100px;}

.margin-btop20{margin:20px 0px;}
.margin-btop30{margin:30px 0px;}
.margin-btop40{margin:40px 0px;}
.margin-btop50{margin:50px 0px;}
.margin-btop60{margin:60px 0px;}
.margin-btop70{margin:70px 0px;}


.gray{background:#f5f5f5; border: 1px solid #dcdada;}
.white{background:#FFFFFF; border-top:1px solid #dadada;border-bottom:1px solid #dadada}


.raskunsj{
position:relative; background:url(../images/raskunj-baner.jpg); background-repeat:no-repeat; min-height:500px; background-size:100%; -webkit-background-size:100%
}


.title-botheading {
    position: relative;
    margin-bottom: 0px;
}
.title-botheading h2 {
    color: #333;
    font-size: 23px;
    font-weight: 600;
    z-index: 1;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.title-botheading h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 11px;
    width: 35px;
    height: 2px;
    background-color: #ee1c25;
}
.title-botheading h2:after {
    position: relative;
    content: ':';
    left: 5px;
    bottom: 0px;
    width: 25px;
    height: 2px;
    /* background-color: #ee1c25; */
}
.anailetisim .iletisimform input {
    color: #795548;
    padding: 12px 18px;
    border-radius: 2px;
}
.anailetisim i{color:#ed3237}
.anailetisim .iletisimbilgi table td {
    padding: 0px 12px 0px 12px;
    vertical-align: top;
}

.anailetisim .form-control {
display: block;
    width: 100%;
    height: 49px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.8;
    color: #555555;
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid #efefef;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.anailetisim .form-control:not(input) {
    height: auto !important;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 0px;
}
.form-control {
    display: block;
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.8;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e6e5e5;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.anailetisim .form-control:focus {
    border-color: #ed3237;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(241, 94, 94, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(253, 102, 102, 0.6);
}
.anailetisim .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    /*border: 1px solid transparent;*/
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.8;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-style-one {
    position: relative;
    padding: 10px 30px;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background-color: #ee1c25;
    border: 2px solid #ee1c25;
    text-transform: uppercase;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.btn-style-one:hover,.btn-style-one:focus {
    color: #ee1c25;
    background: none;
}
.list_type {
    margin: 0;
    padding: 0;
}
.list_type ul {
    margin: 0;
    padding-left: 20px;
}
.list_type ul li {
    margin: 0;
    padding: 0;
    list-style-type: square;
    line-height: 35px;
    text-align: left;
	font-size:20px;
}

.list_service {
    margin: 0;
    padding: 0;
}
.list_service ul {
    margin: 0;
    padding:0px;
}
.list_service ul li {
    margin: 0;
    padding: 0;
    list-style-type: square;
    line-height: 40px;
    text-align: left;
	font-size:18px;
	display:block;
	
}
.list_service ul li i{
padding-right:10px;
width:44px;
}
.list_service ul li a{
padding:15px 0px;
border-bottom:1px solid #FF0000;
display:block;
}
.overlay-big{
position:absolute;
content:'';
background:rgba(0, 0, 0, 0.12);
height:100%;
width:100%;
top:0;
left:0;
}

/*check box start*/
.checkbox {
  padding-left: 16px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 18px;
    font-size: 13px;
    font-weight: 600;
	}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    right: 0;
    margin-left: -14px;
	    margin-top: 0px;
    border: 1px solid #ed3432;
    border-radius: 0px;
    background-color: #fff;
    outline: 0;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 4px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline:none;
      outline: 0px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c";
	      left: 6px;
    top: -2px; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #ee1c25;
    border-color: #ec3f47; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }
/*check box end*/


.pdf-thumb-box 
{

  position: relative !important;
}

.pdf-thumb-title-active 
{
  color: #FFF;
}
.pdf-thumb-box-overlay 
{
  position: absolute;
  background-color: rgba(15, 15, 15, 0.31);
  width: 100%;
  height: 100%;
  opacity:0;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}
.pdf-thumb-box-overlay:hover{
opacity:1;
}
.pdf-thumb-box-overlay .center-box
{
  top: 38%;
  left:0;
  right:0;
  position: absolute;
  text-align:center;
  font-size: 40px;
  margin-left: -10px;
  margin-top: -10px;
}
.pdf-thumb-box-overlay .center-box a{
background:#FF0000;
font-size:18px;
color:#FFFFFF;
padding:15px 20px;
}

/*gallery section*/

.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border:none;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.portfolio-menu button.mixitup-control-active {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      border: 2px solid #4bcaff;
      color: #4bcaff;
      padding: 10px 15px;
    font-weight: 700;
    transition: .4s;
    text-transform: uppercase;
}
.portfolio-menu button {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      border: 2px solid transparent;
      color: #515f67;
      padding: 10px 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}
.single-portfolio a {
  display: block;
  line-height: 0;
  position: relative;
  color:#FFFFFF
}
.single-portfolio a::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(0.5);
  transition: all 0.3s ease 0s;
  width: 100%;
}
.single-portfolio:hover a::before {
	opacity: .5;
	transform: scale(1);
}
.single-portfolio a .bo_text{
position:absolute; width:100%; height:100%; top:0; right:0;
opacity:0;
}
.single-portfolio a .bo_text:hover{
opacity:1;
}
.single-portfolio a .tex_blow{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
}
/*.single-portfolio a::after {
  color: #fff;
  content: "+";
  font-size: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: scale(0);
  transition: all 0.3s ease 0s;
}*/
.single-portfolio:hover a::after {
	transform: scale(1);
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ed3237;
    border-color: #da2c31;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #ed3237;
    border-color: #ed3237;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


/*gallery section end*/




.style .col-sm-3:nth-child(1) {
  padding-top: 20px;
  border: 6px solid #ed3237;
  height: 400px;
  text-align: center;
  background-color: #000000;
}


.style .col-sm-3:nth-child(2) {
  padding-top: 20px;
  height: 400px;
  text-align: center;
  border:6px solid #374140;
  background-color: #ed3237;
}

.style .col-sm-3:nth-child(3) {
  padding-top: 20px;
  height: 400px;
  text-align: center;
    border: 6px solid #cacaca;
    background-color: #5a2804;
}

.style .col-sm-3:nth-child(4) {
  padding-top: 20px;
  border: 6px solid #ed3237;
  height: 400px;
  text-align: center;
  background-color: #000000;
}

.style img[Attributes Style] {
width: 140px;
height: 140px;
}

.img-circle {
border-radius: 50%;
margin: auto;
}

.style .col-sm-3:nth-child(1) img {
  border: 4px solid #FFF;
/*  background: #FFF;*/
  vertical-align: middle;
}
.style .col-sm-3:nth-child(3) img {
  border: 4px solid #FFF;
/*  background: #FFF;*/
  vertical-align: middle;
}

.style .col-sm-3:nth-child(2) img {
  border: 4px solid #FFF;
 /* background: #FFF;*/
  vertical-align: middle;
}
.style .col-sm-3:nth-child(4) img {
  border: 4px solid #FFF;
/*  background: #FFF;*/
  vertical-align: middle;
}
.style .col-lg-3 {
  margin-bottom: 20px;
  text-align: center;
}

.style h2 {
  font-weight: normal;
  text-align: center;
  color: white;
  margin-bottom: 20px;
}

.style .col-lg-3 p {
  margin-right: 10px;
  margin-left: 10px;
  color:#FFFFFF;
}

.col-sm-3:nth-child(1) p,.col-sm-3:nth-child(2) p,.col-sm-3:nth-child(3) p,.col-sm-3:nth-child(4) p {
  color: #FFF;
}

.col-sm-3:nth-child(4) p {
  color: #FFF;
}

.box_container {
    border: 1px solid #efe9e9;
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
}
.box_container .inner_content {
    padding: 20px 10px;
}
.box_container .saral-interchange>div:first-child {
    float: right;
}

.padding0 {
    padding: 0 !important;
}

.text_white{
color:#FFFFFF !important
}
.text_white a{
color:#FFFFFF;
}
.text_white a:hover{
color:#ed3237
}
.addcard{
position:relative;
border-bottom:1px dashed #cc1d28;
}
.addcard .card{
position:absolute;
/*content:'gkjdfgkdfkgl';*/
left:0;
right:0;
top:-20px;
text-align:center;
margin:0 auto;
}

.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: 11px 10px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top:none;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
}
.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: 8px 10px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #d8d8d8;
}
.btn-tparent{
background:none;
border:none;
font-size:15px;
}
.btn-tparent i{
font-size:22px;
color:#FF0000;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: rgb(238, 28, 37);
    border: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    width: 45px;
    z-index: 1;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    position: absolute;
    background: #000;
}
.close:hover, .close:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 1;
}

.LockOff {
    display: none;
    visibility: hidden;
}

.LockOn {
    display: block;
    visibility: visible;
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 1000;
    width: 105%;
    height: 105%;
    background-color: #FDFDF0;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.60;
}
if(prog){ $('#loadingdiv').addClass("LockOn");}
if(prog){$('#loadingdiv').removeClass("LockOn");$('#loadingdiv').addClass

("LockOff");}	



.counterup-bg { 
    background-image: url(../images/counter-up-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 60px 0px 60px 0px;
    float: left;
    width: 100%;
	margin: 0px 0px 60px 0px;
}
.counterup-bg:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
    content: "";
    z-index: -1;
}
.kode-counter-up {
    float: left;
    width: 100%;
}
.kode-counter-up li {
    float: left;
    width: 20%;
    height: 237px;
    text-align: center;
    background-color: transparent;
    position: relative;
    padding: 71px 0 53px;
}
.kode-counter-up li:before {
    width: 237px;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    content: "";
    margin: 0 auto 0;
    font-family: "icomoon" !important;
    line-height: 237px;
    font-size: 150px;
    color: rgba(225, 225, 225, 0.10);
    background-color: rgba(0, 0, 0, 0.45);
    z-index: -1;
}
.kode-counter-up li span {
    font-size: 72px;
    display: inline-block;
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    line-height: 72px;
    margin-bottom: -3px;
}
.kode-counter-up li i {
    color: #fff;
    font-size: 64px;
    margin-left: 2px;
}
.kode-counter-up li p{
	color: #f7f7f7;
	text-align: center;
}