body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	background:#fff;
}
.common-home{

}
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
	font-weight: 300;
}
h2 {
	font-size: 27px;
	font-weight: 300;
}
h3 {
	font-size: 21px;
	font-weight: 300;
}
h4 {
	font-size: 15px;
	font-weight: 300;
}
h5 {
	font-size: 12px;
	font-weight: 300;
}
h6 {
	font-size: 10.2px;
	font-weight: 300;
}
b, strong {
    font-weight: 300;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e8e8e8;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}
.store-tips{
	padding-top:50px;
	padding-bottom:0px;
	position:relative;
}
.store-tips table tr td{
	vertical-align: top;
}
.store-tips table span{
	display:block;
	width:30px;
	height:30px;
	border-radius: 30px;
	background:#bcdf94;
}
.store-tips table h3{
	font-size:16px;
	font-weight:bold;
}
.store-tips table p{
	padding:0 30px;
}
.tips-bar{
	width:80%;
	height:10px;
	background:#bcdf94;
	position:absolute;
	top:61px;
	left:10%;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #000;
	background-color: #ddd;
	background-repeat: repeat-x;
}
/* top */
.invoice-btn{
	float: right;
    font-size: 14px;
    color: #1872c5;
    border: 1px solid #1872c5;
    border-radius: 30px;
    padding: 10px 20px;
    transition: .3s;
}
.marketingplan{
margin-top:-80px;
}
.merry{
	display:none;
}
.merry-box{
background-color:#fff4de;
padding:80px;
}
.merry-mobile{
background-color:#fff;padding:60px;border-radius: 15px;
}
.merry-mobile p{
font-size:20px;
line-height:40px;
}
.merry-mobile p span{
font-size:12px;
line-height:16px;
}
.invoice-btn:hover{
	background: #1872c5;
	color: #fff;
	transition: .3s;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border: none;
}
#top-links ul li ul li a{
	color: #000;
	font-size: 12px;
	padding: 5px 15px;
}
#top-links ul li ul li a:hover{
	color: #000;
}
#top {
	background-color: #084884;
	border-bottom: 0;
	padding: 4px 0px 3px 0;
	min-height: 40px;
}
#top .container {
	padding: 0;
}
#top #currency .currency-select {
	text-align: left;
	color: #000;
}
.dropdown-menu>li>a{
	color: #000;
	padding: 5px 15px;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #000;
	background-color: #ddd;
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-shadow: 0;
	text-decoration: none;
	transition: .3s;
}
#top .btn-link:hover, #top-links a:hover {
	color: #42a4ff;
	transition: .3s;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #000;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
.content-single p img{
	width:100%;
}
.web_theme{
	width: 33.3%;
	float: left;
	padding: 20px 1%;
	text-align: center;
	font-size: 14px;
}
.web_theme img{
	width: 100%;
	margin-bottom: 20px;
   border:1px solid #e5e5e5;
}
.web_content h2{
	padding-top: 100px;
}
.web_content_left{
	float: left;
	width: 50%;
}
.web_content_right{
	float: right;
	width: 50%;
}
.sitemap h1 {
    text-align: center;
    font-size: 48px;
    line-height: 48px;
    padding: 0 20%;
    margin-top: 80px;
    margin-bottom: 50px;
}
/* logo */
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/*  store features */
.features-category{
	text-align:center;
	margin-top:80px;
}
.features-category ul{
	padding-left:0;
}
.features-category ul li{
	list-style:none;
	display:inline-block;
}
.features-category ul li a{
	padding:10px 30px;
	font-size:18px;
	color:#333;
	border-bottom:1px solid #dde9f5;
	font-weight:500;
	cursor: pointer;
}
.features-category ul li.tab-nav-action a,.features-category ul li a:hover{
	color:#1872c5;
	border-bottom:5px solid #1872c5;
}
.features-content{
	padding:80px 20px 30px 20px;
}
.features-cell{
	width:33.33%;
	padding-right:5%;
	float:left;
	height:160px;
}
.features-cell h4{
	font-size:16px;
	font-weight:500;
}
.features-cell p{
	color:#666;
	font-size:14px;
	line-height:22px;
}
.features-cell p a{
	color:#1872c5;
	text-decoration: underline;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: transparent;
	border: none;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #fff;
}
#cart .dropdown-menu {
	background: #fff;
	padding: 0;
	z-index: 1001;
}
.cartempty p{
	text-align:center; 
	margin-top:30px;
	font-size:24px;
	margin-bottom:20px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px 20px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #e5e5e5;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: none;
    border-bottom: 1px solid #e5e5e5;
}
.form-div{
	border:1px solid #e5e5e5;
	margin-bottom:50px;
	padding:60px 30px;
}
.form-div label{
	text-align:right;
}
.form-div div.form-group{
	line-height:34px;
}
.form-div span{
	font-size:14px;
}
.form-div h6{
	font-size:14px;
	padding:20px;
	border-top:1px solid #e5e5e5;
	padding-top:40px;
	text-align:center;
}
#cart .dropdown-menu {
	min-width: 100%;
}
.account_content{
	margin-top: 50px;
}
.account_content ul{
	padding-left: 0;
}
.account_content ul li{
	list-style: none;
	float: left;
	width: 25%;
	display: block;
	border: 1px solid #e5e5e5;
	text-align: center;
	padding: 50px 0;
	border-right: 0;
}
.account_content ul li img{
	width: 100px;
}
.account_content ul li p{
	font-size: 14px;
	padding-top: 30px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 15px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */

#menu {
	border:0;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 15px;
	min-height: 15px;
	font-size: 16px;
	background-color: transparent;
	border-radius: 5px;
	transition: .3s;

}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
	transition: .3s;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    cursor: auto;
    font-size: 16px;
}
.paymentpics{
	width: 360px;
}
#payment-existing{
	margin-bottom: 30px;
}
.form-control{
	border: 1px solid #ddd;
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: none;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: none;
}
.modal-body {
    position: relative;
    padding: 0px 30px;
}
.modal-body  h4{
	font-weight: bolder;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.optionitems a i{
	color: #bbb;
}
.modal-body  h4 img{
	width: 36px;
	height: 36px;
	margin-right: 10px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #ddd;
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #ddd;
	background-repeat: repeat-x;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #1872c5;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	.owl-item{
		position: relative;
	}
	.owl-item div.slidertitle{
		position: absolute;
		left: 10%;
		top: 25%;
		z-index: 9999;
		width: 50%;
	}
	#content div.owl-item div.slidertitle h2{
		font-family: 'Roboto';
		font-size: 72px;
		font-weight: 300;
		color: #fff;
		margin-bottom: 0;
		line-height: 64px;
	}
	#content div.owl-item div.slidertitle h4{
		font-family: 'Roboto Thin';
		font-size: 24px;
		padding-top: 15px;
		color: #fff;
		margin-bottom: 40px;
	}
	#content div.owl-item div.slidertitle a{
		background: #1872c5;
		color: #fff;
		padding: 10px 30px;
		font-size: 18px;
		font-weight: 300;
		transition: .3s;
		border-radius: 50px;
	}
	.navbar-nav{
		margin-top: 23px;
		text-align: left;
	}
	.index-part1{
		height: 618px;
		background: url('../image/indexpart1.jpg') center center no-repeat;
		padding-left: 20%;
	}
	.index-part2{
		height: 817px;
		background: url('../image/indexpart2.jpg') center center no-repeat;
		padding-left: 55%;
	}
	.index-part3{
		height: 741px;
		background: url('../image/indexpart3.jpg') center center no-repeat;
		padding-left: 20%;
	}
	.index-part4{
		height: 816px;
		background: url('../image/indexpart4.jpg') center center no-repeat;
		padding-left: 55%;
	}
	.index-part1 h2,.index-part2 h2,.index-part3 h2,.index-part4 h2{
		margin-top: 0;
		font-size: 60px;
		width: 40%;
		font-family: 'Roboto';
		font-weight:300;
		line-height: 60px;
		margin-bottom: 20px;
		padding-top: 150px;
	}
	.index-part1 p,.index-part2 p,.index-part3 p,.index-part4 p{
		font-size: 18px;
		font-family: 'Roboto';
		font-weight: 300;
		width: 40%;
		margin-bottom: 40px;
		line-height: 24px;
	}
	.index-part1 p a,.index-part2 p a,.index-part3 p a,.index-part4 p a{
	    background: #1872c5;
	    color: #fff;
	    padding: 10px 30px;
	    font-size: 18px;
	    font-weight: normal;
	    transition: .3s;
	    border-radius: 50px;
	    font-family: 'Roboto';
		font-weight: 300;
	}
	.index-part1 p a:hover,.index-part2 p a:hover,.index-part3 p a:hover,.index-part4 p a:hover{
	    background: #084884;
	    transition: .3s;
	}
	.index-part2 h2,.index-part4 h2{
		width: 75%;
		padding-top: 180px;
	}
	.index-part2 p,.index-part4 p{
		width: 75%;
	}
	.index-part4 ul{
		margin-left: -40px;
		padding-top: 30px;
	}
	.index-part4 ul li{
		width: 40%;
		float: left;
		font-size: 20px;
		font-family: 'Roboto';
		line-height: 40px;
		font-weight: 300;
		color: #333;
		list-style: none;
	}
	.index-part4 ul li i{
		font-size: 20px;
		color: #999;
		margin-right: 8px;
	}
}
@media (max-width: 767px) {

	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
	padding-bottom: 0px;
}
.chekout-btn a{
	background: #e84476;
    color: #fff;
    padding: 12px 50px;
    font-size: 18px;
    font-weight: 300;
    transition: .3s;
    border-radius: 50px;
    font-family: 'Roboto';
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 15px;
    text-align: center;
    display: block;
}
.chekout-btn a:hover{
	background: #d01951;
	transition: .3s;
}
.common-home div#content{
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.table-bordered {
    border: 1px solid #e5e5e5;
    background: #fff;
}
.table>thead>tr>td{
	font-weight: bold;
	background: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}
.table img.img-thumbnail{
	border: none;
}
.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #dde9f5;
    border-bottom-color: transparent;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0px;
    font-weight: bold;
}
.nav-tabs {
    border-bottom: 1px solid #dde9f5;
}
.purchasebox{
	background: #f7f7f7;
	padding:25px 30px;
}
.planpricebox label{
	width: 100%;
	display: block;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
.optionitems label{
	width: 100%;
	display: block;
	color: #000;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.planpricebox label span,.optionitems label span{
	float: right;
	color: #c60000;
	font-weight: bold;
}
#product h3{
	margin-top: 0;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0;
}
.subtotallabel{
	width: 100%;
	display: block;
	color: #000;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	border-top: 1px solid #e8e8e8;
	padding-top: 20px;
	padding-bottom: 20px;
}
.subtotalprice{
	float: right;
	font-size: 24px;
	color: #c60000;
}
.themetitle{
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	padding: 0 10%;
	margin: 60px 0;
	margin-bottom: 50px;
}
.payment-method{
	height: 25px;
	background: url(../image/payment-method.png) center top no-repeat;
	margin-top: 15px;
}
.planpricebox label span.freeprice{
	color: #53b100;
}
.index_mobile_pic1,.index_mobile_pic2,.index_mobile_pic3,.index_mobile_pic4{
	display: none;
}
/* footer */

#avatar_id{
	border-radius: 8px;
	display: block;
	margin-bottom: 10px;
}
/* alert */
.alert {
	padding: 18px;
	margin-top: 20px;
	margin-bottom: 0;
}
.alert-success {
    color: #597151;
    background-color: #ddf3d5;
    border-color: #afcda4;
}
.alert-success a{
	color: #597151;
}
.alert-success button.close{
	opacity: 1;
	color: #acc6a4;
	font-size: 24px;
}
/* breadcrumb */
.breadcrumb {
	display: none;
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 0;
	background: #fff;
	margin-left: -20px;
}
.breadcrumb i {
	font-size: 16px;
}
.breadcrumb > li {
	text-shadow: none;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
	font-size: 16px;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: -5px;
	width: 10px;
	height: 10px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
	padding:30px 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border-radius: 3px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
}
.btn-primary {
	color: #ffffff;
	background-color: #1872c5;
	background-repeat: repeat-x;
	transition: .3s;
	border:1px solid #1872c5;
	border-radius: 3px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #084884;
	transition: .3s;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0;
	background-color: #e84476;
	background-image: none;
	background-repeat: repeat-x;
	border:none;
}
.btn-danger i{
	font-size: 18px;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #ddd;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
.category_arrow{
	display: none;
}
/* list group */
.list-group{
	margin-left: 0px;
	margin-top: 70px;
	border-right: 1px solid #eee;
	width: 240px;
	margin-bottom: 100px;
}
.list-group h3{
	font-weight: bold;
	margin-bottom: 15px;
}
.nothemes{
	text-align: center;
	font-size: 24px;
	padding-top: 50px;
}
.listtitle{
	margin-top: 60px;
	font-size: 36px;
	line-height: 48px;
	text-align: center;
	list-style: 48px;
	padding: 0 13%;
	margin-bottom: 30px;
}
.list-group a {
	border: 0;
	color: #000;
	padding:12px;
	font-size: 14px;
	padding-left: 0;
	margin-left: -13px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #000;
	background: #f6f6f6;
	border: 0;
	text-shadow: 0;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #000;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 0;
	margin-bottom: 50px;
	overflow: auto;
	min-height: 300px;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border: 1px solid #eee;
}
.product-layout-other .product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	border: 0;
}
#column_left_mobile{
	display: none;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	padding: 10px 15px;
}
.theme_btn{
	padding: 0px 15px;
}
.theme_btn a.viewdetails{
	color: #fff;
	background: #1872c5;
	border-radius: 3px;
	padding: 8px 15px;
	margin-left: 5px;
	transition: .3s;
	float: right;
}
.theme_btn a.viewdetails:hover{
	background: #084884;
	transition: .3s;

}
.theme_btn a.livedemo{
	color: #fff;
	background: #e84476;
	border-radius: 3px;
	padding: 8px 15px;
    transition: .3s;
    float: right;
}
.theme_btn a.livedemo:hover{
	background: #d01951;
	transition: .3s;
}
.product-thumb .caption {
	padding: 0;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.index_mobile{
	display: none;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
	display: inline-block;
	padding-top: 6px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o,#review .fa-star-o {
	color: #e4e4e4;
	font-size: 15px;
}
.rating .fa-star,#review .fa-star {
	color: #ffab00;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o,#review .fa-star + .fa-star-o {
	color: #ffab00;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
.marketingplan{
	margin-top:0px;
}
.merry{
	display:block;
}
.merry img{
width:100%;
}
.merry-mobile p img{
	width:100%;
}
.merry-box{
background-color:#fff4de;
padding:10px;
}
.merry-mobile{
background-color:#fff;padding:20px;border-radius: 10px;
}
.merry-mobile p{
font-size:14px;
line-height:30px;
}
.merry-mobile p span{
font-size:12px;
line-height:16px;
}
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button i{
	font-size: 18px;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #084884;
	text-decoration: none;
	cursor: pointer;
	transition: 0.3s;

}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
	.owl-wrapper-outer,.owl-pagination,.owl-buttons{
		display: none;
	}
	.index_mobile{
		display: block;
		background: url(../image/46626813.jpg) no-repeat;
		background-size: 100% auto;
		height: 650px;
		color: #fff;
		text-align: center;
		padding: 50px;
	}
	.index_mobile h2{
		color: #fff;
		margin-top: 100px;
	}
	.index_mobile p{
		margin-bottom: 20px;
	}
	.index_mobile p a{
		border:1px solid #fff;
		border-radius: 30px;
		padding: 10px 20px;
		color: #fff;
	}
	.index-part1,.index-part2,.index-part3,.index-part4{
		padding: 15px 35px;
	}
		.index-part1 h2,.index-part2 h2,.index-part3 h2,.index-part4 h2{
		line-height: 1.3;
	}
	.index-part1 p,.index-part2 p,.index-part3 p,.index-part4 p{
		margin-bottom: 30px;
		margin-top: 20px;
	}
	.index-part1 p a,.index-part2 p a,.index-part3 p a{
		border:1px solid #000;
		border-radius: 30px;
		padding: 10px 20px;
		color: #000;
	}
	.index_mobile_pic1,.index_mobile_pic2,.index_mobile_pic3{
		display: block;
		padding: 10px;
		padding-bottom: 40px;
	}
	.index_mobile_pic4{
		display: block;
	}
	.index_mobile_pic1 img,.index_mobile_pic2 img,.index_mobile_pic3 img{
		width: 100%;
	}
	.index-part4{
		margin-bottom: 30px;
	}
	.index-part4 ul{
		margin: 0;
		padding: 10px 0;
	}
	.index-part4 ul li{
		list-style: none;
		width: 50%;
		float: left;
		line-height: 30px;
	}
	.index-part4 ul li i{
		margin-right: 5px;
		color: #ccc;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
	margin-bottom: 30px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > li img{
	width: 100%;
	border:1px solid #e5e5e5;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
	display: none;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}


.clear{ clear:both;}
.part1{ margin-bottom:20px;}
.part2{ margin-bottom:10px;}
.part1-1{ float:left; padding-right:10px;}
.part1-2{ float:left; padding:0 10px;}
.part1-3{ float:left; padding:0 10px;}
.part1-4{ float:left; padding-left:9px;}
.part2-1{ padding-right:10px;}
.part2-2{ padding-bottom:10px;}
.part2-3{ padding-right:10px;}
.part2-4{ padding:0 50px; font-size:18px; line-height:24px; color:#fff;}
.part2-title{ margin-bottom:10px; background:#f9f6ee; text-align:center; padding:50px 0;}
.part2-title h2{ font-size:36px; font-weight:bold; color:#333;}
.part2-title p{ font-size:18px; line-height:30px; padding:0 10%;}
.part4{ background:#f9f6ee;padding:60px;}
.part4 h4{ text-align:center; font-size:24px; font-weight:bold; margin-bottom:60px;}
.part4 table tr td{ width:33.3%; vertical-align:top; text-align:center;}
.part4 table tr td p{ text-align:left; font-size:18px; line-height:24px; color:#333; padding-left:55px; padding-top:15px;}
.part5{background: #ddd; color: #fff; padding:20px;}
.part5 p{font-size: 14px; padding-right: 20px; padding-left: 10px;}
.part5 a{ display: block; background:#0077e7; color: #fff; padding:20px; font-size: 24px; text-align: center;}
#logo img{ width:150px; height:auto;}
.text-spec{ background:#001b2f; height:156px; margin-bottom:30px; } 
.text-spec table tr td{ padding-right:20px; padding-top:26px;}
.text-spec table tr td h3{ margin-top:15px;}
.text-spec table tr td h3,.text-spec table tr td p{ color:#5092c3;}
.part1-left{
	height: 597px;
	width: 45%;
	padding-left: 48px;
}
.part2-left{
	height: 821px;
	padding-top: 160px;
	width: 45%;
}
.part3-right{
	height: 703px;
	padding-left: 55%;
}
.part4-left{
	height: 665px;
	width: 45%;
}
.part5-center{
	height: 790px;
}
.part1-left h1{
	font-size: 60px;
	font-weight: bold;
	color: #1da650;
	padding-top: 70px;
}
.part1-left p{
	font-size: 24px;
	line-height: 36px; 
	color: #000;
	padding: 10px 40px 10px 0;
}
.part1-left p a{
	color: #fff;
	background: #1da650;
	padding: 15px 30px;
	border-radius: 5px;
	margin-right: 20px;
	font-size: 18px;
	line-height: 18px;
	transition: 0.3s;
}
.part1-left p a:hover{
	transition: 0.3s;
	background:#21be5c;
}
.part2-left h1,.part3-right h1,.part4-left h1{
	font-size: 92px; 
	font-weight: bold;
	color: #000;
}
.part2-left h2,.part3-right h2,.part4-left h2{
	font-size: 60px; 
	line-height: 60px;
	font-weight: bold;
	color: #000;
}
.part2-left p,.part3-right p,.part4-left p{
	font-size: 18px; 
	line-height: 24px;
	color: #000;
	padding: 15px 0;
}
.part2-left p a,.part3-right p a,.part4-left p a{
	color: #fff;
	background: #1da650;
	padding: 15px 30px;
	border-radius: 5px;
	margin-right: 20px;
	transition: 0.3s
}
.part2-left p a:hover,.part3-right p a:hover,.part4-left p a:hover{
	transition: 0.3s;
	background:#21be5c;
}
.part5-right h1{
	font-size: 60px;
    font-weight: bold;
    color: #1da650;
    padding-top: 60px;
    margin-bottom: 30px;
}
.part5-right p{
	color: #000;
	font-size: 18px; 
	padding-bottom: 20px;
}
.part5-right p a{
	color: #fff;
    background: url(../image/video.png) 20px 12px no-repeat rgba(29,166,80,1);
    padding: 15px 30px;
    padding-left: 60px;
    border-radius: 5px;
    margin-right: 20px;
    transition: 0.3s;
}
.part5-right p a:hover{
	transition: 0.3s;
	background: url(../image/video.png) 20px 12px no-repeat rgba(33,190,92,1);
}
.part5-right h6{
	font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}
.part5-right {
    height: 597px;
    width: 45%;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 55%;
}
#search{
	padding-top: 13px;
}
#search input.form-control{
	border-color: #666;
}
#search input.input-lg{
	border-radius: 0px;
}
#search span button.btn-default{
	background-image: none;
	color: #fff;
	background-color: #1da650;
	border-color: #1da650;
	text-shadow: none;
	border-radius: 0px;
}
#search span button.btn-default i.fa{
	font-size: 20px;
}
#search .btn-lg {
    padding: 9px 20px;
}
#cart{
	padding-top: 14px;
	margin-top: 23px;
	text-align: right;
	position: relative;
}
.sub-title{
	text-align: center;
	font-size:14px;
	line-height: 20px;
	padding: 0 10%;
	margin-bottom: 50px;
}
.checkout-cart,.checkout-checkout{
	background: url(../image/cart-bg.jpg) repeat-x rgba(246,246,246,1);
}
.totle-style{
	font-size: 16px;
	font-weight: bolder;
}
.totle-price{
	font-size: 16px;
	font-weight: bolder;
	color: #c60000;
}
.account-list{
	width: 100%;
	border-right: 1px solid #e5e5e5;
	margin-top: 50px;
}
.account-list tr td{
	width: 25%;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding: 50px 0;
}
.account-list tr td img{
	width: 100px;
}
.account-list tr td p{
	padding-top: 30px;
}
.account-title{
	margin-top: 30px;
    margin-bottom: 54px;
    font-size: 26px;
}
.btn-new-blue{
	background: #1872c5;
    color: #fff;
    padding: 10px 50px;
    font-size: 18px;
    font-weight: 300;
    transition: .3s;
    border-radius: 50px;
    font-family: 'Roboto';
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 5px;
    margin-top: 15px;
    text-align: center;
}
.btn-new-gray{
	background: #e6e6e6;
    color: #666;
    padding: 10px 50px;
    font-size: 18px;
    font-weight: 300;
    transition: .3s;
    border-radius: 50px;
    font-family: 'Roboto';
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 5px;
    margin-top: 15px;
    text-align: center;
}
#cart a span{
	font-family: 'Arial';
	background: #ffd800;
	color: #000;
	font-weight: bold;
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 12px;
	text-align: center;
	border-radius: 20px;
	position: absolute;
	right: 0;
	top: 8px;
}
#button-payment-address,#button-payment-method,#paypal-express a{
	background: #1872c5;
    color: #fff;
    padding: 10px 50px;
    font-size: 18px;
    font-weight: 300;
    transition: .3s;
    border-radius: 50px;
    font-family: 'Roboto';
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 15px;
    text-align: center;
}
#button-payment-address:hover,#button-payment-method:hover,#paypal-express a:hover{
	background: #084884;
	transition: .3s;
}
.cart-img{
	float: left;
	width: 27%;
}
.cart-product{
	float: left;
	padding-top: 5px;
	width: 73%;
}
.cart-product a{
	font-size: 14px;
	line-height: 20px;
}
.remove-btn{
	border: 0;
	background: #fff;
	color: #999;
	font-weight: bolder;
	font-size: 20px;
	padding: 0;
}
.cart-title,.checkout-title{
	margin-top: 30px;
	margin-bottom: 54px;
	font-size: 26px;
	padding: 0 15px;
}
.checkout-title ul{
	float: right;
}
.checkout-title ul li{
	display: inline-block;
	list-style: none;
	font-size: 16px;
	margin-left: 12px;
	line-height: 24px;
	font-family: 'Roboto';
	font-weight: bold;
	color: #bbb;
}
.checkout-title ul li i{
	margin-left: 20px;
	font-size: 24px;
	color: #1872c5;
}
.checkout-title ul li.checkout-strong{
	font-family: 'Roboto';
	font-weight: bold;
	color: #000;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-default {
    border-color: #e5e5e5;
    padding:30px;
}
.panel-body {
    padding: 0px;
}
.panel-title{
	margin-bottom: 20px;
	font-size: 18px;
}
.cart-title a{
	float: right;
	font-size: 14px;
	color: #1872c5;
	border: 1px solid #1872c5;
	border-radius: 30px;
	padding: 10px 20px;
	transition: .3s;
	margin-top: -3px;
}
.cart-title a:hover{
	background: #1872c5;
	color: #fff;
	transition: .3s;
}
#cart a{
	color: #fff;
    text-shadow: none;
    background:transparent;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    border:none;
    padding-right: 15px;
}
#cart a i.fa-shopping-cart{
	font-size: 28px;
	color: #fff;
	margin-right: 0px;
}
#cart a:hover{
	text-decoration: none;
}
.webtitle,.webtitle2{
	width: 50%;
	height: 300px;
	text-align: center;
	margin: 0 auto;
	padding-top: 80px;
	position: relative;
}
.webtitle h2,.webtitle2 h2{
	font-size: 48px;
	font-weight: bold;
	color: #fff;
}
.webtitle p,.webtitle2 p{
	font-size: 24px;
	color: #fff;
}
.webtitle h4{
	width: 200px;
	background: #fedc45;
	font-size: 20px;
	font-weight: bold;
	line-height: 48px;
	position: absolute;
	bottom: -50px;
	left: 99px;
	z-index: 999;
}
.webtitle2 h4{
	width: 200px;
	background: #fedc45;
	font-size: 20px;
	font-weight: bold;
	line-height: 48px;
	position: absolute;
	bottom: -50px;
	left: 299px;
	z-index: 999;
}
.viewdemo h2{
	font-size:36px; 
	text-align:center; 
	margin-bottom:60px; 
	margin-top:150px;
}
.viewdemo table tr td{
	width: 33.3%;
	text-align: center;
	padding-bottom: 50px;
	vertical-align: top;
}
.viewdemo table tr td img{
	width: 90%;
	margin-bottom: 10px;
}
.viewdemo table tr td a{
	font-size: 16px;
	transition: 0.3s;
}
.viewdemo table tr td a:hover img{
	opacity: 0.8;
	transition: 0.3s;
}
.viewdemo h4{
	text-align: center;
	margin-top: 30px;
}
.viewdemo h4 a{
	border:3px solid #1da650;
	background: #f6f6f6;
	border-radius: 5px;
	padding:15px 35px;
	font-weight: bold;
	transition: 0.3s;
}
.viewdemo h4 a:hover{
	background: #1da650;
	color: #fff;
	transition: 0.3s;
}
.product-layout-plan{
	background: #fff;
	margin-top: 100px;
}
.web-silder{
	height: 300px;
}
.web-silder h2{
	color: #fff;
	font-size: 48px;
	text-align: center;
	line-height: 300px;
}
.product-layout-plan{
	border-right: 1px solid #dde9f5;
	border-bottom: 1px solid #dde9f5;
	border-top: 1px solid #dde9f5;
	padding: 0;
	padding-top: 20px;
	height: 1050px;
	margin-bottom: 50px;
}
.product-storecategory-13 div.product-layout-plan{
	height: 1300px;
}
.category-title{
	text-align: center;
	font-size: 48px;
	line-height: 48px;
	padding: 0 20%;
	margin-top: 80px;
}
.store-layout-plan{
	height: 850px;
}
.product-layout-plan:first-child{
	border-left: 1px solid #eee;
}
.product-layout-plan h4{
	font-size: 36px;
	color: #000;
	text-align: center;
	font-weight: 300;
	margin-bottom: 0px;
	padding-top: 10px;
}
.product-layout-plan h6{
	font-size: 18px;
	color: #000;
	text-align: center;
	margin-bottom: 40px;
}
.store-layout-plan h6{
	font-size: 14px;
	margin-bottom: 20px;
}
.product-layout-plan p.price{
	font-size: 60px;
	color: #1872c5;
	font-weight: 300;
	text-align: center;
	line-height: 60px;
	padding-bottom: 10px;
	margin-top: -10px;
}
.product-layout-plan h5{
	text-align: center;
	font-size: 30px;
	color: #1872c5;
	margin-top: -10px;
}
.product-layout-plan div.button-group{
	line-height: 60px;
	text-align: center;
}
.product-layout-plan div.button-group a{
	background: #1872c5;
    color: #fff;
    padding: 12px 50px;
    font-size: 18px;
    font-weight: normal;
    transition: .3s;
    border-radius: 50px;
    font-family: 'Roboto';
    font-weight: 300;
    text-transform: uppercase;
}
.product-layout-plan div.button-group button,.product-layout-other div.button-group button{
	background: #1872c5;
    color: #fff;
    padding: 12px 50px;
    font-size: 18px;
    font-weight: normal;
    transition: .3s;
    border-radius: 50px;
    font-family: 'Roboto';
    font-weight: 300;
    text-transform: uppercase;
    line-height: 18px;
    border: none;
    display: block;
    margin: 0 auto;
}
.product-layout-plan div.button-group a:hover{
	background: #084884;
	transition: .3s;
}
.website-themes h5{
	text-align: center;
    font-size: 48px;
    line-height: 48px;
    padding: 0 20%;
    margin-top: 80px;
    margin-bottom: 40px;
}

.product-layout-other div.product-thumb{
	border:1px solid #dde9f5;
}
.website-content1{
	padding-top: 100px;
}
.website-content1 h2{
	font-size:42px;
	margin-bottom: 20px;
}
.website-content1 p{
	font-size: 18px;
	line-height: 24px;
}
.website-themes{
	margin-bottom: 70px;
}
.website-themes h6{
	text-align: center;
	padding: 30px 0;
}
.website-themes h6 a{
	background: #1872c5;
    color: #fff;
    padding: 12px 50px;
    font-size: 18px;
    font-weight: normal;
    transition: .3s;
    border-radius: 50px;
    font-family: 'Roboto';
    font-weight: 300;
}
.website-themes h6 a:hover{
	background: #084884;
	transition: .3s;
}
.website-themes table tr td{
	width: 29.3%;
	padding: 20px 2%;
}
.website-themes table tr td img{
	width: 100%;
}
.website-themes table tr td p{
	text-align: center;
	padding-top: 30px;
}
.website-themes table tr td p a{
	color: #000;
	font-size: 16px;
}
.website-themes table tr td p a:hover{
	color: #1872c5;
}
.website-questions{
}
.website-questions h5{
	text-align: center;
    font-size: 48px;
    line-height: 48px;
    padding: 0 20%;
    margin-top: 180px;
    margin-bottom: 50px;
}
.website-questions ul{
	width: 50%;
	display: block;
	padding-left: 0;
	float: left;
}
.website-questions ul li{
	list-style: none;
	font-size: 16px;
	line-height: 48px;
	width: 100%;
}
.website-questions ul li a{
	color: #000;
	cursor: pointer;
	transition: .3s;
}
.website-questions ul li a:hover{
	color: #1872c5;
	transition: .3s;
}
.website-questions ul li a i{
	font-size: 18px;
	margin-right: 8px;
	color: #1872c5;
}
.website-questions ul li p{
	line-height: 24px;
	padding-right: 50px;
	font-size: 14px;
	line-height: 18px;
	display: none;
	padding-left: 15px;
}
.website-questions ul li p.displayblock{
	display: block;
}
.site-questions h6{
	clear: both;
	font-size: 16px;
	padding-top: 30px;
}
.website-questions h6 a{
	color: #1872c5;
	text-decoration: underline;
}
#id_22,#id_26{
	border-right: 0;
}
#id_23{
	margin-top: 25px;
	border-left: 1px solid #dde9f5;
	height: 1125px;
}
#id_27{
	margin-top: 25px;
	border-left: 1px solid #dde9f5;
	height: 1375px;
}
.product-storecategory-13 div#id_Professional{
	height: 1305px;
}
#id_23 div.button-group a,#id_27 div.button-group a{
	background: #e84476;
}
#id_Professional div.button-group a{
	background: #e84476;
}
#id_23 div.button-group a:hover,#id_27 div.button-group a:hover{
	background: #d01951;
}
#id_Professional div.button-group a:hover{
	background: #d01951;
}
#id_23 h3,#id_27 h3{
	font-size: 24px;
	text-align: center;
	font-weight: bolder;
	color: #e84476;
	margin-bottom: 49px;
}
.desbox{
	padding: 50px 30px;
}
.desbox h4{
	text-align: center;
	font-size: 30px;
}
.desbox p{
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}
.yellow{
	background: #ffde16;
}
.black{
	background: #333;
	color: #fff;
}
.lightblue{
	background: #1fadff;
}
.orange{
	background: #f60;
	color: #fff;
}
.hulan{
	background: #02a388;
	color: #fff;
}
.pink{
	background: #be8b9c;
	color: #fff;
}
.danlan{
	background: #00bcd4;
	color: #fff;
}
.shenlan{
	background: #2d3a9a;
	color: #fff;
}
.zise{
	background: #a85291;
	color: #fff;
}
.green{
	background: #599252;
	color: #fff;
}
.techblue{
	background: #444863;
	color: #fff;
}
.pinkred{
	background: #ff4747;
	color: #fff;
}
.yellowdark{
	background: #e66c1f;
	color: #fff;
}
.bluedark{
	background: #242f47;
	color: #fff;
}
.socialmedia{
	background: url(../image/33er.jpg) no-repeat;
	height: 560px;
}
.dropdown-menu{
	min-width: 145px;
}
#currency ul.dropdown-menu{
	min-width: 60px;
}
#language ul.dropdown-menu{
	min-width: 100px;
}
#id_23 p.price,#id_27 p.price{
	color: #e84476;
}
#id_Professional p.price{
	color: #e84476;
}
#id_23 h4,#id_27 h4{
	font-weight: bold;
}
#id_Professional h4{
	font-weight: bold;
}
.list-inline>li{
	padding: 0 12px;
}
.plan-ul{
	list-style: none;
	padding-top: 30px;
}
.plan-ul li{
	font-size: 16px;
	line-height: 42px;
}
.plan-ul li i{
	margin-left: 5px;
	color: #ccc;
	cursor: pointer;
}
.store-layout-plan p.price{
	font-size: 30px;
}
.plan-description{
	padding: 10px 40px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.store-layout-plan div.plan-description{
	padding: 10px 30px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.extension-description{
	width: 80%;
	float: left;
	font-size: 14px; 
	line-height: 22px;
	padding: 20px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.product-layout-other div.caption{
	float: left;
	width: 25%;
	border-right: 1px solid #dde9f5;
	border-bottom: 0;
	padding:30px;
}
.other-service-detail{
	padding-top: 20px;
	font-size: 16px;
	line-height: 30px;
	padding-left: 50px;
	padding-right: 50px;
}
.noserviceterm{
	display: none;
}
.other-service-detail ul{
	list-style: none;
	padding-left: 0;
}
.other-service-detail ul li i{
	font-size: 18px;
	color: #9ccb5b;
	margin-right: 10px;
}
.other-service-detail a{
	color: #1872c5;
	text-decoration: underline;
}
.product-layout-other div.caption h4{
	font-size: 24px;
	text-align: center;
	margin-bottom: 0;
}
.product-layout-other div.caption h6{
	font-size: 14px;
	text-align: center;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 10px;
}
.product-layout-other div.caption p.price{
	font-size: 30px;
	color: #1872c5;
	text-align: center;
	margin-bottom: 25px;
}
.product-layout-other div.caption button{
	margin: 0 auto;
	width: 80%;
}
.product-layout-other div.caption ul{
	padding-left: 0;
}
.product-layout-other div.caption ul li{
	display: block;
	list-style: none;
	line-height: 48px; 
	font-size: 14px;
	border-bottom: 1px solid #eee;
	color: #000;
}
.product-layout-other div.caption ul li span{
	
}
.product-layout-other div.caption ul li b{
	float: right;
}
.num-div{
	margin-bottom: 15px; 
	line-height:35px; 
	font-size:14px;
	text-align: center;
}
.selector2{
	border: 1px solid #dde9f5;
    padding-left: 8px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    width: 60px;
    margin-left: 20px;
}
.product-layout-other div.other-description{
	float: left;
	width: 75%;
	padding:20px 0px;
}
.product-layout-other div.other-description table tr td{
	width: 33.3%;
	padding:0 25px;
	vertical-align: top;
}
.product-layout-other div.other-description h6{
	font-weight: bold;
	font-size: 16px;
}
.other-description h4{
	font-size: 24px;
	padding-left: 25px;
}
.product-layout-other div.other-description table tr td p{
	font-size: 14px; 
	line-height: 20px;
}
.other-description table tr td ul{
	padding-left: 20px;
	margin-top: 10px;
}
.other-description table tr td ul li{
	font-size: 14px;
	list-style:disc;
	line-height: 24px;
}
.selector{
	border:1px solid #dde9f5;
	padding: 10px;
	color: #000;
	font-size: 14px;
	width: 40%;
	margin-bottom: 15px;
}
.store-layout-plan{
	background: #fff;
}
.web-features table tr td{
	width: 50%;
	padding: 60px 0;
}
.web-features table tr td h4{
	font-size: 24px;
	margin-bottom: 15px;
}
.web-features table tr td p{
	font-size: 16px;
	line-height: 26px;
}
.web-features table tr td p a{
	border:2px solid #1da650;
	border-radius: 5px;
	padding:5px 12px;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	transition: 0.3s;
}
.web-features table tr td p a:hover{
	background: #1da650;
	transition: 0.3s;
	color: #fff;
}
.plan-description h5{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
.plan-description dl dd{
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	padding-bottom: 12px;
	background:url(../image/dot.gif) 0 7px no-repeat;
	padding-left: 10px;
}
.seo table tr td{
	width: 50%;
	padding-right: 50px;
}
.seo table tr td h2{
	font-size: 24px;
	margin-bottom: 20px;
}
.seo table tr td p{
	font-size: 16px; 
	line-height: 24px;
}
.navbar-collapse{
	padding-left: 0;
	padding-right: 0;
}
.blog-category-60,.blog-category-61,.blog-category-41,.blog-category-59{
	background:url(../image/bg7.jpg) center 130px no-repeat;
}
.forgotten_div h1{
	text-align: center;
    font-size: 48px;
    line-height: 48px;
    padding: 0 20%;
    margin-top: 80px;
}
.forgotten_div p{
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	padding: 0 20%;
}
.forgotten_div form{
	width: 20%;
	margin: 0 auto;
}
.cart_mobile{
	display: none;
}
.cart_pc{
	display: block;
}

@media only screen and (max-width: 768px){
.part1,.part2{ margin-bottom:10px;}
.part1-1{ float:left; padding:0;}
.part1-2{ float:left; padding:0;}
.part1-3{ float:left; padding:0;}
.part1-4{ float:left; padding:0;}	
.part1 div{ width:50%;}
.part1 div img,.part2 div img{ width:100%;}
.part2 table tr td{ padding:0;}
.part2-1,.part2-3{ display:none;}
.part2-2{ padding-bottom:0;}
.part2-4{ font-size:14px; line-height:18px; padding:15px 5%;}
.part2-title{ padding:15px 0;}
.part2-title h2{ font-size:24px;}
.part2-title p{ font-size:14px; line-height:18px; padding:0 5%;}
.part4{ background:#f9f6ee;padding:15px 5%;}
.part4 h4{ text-align:center; font-size:18px; font-weight:bold; margin-bottom:15px;}
.part4 table tr td{ width:33.3%; vertical-align:top; text-align:center;}
.part4 table tr td p{ text-align:left; font-size:18px; line-height:24px; color:#333; padding-left:55px; padding-top:15px;}
.part4-1{ display:none;}
.part4 table tr td div.part4-2 p{ padding-left:0; font-size:14px;}
.footer-nav{ width:50%; float:left;}
.qrcode{ display:none;}
.text-spec{ background:#001b2f; height:300px; margin-bottom:30px; padding-top:10px;} 
.text-spec table tr td{ padding-right:20px; padding-top:10px;}
.text-spec table tr td img{ width:60px; height:60px;}
.text-spec table tr td h3{ color:#5092c3; font-size:16px; margin-bottom:5px; margin-top:10px;}
.text-spec table tr td p{ color:#5092c3; font-size:12px; line-height:16px;}
.forgotten_div h1{
	text-align: center;
    font-size: 24px;
    line-height: 36px;
    padding: 0 10%;
    margin-top: 80px;
}
.forgotten_div p{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 0 10%;
}
.forgotten_div form{
	width: 80%;
	margin: 0 auto;
}
#continuebutton{
	background: #1872c5;
    color: #fff;
    padding: 10px 40px;
    font-size: 16px;
    transition: .3s;
    border-radius: 50px;
    font-family: 'Roboto';
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0px;
    text-align: center;
}
#backbutton{
	background: #e6e6e6;
    color: #666;
    padding: 10px 40px;
    font-size: 16px;
    transition: .3s;
    border-radius: 50px;
    font-family: 'Roboto';
    font-weight: 300;
    text-transform: uppercase;
    margin: 0px;
    margin-top: 0px;
    text-align: center;
}
#input-email{
	padding: 10px;
    background: #fff;
    font-size: 16px;
    border: 1px solid #ddd;
    margin-top: 10px;
    width: 100%;
    height: 42px;
}
#column_left_mobile{
	display: block;
}
.list-group {
    margin-left: 0px;
    margin-top: 20px;
    border-right: none;
    width: 100%;
    margin-bottom: 0px;
}
.footer_bottom{
	text-align: center;
	padding: 30px 0;
	padding-bottom: 0;
	border-top: 1px solid #444;
	margin-top: 50px;
	font-size: 14px;
}
.copyright{
	opacity: 0.4;
	padding-bottom: 10px;
}
.footer_bottom img{
	float: none;
	height: 20px;
	opacity: 0.4;
}
.account_content{
	margin-top: 30px;
	padding: 0 25px;
}
.account_content ul li{
	list-style: none;
	float: none;
	width: 100%;
	display: block;
	border: 1px solid #e5e5e5;
	text-align: center;
	padding: 50px 0;
	border-right: 1px solid #e5e5e5;
	margin-top: 25px;
}
.content-single img{
	width: 100%;
}
.category-title {
    text-align: center;
    font-size: 27px;
    line-height: 1.3;
    padding: 0 25px;
    margin-top: 80px;
    font-weight: 300;
}
.product-layout-plan h4 {
    font-size: 30px;
    color: #000;
    text-align: center;
    font-weight: 300;
    margin-bottom: 0px;
    padding-top: 10px;
}
.product-layout-plan h6 {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
}
.product-layout-plan p.price {
    font-size: 48px;
    color: #1872c5;
    font-weight: 300;
    text-align: center;
    line-height: 60px;
    padding-bottom: 0px;
    margin-top: -10px;
}
.plan-ul {
    list-style: none;
    padding-top: 10px;
}
#id_22{
	height: 760px;
	margin-top: -15px;
}
.product-layout-plan div.button-group a {
    background: #1872c5;
    color: #fff;
    padding: 12px 50px;
    font-size: 16px;
    font-weight: normal;
    transition: .3s;
    border-radius: 50px;
    font-family: 'Roboto';
    font-weight: 300;
    text-transform: uppercase;
}
.product-layout-other div.caption {
    float: none;
    width: 100%;
    border-right: 1px solid #dde9f5;
    border-bottom: 0;
    padding: 30px;
}
.other-service-detail {
    padding-top: 20px;
    font-size: 16px;
    line-height: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.product-layout-other .product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    border: 0;
    margin-top: 20px;
}
.product-layout-other div.other-description {
    float: none;
    width:100%;
    padding: 20px 0px;
}
#content h3{
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 0 25px;
	line-height: 20px;
}
#column_left_mobile div.list-group{
	border-bottom: 1px solid #e5e5e5;
}
.nothemes {
    text-align: center;
    font-size: 16px;
    padding-top: 50px;
}
#column_left_mobile h3 {
    font-size: 16px;
    margin-bottom: 15px;
    padding: 0px;
    padding-top: 15px;
    line-height: 20px;
    font-weight: normal;
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
}
#column_left_mobile h3 i{
	font-size: 24px;
}
#column_left_mobile div.list-group a{
	margin-left: 0;
}
.category_arrow{
	display: block;
	float: right;
}
#content div.caption h3{
	font-size: 24px;
}
#id_23 {
    margin-top: 25px;
    border-left: 1px solid #dde9f5;
    height: 970px;
}
#id_24{
	border:1px solid #dde9f5;
	margin-top: 25px;
	height: 1010px;
}
#id_26{
	height: 890px;
}
#id_27 {
    margin-top: 25px;
    border-left: 1px solid #dde9f5;
    height: 1090px;
}
#id_28{
	height: 1220px;
	border: 1px solid #dde9f5;
	margin-top: 25px;
}
.listtitle {
    margin-top: 60px;
    font-size: 27px;
    line-height: 1.3;
    text-align: center;
    list-style: 48px;
    padding: 0 13%;
    margin-bottom: 20px;
}
.theme_btn {
    padding: 0px;
}
.product-grid .product-thumb .caption {
    padding: 0px;
}
.product-thumb h4 {
    padding: 10px 0px;
}
.themetitle {
    font-size: 27px;
    line-height: 1.3;
    text-align: center;
    padding: 0 10%;
    margin: 70px 0;
    margin-bottom: 30px;
}
.socialmedia {
    background: url(../image/33er.jpg) no-repeat;
    background-size: 100% auto;
    height: auto;
}
.desbox img{
	width: 100%;
}
.form-horizontal h2{
	font-size: 14px;
	line-height: 20px;
}
#content {
    min-height: 350px;
    padding-bottom: 30px;
}
.desbox h4 {
    text-align: center;
    font-size: 27px;
    line-height: 1.3;
}
.desbox p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}
.purchasebox{
	margin-top: 25px;
}
#content div.form-group h3 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 0;
    line-height: 20px;
}
.web_theme{
	width: 100%;
	float: none;
	padding: 20px 3%;
	text-align: center;
	font-size: 14px;
	padding-bottom: 0;
}
.website-themes h5 {
    text-align: center;
    font-size: 27px;
    line-height: 1.3;
    padding: 0 20%;
    margin-top: 80px;
    margin-bottom: 20px;
}
.web_theme img{
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #eee;
}
.product-layout-plan {
    background: #fff;
    margin-top: 0px;
    float: none;
}
.cartempty h1{
	display: none;
}
.cartempty p{
	font-size:18px;
}
.product-layout-plan{
	width: 90%;
	margin: 0 5%;
}
.website-themes h6 a {
    background: #1872c5;
    color: #fff;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: normal;
    transition: .3s;
    border-radius: 50px;
    font-family: 'Roboto';
    font-weight: 300;
}
#id_22, #id_26 {
    border-right: 1px solid #dde9f5;
}
.cart-title, .checkout-title {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 24px;
    padding: 0;
}
.checkout-title ul {
	padding: 0;
}
.checkout-title ul li {
    display: inline-block;
    list-style: none;
    font-size: 16px;
    margin-left: 0px;
    line-height: 24px;
}
.checkout-title ul li i {
    margin-left: 10px;
    font-size: 18px;
    color: #1872c5;
}
.checkout-cart, .checkout-checkout {
    background: #fff;
}
.paymentpics {
    width: 250px;
}
.sitemap h1 {
    text-align: center;
    font-size: 27px;
    line-height: 1.3;
    padding: 0 25px;
    margin-top: 80px;
    font-weight: 300;
    margin-bottom: 30px;
}
.web_content{
	padding: 0 20px;
}
.web_content img{
	display: none;
}
.web_content h2{
	font-size: 27px;
	line-height: 1.3;
	padding-top: 20px;
}
.web_content p{
	font-size: 12px;
	line-height: 20px;
}
.web_content_left{
	float: none;
	width: 100%;
}
.web_content_right{
	float: none;
	width: 100%;
}
.website-content1 {
    padding-top: 0px;
}
.website-themes {
    margin-bottom: 0px;
}
.product-webcategory-12, .product-storecategory-13 {
    background: #fff;
}
.website-questions ul {
    width: auto;
    display: block;
    padding: 0 20px;
    float: none;
    margin-bottom: 0;
}
.website-questions ul li {
    list-style: none;
    font-size: 14px;
    line-height: 48px;
    width: 100%;
}
.website-questions ul li p{
	padding-right: 0;
	font-size: 12px;
}
.website-questions h5 {
    text-align: center;
    font-size: 27px;
    line-height: 1.3;
    padding: 0 35px;
    margin-top: 80px;
    margin-bottom: 15px;
    clear: both;
}
.form-div {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding: 20px;
}
.form-div h6 {
    font-size: 14px;
    padding: 20px;
    border-top: 1px solid #e5e5e5;
    padding-top: 40px;
    text-align: left;
}
.storefeatures{
	display:none;
}
#logo{
	padding: 0;
	margin: 0;
	text-align: center;
}
#logo img{
	width: 120px;
}
.mobile_logo{
	width: 50%;
	margin: 0 auto;
	position: absolute;
	left: 25%;
	top: 15px;
}
#menu .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 20px;
    min-height: 15px;
    font-size: 16px;
    background-color: transparent;
    border-radius: 5px;
    transition: .3s;
    text-align: center;
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 15px 5px;
    padding-top: 17px;
    margin-right: 0;
    float: left;
    background-color: #1872c5;
    background-repeat: repeat-x;
    margin-top: 4px;
}
#menu .btn-navbar i.fa{
	font-size: 24px;
}
.cart_mobile{
	display: block;
}
.cart_pc{
	display: none;
}
#menu #category{
	display: none!important;
}
#cart {
    padding-top: 8px;
    margin-top: 0px;
    padding-right: 12px;
    padding-left: 5px;
    text-align: right;
    position: relative;
    margin-bottom: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
}
#cart a span {
    font-family: 'Arial';
    background: #ffd800;
    color: #000;
    font-weight: bold;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    border-radius: 20px;
    position: absolute;
    right: 10px;
    top: 6px;
}
#cart a i.fa-shopping-cart {
    font-size: 18px;
    color: #fff;
    margin-right: 0px;
}

}
.dropdown-menu>li>a{
	font-weight: 300;
}
.btn-link{
	font-weight: 300;
}
