body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Lato",Helvetica,Arial,sans-serif;
}

.log-in {
    background: #DDDDDD;
    padding: 0 30px 30px 30px;
    margin-top: 100px;
    border-radius: 5px;
	background: rgb(244,244,244);
    background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(221,221,221,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(221,221,221,1)));
    background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(221,221,221,1) 100%);
    background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(221,221,221,1) 100%);
    background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(221,221,221,1) 100%);
    background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(221,221,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dddddd',GradientType=0 );
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    border: solid 1px rgba(0, 0, 0, 0.2);
}

.log-in input {
    margin-bottom: 10px;
}

.navbar-inverse {
    background: rgb(244,244,244);
    background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(221,221,221,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(221,221,221,1)));
    background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(221,221,221,1) 100%);
    background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(221,221,221,1) 100%);
    background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(221,221,221,1) 100%);
    background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(221,221,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dddddd',GradientType=0 );
}


.contact-us-mail-ico{
	background:url(../img/mail-ico.png);
	width: 116px;
    height: 51px;
    display: block;
    margin: 0 auto;
}
.top-hero-container.contact-us{
	background:url(../img/contact-bg.jpg);
}

/*************************************************************************************/
/*************************************************************************************/
/* Chandime added - ecommerce section */
div.prodrow {
    display: block;
    float: left;
    width: calc(100% - 50px);
    margin: 20px 20px 20px 28px;
    text-align: center;
    border-bottom: 1px solid white;
    padding-bottom: 5px;
}

div.proditem {
    display: block;
    float: left;
    margin: 0 15px 15px 0;
    text-align: left;
    border: 1px solid #CCC;
    padding: 10px;
    position: relative;
	width: calc(33% - 12px);
}
div.proditem img {
    width: 100%;
}

div.proditem-select {
    display: block;
    float: left;
    margin: 0 15px 15px 0;
    text-align: left;
    border: 1px solid #FF5F00;
    padding: 10px;
    position: relative;
}

div.proditem:hover {
    border: 1px solid #FFFFFF;
}

div.proditem-hover{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: hidden;
    background: url('../images/proditem-hover.png');
}
.prodrow.prod-tabs {
    padding-bottom: 9px;
    border-color: white;
}

button.proditem-magnifine {
    /* margin: 50% 20px 0 50px; */
    width: 50px;
    height: 50px;
    background: url('../images/magnifine-icon.png');
    border: 0px;
    background-size: contain;
    cursor: pointer;
    margin-top: 0;
    margin-left: calc(100% - 50px);
}

.mignified-images-div{
    width: 602px;
    height: 602px;
    display: none;
    background: #eee;
    border: #000000 solid 1px;
}

.templte-buy {
    position: absolute;
    top: calc(50% - 50px);
    left: 50%;
}
form.live-preview-link {
    margin-left: 20%;
	margin-top: 114px;
}
form.live-preview-link a {
    color: black;
    padding: 5px;
    border-radius: 5px;
}

.slider-image-wrap{
    display: none;
}




/* Templates page */
a.oc-category-link {
    padding: 10px;
    background: #FFFFFF;
    border-radius: 5px 5px 0 0;
    margin: 0 3px;
}
a.oc-category-link:hover{background:gray;color:white;}
.templte-buy.oc-select-template {
    border: 0;
    padding: 9px;
	margin-top: 30px;
	background: #47a1bc !important;
}
.templte-buy.oc-select-template:hover, .templte-buy.oc-select-template:focus {
    background-color: #2aabd2 !important;
}
.carousel-inner img {
    margin: 0 auto;
}

.proditem-hover a, .proditem-hover .btn{border:none; border-radius:5px;padding: 9px;color:white;}


@media (min-width: 768px) and (max-width: 991px) {

	div.proditem {
		width: calc(33% - 13px);
	}
	.proditem-hover a, .proditem-hover .btn {
		margin-left: -45px;
	}
	form.live-preview-link a {
		margin-left: 12px !important;
	}

}

@media all and (max-width: 540px) {
	div.proditem {
		width: calc(33% - 14px);
	}
	.proditem-hover a, .proditem-hover .btn {
		margin-left: -43px;
	}
	form.live-preview-link a {
		margin-left: -8px !important;
		margin-top: -100px;
	}
}

@media (max-device-width: 767px) {
	div.proditem{
		width: calc(33% - 14px);
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	div.proditem {
		width: calc(33% - 13px);
	}
}
