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

@font-face {
	/* Font fontlar.info saytından götürülmüşdür. */
  font-family: 'Europe';
  src: url('../fonts/europe/furope.eot');
  src: url('../fonts/europe/furope.eot#iefix') format('embedded-opentype'),
  url('../fonts/europe/furope.woff') format('woff'),
  url('../fonts/europe/furope.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'SSP-Regular';
    src: url('../fonts/ssp/regular/SourceSansPro-Regular.eot');
    src: local('♍︎'), url('../fonts/ssp/regular/SourceSansPro-Regular.woff') format('woff'), url('../fonts/ssp/regular/SourceSansPro-Regular.ttf') format('truetype'), url('../fonts/ssp/regular/SourceSansPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SSP-Bold';
    src: url('../fonts/ssp/bold/SourceSansPro-Bold.eot');
    src: local('♍︎'), url('../fonts/ssp/bold/SourceSansPro-Bold.woff') format('woff'), url('../fonts/ssp/bold/SourceSansPro-Bold.ttf') format('truetype'), url('../fonts/ssp/bold/SourceSansPro-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/** Generated by FG **/
@font-face {
    font-family: 'SSP-Light';
    src: url('../fonts/ssp/light/SourceSansPro-Light.eot');
    src: local('♍︎'), url('../fonts/ssp/light/SourceSansPro-Light.woff') format('woff'), url('../fonts/ssp/light/SourceSansPro-Light.ttf') format('truetype'), url('../fonts/ssp/light/SourceSansPro-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{
    -webkit-font-smoothing: subpixel-antialiased;
}

html{
	width:100%;
	height:100%;
    -webkit-font-smoothing: antialiased ;
}

body{
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
	font-family:'SSP-Regular';
	font-size: 14px;
	line-height: 17px;
	color: #313131;
	position:relative;
	display:table;
	background:#bd5400;
}
h1,h2,h3,h4,h5,h6{
    letter-spacing: -1px;
}
.header-shadow {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 70px;
z-index: 2;
background: url("../images/header-top-shodow.png");
background-repeat: repeat-x;
}
.wrapper{
    background: #bd5400;
    position: relative;
}
.header-shadow{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 70px;
    z-index: 2;
    background: url("../images/header-top-shodow.png");
    background-repeat: repeat-x;
}
.clear-fix:after{
	content:" ";
	clear:both;
	display:block;
}
.header{
    width: 1000px;
    height: 350px;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}
.footer{

}
.logo{
    width: 180px;
    height: 150px;
    float: right;
    background: url("../images/logo2.png") center center no-repeat;
    margin-top: -80px;
    margin-bottom: 20px;
    /*background-color: #000000;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    background-color: rgba(0,0,0,0.85);*/
}
.logo:hover{
    background: url("../images/logo2.png") center center no-repeat;
}
.logo a{
    display: block;
    text-indent: -999em;
    width: 126px;
    height: 126px;
    margin:49px auto;
}
.search{
    width: 155px;
    height: 18px;
    float: left;
    margin-left: 30px;
    display: table;
    margin-top: 8px;
}
.search form{
    margin:0px;
    padding:0px;
    display: table;
}
.search .q{
    width: 130px;
    height: 16px;
    background: url("../images/search-border.png");
    padding: 1px;
    padding-left: 5px;
    border:0px;
    font-size: 11px;
    color: #ffffff;
    margin-bottom: 0px;
    outline: none;
    float: left;
}
.search .q:hover , .q:active, .q:focus{
    background: url("../images/search-border-h.png");
}
.search .search-btn{
    background: url("../images/search-btn.png") no-repeat;
    height: 11px;
    width: 11px;
    border: 0px;
    margin-top: 3px;
    outline: none;
    margin-right: 8px;
    padding: 0px;
    display: block;
    float: left;
}
.search .search-btn:hover , .search-btn:active, .search-btn:focus{
    background: url("../assets/images/search-btn-h.png") no-repeat;
    cursor: pointer;
}
.languages{
    float: right;
    display: table;
    background: url("../images/langugage.png") no-repeat;
    padding-left: 16px;
    margin-top: 11px;
    margin-right: 5px;
}
.languages ul{
    padding: 0px;
    margin: 0px;
    padding-right: 12px;
    background: url("../images/lang-active.png") 98px 4px no-repeat; 
    cursor: pointer;
    display: table;
    list-style: none;
}
.languages.opened ul{
    background: url("../images/lang-arrow.png") 95px 5px no-repeat;
}
.languages ul li{
    margin-bottom: 4px;
    height: 12px;
    display: none;
}
.languages ul li a{
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    width: 94px;
}
.languages ul li a img{
    float: left;
    margin-right: 5px;
}
.languages ul li.active{
    display: block;
}
.languages ul:hover li{
    display: list-item;
}

.center{
    width: 1000px;
    height: auto;
    display: table;
    margin: 0px auto;
    position: relative;
    z-index: 9999;
}
.center:after{
    content: " ";
    clear: both;
    height: 1;
}
.center .left-side{
    width: 220px;
    height: auto;
    float: left;
    padding-bottom: 100px;
}
.center .right-side{
    width: 780px;
    float: left;
    height: auto;
    background: #ffffff;
    min-height: 600px;
}
.footer{
    width: 1000px;
    margin: 0px auto;
    height: auto;
    display: table;
    position: relative;
    z-index: 999999;
}
.footer .f-left-side{
    width: 200px;
    margin-right: 20px;
    float: left;
    position: relative;
    height: 1px;
}
.footer .f-right-side{
    width: 780px;
    float: left;
    height: auto;
}
.footer .f-right-side .owl{
    float: right;
    margin: 7px 0px;
}
.footer .f-right-side .copyright{
    padding: 15px 0px;
    color: #ffffff;
    font-size: 12px;
    width: 400px;
    float: left;
}
.footer .contacts{
    text-align: right;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    bottom: 1px;
    width: 100%;
}
.footer .contacts p{
    padding: 1px 0px;
    margin:0px;
}
.footer .contacts a{
    color: #ffffff;
    text-decoration: none;
}
.main .hello, .about-us{
    padding: 15px;
}
/*:::::::::::: CSS MENU ::::::::::::::*/

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1.3;
    display: block;
    position: relative;
    text-align: right;
}
#cssmenu {
    width: 200px;
    padding-right: 20px;
    color: #ffffff;
    margin-top: 0px;
}
#cssmenu ul ul {
    display: none;
}
.align-right {
    float: right;
}
#cssmenu > ul > li > a {
    padding: 5px 15px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
    color: #eeeeee;
}
#cssmenu > ul > li.open > a {
    /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #1682ba;*/
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
   /* border-bottom: 1px solid #1682ba;*/
}
.holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
}
#cssmenu ul ul li a {
    cursor: pointer;
    padding: 5px 20px;
    z-index: 1;
    text-decoration: none;
    font-size: 14px;
    color: #eeeeee;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
    color: #ffffff;
}
#cssmenu ul ul li:first-child > a {
    box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
    /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);*/
}
#cssmenu ul ul ul li a {
    padding-right: 20px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
    border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
    /*border-bottom: 1px solid #32373e;*/
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 0;
}
#cssmenu ul li ul li:not(.has-sub){
    background: url("../images/cycle.png") 185px 10px no-repeat;
}
.has-sub{
    background: url("../images/lang-active.png") 190px 10px no-repeat;
    z-index: 99;
}
.has-sub.open{
    background: url("../images/lang-arrow.png") 190px 10px no-repeat;
    z-index: 99;
}
.has-sub ul li a{
    font-size: 12px !important;
    line-height: 16px !important;
}
.pics {
    height: 283px;
    width: 100%;
    padding:0;
    margin:0;
    overflow: hidden;
    display: none;
    /*opacity: 0;*/
}
.pics a{
    position: relative;
    display: block;
    width: 100%;
    height: 283px;
}
.pics img {
    height: 283px;
    width: 100%;
    padding: 0px;
    border: 0px solid #ccc;
    background-color: #eee;
    top:0;
    left:0;
}
.main-sliders div.pics.active{
    opacity: 1;
    -moz-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    -webkit-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
    display: block;
}
.slider-tabs{
    display: table;
    width: 100%;
    height: auto;
    padding: 0px;
    margin-bottom: 30px;
}
.slider-tabs li{
    display: table;
    width: 183px;
    height: 140px;
    float: left;
}
.slider-tabs li a{
    display: block;
    height: 140px;
    width: 183px;
    text-indent: -999em;
    position: relative;
}
.slider-tabs li.active a:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -10px;
    left: 81px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ECECEC;
} 
.slider-tabs li a:hover:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -10px;
    left: 81px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.slider-tabs li a.blocks1, .slider-tabs li a.blocks2, .slider-tabs li a.blocks3, .slider-tabs li a.blocks4 {
    background-position:center center;
    background-repeat: no-repeat;
    background-color: #ECECEC;
	margin-right: 15px;
}
.slider-tabs li a.blocks4{
    margin-right: 0;
}
.slider-tabs li a.blocks1:hover, .slider-tabs li a.blocks2:hover, .slider-tabs li a.blocks3:hover, .slider-tabs li a.blocks4:hover {
    background-color: #9D1D32;
}
.slider-tabs li a.blocks1:hover:after, .slider-tabs li a.blocks2:hover:after, .slider-tabs li a.blocks3:hover:after, .slider-tabs li a.blocks4:hover:after {
    border-top: 10px solid #9D1D32;
}

.slider-tabs li a.tatra{
    background-image: url("../images/logo-tatra.png");
    background-position:center center;
    background-repeat: no-repeat;
    background-color: #ECECEC;
    margin: 0px 0px;
}
.slider-tabs li a.tatra:hover{
    background-color: #9D1D32;
}
.slider-tabs li a.tatra:hover:after{
    border-top: 10px solid #9D1D32;
}
.slider-tabs li a.saz{
    background-image: url("../images/sazcz.png");
    background-position:center center;
    background-repeat: no-repeat;
    background-color: #ECECEC;
    margin: 0px 15px;
}
.slider-tabs li a.saz:hover{
    background-color: #FEEB34;
}
.slider-tabs li a.saz:hover:after{
    border-top: 10px solid #FEEB34;
}
.slider-tabs li a.ckd{
    background: url("../images/logo-ckd-krany.png");
    background-position:center center;
    background-repeat: no-repeat;
    background-color: #ECECEC;
    width: 186px;
}
.slider-tabs li a.cm{
    background: url("../images/logo-csmtisovec.png");
    background-position:center center;
    background-repeat: no-repeat;
    background-color: #ECECEC;
    margin-right: 15px;
}
.slider-tabs li a.cm:hover{
    background-color: #088BDA;
}
.slider-tabs li a.cm:hover:after{
    border-top: 10px solid #088BDA;
}
.slider-tabs li a:hover{
    /*background-color: #D86A27;*/
    -webkit-transition: background-color 700ms linear;
    -moz-transition: background-color 700ms linear;
    -o-transition: background-color 700ms linear;
    -ms-transition: background-color 700ms linear;
    transition: background-color 700ms linear;
}
.slider-tabs li.active a{
    /*background-color: #D86A27;*/
    -webkit-transition: background-color 700ms linear;
    -moz-transition: background-color 700ms linear;
    -o-transition: background-color 700ms linear;
    -ms-transition: background-color 700ms linear;
    transition: background-color 700ms linear;
}
.information{
    width: 290px;
    height: auto;
    float: left;
    padding: 30px;
}
.information .contact{
    padding: 0px;
    margin:0px;
    list-style: none;
}
.information .contact li{
    display: block;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px; /* default 20px */
    min-height: 20px;
}
.information .contact li#place{
    background: url("../images/contact-place.png") center left no-repeat;
}
.information .contact li#phone{
    background: url("../images/contact-phone.png") center left no-repeat;
}
.information .contact li#mail{
    background: url("../images/contact-mail.png") center left no-repeat;
}
.information h2{
    font-size: 24px;
    margin-bottom: 35px;
}
.send-mail{
    width: 300px;
    height: auto;
    float: right;
    padding: 30px;
}
.send-mail h2{
    font-size: 24px;
}
.send-mail #send-mail{
    width: 100%;
}
.send-mail #send-mail label{
    width: 100%;
    display: table;
    position: relative;
    float: left;
}
.send-mail .inputs{
    font-size: 14px;
    width: 292px;
    border:solid 1px #b6b6b6;
    height:24px;
    padding:3px;
    margin-bottom: 7px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    outline: none;
}
.send-mail .inputs#message{
    height: 100px;
}
.send-mail .inputs:active, .inputs:focus{
    border:solid 1px #eab606;
}
.send-mail #submit-contact{
    padding: 0px 20px;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 109px;
    float: right;
    color:#000000;
    background: #f4f4f4;
    border:solid 1px #b6b6b6;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    outline: none;
}
.send-mail #submit-contact:hover{
    background: #eab606;
    border:solid 1px #eab606;
}
#submit-contact:active ,#submit-contact:focus {
    -moz-box-shadow: inset 0 3px 10px #a48004;
    -webkit-box-shadow: inset 0 3px 10px #a48004;
    box-shadow: inset 0 3px 10px #a48004;
    border:solid 1px #b6b6b6;
    background: #eab606;
}
.standart-page{
    padding: 30px;
}
.standart-page.cover-image{
    padding: 0px;
}
.standart-page.cover-image img.cover{
    width: 100%;

}
.standart-page.cover-image .inner-content{
    padding: 30px;
}
.standart-page h1.content-title{
    font-size: 20px;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-family: 'SSP-Bold';
    line-height: 18px;
    display: block;
    padding: 0px;
    margin:0px;
    margin-bottom: 20px;
}
.standart-page .text-content{
    text-align: justify;
}
.standart-page .text-content .content-image{
    width: 300px;
    float: left;
    margin-right: 10px;
}
.gallery-page{
    display: table;
    width: 100%;
}
.gallery-page .images{
    display: table;
    width: 100%;
}
.gallery-page .images a{
    display: table;
    width: 224px;
    height: 224px;
    overflow: hidden;
    position: relative;
    padding: 10px;
    border:solid 1px #252525;
    float: left;
    margin: 7px;
}
.gallery-page .images a img{
    display: block;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}
.abuot-pic{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/image-hover.png") bottom left;
    background-repeat: repeat-x;
    opacity: 0;
    -webkit-transition: opacity 0.8s linear;
    -moz-transition: opacity 0.8s linear;
    -o-transition: opacity 0.8s linear;
    -ms-transition: opacity 0.8s linear;
    transition: opacity 0.8s linear;
    z-index: 999;
}
.gallery-page .images a:hover .abuot-pic{
    opacity: 1;
}
.abuot-pic .info{
    position: absolute;
    display: table;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding-bottom: 5px;
    text-align: center;
    height: 60px;
}
.abuot-pic .info span{
    display: block;
    color: #ffffff;
    padding:0px 5px;
    font-size: 18px;
}
/*:::::::::::::::::::::::::::::SEHIFELENME:::::::::::::::::::::::: */

div.pagination {
    padding: 3px;
    display:table;
    margin:10px auto;
    font-size: 10px;
    font-weight:bold;
}

div.pagination a {
    padding: 4px 6px;
    margin: 0px;
    text-decoration: none; /* no underline */
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    margin:0px 1px;
    background:none;
    border:solid 1px #c9c9c9;
    color:#000000;
    float: left;
}
div.pagination a:hover{
    background-color:#e9e9e9;
    color:#FFFFFF;
    border:solid 1px #c9c9c9;
}
div.pagination a:hover, div.pagination a:active {
    color: #FFFFFF;
}
div.pagination span.current {
    padding: 4px 6px;
    margin: 0px;
    background-color: #e9e9e9;
    color: #000000;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    margin:0px 1px;
    border:solid 1px #c9c9c9;
    float: left;
}
div.pagination span.disabled {
    padding: 3px 6px;
    margin: 0px;
    color: #000000;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    margin:0px 1px;
    border:solid 1px #c9c9c9;
    line-height:20px;
    float: left;
}
div.pagination #dosts{
    float: left;
    height: 27px;
    line-height: 24px;
}
.product-search-page{
    width: 100%;
    display: table;
}
.search-form{
    background: #eab606;
    padding: 0;
    display: table;
    width: 100%;
}
.search-form form#search-product{
    padding: 15px;
    display: table;
}
.search-form:after{
    content: ' ';
    clear: both;
}
.search-product-btn{
    background: url("../images/product-button.png") no-repeat;
    width: 28px;
    height: 28px;
    display: block;
    float: left;
    border: 0px;
    cursor: pointer;
    margin-left: 20px;
    margin-top: 2px;
}
.search-form .select-input{
    padding: 10px;
    float: left;
    display: block;
    width: 221px;
    margin-left: 10px;
    height: 36px;
    border: 0px;
    font-size: 14px;
}
.products-list{
    padding-top: 20px;
}
.product{
    margin: 0px 10px 10px 10px;
    display: table;
}
.product .content{
    display: table;
}
.product .image{
    display: block;
    width: 125px;
    height: 125px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #000000;
}
.product .image img{
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
}
.product .content-title{
    font-size: 16px;
    color: #000000;
    text-decoration: none;
}
.product .content-title h3{
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    font-size: 16px;
}
.product .content-model{
    color: #000000;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
}
.product .content p{
    margin: 0px;
}
.product-page{
    display: table;
}
.product-page .about-product{
    position: relative;
    width: 780px;
    height: 320px;
    overflow: hidden;
}
.product-page .about-product img{
    max-width: 100%;
    display: block;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.pro-information{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0px;
    top: 0px;
}
.pro-information .pro-info{
    float: right;
    width: 254px;
    height: 300px;
    background: url("../images/product-shadow.png");
    padding: 10px;
}
.pro-information .pro-info h1{
    font-size: 32px;
    color: #ffffff;
    line-height: 32px;
    margin: 0px;
    margin-top: 20px;
}
.pro-info h2{
    color: #eab606;
    font-size: 24px;
    line-height: 24px;
    margin: 0px;
    margin-top: 5px;
}
.product-page .text-content{
    padding: 20px;
}
.pro-info ul.features{
    margin: 0px;
    padding: 0px;
    list-style: none;
    max-height: 160px;
    overflow: hidden;
}
.pro-info h4{
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    margin: 20px 0px 10px;
}
.pro-info ul.features li{
    color: #ffffff;
    background: url("../images/check.png") center left no-repeat;
    font-size: 14px;
    padding: 5px 0px 5px 20px;
}

.selling-page{
    display: table;
    width: 100%;
}
.selling-page h1{
    font-size: 30px;
    margin: 50px 10px 100px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: "SSP-BOLD";
}
.selling-page .step{
    width: 100%;
    height: auto;
    display: table;
    position: relative;
    margin-bottom: 100px;
    cursor: pointer;
}
.selling-page .step img{
    opacity: 0.9;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
    transition: all 0.1s linear;
    -webkit-filter: grayscale(0.5);
}
.selling-page .step:hover img{
    opacity: 1;
    -webkit-filter: grayscale(0);
}
.selling-page .step:last-child{
    margin-bottom: 0px;
}
.selling-page .step:before{
    content: '';
    width: 110px;
    height: 110px;
    border:solid 5px #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: -60px;
    left: 330px;
    z-index: 999;

    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.selling-page .step:hover:before{
    -webkit-box-shadow:inset 6px 9px 20px -4px rgba(0,0,0,0.8);
    -moz-box-shadow:inset 6px 9px 20px -4px rgba(0,0,0,0.8);
    box-shadow:inset 6px 9px 20px -4px rgba(0,0,0,0.8);
}
.selling-page .step.color-red:before{
    background: url("../images/first-step.png") center center no-repeat;
    background-color: #ff5555;
}
.selling-page .step.color-blue:before{
    background: url("../images/second-step.png") center center no-repeat;
    background-color: #0ac4df;
}
.selling-page .step.color-purple:before{
    background: url("../images/3-step.png") center center no-repeat;
    background-color: #a469bd;
}
.selling-page .step.color-green:before{
    background: url("../images/4-step.png") center center no-repeat;
    background-color: #52be80;
}
.selling-page .step.color-yellow:before{
    background: url("../images/5-step.png") center center no-repeat;
    background-color: #eab606;
}

.selling-page .step.color-red .bottom {
    background-color: #ff5555;
}
.selling-page .step.color-blue .bottom{
    background-color: #0ac4df;
}
.selling-page .step.color-purple .bottom{
    background-color: #a469bd;
}
.selling-page .step.color-green .bottom{
    background-color: #52be80;
}
.selling-page .step.color-yellow .bottom{
    background-color: #eab606;
}
.selling-page .step .bottom{
    padding: 15px;
    position: relative;
    color: #ffffff;
    margin-top: -4px;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;

    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -kthtml-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.selling-page .step:hover .bottom{
    -webkit-box-shadow:inset 0px -8px 12px -9px rgba(0,0,0,1);
    -moz-box-shadow:inset 0px -8px 12px -9px rgba(0,0,0,1);
    box-shadow:inset 0px -8px 12px -9px rgba(0,0,0,1);
}
.selling-page .step .bottom:before{
    content: '';
    position: absolute;
    top: -20px;
    left: 370px;
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #2f2f2f;
}

.selling-page .step.color-red .bottom:before {
    border-bottom: 20px solid #ff5555;
}
.selling-page .step.color-blue .bottom:before{
    border-bottom: 20px solid #0ac4df;
}
.selling-page .step.color-purple .bottom:before{
    border-bottom: 20px solid #a469bd;
}
.selling-page .step.color-green .bottom:before{
    border-bottom: 20px solid #52be80;
}
.selling-page .step.color-yellow .bottom:before{
    border-bottom: 20px solid #eab606;
}

.posts-page{
    width: 100%;
    display: table;
}
.posts-list{
    padding-top: 20px;
}
.post{
    margin: 0px 10px 10px 10px;
    display: table;
}
.post .content{
    display: table;
}
.post .image{
    display: block;
    width: 125px;
    height: 125px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #000000;
}
.post .image img{
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
}
.post .content-title{
    font-size: 16px;
    color: #000000;
    text-decoration: none;
}
.post .content-title h3{
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    font-size: 16px;
}
.post .content-model{
    color: #000000;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
}
.post .content p{
    margin: 0px;
}



/*
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
*/

.main-sliders .pics .text{
    position: absolute;
    top: 0px;
    left: 0px;
    display: block !important;
    z-index: 999;
    opacity: 1 !important;
    width: 100% !important;
    height: 100% !important;
}
.main-sliders .pics .text p{
    display: table !important;
    z-index: 999;
    opacity: 1 !important;
    width: 100% !important;
    position: relative;
    color: #2d2d2d;
    overflow: hidden;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    padding: 20px 0px;
    background: url("../images/slider-bg-style.png");
}