.modal-open {
    overflow: hidden
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}
.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}
.modal-header .close {
    margin-top: -2px
}
.modal-title {
    margin: 0;
    line-height: 1.42857143
}
.modal-body {
    position: relative;
    padding: 0;
    min-height: 200px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}
.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
    clear: both
}
.hide {
    display: none !important
}

.show {
    display: block !important
}
.hidden {
    display: none !important
}
img#modal-img {
    max-width: 100%;
	display: block;
}
.client-cols {
	margin: 0 -15px;
}
.client-col,
.theme-col{
    float: left;
    padding: 0 15px;
    width: 50%;
    text-align: center;
    margin: 0 0 35px;
}
.theme-col {
    float: none;
    width: 50%;
    margin: auto;
    margin-bottom: 35px;
}
.client-col-inner,
.theme-col-inner{
	border: 1px solid #e7e8ec;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.client-col .thumbnail,
.theme-col .thumbnail{
	border-bottom: 1px solid #e7e8ec;
}
.client-col .thumbnail > a {
	display: block;
	position: relative;
}
.client-col .thumbnail > a:before {
	content: "";
	background: #25b46a;
	background: rgba(37, 180, 106, 0.8);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}
.client-col .thumbnail > a:after {
	content: "\e657";
    font-family: 'tc-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 60px;
    line-height: 60px;
    width: 60px;
    height: 50px;
    color: #fff;
    z-index: 20;
	opacity: 0;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}
.client-col .thumbnail > a:hover:before,
.client-col .thumbnail > a:hover:after {
	opacity: 1;
}

.client-col img,
.theme-col img{
	display: block;
	max-width: 100%;
}
.client-name,.theme-name {
    padding: 25px 0;
    font-weight: bold;
    line-height: 1;
    font-size: 18px;
}
.theme-description {
    padding: 0px 25px 25px;
    line-height: 1.7;
}
.theme-col-inner a{
    color:#2a2d32;
    text-decoration: none;
}
button.modal-close {
    background-color: #22ac60;
    padding: 2px;
    margin: 0;
    border: none;
    font-size: 40px;
    color: #fff;
    line-height: 30px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    top: 0;
    right: -55px;
}

.loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    background-image: url('../gif/ajax-loader.gif');
    background-position: center;
    background-repeat: no-repeat;
}
.intro-text.fashion {
    padding: 0 20px;
}
.grey{
    background:#f9f9fa;
}
.breadcrumb{
	text-align:right;
    padding-top: 1px;
}
.breadcrumb a{
	color:#000;
}
.breadcrumb ol{
	list-style-type:none;
	padding:0
}
.breadcrumb ol li{
	list-style:none;
	display:inline-block
}
.breadcrumb ol li:not(:last-child):after{
	content:"/";
	color:#000;
	margin:0 5px
}
section.clients-hero {
    margin-top: 91px;
}
.hero-left {
    float: left;
    width: 55%;
    margin-top: 85px;
}
.hero-right {
    float: right;
    width: 45%;
    text-align: center;
}
.hero-left h2{
    line-height:50px;
}
h2{
    margin-bottom:20px;
}
.hero-left h3{
    font-size:20px;
    line-height: 30px;
}
.hero-bottom {
    padding: 50px 0;
}
.description {
    padding: 50px 0;
}
section.sucessful-ecommerce {
    padding: 50px 0 20px;
}
.se-text {
    float: right;
    width: 50%;
}
.se-image {
    float: left;
    width: 50%;
    text-align: left;
}
.sucessful-ecommerce h2{
    font-size: 39px;
    margin-bottom: 40px;
}
.successful-ecommerce-logo {
    margin-bottom: 20px;
}
.se-text > a {
    text-decoration: underline;
    margin-top: 25px;
    display: inline-block;
}
.clients-holder {
    margin-top: 65px;
}
.sell-with-3dcart {
    padding: 50px 0;
}
.start-selling-text {
    float: right;
    width: 60%;
}
.start-selling-image {
    float: left;
    width: 40%;
}
.learn-more {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0px;
}
.start-selling-text ul{
    margin-top: 30px;
}
.start-selling-text ul li{
    margin-bottom: 30px;
    list-style: none;
    font-weight: 700;
    position: relative;
    font-size: 19px;
    float: left;
    width:50%;
}
.start-selling-text ul li:before {
    content:url("../png/check-20.png");
    position: absolute;
    left: -40px;
}
.start-selling-image img{
    margin-bottom:-80px;
}
section.free-trial {
    padding: 50px 0 80px;
}
section.ecommerce-templates {
    padding: 50px 0 25px;
}
.ecommerce-templates p.text-center{
    margin-bottom:40px;
}
.theme-col-inner:hover {
    border: 1px solid #22ac60;
}
@media (min-width:768px) {
    .modal-dialog {
        width: 900px;
        margin: 30px auto;
        max-width: 95%;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
    .modal-sm {
        width: 300px
    }
}
@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}
@media(max-width: 1199px) {
	button.modal-close {
		top: 10px;
		right: 10px;
	}
    img{
        max-width:100%;
    }
    .sucessful-ecommerce h2 {
        font-size: 33px;
    }
    .se-image {
        width: 45%;
        margin-top: 50px;
    }
    .start-selling-image {
        width: 37%;
    }
    .start-selling-text ul li {
        font-size: 17px;
    }
}
@media(max-width: 1023px) {
    .hero-left {
        float: none;
        width: 100%;
        margin-top: 0;
        text-align: center;
    }
    .hero-right {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }
    .se-text {
        float: none;
        width: 100%;
    }
    .se-image {
        width: 100%;
        text-align: center;
        float: none;
        margin-top: 35px;
    }
    .successful-ecommerce-logo {
        text-align: center;
    }
    .start-selling-text {
        float: none;
        width: 100%;
    }
    .start-selling-text h2 br{
        display:none;
    }
    .start-selling-image {
        width: 100%;
        text-align: center;
        float: none;
    }
    .hero-bottom {
        padding: 25px 0 50px;
    }
}
@media(max-width: 767px) {
	.client-col,
    .theme-col{

		float: none;
		width: 100%;
		max-width: 568px;
		margin-left: auto;
		margin-right: auto;
	}
    .start-selling-text ul li {
        float: none;
        width: 100%;
    }
    .sucessful-ecommerce h2 {
        font-size: 28px;
    }
    .hero-left h2 {
        line-height: 40px;
    }
    .client-name, .theme-name {
        font-size: 16px;
    }
    .free-trial h2 br{
        display:none;
    }
}