
@charset "UTF-8";


.content {
}
.content h1, .kop_hoofdkleur {
    display:block;
    margin:0px;
    padding:0px 0px 30px 0px;
	color: #344cc3 !important;
	font-weight:700;
    font-size:2.5em;
}
.kop_steunkleur {
    display:block;
    margin:0px;
    padding:0px 0px 30px 0px;
	color: #f084b8 !important;
	font-weight:700;
    font-size:2.5em;
}
.content h2, .subkop_hoofdkleur {
    display:block;
    margin:0px;
    margin:0px 0px 30px 0px;
	color: #344cc3 !important;
	font-weight:700;
    font-size:2em;
}
.content h3, .subkop_steunkleur {
    display:block;
    margin:0px;
    padding:0px 0px 16px 0px;
	color: #666666;
	font-weight:700;
    font-size:1.5em;
}
.content a {
	text-decoration:underline;
	color:#333333;
}

.content p {
    display:block;
    margin:0px;
    padding:0px 0px 10px 0px;
}

.content .columns2 {
    vertical-align:top;
    columns: 2;
    -webkit-columns: 2; /* Safari and Chrome */
    -moz-columns: 2; /* Firefox */
    column-gap:40px;
    -moz-column-gap:40px; /* Firefox */
    -webkit-column-gap:40px; /* Safari and Chrome */
    padding-bottom:20px;
    text-align:justify;
}

.content .columns4 {
    vertical-align:top;
    columns: 4;
    -webkit-columns: 4; /* Safari and Chrome */
    -moz-columns: 4; /* Firefox */
    column-gap:30px;
    -moz-column-gap:30px; /* Firefox */
    -webkit-column-gap:30px; /* Safari and Chrome */
    padding-bottom:20px;
    font-size:14px;
    line-height:28px;
}

.content .block {
    column-break-inside : avoid;
    display: inline-block;
    padding:0px 0px 16px 0px;
}

.content ul {
    list-style-position:outside;
    padding:0px 0px 0px 0px;
    margin:10px 0px 0px 20px;
    text-align:left;
}



/*
	[Table of contents]

	## Navigation Menu
	- Navigation Menu > 991 RES
	- Navigation Menu Switch < 991 RES
	
*/

/* ## Navigation Menu */
.menu-block {
	width: 310px;
	background-color: #fff;
	float: left;
}
.menu-block > a {
	padding-left: 23px;
	padding-top: 20px;
	padding-bottom: 21px;
	font-size: 15px;
	font-weight: 300;
	font-style: italic;
	display: block;
	color: #646a6e;
	line-height: 13px;
	border-bottom: 1px solid rgba(0,0,0,0.08);
}
.menu-block > a > i {
	font-size: 18px;
	color: #344cc3;
	margin-right: 13px;
	line-height: 15px;
	position: relative;
	top: 2px;
}
.ow-navigation {
	padding: 0;
	min-height: 1px;
	margin-bottom: 0;
	border-radius: 0;
	position: relative;
	border: none;
	background-color: transparent;
}
.ow-navigation .navbar-header {
	float: none;
	padding: 45px 0; 
	background:#FFF;
}
.ow-navigation .navbar-header .navbar-brand {
	font-size: 45.25px;
	text-transform: uppercase;
	letter-spacing: 6.7px;
	height: auto;
	padding: 0;
	line-height: 35px;
	font-family: 'walkway_semiboldregular';
	width: 100%;
	text-align: center;
}
.ow-navigation .navbar-header .navbar-brand span {
	color: #344cc3;
}
.menu-block .navbar-collapse {
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.05);
}
.ow-navigation .navbar-collapse > .nav.navbar-nav > li {
	width: 100%;
	display: block;
}
.ow-navigation .navbar-collapse > .nav.navbar-nav > li > a { 
	padding: 0;
	border-top: 1px solid rgba(0,0,0,0.08);
}
.ow-navigation .navbar-collapse > .nav.navbar-nav > li > a > i,
.ow-navigation .nav.navbar-nav li > a i::before  {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ow-navigation .navbar-collapse > .nav.navbar-nav > li > a > i { 
	width: 42px;
	height: 43px;
	background-color: #f084b8;
	line-height: 43px;
	text-align: center;
	position: relative;
	margin-right: 27px;
	display: inline-block;
}
.ow-navigation .navbar-collapse > .nav.navbar-nav > li > a > i::after {
	content: "";
	width: 100%;
	top: -1px;
	left: 0;
	height: 1px;
	background-color: #f084b8;
	position: absolute;
}
.ow-navigation .nav.navbar-nav li a {
	text-transform: capitalize;
	font-size: 15px;
	color: #646a6e;
	position: relative;
	letter-spacing: 0.7px;
}
.ow-navigation .nav.navbar-nav li > a i::before {
	content: "";
	border-top: 6px solid transparent; 
	border-left: 12px solid transparent; 
	border-bottom: 6px solid transparent;
	position: absolute;
	width: 6px;
	height: 12px;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.ow-navigation .nav.navbar-nav li > a:hover,
.ow-navigation .nav.navbar-nav li > a:focus,
.ow-navigation .nav.navbar-nav li.active > a,
.ow-navigation .nav.navbar-nav li:hover > a,
.ow-navigation .nav.navbar-nav li:focus > a {
	background-color: transparent;
}
.ow-navigation .nav.navbar-nav li > a:hover i,
.ow-navigation .nav.navbar-nav li > a:focus i,
.ow-navigation .nav.navbar-nav li.active > a i,
.ow-navigation .nav.navbar-nav li:hover > a i,
.ow-navigation .nav.navbar-nav li:focus > a i,
.ow-navigation .nav.navbar-nav li > a:hover i::after,
.ow-navigation .nav.navbar-nav li > a:focus i::after,
.ow-navigation .nav.navbar-nav li.active > a i::after,
.ow-navigation .nav.navbar-nav li:hover > a i::after,
.ow-navigation .nav.navbar-nav li:focus > a i::after {
	background-color: #344cc3;
}
.ow-navigation .nav.navbar-nav li > a:hover i,
.ow-navigation .nav.navbar-nav li > a:focus i,
.ow-navigation .nav.navbar-nav li.active > a i,
.ow-navigation .nav.navbar-nav li:hover > a i,
.ow-navigation .nav.navbar-nav li:focus > a i {
	margin-right: 35px;
}
.ow-navigation .nav.navbar-nav li > a:hover i::before,
.ow-navigation .nav.navbar-nav li > a:focus i::before,
.ow-navigation .nav.navbar-nav li.active > a i::before,
.ow-navigation .nav.navbar-nav li:hover > a i::before,
.ow-navigation .nav.navbar-nav li:focus > a i::before {
	right: -8px;
	border-left: 12px solid #344cc3; 
}
.ow-navigation .navbar-collapse {
	float: left;
}
.ow-navigation .container {
	position: relative;
}
.ow-navigation .container > a  { 	
	background-color: #de302f;
	padding: 22px 30px;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 22px;
	-moz-box-shadow: inset 0 3px 0px #b50504;
	-webkit-box-shadow: inset 0 3px 0px #b50504;
	box-shadow: inset 0 3px 0px #b50504;
	text-decoration: none;
	float: right;
}

.ow-navigation ul.nav > li > ul > li {
	padding-left: 20px;
}
.ow-navigation .dropdown-menu li {
	padding-left: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.ow-navigation .dropdown-menu li a {
	padding: 11.1px 0;
	white-space: normal;
}
.ow-navigation .dropdown-menu li a:hover {
	color: #344cc3;
}

/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	
}
/* - Navigation Menu > 991 RES. */
@media (min-width: 992px) {
	.ow-navigation .nav.navbar-nav li.dropdown:hover > .dropdown-menu {
		opacity: 1;
		transform: rotateY(0deg);
		visibility: visible;
	}	
	.ow-navigation .ddl-switch {
		display: none !important;
	}

	/* Dropdown */
	.ow-navigation .dropdown-menu {
		border: none;
		left: 100%;
		border-radius: 0;
		margin-top: 0;
		transform: rotateY(-90deg);
		transform-origin: 0 0 0;
		transition: all 0.4s ease-in-out 0s;
		visibility: hidden;
		top: 0;
		box-shadow: none;
		display: block;
		padding: 0;
		max-width: 210px;
		width: 100%;
		background-color: #fff;
	}
	
	.ow-navigation ul > li.dropdown .dropdown-menu ul ul ul {
		left: auto;
		right: 100%;
	}
	.ow-navigation ul > li.dropdown .dropdown-menu ul ul ul ul ul ul {
		left: 100%;
		right: auto;
	}
}

/* - Navigation Menu Switch < 991 RES */
@media (max-width: 991px) {
	
	.ow-navigation ul.nav > li > .ddl-switch {
		top: 15px;
	}
	.ow-navigation .ddl-switch {
		background-color: #fff;
		cursor: pointer;
		font-size: 25px;
		padding: 5px 10px;
		position: absolute;
		right: 15px;
		z-index: 9999;
		top: 0px;
		color: #777;
	}
	.ow-navigation .ddl-active > .ddl-switch:before {
		content: "\f106";
	}
    .ow-navigation .navbar-header {
        float: none;
		padding: 15px 0;
    }
	.ow-navigation .navbar-header .navbar-brand {
		width: auto;
		padding: 0 30px;
	}
    .ow-navigation .navbar-toggle {
        display: block;
		background-color: transparent;
		margin-bottom: 0;
		margin-right: 30px;
		margin-top: 0;
		border-radius: 0
    }
	.navbar-fixed-top.ow-navigation .navbar-toggle .icon-bar,
	.ow-navigation .navbar-toggle .icon-bar,
	.navbar-fixed-top.ow-navigation .navbar-toggle:focus,
	.navbar-fixed-top.ow-navigation .navbar-toggle:hover,
	.ow-navigation .navbar-toggle:hover {
		background-color: #585858;
	}
	.navbar-fixed-top.ow-navigation .navbar-toggle:focus .icon-bar,
	.navbar-fixed-top.ow-navigation .navbar-toggle:hover .icon-bar,
	.ow-navigation .navbar-toggle:hover .icon-bar {
		background-color: #fff;
	}	
    .ow-navigation .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		width: 100%;
		margin: 0;
    }
	.ow-navigation .navbar-collapse.collapse {
        display: none!important;
		overflow: auto !important;
    }
    .ow-navigation .navbar-nav {
        float: none!important;
    }
	.ow-navigation .navbar-nav,
	.ow-navigation .navbar-collapse > .nav.navbar-nav > li {
		margin: 0;
	}
	.ow-navigation .navbar-collapse > .nav.navbar-nav > li.active > a:before,
	.ow-navigation .navbar-collapse > .nav.navbar-nav > li:focus > a:before,
	.ow-navigation .navbar-collapse > .nav.navbar-nav > li:hover > a:before {
		height: 2px;
		bottom: 0;
		left: 0;
		right: 0;
	}
    .ow-navigation .navbar-nav > li {
		display: inline-block;
		float: none;
		width: 100%;
    }
    .ow-navigation .navbar-collapse > ul > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
		width: 100%;
    }
    .ow-navigation .navbar-text {
        float: none;
        margin: 15px 0;
    }

    /* since 3.1.0 */
    .ow-navigation .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .ow-navigation .collapsing {
        overflow: hidden!important;
    }
	.ow-navigation .dropdown-menu {
		background-color: transparent;
		border: 0 none;
		margin-top: 0;
		padding: 0;
		position: relative;
		width: 100%;
		box-shadow: none;
	}
		
	/* -- Button */
	.ow-navigation .container > a {
		position: absolute;
		left: 15px;
		top: 0;
	}
	.menu-block {
		position: relative;
		left: 0 !important;
		right: 0;
		margin: 0 auto;
	}
	.menu-block.navbar-fixed-top {
		position: fixed;
		z-index: 99990;
	}
	.menu-block > a {
		position: absolute;
		bottom: -55px;
		border: none;
	}
	.menu-block.navbar-fixed-top > a { 
		display: none;
	}
	.menu-block .ow-navigation {
		border-bottom: 1px solid rgba(0,0,0,0.08);
	}
} 


/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {

}




/*
	[Table of contents]

	## Site Loader
	
*/

/* ## Site Loader */
.load-position .logo {
	margin: 0 auto;
	width: 150px;
}
.load-complete .ball-clip-rotate > div {
	border-color: #0F89D1 #0F89D1 transparent;
	background-color: #0F89D1;
	margin: 0 auto;
	display: block;
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
}
.load-complete {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1031;
}
.load-complete .logo {
	color: #4C4C4C;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	font-family: 'Verdana','Arial','Helvetica','sans-serif';
	font-size: 50px;
}

.load-complete .load-position h6 {
    text-align: center;
    color: #000;
    font-size: 12px;
	font-weight: 400;
	font-style: italic;
}
.load-complete .load-position {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 999;
    right: 0;
    margin-top: -100px;
}
.load-complete .loading {
    position: absolute;
    width: 100%;
    height: 1px;
    margin: 20px auto;
    left: 0;
    right: 0;
}
.load-complete .loading-line {
    position: absolute;
    background: #eee;
    width: 100%;
    height: 2px;
}
.load-complete .loading-break {
    position: absolute;
    background: #059664;
    width: 15px;
    height: 2px;
}
.load-complete .loading-dot-1 {
    -webkit-animation: loading 2s infinite;
    -moz-animation: loading 2s infinite;
    -ms-animation: loading 2s infinite;
    -o-animation: loading 2s infinite;
    animation: loading 2s infinite;
}
.load-complete .loading-dot-2 {
    -webkit-animation: loading 2s 0.5s infinite;
    -moz-animation: loading 2s 0.5s infinite;
    -ms-animation: loading 2s 0.5s infinite;
    -o-animation: loading 2s 0.5s infinite;
    animation: loading 2s 0.5s infinite;
}
.load-complete .loading-dot-3 {
    -webkit-animation: loading 2s 1s infinite;
    -moz-animation: loading 2s 1s infinite;
    -ms-animation: loading 2s 1s infinite;
    -o-animation: loading 2s 1s infinite;
    animation: loading 2s 1s infinite;
}
@keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-moz-keyframes loading {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-webkit-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-ms-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-o-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}

.back-to-top {
	font-size: 26px;
	color: #fff;
	text-align: center;
	width: 82px;
	height: 82px;
	background-color: #f084b8;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: -42px;
	left: 0;
	right: 0;
	border-radius: 100%;
	line-height: 50px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.back-to-top:hover,
.back-to-top:focus { 
	color: #344cc3;
}







/*
	Theme Name: Wisey
	Created : 13-Dec-15
	Updated : 
	Version: 1.0

*/

/*
	[Table of contents]

	## Global
		- Font Settings
		- Padding/Margin

	## Header
		-- Top Header
		-- Middle Header

	## Footer

	## Responsive
		-- min-width: 992 to max-width: 1200
		-- min-width: 768 to max-width: 991
		-- min-width: 319 to max-width: 767
		-- min-width: 319 to max-width: 479
		-- max-width: 991
		-- min-width: 1200
*/

/* ## Global */

body {
    font-family: 'Verdana','Arial','Helvetica','sans-serif';
    font-size:14;
    line-height:1.8em;
	color: #000;
	overflow-x: hidden;
    
    
	background: url("/leden/0430523995/fotoalbums/1/groot/65.jpg?width=500&s.alpha=0.7&a.blur=30") no-repeat center center fixed;
    
    
	background-color: #ecc1d6;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}

/* - Font Settings */
@font-face {
    font-family: 'montserratlight';
    src: url('fonts/montserrat-light.eot');
    src: url('fonts/montserrat-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-light.woff2') format('woff2'),
         url('fonts/montserrat-light.woff') format('woff'),
         url('fonts/montserrat-light.ttf') format('truetype'),
         url('fonts/montserrat-light.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratsemi_bold';
    src: url('fonts/montserrat-semibold.eot');
    src: url('fonts/montserrat-semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-semibold.woff2') format('woff2'),
         url('fonts/montserrat-semibold.woff') format('woff'),
         url('fonts/montserrat-semibold.ttf') format('truetype'),
         url('fonts/montserrat-semibold.svg#montserratsemi_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'walkway_semiboldregular';
    src: url('fonts/walkway_semibold.eot');
    src: url('fonts/walkway_semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/walkway_semibold.woff2') format('woff2'),
         url('fonts/walkway_semibold.woff') format('woff'),
         url('fonts/walkway_semibold.ttf') format('truetype'),
         url('fonts/walkway_semibold.svg#walkway_semiboldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ow-navigation .nav.navbar-nav li a,
.page-banner ol li,
.shop_cart thead th,
.cart_item td.product a span,
.cart_item td.product-price,
.cart_item .quantity .qty,
.cart_item .quantity input[type="button"],
.shipping-calculate h4,
.order-summary-content > .col-md-8 h4,
.checkout-content > h4,
.checkout-content > form label,
.checkout-content > form select,
.checkout-content > form .input-group-addon,
.checkout-content > form .input-group-addon span,
.wc-proceed-to-checkout h4,
.wc-proceed-to-checkout p,
.wc-proceed-to-checkout h5,
.checkout .col-md-4 .input-group-addon,
.shop_cart td::before {
	font-family: 'Verdana','Arial','Helvetica','sans-serif';
}
.entry-meta div,
.plan-select a {
	font-family: 'Oxygen', sans-serif;
}
.feature-content p {
	font-family: 'ABeeZee', sans-serif;
}
.menu-block > a,
.service-section .tab-content .tab-pane p,
.service-section .nav-tabs li a,
.entry-content p,
.features-section .nav-tabs li a,
.team-box p,
.price-table ul li,
.testimonial-section .carousel .item > p,
.testimonial-section .carousel .item > h4,
.feature-box p,
.skill-content h3,
.skill-content p,
.skill-box-content h3,
.get-in-touch .tab-content p,
.get-in-touch .tab-content a,
.promo-section .col-md-8 > a,
.post-pagination ul li a,
.product-detail .add-to-cart h3 {
	font-family: 'Verdana','Arial','Helvetica','sans-serif';
}

.seprator-border {
	border-bottom: 1px solid #f2f2f2;
}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding,
ul {
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

.main-container {
	width: 1480px;
	margin: 0 auto;
}

/* -- Text Uppercase */
.slider-section .carousel-caption h3,
.call-content a,
.service-section .tab-content .tab-pane > a,
.service-section .tab-content .tab-pane h3,
.service-section .nav-tabs li a,
.portfolio-item-hover .portfolio-title  h3,
.entry-meta div,
.about-box h3,
.promo-box h4,
.promo-section .col-md-8 > a,
.service-content h3,
.branding-title p,
.branding-section ul li,
.pricing-section2 .plan-select a,
.blog-post .content-area .tags a,
.blog-post .content-area .social-icons h3,
.blog-post .content-area .blog-pagination .col-md-4.col-sm-4.col-xs-4.previous > a,
.post-comment h3,
.post-comment .media-content h4,
.post-comment .media-content span,
.comment-form h3,
.comment-form input[type="submit"],
.product-section .result h3,
.product-section .sort h3,
.product-section .sort select,
.product-image .new,
.product-box > h3,
.products nav .pagination li a,
.product-section .widget-area .panel-title > a,
.product-section .widget-area ul.brand li a,
.product-section .panel-body .size a,
.product-section .price-filter .filter,
.product-detail .summary h1,
.product-detail .summary .choose-color span,
.product-detail .summary .size span,
.product-detail .summary .size a,
.product-detail .quantity input,
.product-detail .quantity-block > a.add-to-wishlist,
.product-detail .add-to-cart p,
.product-detail .add-to-cart a,
.woocommerce-tabs .nav-tabs > li > a,
.related-product h2,
.related-product h4,
.shop_cart thead,
.cart_item td.product a span,
.shop_cart tfoot .coupon-code .form-control,
.coupon-code .input-group-btn .btn,
.shipping-calculate select,
.shipping-calculate input,
.shipping-calculate button,
.order-summary-content > .col-md-8 a,
.checkout-content > h4,
.checkout-content > form label,
.checkout-content > form select,
.checkout-content > form .input-group-addon,
.checkout-content input[type="submit"],
.wc-proceed-to-checkout h4,
.wc-proceed-to-checkout h5,
.wc-proceed-to-checkout p,
.checkout .col-md-4 .input-group-addon,
.contact-block span,
.contact-form label,
.contact-form input[type="submit"] {
	text-transform: uppercase;
}

.call-content a,
.service-section .tab-content .tab-pane > a,
.recent-work > div .portfolio-switch,
.portfolio-item-hover .portfolio-title,
.portfolio-item-hover > a,
.entry-cover > a.read-more,
.type-post > a.read-more:hover,
.feature-content,
.team-box ul li a,
.team-box span::before,
.price-table .plan-title h3,
.price-table .plan-title h4,
.plan-select a:hover,
.testimonial-section,
.feature-box span i,
.promo-section .col-md-8 > a,
.branding-content,
.branding-section ul,
.pricing-section2 .plan-select a,
.widget-area .btn-default,
.widget-area .widget-social a,
.widget-area .widget-social a:hover,
.post-pagination ul li a:hover,
.post-pagination ul li a:focus,
.blog-post .content-area .tags a,
.blog-post .content-area .social-icons li a,
.post-comment .media-content span,
.comment-form input[type="submit"],
.product-image .new,
.product-hover a,
.products nav .pagination li a:hover,
.products nav .pagination li a:focus,
.product-section .widget-area .panel-default > .panel-heading,
.product-section .panel-body .size a:hover,
.product-section .price-filter .filter,
.product-detail .summary .size > a:hover,
.product-detail .quantity > a,
.product-detail .add-to-cart,
.related-product h4,
.coupon-code .input-group-btn .btn,
.shipping-calculate button,
.order-summary-content > .col-md-8 a,
.checkout-content input[type="submit"],
.wc-proceed-to-checkout h4,
.wc-proceed-to-checkout h5,
.wc-proceed-to-checkout p,
.checkout .col-md-4 .input-group-addon,
.contact-block i:hover,
.contact-form input[type="submit"] {
	color: #fff;
}
.top-social li a,
.call-content a, 
.service-section .tab-content .tab-pane > a,
.entry-title a,
.plan-select a,
.feature-box span,
.get-in-touch ul li,
.bottom-footer ul li a,
.flicker .bx-wrapper ul li a img,
.flicker .bx-wrapper .bx-prev, 
.flicker .bx-wrapper .bx-next,
.about-box h3,
.promo-box i,
.promo-section .col-md-8 > a,
.type-post > a.read-more,
.widget-area .recent-content h3 a,
.blog-post .content-area .tags a,
.comment-form input[type="submit"],
.contact-form input[type="submit"],
.product-box > h3 a,
.product-hover a,
.product-detail .summary .choose-color a::before,
.product-detail .summary .size > a,
.product-detail .quantity > a,
.product-detail .quantity-block > a.add-to-wishlist,
.product-detail .add-to-cart a,
.coupon-code .input-group-btn .btn,
.shipping-calculate button,
.order-summary-content > .col-md-8 a,
.price-table,
.pricing-section2 .price-table .plan-title h3::before {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

/* -- Section Header */
.section-header {
	margin-bottom: 30px;
}
.navbar-nav {
	border-right: 1px solid #EBEBEB;
}
.section-header h3 {
	margin: 0;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 21px;
	position: relative;
	line-height: 20px;
}
.section-header h3::before {
	content: "";
	left: 0;
	position: absolute;
	bottom: 0;
	width: 43px;
	height: 2px;
	background-color: #344cc3;
}
.navbar-brand>img {
    display: block;
    margin: 0 auto;
}

/* ## Header */
.container {
	float: right;
	background-color: #fff;
}

/* -- Top Strip */
.top-strip {
	background-color: #fff;
	padding: 0 13px;
}
.top-strip.navbar-fixed-top {
	left: auto;
    max-width: 1170px;
    right: 11.12%;
    width: 100%;
}
.top-social,
.top-search {
	float: left;
	padding: 11px 0;
}
.top-social {
	margin-right: 14px;
}
.top-social li {
	margin: 0 4px;
	display: inline-block;
}
.top-social li a {
	width: 30px;
	height: 30px;
	display: inline-block;
	border: 1px solid #ededed;
	border-radius: 100%;
	line-height: 28px;
	text-align: center;
	color: #646a6e;
}
.top-social li a:hover {
	background-color: #344cc3;
	color: #fff;
	border-color: #344cc3;
}
.top-search {
	max-width: 200px;
}
.top-search .input-group {
	border: 1px solid #e9e9e9;
	border-radius: 3px;
}
.top-search .input-group .form-control {
	border: none;
	box-shadow: none;
	height: auto;
}
.top-search .input-group .btn-default {
	border: none;
	background-color: transparent;
	outline: none;
	color: #344cc3;
}
.top-strip.navbar-fixed-top .top-search {
	margin-right: 30px;
}

/* ## Footer */
.footer-main {
	background-color: #f084b8;
	position: relative;
	margin-top: 95px;
}
.footer-middle h3 {
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 20px;
	position: relative;
	padding-left: 25px;
	margin-top: 0;
}
.footer-middle h3::before {
	content: "";
	position: absolute;
	left: 0;
	height: 15px;
	width: 15px;
	border: 2px solid #fff;
	top: 3px;
}

/* -- Twitter Widget */
.twitter-widget {
	background-color: #585858;
	text-align: center;
	color: #fff;
	font-size: 13px;
}
.twitter-widget .item {
	padding: 58px 0;
}
.twitter-widget .item p {
	margin-bottom: 7px;
}
.twitter-widget .item p span {
	color: #344cc3;
}
.twitter-widget .item i {
	font-size: 24px;
	margin-bottom: 20px;
}
.twitter-widget .item a {
	color: #88d9ff;
}
.twitter-widget .carousel-control {
	width: 48px;
	height: 48px;
	background-image: none;
	text-shadow: none;
	opacity: 1;
}
.twitter-widget .carousel-control span {
	z-index: 1;
	position: relative;
}
.twitter-widget .carousel-control.left {
	text-align: left;
	padding-left: 10px;
}
.twitter-widget .carousel-control.right {
	text-align: right;
	padding-right: 10px;
}
.twitter-widget .carousel-control.left::before,
.twitter-widget .carousel-control.right::before {
	position: absolute;
	content: "";
	z-index: 0;
}
.twitter-widget .carousel-control.left::before {
	border-top: 48px solid #344cc3; 
	border-right: 48px solid transparent;
	left: 0;
}
.twitter-widget .carousel-control.right::before {
	border-top: 48px solid #344cc3; 
	border-left: 48px solid transparent;
	right: 0;
}

.footer-middle {
	padding-bottom: 30px;
	padding-top: 30px;
}
/* -- Get In touch */
.get-in-touch ul {
	border: none;
	text-align: center;
}
.get-in-touch ul li {
	padding: 0;
	margin: 0;
	background-color: #4b4b4b;
}
.get-in-touch ul li:nth-child(2) {
	background-color: #545454;
}
.get-in-touch ul li a {
	padding: 26px 0;
	margin-right: 0;
	border: none;
}
.get-in-touch ul li a,
.get-in-touch .nav-tabs > li.active > a, 
.get-in-touch .nav-tabs > li.active > a:focus, 
.get-in-touch .nav-tabs > li.active > a:hover {
	color: #fff;
}
.get-in-touch ul li a i {
	width: 61px;
	height: 61px;
	display: inline-block;
	border:	1px solid #fbfbfb;
	border-radius: 100%;
	line-height: 61px;
	font-size: 24px;
}
.get-in-touch .nav-tabs > li.active,
.get-in-touch .nav-tabs > li:focus,
.get-in-touch .nav-tabs > li:hover {
	background-color: #344cc3;
}
.get-in-touch .nav-tabs > li > a:focus, 
.get-in-touch .nav-tabs > li > a:hover,
.get-in-touch .nav-tabs > li.active > a, 
.get-in-touch .nav-tabs > li.active > a:focus, 
.get-in-touch .nav-tabs > li.active > a:hover {
	background-color: transparent;
	border: none;
}
.get-in-touch .tab-content {
	background-color: #fff;
	padding: 22px;
}
.get-in-touch .tab-content p,
.get-in-touch .tab-content a {
	font-size: 13px;
	color: #4a5768;
	margin-bottom: 0;
}
.get-in-touch .tab-content p i,
.get-in-touch .tab-content a i {
	color: #344cc3;
	font-size: 18px;
	margin-right: 15px;
}
/* -- Flicker */
.flicker .bx-wrapper {
	background-color: #545454;
	border: none;
	box-shadow: none;
	padding: 32px 13px;
}
.flicker .bx-wrapper ul li {
	padding: 15px 0;
	float: left !important;
}
.flicker .bx-wrapper ul li a {
	width: 20%;
	box-sizing: border-box;
	float: left;
	text-align: center;
}
.flicker .bx-wrapper ul li a img {
	border: 10px solid rgba(0,0,0,0.1);
	border-radius: 100%;
	display: inline-block;
}
.flicker .bx-wrapper ul li a:hover img {
	border-color: rgba(255,255,255,0.1);
}
.flicker .bx-wrapper .bx-prev,
.flicker .bx-wrapper .bx-next {
	left: 0;
	right: 0;
	width: 100%;
	background-color: #767676;
	background-image: none;
	text-indent: 0;
	font-size: 0;
	text-align: center;
	text-decoration: none;
	margin: 0;
}
.flicker .bx-wrapper .bx-prev {
	bottom: 0;
	top: auto;
}
.flicker .bx-wrapper .bx-next {
	bottom: auto;
	top: 0;
}
.flicker .bx-wrapper .bx-prev::before,
.flicker .bx-wrapper .bx-next::before {
	font-family:'FontAwesome';
	font-size: 18px;
	color: rgba(255,255,255,0.3);
	line-height: 32px;
}
.flicker .bx-wrapper .bx-prev::before{
	content:"\f107"
}
.flicker .bx-wrapper .bx-next::before {
	content:"\f106"
}
.flicker .bx-wrapper .bx-prev:hover,
.flicker .bx-wrapper .bx-next:hover {
	background-color: #989898;
}
.flicker .bx-wrapper .bx-prev:hover::before,
.flicker .bx-wrapper .bx-next:hover::before {
	color: #fff;
}

.bottom-footer {
	background-color: #f084b8;
	padding: 34px 20px;
}
.bottom-footer {
	color: #fff;
	margin: 5px 0;
	font-size: 15px;
}
.bottom-footer a {
	color: #fff;
}
.bottom-footer ul {
	width: 100%;
	text-align: right;
	margin-bottom: 0;
}
.bottom-footer ul li {
	display: inline-block;
	margin: 0 4px;
}
.bottom-footer ul li a {
	width: 31px;
	height: 31px;
	color: #fff;
	border: 2px solid rgba(255,255,255,0.1);
	display: inline-block;
	border-radius: 100%;
	text-align: center;
	line-height: 28px;
}
.bottom-footer ul li a:hover {
	border-color: #344cc3;
	background-color: #344cc3;
}

/* -- Page Header */
.page-banner {
	height:136px;
	background-image: url("images/about/about-banner.jpg");
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	padding-top: 45px;
}
.page-banner h3 {
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}
.page-banner ol {
	background-color: transparent;
	padding: 0;
	margin:0;
}
.page-banner ol li {
	text-transform: lowercase;
	font-size: 13px;
	font-weight: 300;
}
.page-banner ol li a,
.page-banner .breadcrumb > .active {
	color: #fff;
}
.breadcrumb > li + li::before {
	content:"\f0a9";
	font-family:'FontAwesome';
	color: #344cc3;
	font-size: 14px;
	margin: 0 8px;
}
/*.menu-block.navbar-fixed-top {
	position: fixed;
}*/

/* ## Responsive */
@media (min-width: 1480px) {
	.menu-block {
		position: fixed;
		top: 0;
		max-height: 100%;
		overflow: visible;
		z-index: 999;
	}
	.menu-block .navbar-collapse.collapse {
		max-height: 100%;
	}
}
/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1479px) {
	.main-container {
		width: 1170px;
		position: relative;
	}
	.container {
		float: none;
	}
	.menu-block {
		position: fixed;
		left: -100%;
		z-index: 1031;
	}	
	.menu-block.menu-open {
		left: 0;
		opacity: 1;
		position: fixed;
		z-index: 1031;
		max-height: 100%;
	}
	.menu-block,
	.top-strip .row > span,
	.top-strip .row > span::before {
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}
	.top-strip .row > span {
		width: 35px;
		height: 35px;
		background-color: #a1a1a1;
		float: left;
		margin-bottom: 10px;
		margin-top: 10px;
		text-align: center;
		color: #fff;
		font-size: 26px;
		line-height: 35px;
		cursor: pointer;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}
	.top-strip .row > span::before {
		content: "\61";
		font-family: 'ElegantIcons';		
	}
	.top-strip .row > span.menu-bar-close::before {
		content: "\4d";
	}	
	.top-strip.navbar-fixed-top .row > span {
		margin-left: 30px;
	}
	.top-strip .row > span.menu-bar {
		position: relative;
		z-index: 1;
	}
	.top-strip .row > span.menu-bar-close	{
		background-color: #344cc3;
		opacity: 0;
		position: absolute;
		left: 30px;
		z-index: 0;
	}
	.top-strip .row > span.menu-bar-close.active {
		left: 310px;
	}
	.top-strip.navbar-fixed-top .row > span.menu-bar-close.active	{
		left: 290px;
	}
	.top-strip .row > span.menu-bar-close.active,
	.top-strip.navbar-fixed-top .row > span.menu-bar-close.active	{
		opacity: 1;
	}
	.top-strip .row > span.menu-bar.active {
		margin-left: 200px;
		opacity: 0;
	}
	.top-strip.navbar-fixed-top {
		left: 0;
		right: 0;
		max-width: 1170px;
		width: 100%;
	}
	.menu-block.navbar-fixed-top {
		position: fixed;
		z-index: 1031;
		left: -100%;		
	}
	.menu-block.navbar-fixed-top.menu-open {
		left: 0;
	}
	.menu-block.menu-open.navbar-fixed-top {
		opacity: 1;
	}
}

/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-container {
		width: 970px;		
	}
	.container {
		float: none;
	}
	.top-strip.navbar-fixed-top {
		left: 0;
		right: 0;
		max-width: 970px;
		width: 100%;
	}
}

/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-container {
		width: 750px;
		margin: 0 auto;
	}
	.container {
		float: none;
	}	
	.menu-block.navbar-fixed-top,
	.top-strip.navbar-fixed-top {
		left: 0;
		right: 0;
		max-width: 750px;
		width: 100%;
	}
}

/* -- min-width: 319 to max-width: 767 */
@media (max-width: 767px) {	
	.main-container {
		width: 100%;
	}
	.top-strip.navbar-fixed-top {
		left: 0;
		right: 0;
		max-width: 100%;
		width: 100%;
	}
}

/* -- min-width: 319 to max-width: 479 */
@media (max-width: 479px) {
	.page-banner h3 {
		font-size: 19px;
	}
	.bottom-footer ul li {
		margin: 0 -1px;
	}
}

/* -- max-width: 991 */
@media (max-width: 991px) {
	.menu-block {
		width: 100%;
	}
	.top-strip.navbar-fixed-top {
		position: fixed;
	}
	.main-container {
		position: relative;
	}
	.container {
		float: none;
	}
	
	/* ## Footer */
	.get-in-touch {
		margin-bottom: 30px;
	}
}
/* -- max-width: 580 */
@media (max-width: 560px) {
	.top-strip {
		padding-top: 0px;
		display: inline-block;
	}
}


/*
	[Table of contents]

	## Shortcodes
		-- Photo Slider
		-- Call To Action
		-- Service Section
		-- Recent Work
		-- Latest News
		-- Features Section
		-- Team Section
		-- Pricing Section
		-- Testimonial Section
		-- Features Section v2
		-- Skill Section
		-- About Section
		-- Promo Section
		-- Service Section v2
		-- Branding Section
		-- Pricing Section 2
		-- Blog
		-- Product Section
			-- Product Details
			-- Cart
			-- Checkout
		-- Contact Us
		
		
		
	## Responsive
		-- min-width: 992 to max-width: 1200
		-- min-width: 768 to max-width: 991
		-- max-width: 767
		-- max-width: 991
*/

/* ## Shortcodes */
/* -- Photo Slider */
.slider-section .carousel-caption {
	right: 0;
	bottom: 0;
	text-shadow: none;
	left: 0;
	text-align: right;
	padding: 0;
}
.slider-section .carousel-caption h3 {
	display: inline-block;
	margin: 0;
	background-color: rgba(0,0,0,0.4);
	padding: 28px 33px;	
	font-size: 23px;
}
.slider-section .carousel-control {
	background-image: none;
	background-color: #344cc3;
	width: 60px;
	height: 60px;
	opacity: 1;
	text-shadow: none;
	line-height: 60px;
	right: 30px;
	left: auto;
	top: 30px;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.slider-section .carousel-control.left {
	top: 100px;
}
.slider-section .carousel-control:hover {
	background-color: #888d90;
}

/* -- Call To Action */
.call-to-action {
	text-align: center;
	padding-top: 38px;
	position: relative;
}
.call-to-action::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url("../images/callout/shadow-img.png");
	background-size: 100% 100%; 
	height: 17px;
	display: inline-block;
}
.call-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.call-content h3 {
	font-size: 20px;
	color: #53585c;
}
.call-content h3 b {
	color: #344cc3;
}
.call-content a,
.service-section .tab-content .tab-pane > a {
	background-color: #344cc3;
	display: inline-block;
	padding: 17px 34px;
	font-weight: bold;
	font-size: 15px;	
	line-height: 26px;
	border-radius: 3px;
	letter-spacing: 0.4px;
	margin-top: 20px;
	text-decoration: none;
}
.call-content a:hover,
.service-section .tab-content .tab-pane > a:hover {
	background-color: #888d90;
}
.call-content .bird,
.call-content .bird i {
	position: absolute;
}
.call-content .bird {
	top: 30%;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.call-content .bird i:first-child { 
	left: 28%;
}
.call-content .bird i:last-child { 
	right: 28%;
}

/* -- Service Section */
.service-section {
	padding-top: 40px;
	padding-bottom: 50px;
}
.service-section .tab-content {
	border: 1px solid #f2f2f2;
	padding: 40px 49px;
}
.service-section .tab-content .tab-pane h3 {	
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: 1.3px;
	color: #333;
	font-weight: 400;
}
.service-section .tab-content .tab-pane p {
	line-height: 25px;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 300;
	color: #878787;
}
.service-section .tab-content .tab-pane > a {
	font-size: 14px;
	margin-top: 10px
}
.service-section .nav-tabs {
	border: none;
}
.service-section .nav-tabs li {
	width: 50%;
	padding: 0;
	text-align: center;
	border-top: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin-bottom: 0;
}
.service-section .nav-tabs li a {
	margin: 0;
	padding: 0;
	border: none;
	color: rgba(51,51,51,0.7);
	padding: 52.5px 0;
}
.service-section .nav-tabs li a i {
	display: block;
	margin: 0 auto 29px;
	max-width: 84px;
	width: 84px;
	max-height: 64px;
	overflow: hidden;
}
.service-section .nav-tabs li a i img {
	position: relative;
	top: 0;
}
.service-section .nav-tabs li a,
.service-section .nav-tabs li a i img {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.service-section .nav-tabs > li.active,
.service-section .nav-tabs > li.active > a, 
.service-section .nav-tabs > li.active > a:focus, 
.service-section .nav-tabs > li.active > a:hover,
.service-section .nav-tabs > li > a:focus,
.service-section .nav-tabs > li > a:hover {
	background-color: #344cc3;
}
.service-section .nav-tabs > li.active > a, 
.service-section .nav-tabs > li.active > a:focus, 
.service-section .nav-tabs > li.active > a:hover,
.service-section .nav-tabs > li > a:focus,
.service-section .nav-tabs > li > a:hover {
	color: #fff;
}
.service-section .nav-tabs > li.active > a, 
.service-section .nav-tabs > li.active > a:focus, 
.service-section .nav-tabs > li.active > a:hover,
.service-section .nav-tabs > li > a:focus,
.service-section .nav-tabs > li > a:hover {
	border: none;
}
.service-section .nav-tabs > li.active > a i img:last-child, 
.service-section .nav-tabs > li.active > a:focus i img:last-child, 
.service-section .nav-tabs > li.active > a:hover i img:last-child,
.service-section .nav-tabs > li > a:focus i img:last-child,
.service-section .nav-tabs > li > a:hover i img:last-child,
.service-section .nav-tabs > li.active > a i img:first-child, 
.service-section .nav-tabs > li.active > a:focus i img:first-child, 
.service-section .nav-tabs > li.active > a:hover i img:first-child,
.service-section .nav-tabs > li > a:focus i img:first-child,
.service-section .nav-tabs > li > a:hover i img:first-child {
	top: -64px;
}

/* -- Recent Work */
.recent-work {
	padding-top: 36px;
	padding-bottom: 36px;
}
.recent-work .section-header,
.portfolio-categories,
.recent-work .portfolio-block,
.recent-work > div .portfolio-switch {
	display: inline-block;
}
.recent-work > div.pull-left,
.recent-work .portfolio-block {
	width: 100%;
}
.recent-work > div .portfolio-switch {
	width: 37px;
	height: 37px;
	background-color: #585858;
	display: inline-block;
	line-height: 37px;
	text-align: center;
	margin-left: 27px;
}
.portfolio .recent-work > div .portfolio-switch {
	margin-left: 0;
	margin-right: 27px;
	margin-bottom: 30px;
}
.portfolio-categories {
	text-align: center;
	display: none;
}
.portfolio-categories.active {
	display: inline-block;
}
.portfolio-categories li {
	display: inline-block;
}
.portfolio-categories li a { 
	color: #807f7f;
	text-transform: capitalize;
	letter-spacing: 0.4px;
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
}
.portfolio-categories li a::before {
	content: "-";
	margin-right: 16px;
	margin-left: 16px;
	color: #807f7f;
}
.portfolio-categories li:first-child a::before {
	margin: 0;
}
.portfolio-categories li:first-child a::before {
	content: "";
}
.portfolio-categories li a:hover,
.portfolio-categories li a:focus,
.portfolio-categories li a.active {
	color: #344cc3;
}
.portfolio-item {
	width: 25%;
	padding: 1px;
	overflow: hidden;
	position: relative;
}
.portfolio-item-hover {
	position: absolute;
	background-color: #344cc3;
	left: 1px;
	right: 1px;
	top: 1px;
	bottom: 1px;
	opacity: 0;
}
.portfolio-item-hover,
.portfolio-item-hover .portfolio-title,
.portfolio-item-hover > a,
.entry-cover > a.read-more,
.entry-meta div,
.entry-meta div span,
.entry-meta div i,
.entry-meta div.posted-on span::before,
.entry-meta div.post-comment span::before {
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.portfolio-item-hover .portfolio-title {
	position: absolute;
	top: 20px;
	left: 100%;
	width: 100%;
}
.portfolio-item-hover .portfolio-title  h3 {
	margin-top: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 16.3px;
	position: relative;
	padding-bottom: 13px;
}
.portfolio-item-hover .portfolio-title  h3::before {
	content: "";
	width: 18px;
	height: 2px;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	bottom: 0;
}
.portfolio-item-hover .portfolio-title h4 { 
	font-size: 13px;
}
.portfolio-item-hover > a {
	position: absolute;
	bottom: 20px;
	right: 100%;
	width: 41px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	font-size: 18px;
	background-color: rgba(0,0,0,0.05);
}
.portfolio-item-hover > a:hover {
	background-color: #fff;
	color: #344cc3;
}
.portfolio-item:hover .portfolio-item-hover {
	opacity: 1;
}
.portfolio-item:hover .portfolio-item-hover .portfolio-title {
	left: 20px;
}
.portfolio-item:hover .portfolio-item-hover > a {
	right: 20px;
}
.portfolio-item:hover .portfolio-item-hover > a.read-more {
	right: 63px;
}

/* -- Latest News */
.latest-news {
	padding-top: 42px;
	padding-bottom: 28px;
}
.entry-cover {
	position: relative;
}
.entry-meta {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.entry-meta div {
	width: 40px;
	background-color: #344cc3;
	float: left;
	text-align: center;
	font-size: 14px;
}
.entry-meta div span,
.entry-meta div i {
	height: 35px;
	display: block;
	line-height: 35px;
	font-style: normal;
	color: #575a5e;
}
.entry-meta div span {
	background-color: #fff;
	position: relative;
}
.entry-meta div span::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 10px;
	margin: 0 auto;
}
.entry-meta div.posted-on span::before {
	border-left: 5px solid transparent; 
	border-right: 5px solid transparent; 
	border-top: 9px solid #fff;
	bottom: -5px;
}
.entry-meta div.post-comment span::before {
	border-left: 5px solid transparent; 
	border-right: 5px solid transparent; 
	border-bottom: 9px solid #fff;
	top: -5px;
}
.entry-meta div i { 
	color: #f9f9f9;
}
.entry-meta div.post-comment a:hover {
	text-decoration: none;
}
.type-post:hover .entry-meta div {
	background-color: #fff;
}
.type-post:hover .entry-meta div span {
	background-color: #344cc3;	
	color: #f9f9f9;
}
.type-post:hover .entry-meta div.posted-on span::before {
	border-top-color: #344cc3;
}
.type-post:hover .entry-meta div.post-comment span::before { 
	border-bottom-color: #344cc3;
}
.type-post:hover .entry-meta div i { 
	color: #575a5e;
}
.entry-meta .posted-on span {
	font-weight: bold;
	font-size: 12px;
}
.entry-cover > a.read-more {
	position: absolute;
	padding: 21px 41px;
	background-color: #344cc3;
	text-transform: capitalize;
	bottom: 20px;
	right: -20%;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	opacity: 0;
}
.type-post:hover .entry-cover > a.read-more {
	right: 20px;
	opacity: 1;
}
.entry-cover > a.read-more:hover {
	background-color: #888d90;
}
.entry-title {
	font-size: 19px;
	margin-top: 25px;
}
.entry-title,
.entry-title a {
	color: #313131;
	text-decoration: none;
}
.entry-title a:hover {
	color: #344cc3;
}
.entry-content p {
	font-size: 15px;
	font-weight: 300;
	color: #878787;
	line-height: 22px;
}
.latest-news .entry-content p {
	font-size: 16px;
	line-height: 25px;
}
.type-post > a.read-more {
	padding: 19px;
	text-transform: capitalize;
	font-size: 15px;
	line-height: 16px;
	text-decoration: none;
	border: 1px solid #e1e1e1;
	display: inline-block;
	color: #585858
}
.type-post > a.read-more:hover {
	background-color: #344cc3;
	border-color: #344cc3;
}

/* -- Features Section */
.features-section {
	padding-top: 45px;
}
.services .features-section {
	padding-top: 0;
}
.features-section .nav-tabs {
	padding-left: 30px;
	padding-right: 30px;
}
.features-section .nav-tabs,
.features-section .nav-tabs > li.active > a, 
.features-section .nav-tabs > li.active > a:focus, 
.features-section .nav-tabs > li.active > a:hover,
.features-section .nav-tabs > li > a:hover,
.features-section .nav-tabs > li > a:focus {
	border: none;
}
.features-section .nav-tabs li {
	width: 20%;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 35px;
	position: relative;
}
.features-section .nav-tabs li:hover::before,
.features-section .nav-tabs li:focus::before,
.features-section .nav-tabs li.active::before {
	content: "";
	width: 23px;
	border-left: 15px solid transparent; 
	border-right: 15px solid transparent; 
	border-bottom: 10px solid #344cc3;
	position: absolute;
	left: 0;
	margin: 0 auto;
	bottom: -1px;
	right: 0;
}
.features-section .nav-tabs li a i {
	display: block;
	width: 103px;
	height: 103px;
	margin: 15px auto 25px;
	border: 1px solid #ededed;
	border-radius: 100%;
	line-height: 103px;
	-webkit-box-shadow: 0px 0px 10px 6px rgba(0,0,0,0.03);
	-moz-box-shadow: 0px 0px 10px 6px rgba(0,0,0,0.03);
	box-shadow: 0px 0px 10px 6px rgba(0,0,0,0.03);
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.features-section .nav-tabs li a i img:last-child,
.features-section .nav-tabs > li.active > a i img:first-child, 
.features-section .nav-tabs > li.active > a:focus i img:first-child, 
.features-section .nav-tabs > li.active > a:hover i img:first-child,
.features-section .nav-tabs li a:hover i img:first-child {
	display: none;
}
.features-section .nav-tabs > li.active > a i img:last-child, 
.features-section .nav-tabs > li.active > a:focus i img:last-child, 
.features-section .nav-tabs > li.active > a:hover i img:last-child,
.features-section .nav-tabs li a:hover i img:last-child {
	display: inline-block;
}
.features-section .nav-tabs li a {
	font-size: 15px;
	text-transform: capitalize;
	color: rgba(0,0,0,0.7);
	margin: 0;
}
.features-section .nav-tabs > li > a:hover,
.features-section .nav-tabs > li > a:focus {
	background-color: transparent;
}
.features-section .nav-tabs > li > a:hover,
.features-section .nav-tabs > li > a:focus,
.features-section .nav-tabs > li.active > a, 
.features-section .nav-tabs > li.active > a:focus, 
.features-section .nav-tabs > li.active > a:hover {
	color: #344cc3;
}
.features-section .nav-tabs > li > a:hover i,
.features-section .nav-tabs > li > a:focus i,
.features-section .nav-tabs > li.active > a i, 
.features-section .nav-tabs > li.active > a:focus i, 
.features-section .nav-tabs > li.active > a:hover i {
	background-color: #344cc3;
	width: 111px;
	height: 111px;
	box-shadow: none;
	margin-top: 0;
	margin-bottom: 33px;
}
.features-section .nav-tabs > li.active > a i::after,
.features-section .nav-tabs > li.active > a:focus i::after, 
.features-section .nav-tabs > li.active > a:hover i::after,
.features-section .nav-tabs > li > a:hover i::after,
.features-section .nav-tabs > li > a:focus i::after {
	content: "";
	background-image: url("../images/features/active-shadow.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	left: 0;
	right: 0;
	z-index: 0;
	height: 40px;
	bottom: -25px;
	position: absolute;
	z-index: -1;
}
.features-section .tab-content {
	background-image: url("../images/features/feature-content-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 65px 0 0;
}
.features-section .tab-content .tab-pane .col-md-4 {
	text-align: center;
	margin-left: 55px;
}
.feature-content h3 {
	line-height: 30px;
}
.feature-content p {
	color: rgba(255,255,255,0.7);
	line-height: 25px;
	margin-bottom: 33px;
}

/* -- Team Section */
.team-section {
	padding-top: 40px;
	padding-bottom: 40px;
}
.team-box {
	text-align: center;
}
.team-box ul {
	background-color: #344cc3;
	padding: 0;
	padding-left: 0;
	margin-bottom: 0;
	min-height: 0;
	max-height: 0;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.team-box ul li {
	display: inline-block;
	margin: 11px 4.5px;
}
.team-box ul li a {
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 100%;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	display: inline-block;
}
.team-box ul li a:hover { 
	background-color: #fff;
	border-color: #fff;
	color: #344cc3;
}
.team-box.active ul {
	min-height: 55px;
}
.team-box ul li a,
.team-box img {
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.team-box:hover > img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.team-box h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 26px;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.team-box.active h3 { 
	color: #344cc3;
}
.team-box p {
	color: #3c3c3c;
}
.team-box span {
	width: 33px;
	height: 33px;
	display: inline-block;
	background-color: #344cc3;
	line-height: 33px;
	margin-top: 9px;
	cursor: pointer;
}
.team-box span::before {
	font-family: 'ElegantIcons';
	content: "\4c";
	font-size: 36px;
	margin-left: -2px;
}
.team-box.active span {
	background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.14) 0%, rgba(255,255,255,0.14) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.14) 0%, rgba(255,255,255,0.14) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.14) 0%, rgba(255,255,255,0.14) 100%);
	background-color: #a1a1a1;
}
.team-box.active span::before {
	content: "\4d";
}

/* -- Pricing Section */
.pricing-section {
	padding-bottom: 38px;
	padding-top: 38px;
}
.price-table:hover {
	 box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}
.price-table .plan-title {
	background-color: #a1a1a1;
	text-align: center;
}
.price-table .plan-title h3,
.price-table .plan-title h4 {
	width: 50%;
	box-sizing: border-box;
	float: left;
	margin: 0;
}
.price-table .plan-title h3 {
	padding-bottom: 38px;
	padding-top: 38px;
	font-size: 18px;
	font-weight: bold;
}
.price-table .plan-title h4 {
	padding-bottom: 21px;
	padding-top: 21px;
	border: 5px solid #344cc3;
	position: relative;
}
.price-table.border2 .plan-title h4 {
	border-width: 10px;
	padding-bottom: 16px;
	padding-top: 16px;
}
.price-table.border3 .plan-title h4 {
	border-width: 15px;
	padding-bottom: 11px;
	padding-top: 11px;
}
.price-table .plan-title h4::before {
	content: "";
	border-top: 12px solid transparent; 
	border-right: 12px solid #344cc3; 
	border-bottom: 12px solid transparent;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0%, -50%);
	position: absolute;
	left: -17px;
	width: 12px;
	height: 24px;
	top: 50%;
}
.price-table.border2 .plan-title h4::before {
	left: -22px;
}
.price-table.border3 .plan-title h4::before {
	left: -27px;
}
.price-table .plan-title h4 sup {
	font-size: 24px;
}
.price-table .plan-title h4 b {
	font-size: 40px;
}
.price-table .plan-title h4 span {
	display: inline-block;
	text-align: left;
	margin-left: 8px;
	font-size: 16px;
	top: -5px;
	position: relative;
}
.price-table .plan-title h4 span sub {
	display: block;
	font-size: 11px;
	margin-top: 5px;
}

.price-table ul {
	border-left: 1px solid rgba(227,227,227,0.7);
	border-right: 1px solid rgba(227,227,227,0.7);
	margin-bottom: 0;
}
.price-table ul li {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid rgba(227,227,227,0.7);
	font-size: 16px;
	padding: 22px;
	color: #878787;
}
.price-table ul li i {
	font-size: 15px;
	color: #a1a1a1;
	margin-right: 20px;
}
.price-table ul li i.fa-check-circle {
	color: #344cc3;
}
.plan-select {
	padding: 22px;
	border: 1px solid rgba(227,227,227,0.7);
	border-top: none;
	display: inline-block;
	width: 100%;
}
.plan-select a {
	padding: 20px 29px;
	text-transform: capitalize;
	border: 1px solid rgba(227,227,227,0.7);
	border-bottom: none;
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #a1a1a1;
	text-decoration: none;
	line-height: 15px;
}
.plan-select a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 5px;
	background-color: #344cc3;
}
.plan-select a:hover {
	background-color: #a1a1a1;
	background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.14) 0%, rgba(255,255,255,0.14) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.14) 0%, rgba(255,255,255,0.14) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.14) 0%, rgba(255,255,255,0.14) 100%);
}

/* -- Testimonial Section */
.testimonial-section {
	background-image: url("../images/testimonial/testimonial-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 90px;
	padding-bottom: 90px;
	text-align: center;
}

.testimonial-section .carousel .item > span {
	width: 145px;
	height: 145px;
	padding: 12px;
	border-radius: 100%;
	border: 1px solid rgba(238,238,238,0.2);
	display: inline-block;
	margin-bottom: 13px;
}
.testimonial-section .carousel .item > p {
	font-size: 19px;
	line-height: 26px;
	padding: 0 24%;
	margin-bottom: 15px;
}
.testimonial-section .carousel .item > i {
	font-size: 20px;
}
.testimonial-section .carousel .item > h4 {
	margin-top: 13px;
	font-size: 16px;
	font-weight: normal;
}
.testimonial-section .carousel-control {
	width: 30px;
	height: 119px;
	background-color: #344cc3;
	opacity: 1;
	background-image: none;
	text-align: center;
	text-shadow: none;
	line-height: 119px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

/* -- Features Section v2 */
.features-section2 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.feature-box {
	text-align: center;
	position: relative;
	padding: 55px 0;
	cursor: pointer;
	min-height: 255px;
	max-height: 255px;
}
.feature-box::after,
.feature-box::before {
	content: "";
	position: absolute;
}
.feature-box::after {
	left: 25.5%;
	right: 25.5%;
	top: 0;
	bottom: 0;
	border-bottom: 2px solid #f2f2f2;
	border-top: 2px solid #f2f2f2;
}
.feature-box::before {
	left: 0;
	right: 0;
	top: 25.5%;
	bottom: 25.5%;
	border-left: 2px solid #f2f2f2;
	border-right: 2px solid #f2f2f2;
}
.feature-box .top-shape,
.feature-box .bottom-shape {
	position: absolute;
	height: 79px;
	left: 0;
	right: 0;
}
.feature-box .top-shape { 
	top: 0;
}
.feature-box .bottom-shape { 
	bottom: 0;
}
.feature-box .top-shape::before,
.feature-box .top-shape::after,
.feature-box .bottom-shape::before,
.feature-box .bottom-shape::after {
	content: "";
	position: absolute;
	width: 2px;
	background-color: #f2f2f2;
}
.feature-box .top-shape::before,
.feature-box .top-shape::after {
	top: -14px;
	bottom: 0;
}
.feature-box .bottom-shape::before,
.feature-box .bottom-shape::after {
	top: 0;
	bottom: -14px;
}
.feature-box .top-shape::after,
.feature-box .bottom-shape::after {
	right: 33px;
}
.feature-box .top-shape::before,
.feature-box .bottom-shape::before {
	left: 33px;
}
.feature-box .top-shape::before,
.feature-box .bottom-shape::after {
	-ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.feature-box .top-shape::after,
.feature-box .bottom-shape::before {
	-ms-transform: rotate(-45deg); 
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.feature-box span {
	width: 101px;
	height: 101px;
	border: 2px solid transparent;
	padding: 9px 0;
	display: inline-block;
	border-radius: 100%;
	text-align: center;
}
.feature-box span i {
	background-color: #344cc3;
	border-radius: 100%;
	width: 79px;
	height: 79px;
	line-height: 79px;
	font-size: 34px;
	display: inline-block;
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}
.feature-box p,
.feature-box span i {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.feature-box:hover span i {
	-ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
}
.feature-box p {
	font-size: 16px;
	margin-top: 10px;
	color: #a1a1a1;
}
.feature-box:hover > span {
	border-color: #344cc3;
}
.feature-box:hover > p {
	color: #344cc3;
	margin-top: 16px;
}

/* -- Skill Section */
.skill-section {
	padding-bottom: 44px;
	padding-top: 40px;
}
.skills {
	border: 1px solid #f2f2f2;
	border-bottom: none;
}
.skills:last-child {
	border-bottom: 1px solid #f2f2f2;;
}
.skill-title {
	background-color: #f4f4f4;
	border-right: 1px solid #f2f2f2;
	text-align: center;
	padding: 65px 0 72px;
	position: relative;
}
.skill-title::before,
.skill-title::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.skill-title::before {
	right: -17px;
	border-top: 17px solid transparent; 
	border-left: 17px solid #f2f2f2; 
	border-bottom: 17px solid transparent;
}
.skill-title::after {
	right: -15px;
	border-top: 15px solid transparent; 
	border-left: 15px solid #F4F4F4; 
	border-bottom: 15px solid transparent;
}
.skill-title i {
	background-color: #fff;
	border: 1px solid #dbdbdb;
	height: 94px;
	width: 95px;
	border-radius: 100%;
	line-height: 94px;
	font-size: 38px;
	color: #344cc3;
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.skills:hover .skill-title i {
	-ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
	background-color: #344cc3;
	color: #fff;
}
.skill-title h5 {
	font-size: 20px;
	color: #707070;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 0;
}
.skill-progress {
	text-align: center;
	padding: 32.5px 0;
	border-right: 1px solid #f2f2f2;
}
.skill-box {
	width: 213px;
	height: 213px;
	border: 2px solid #344cc3;
	border-radius: 100%;
	display: inline-block;
	padding: 20px;
	position: relative;
}
.skill-box-content {
	color: #344cc3;
	z-index: 1;
}
.skill-box-content,
.skill-box-content i {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: 0;
	right: 0;
}
.skill-box-content i {
	font-size: 85px;
	z-index: 0;
	opacity: 0.1;
	color: #8c8c8c;
}
.skill-box-content h3 {
	font-weight: normal;
	font-size: 25.6px;
	margin-bottom: 5px;
	margin-top: 0;
	line-height: 20px;
}
.skill-box-content p {
	font-size: 15px;
	text-transform: lowercase;
}
.skill-content {
	padding: 39px 35px;
	font-size: 16px;
	color: #878787;
}
.skill-content h3 {
	font-weight: bold;
	font-size: 16px;
	margin-top: 0;
}
.skill-content p {
	font-weight: 300;
	margin-bottom: 30px;
}
.skill-content p:last-child {
	margin-bottom: 0;
}

/* -- About Section */
.about-section {
	padding-bottom: 30px;
	padding-top: 30px;
}
.about-box {
	margin-top: 30px;
	cursor: pointer;
}
.about-box h3 {
	position: relative;
	padding-left: 66px;
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.about-box h3 i { 
	position: absolute;
	left: 0;
	top: 0;
	font-size: 46px;
}
.about-box h3 span {
	display: block;
}
.about-box p {
	font-size: 13px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 0.7px;
	color: #989898;
}
.about-box:hover h3 {
	color: #344cc3;
}

/* -- Promo Section */
.promo-section {
	background-image: url("../images/about/promo-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	padding: 15px 35px;
}
.promo-box {
	position: relative;
	padding-left: 106px;
	margin: 35px 0;
}
.promo-box:nth-child(2n+1) {
	clear: right;
}
.promo-box i {
	width: 86px;
	height: 86px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	background-color: #fff;
	border: 5px solid #f1f1f1;
	border-radius: 100%;
	line-height: 74px;
}
.promo-box:hover i {
	background-color: #344cc3;
}
.promo-box i img:last-child,
.promo-box:hover i img:first-child {
	display: none;
}
.promo-box:hover i img:last-child {
	display: inline-block;
}
.promo-box h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 12px 0;
}
.promo-box h4,
.promo-box p {
	letter-spacing: 0.4px;
}
.promo-box p {
	color: #989898;
	line-height: 23px;
	margin-bottom: 0;
}
.promo-section .col-md-8 > a {
	font-size: 13px;
	line-height: 18px;
	padding: 14px 40px;
	border-radius: 3px;
	font-weight: 500;
	text-decoration: none;
	margin-right: 20px;
	margin-bottom: 45px;
	display: inline-block;
	letter-spacing: 0.4px;
}
.promo-section .col-md-8 > a:last-child {
	margin-right: 0;
}
.promo-section .col-md-8 > a.cnt,
.promo-section .col-md-8 > a.purchase:hover {
	background-color: #585858;
}
.promo-section .col-md-8 > a.cnt:hover,
.promo-section .col-md-8 > a.purchase {
	background-color: #344cc3;
}

/* -- Service Section v2 */
.service-section2 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.service-box {
	padding-bottom: 80px;
}
.service-box::before {
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	margin: 0 auto;
	width: 3px;
	bottom: 10px;
	top: 135px;
	background-color: #344cc3;
}
.service-badge  {
	width: 125px;
	height: 125px;
	display: block;
	border: 8px solid rgba(247,183,30,0.3);
	border-radius: 100%;
	position: absolute;
	text-align: center;
	line-height: 109px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.service-badge::after,
.service-badge::before {
	content: "";
	position: absolute;
	border-radius: 100%;
}
.service-badge::after {
	left: 0;
	width: 109px;
	height: 109px;
	border: 8px solid rgba(247,183,30,0.6);
}
.service-badge::before {
	width: 95px;
	height: 95px;
	border: 8px solid rgba(247,183,30,1);
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 8px;
}
.service-content {
	width: 44.5%;
	position: relative;
}
.service-content::before {
	content: "";
	position: absolute;
	top: 60px;
	background-color: #344cc3;
	height: 3px;
	width: 32px;
}
.service-content h3 {
	font-size: 21px;
	letter-spacing: 1px;
	color: #131313;
	font-weight: bold;
	margin-top: 10px;
}
.service-content p {
	color: #989898;
	line-height: 30px;
	letter-spacing: 0.4px;
	margin-bottom: 0;
}
.service-box:nth-child(odd) .service-content {
	padding-left: 100px;
	float: right;
}
.service-box:nth-child(even) .service-content {
	text-align: right;
	padding-right: 100px;
}
.service-box:nth-child(odd) .service-content::before {
	left: 20px;
}
.service-box:nth-child(even) .service-content::before {
	right: 20px;
}
.service-box:last-child {
	padding-bottom: 0;
}
.service-box:last-child::before {
	display: none;
}

/* -- Branding Section */
.branding-section {
	padding-bottom: 40px;
}
.branding-section .col-md-6 > img {
	padding-left: 30px;
}
.branding-content {
	padding: 70px 60px;
	background-color: #585858;
}
.branding-content h3 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.6px;
	margin-top: 0;
	line-height: 28px;
	margin-bottom: 26px;
	padding-bottom: 21px;
	position: relative;
}
.branding-content h3::before {
	content: "";
	background-color: #fff;
	width: 49px;
	height: 1px;
	left: 0;
	position: absolute;
	bottom: 0;
}
.branding-content p {
	line-height: 30px;
	letter-spacing: 0.6px;
}
.branding-title {
	text-align: center;
	padding: 77px 0;
}
.branding-title p {
	color: #344cc3;
	font-size: 15px;
	margin-top: 25px;
	margin-bottom: 0;
}
.branding-section ul {
	text-align: center;
	background-color: #3a3a3a;
	padding: 36px 0;
	margin-bottom: 0;
}
.branding-section ul li {
	line-height: 32px;
	display: block;
	list-style: none;
	font-size: 11px;
	letter-spacing: 0.8px;
}

/* -- Pricing Section 2 */
.pricing-section2 {
	padding-bottom: 40px;
	padding-top: 40px;
}

.pricing-section2 .plan-title {
	background-color: #414141;
	margin-top: 60px;
	padding-top: 47px;
}
.pricing-section2 .plan-title i {
	width: 60px;
	height: 60px;
	display: block;
	margin-top: -100px;
	background-color: #414141;
	line-height: 60px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.pricing-section2 .price-table .plan-title h3,
.pricing-section2 .price-table .plan-title h4 {
	display: block;
	width: 100%;
}
.pricing-section2 .price-table .plan-title h3 {
	padding-top: 0;
	padding-bottom: 25px;
	font-size: 22px;
	letter-spacing: 0.5px;
	position: relative;
	text-transform: capitalize;
}
.pricing-section2 .price-table .plan-title h3::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 40px;
	right: 40px;
	height: 1px;
	background-color: #545454;
	display: inline-block;
}
.pricing-section2 .price-table .plan-title h4 {
	border: none;
	font-family: 'montserratsemi_bold';
}
.pricing-section2 .price-table .plan-title h4 b {
	font-size: 60px;
}
.pricing-section2 .price-table .plan-title h4::before {
	display: none;
}
.pricing-section2 .price-table .plan-title h4 sup {
	font-size: 18px;
	margin-right: 10px;
}
.pricing-section2 .price-table .plan-title h4 span {
	font-size: 20px;
	font-family: 'montserratlight';
	margin-left: 15px;
	top: -8px;
}
.pricing-section2 .price-table .plan-title h4 span sub { 
	margin-top: 12px;
	font-family: 'Montserrat', sans-serif;
}
.pricing-section2 .price-table ul li {
	font-size: 14px;
	text-align: center;
	border: none;
	padding: 17px;
	color: #6a7483;
}
.pricing-section2 .price-table ul li:nth-child(even) {
	background-color: #f0f0f0;
}
.pricing-section2 .price-table:hover .plan-title,
.pricing-section2 .price-table:hover .plan-title i {
	background-color: #344cc3;
}
.pricing-section2 .price-table:hover .plan-title h3::before {
	background-color: #fff;
}
.pricing-section2 .plan-select {
	text-align: center;
	padding-top: 14px;
}
.pricing-section2 .plan-select a {
	background-color: #344cc3;
	border: 1px solid transparent;
	border-radius: 5px;
	background-image: none;
	font-weight: bold;
	font-size: 12px;
	padding: 15px 30px;
}
.pricing-section2 .plan-title,
.pricing-section2 .plan-title i,
.pricing-section2 .plan-select a {
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.pricing-section2 .plan-title i,
.pricing-section2 .plan-select a {
	margin-bottom: 14px;
}
.pricing-section2 .plan-select a::before {
	display: none;
}
.pricing-section2 .plan-select a:hover { 
	border-color: #344cc3;
	background-color: transparent;
	color: #344cc3;
}

/* -- Blog */
.blog .type-post {
	margin-bottom: 40px;
}
.blog .content-area .seprator-border {
	display: inline-block;
	width: 100%;
}
/* -- Widget Area */
.widget {
	margin-bottom: 40px;
}
.widget-title h3 {
	font-size: 19px;
	text-transform: capitalize;
	margin-bottom: 18px;
	margin-top: 0;
	font-weight: normal;
}
/* -- Widget : Search */
.widget.widget-search {
	border: 1px solid #ececec;
	padding: 28px;
	border-top: 2px solid #344cc3;
}
.widget-area .input-group {
	border: 2px solid #efefef;
}
.widget-area .input-group .form-control,
.widget-area .btn-default {
	height: 30px;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	border: none;
}
.widget-area .input-group .form-control {
	text-transform: capitalize;
	letter-spacing: 1px;
}
.widget-area .form-control::-webkit-input-placeholder {
   color: #6a7483; 
}
.widget-area .form-control:-moz-placeholder { /* Firefox 18- */
   color: #6a7483; 
}
.widget-area .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #6a7483;	
}
.widget-area .form-control:-ms-input-placeholder {  
   color: #6a7483;
}
.widget-area .btn-default {
	font-size: 13px;
	font-weight: bold;
    padding: 5px 10px;
	background-color: #344cc3;
}

/* -- Widget : Catagories */
.widget .widget-list {
	border: 1px solid #ececec;
	padding: 28px 28px 44px;
	border-top: 2px solid #344cc3;
}
.widget-area .widget-catagories ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 20px;
}
.widget-area .widget-catagories ul  li{
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 17px;
	padding-top: 17px;
}
.widget-area .widget-catagories ul  li:first-child {
	padding-top: 0;
}
.widget-area .widget-catagories span {
	float: right;
}
.widget-area .widget-catagories li a {
	color: #6a7483;
	text-decoration: none;
	font-size: 13px;
	padding-left: 0;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.widget-area .widget-catagories li a::before {
	content: "\f101";
	font-family:'FontAwesome';
	margin-right: 12px;
}
.widget-area .widget-catagories li:hover a {
	color: #344cc3;
}
.widget-area .widget-catagories li:hover span{
	color: #344cc3;
}
.widget-area .widget-list a.btn {
	padding: 0;
	margin-bottom: 20px;
	color: #232c3b;
	font-size: 12px;
}
.widget-area .widget-list a.btn i {
	padding-left: 10px;
}
.widget-area .widget-list a.btn:hover { 
	color: #344cc3;
}
/* -- Widget : Latest-Twittes */
.widget-area .twittes {
	padding-left: 45px;
    position: relative;
	margin-bottom: 15px;
	display: inline-block;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 25px;
}
.widget-area .twittes:last-of-type {
	padding-top: 5px;
}
.widget-area .twittes i {
    left: 0;
    position: absolute;
    top: 8px;
	color: #344cc3;
	font-size: 22px;
}
.widget-area .twittes p {
	font-size: 13px;
	color: #6a7483;
	line-height: 25px;
}
.widget-area .twittes p a {
	color: #27d1e5;
	text-decoration: none;
}
.widget-area .twittes span {
	font-size: 13px;
	color: #6a7483;
}

/* -- Widget : Social */
.widget-social .widget-list {
	padding: 28px;
}
.widget-area .widget-social ul {
	margin-bottom: 0;
}
.widget-area .widget-social li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 7px;
}
.widget-area .widget-social li:last-child {
	margin-right: 0;
}
.widget-area .widget-social a {
	font-size: 14px;
	background-color: #585858;
	height: 36px;
    line-height: 36px;
    min-width: 36px;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
	display: inline-block;
}
.widget-area .widget-social a:hover {
	background-color: #344cc3;
}

/* -- Widget : Recent Post */
.widget-area .recent-content{
	position: relative;	
	padding-right: 90px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	text-align: left;
	padding-bottom: 20px;
}
.widget-area .recent-content:nth-child(2) {
	padding-bottom: 42px;
}
.widget-area .recent-content:nth-child(3) {
	padding-bottom: 42px;
}
.widget-area .recent-content > a {
	position: absolute;
	right: 0px;
	top: 0;
}
.widget-area .recent-content h3 {
	font-size: 13px;
	line-height: 20px;
	margin-top: 0;
}
.widget-area .recent-content a {
	color: #878787;
	text-decoration: none;
}
.widget-area .recent-content a:hover {
	color: #344cc3;
}
.widget-area .recent-content span img {
	padding-right: 8px;
}
.widget-area .recent-content span a {
	font-size: 11px;
	color: #000;
}
.post-pagination ul {
	border-top: 1px solid #e3e3e3;
	width: 100%;
	margin-top: 0;
	padding-top: 43px;
	margin-bottom: 40px;
}
.post-pagination ul li {
	float: left;
}
.post-pagination ul li a {
	width: 50px;
	height: 50px;
	position: relative;
	text-align: center;
	line-height: 50px;
	padding: 0;
	border-color: #e3e3e3;
	font-size: 16px;
	color: #000;
}
.post-pagination ul li a::before {
	content: "";
	right: -6px;
	position: absolute;
	width: 5px;
	top: -1px;
	bottom: 0;
	border-top: 25px solid transparent; 
	border-left: 5px solid #e3e3e3; 
	border-bottom: 25px solid transparent;
	z-index: 4;
}
.post-pagination ul li a::after {
	content: "";
	right: -5px;
	position: absolute;
	width: 5px;
	top: 0;
	bottom: 0;
	border-top: 25px solid transparent; 
	border-left: 5px solid #fff; 
	border-bottom: 25px solid transparent;
	z-index: 5;
}
.post-pagination ul li a,
.post-pagination ul li a::before,
.post-pagination ul li a::after {
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.post-pagination ul li a:hover::before,
.post-pagination ul li a:hover::after,
.post-pagination ul li a:focus::before,
.post-pagination ul li a:focus::after {
	border-left: 5px solid #344cc3; 
}
.post-pagination ul li a:hover,
.post-pagination ul li a:focus {
	background-color: #344cc3;
	border-color: #344cc3;
}
.post-pagination .pagination > li:first-child > a, 
.post-pagination .pagination > li:first-child > span,
.post-pagination .pagination > li:last-child > a, 
.post-pagination .pagination > li:last-child > span {
	border-radius: 0;
}

/* -- Single Blog */
.entry-content blockquote {
	margin-top: 10px;
	border-left: 2px solid #344cc3;
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	color: #333;
	font-style: italic;
	line-height: 26px;
	letter-spacing: 0.5px;
	display: inline-block; 
	width: 100%;
	padding-left: 33px;
}
.blog-post .type-post > .row .col-md-6 {
	margin-top: 30px;
}
.blog-post .content-area > .col-md-6 {
	margin-top: 50px;
}
.blog-post .content-area .tags,
.blog-post .content-area .tags a  {
	display: inline-block;
}
.blog-post .content-area .tags a {
	background-color: #344cc3;
	padding: 8px 22px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-right: 6px;
	text-decoration: none;
}
.blog-post .content-area .tags a:hover {
	background-color: #585858;
}
.blog-post .content-area .tags a:last-child {
	margin-right: 0;
}
.blog-post .content-area .social-icons {
	text-align: right;
}
.blog-post .content-area .social-icons h3,
.blog-post .content-area .social-icons ul,
.blog-post .content-area .social-icons li {
	display: inline-block;
}
.blog-post .content-area .social-icons h3 {
	font-size: 12px;
	color: #333;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-right: 6px;
}
.blog-post .content-area .social-icons ul {
	margin-bottom: 0px;
}
.blog-post .content-area .social-icons li {
	margin-right: 10px;
}
.blog-post .content-area .social-icons li:last-of-type {
	margin-right: 0;
}
.blog-post .content-area .social-icons li a {
	font-size: 14px;
	height: 35px;
	min-width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
}
.blog-post .content-area .social-icons .facebook-color {
	background-color: #3b579d;
}
.blog-post .content-area .social-icons .twitter-color {
	background-color: #00aced;
}
.blog-post .content-area .social-icons .linkedin-color {
	background-color: #0a75b5;
}
.blog-post .content-area .social-icons .googleplus-color {
	background-color: #dd4b39;
}
.blog-post .content-area .blog-pagination {
	display: inline-block;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding-top: 24px;
	padding-bottom: 24px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
}
.blog-post .content-area .blog-pagination .col-md-4.col-sm-4.col-xs-4.previous > a {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	color: #232323;
	letter-spacing: 1.2px;
	text-decoration: none;
}
.blog-post .content-area .blog-pagination .col-md-4.col-sm-4.col-xs-4.previous > a i {
	padding-right: 18px;
	color: #b6b6b6;
}
.blog-post .content-area .blog-pagination .col-md-4.col-sm-4.col-xs-4.next > a i {
	padding-left: 18px;
	padding-right: 0;
}
.blog-post .content-area .blog-pagination .col-md-4.col-sm-4.col-xs-4.th.text-center > a {
	color: #232323;
}

/* -- Post Comment */
.post-comment h3 {
	color: #222;	
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 25px;
}
.post-comment .media-list .media {
	padding-left: 15px;
}
.post-comment .media-list .media .media-left a {
	position: relative;
	display: inline-block;
	padding-top: 11px;
	z-index: 1;
	width: 71px;
	height: 81px;
}
.post-comment .media-list .media .media-left a::before {
	content: "";
	position: absolute;
	left: -15px;
	top: 0;
	bottom: 10px;
	border: 1px solid #ececec;
	width: 100%;
	z-index: -1;
}
.post-comment .media-content {
	border: 1px solid #ececec;
	padding: 20px;
}
.post-comment .media-content:nth-child(1) {
	margin-bottom: 20px;
}
.post-comment .media-content h4 {
	font-size: 13px;
	color: #222;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.post-comment .media-content span {
	background-color: #344cc3;
	padding: 6px 8px;
	margin-left: -25px;
}
.post-comment .media-content a {
	padding-left: 10px;
	color: #344cc3;
	text-decoration: none;
}
.post-comment .media-content a:hover {
	color: #888d90;
}
.post-comment .media-content a i {
	padding-left: 8px;
}
.post-comment .media-content p {
	color: #777;
	font-size: 14px;
	margin-top: 20px;
}

/* -- Comment Form */
.comment-form {
	margin-bottom: 48px;
}
.comment-form h3 {
	font-weight: bold;
	font-size: 19px;
	letter-spacing: 0.8px;
	margin-bottom: 25px;
}
.comment-form form {
	margin-left: -5px;
	margin-right: -5px;
}
.comment-form form .col-md-6 {
	padding-left: 5px;
	padding-right: 5px;
}
.comment-form .input-group {
	margin-bottom: 10px;
	width: 100%;
}
.comment-form .input-group-addon {
	background-color: transparent;
	border-radius: 0;
	border-color: #eaeaea;
}
.comment-form .input-group-addon i {
	border: 1px solid #b4b4b4;
	font-size: 12px;
    height: 30px;
    line-height: 28px;
    min-width: 30px;
    text-align: center;
	border-radius: 50px;
	color: #b4b4b4;
}
.comment-form .form-control {
	border-radius: 0;
	box-shadow: none;
	border-color: #eaeaea;
	box-shadow: none;
	height: auto;
	padding: 18px 12px 19px;
	width: 100%;
}
.comment-form textarea.form-control {
	height: 128px;
}
.comment-form input[type="submit"] {
	background-color: #344cc3;		
	letter-spacing: 1px;
	width: 100%;
	font-size: 12px;	
	margin-left: 0;
	border: none;
	padding: 17px 19px;
	font-size: 14px;
	border: 2px solid #344cc3;
}
.comment-form input[type="submit"]:hover {
	background-color: transparent;
	color: #344cc3;
}

/* -- Product Section */
.product-section {
	padding-bottom: 40px;
	padding-top: 40px;	
}
.product-section .result h3,
.product-section .sort h3,
.product-section .sort select {
	font-size: 16px;
	font-weight: bold;
	font-family: 'Karla', sans-serif;
}
.product-section .result h3,
.product-section .sort h3 {
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
}
.product-section .result h3 {
	padding-bottom: 15px;
	padding-top: 10px;
	border-bottom: 1px solid #ebebeb;
}
.product-section .sort {
	text-align: right;
}
.product-section .sort select {
	border: 1px solid #ebebeb;
	padding: 10px 16px;
	width: 194px;
	margin-left: 14px;
}
.products {
	margin-top: 40px;
}
.products,
.product-box {
	display: inline-block;
	width: 100%;
}
.product-box {
	text-align: center;
	margin-bottom: 60px;
}
.product-box,
.product-image {
	position: relative;
}
.product-image .new {
	width: 75px;
	height: 75px;
	line-height: 75px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #344cc3;
	border-radius: 100%;
	font-size: 16px;
	font-family: 'Karla', sans-serif;
}
.product-image .new.bg-new {
	background-color: #40bdc8;
	right: 100px;
}
.product-box > h3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 22px;
	margin: 0;
	border-bottom: 1px solid #ebebeb;
}
.product-box > h3 a {
	color: #000;
	text-decoration: none;
}
.product-box > h3 a:hover {
	color: #344cc3;
}
.product-box .price {
	border-right: 1px solid #ebebeb;
}
.product-box .price h3 {
	font-size: 16px;
	padding-top: 16px;
	padding-bottom: 12px;
	padding-right: 5px;
	margin: 0;
	font-weight: bold;
}
.product-box .price h3 del {
	font-weight: normal;
	font-family: 'Karla', sans-serif;
	color: #838383;
}
.product-box .rating {
	padding-top: 15px;
	padding-bottom: 12px;
}
.product-box .rating a {
	color: #000;
	text-decoration: none;
}
.product-hover,
.product-hover a.addtocart,
.product-hover a.wishlist {
	left: 0;
}
.product-hover,
.product-hover a.wishlist,
.product-hover a.zoom {
	right: 0;
}
.product-hover {
	position: absolute;
	text-align: center;
	width: 135px;
	top: -10%;
	margin: 0 auto;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
	opacity: 0;
}
.product-hover a {
	position: absolute;
	background-color: #344cc3;
	height: 33px;
	width: 45px;
	line-height: 33px;
	font-size: 16px;
}
.product-hover a:hover {
	color: #000;
}
.product-hover a.addtocart,
.product-hover a.wishlist { 
	border: 1px solid #9db508;
}
.product-hover a.wishlist {
	margin: 0 auto;
}
.product-box:hover .product-hover {
	top: 50%;
	opacity: 1;
}
.products nav .pagination {
	text-align: center;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 36px;
}
.products nav .pagination li {
	display: inline-block;
	margin: 0 5px;
}
.products nav .pagination li:first-child {
	float: left;
}
.products nav .pagination li:last-child {
	float: right;
}
.products nav .pagination li:first-child a,
.products nav .pagination li:last-child a {
	border-radius: 0;
}
.products nav .pagination li a {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 7px 18px;
	border-color: #ebebeb;
}
.products nav .pagination li a:hover,
.products nav .pagination li a:focus {
	background-color: #344cc3;
	border-color: #344cc3;
}
.product-section .widget-area .panel {
	box-shadow: none;
	border-radius: 0;
	border: none;
	margin-bottom: 30px;
}
.product-section .widget-area .panel-default > .panel-heading {
	background-color: #344cc3;
	border-color: #344cc3;
	border-radius: 0;
}
.product-section .widget-area .panel-heading {
	padding: 15px 13px;
}
.product-section .widget-area .panel-title > a {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	display: inline-block;
}
.product-section .widget-area .panel-title > a::after {
	font-family:'FontAwesome';
	content:"\f107";
	float: right;
	font-size: 15px;
	color: #000;
}
.product-section .panel-body {
	padding: 27px 30px;
	border: 1px solid #ebebeb;
}
.product-section .widget-area ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}
.product-section .widget-area ul li:last-child {
	margin-bottom: 0;
}
.product-section .widget-area ul li a {
	font-size: 15px;
	color: #000;
}
.product-section .widget-area ul li::before {
	content:"\f105";
	font-family:'FontAwesome';
	margin-right: 13px;
}
.product-section .panel-body .size a {
	padding: 12px 18px;
	color: #000;
	border: 1px solid #ebebeb;
	display: inline-block;
	margin-right: 12px;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.product-section .panel-body .size a:hover {
	background-color: #344cc3;
	border-color: #344cc3;
}
.product-section .price-filter .ui-slider-horizontal {
	height: 6px;
	border: 1px solid #344cc3;
	background-color: transparent;
	border-radius: 0;
}
.product-section .price-filter .ui-slider-horizontal .ui-slider-range {
	background-color: #344cc3;;
}
.product-section .price-filter .ui-slider .ui-slider-handle {
	width: 17px;
	height: 17px;
	border: 4px solid #344cc3;
	border-radius: 100%;
	top: -7px;
}
.product-section .price-filter .ui-slider .ui-slider-handle:hover {
	background-color: #fff;
}
.product-section .price-filter .price-input {
	margin-top: 15px;
}
.product-section .price-filter .filter {
	display: inline-block; 
	width: 100%;
	text-align: center;
	background-color: #344cc3;
	border: 2px solid transparent;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0;
	margin-top: 20px;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.product-section .price-filter .filter:hover {
	border-color: #344cc3;
	background-color: transparent;
	color: #344cc3;
}

/* -- Product Details */
.product-detail {
	margin-bottom: 30px;
	margin-top: 30px;
	border: 1px solid #ebebeb;
}
.single-product-slider {
	border-right: 1px solid #ebebeb;
}
.single-product-slider .flexslider {
	margin-bottom: 0;
}
.single-product-slider .flexslider .slides img {
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}
.single-product-slider .flexslider:first-child .slides img {
	margin-bottom: 15px;
	margin-top: 15px;
}
.product-thumb {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid transparent;
	padding: 0 80px;
}
.product-thumb .slides {
	text-align: center;
}
.product-thumb .slides li { 
	margin: 0 20px;
}
.product-thumb .flex-direction-nav a,
.product-thumb .flex-direction-nav .flex-disabled {
	opacity: 1;
}
.product-thumb .flex-direction-nav a {
	font-size: 0;
	line-height: 40px;
	text-align: center;
}
.product-thumb .flex-direction-nav a::before {
	font-family:'FontAwesome';
	content:"\f053";
	font-size: 16px;
	color: #000;
}
.product-thumb .flex-direction-nav a.flex-next::before {
	content:"\f054";
}
.flexslider:hover .flex-direction-nav .flex-prev,
.product-thumb .flex-direction-nav .flex-prev {
	left: 29px;
}
.flexslider:hover .flex-direction-nav .flex-next,
.product-thumb .flex-direction-nav .flex-next {
	right: 29px;
}

.product-detail .summary {
	padding: 38px 32px 0;
}
.product-detail .summary h1 {
	margin-top: 0;
	font-size: 21px;
	font-weight: bold;
}
.product-detail .summary .col-md-6 a {
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
.product-detail .summary .col-md-6.text-right a {
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
.product-detail .summary .col-md-6.text-right a:hover {
	color: #344cc3;
}
.product-detail .summary .description,
.product-detail .summary .choose-color,
.product-detail .summary .size {
	width: 100%;
	display: inline-block;
	margin-top: 30px;
}
.product-detail .summary .description p {
	color: #757575;
	font-size: 16px;
	line-height: 24px;
}
.product-detail .summary .choose-color span,
.product-detail .summary .size span {
	font-family: 'Karla', sans-serif;
	font-weight: bold;
	margin-right: 40px;
	line-height: 30px;	
}
.product-detail .summary .choose-color span,
.product-detail .summary .choose-color a,
.product-detail .summary .size span,
.product-detail .summary .size a,
.product-detail .add-to-cart p,
.product-detail .add-to-cart h3 {
	float: left;
}
.product-detail .summary .choose-color a {
	width: 26px;
	height: 26px;
	margin: 0 7px;
	position: relative;
	border-radius: 100%;
}
.product-detail .summary .choose-color a::before { 
	content: "";
	position: absolute;
	border: 4px solid transparent;
	top: -4px;
	bottom: -4px;
	right: -4px;
	left: -4px;
	border-radius: 100%;
}
.product-detail .summary .choose-color a:hover::before {
	border-color: #000;
}
.product-detail .summary .choose-color a.color-1 {
	background-color: #344cc3;
}
.product-detail .summary .choose-color a.color-2 {
	background-color: #09cab6;
}
.product-detail .summary .choose-color a.color-3 {
	background-color: #ca7109;
}
.product-detail .summary .choose-color a.color-4 {
	background-color: #6e3f3f;
}
.product-detail .summary .choose-color a.color-5 {
	background-color: #9391ae;
}
.product-detail .summary .size a,
.product-detail .quantity input {
	font-family: 'Karla', sans-serif;
	font-weight: bold;
	color: #000;
}
.product-detail .summary .size > a {
	padding: 12px 16px;
	border: 1px solid #ebebeb;
	margin: 0 5px;
	line-height: 12px;
	text-decoration: none;
	font-size: 16px;
}
.product-detail .summary .size > a:hover {
	background-color: #344cc3;
	border-color: #344cc3;
}
.product-detail .summary .size span {
	line-height: 38px;
	margin-right: 50px;
}
.product-detail .summary .size span > a {
	margin-left: 15px;
	text-decoration: underline;
}
.product-detail .summary .size span > a:hover {
	color: #344cc3;
}
.product-detail .quantity-block {
	background-color: #f5f5f5;
	margin-top: 35px;
	border-top: 1px solid #ebebeb;
	display: inline-block;
	width: 100%;
}
.product-detail .quantity-block label,
.product-detail .quantity,
.product-detail .quantity input,
.product-detail .quantity > a {
	float: left;
}
.product-detail .quantity-block label {
	line-height: 38px;
	margin-right: 22px;
	margin-bottom: 0;
}
.product-detail .quantity {
	border-right: 1px solid #ebebeb;
}
.product-detail .quantity {
	padding: 14px 0 14px 32px;
}
.product-detail .quantity input,
.cart_item .quantity input {
	height: 38px;
	font-size: 16px;
}
.product-detail .quantity .qty,
.cart_item .quantity .qty {
	width: 61px;
	border: 1px solid #ebebeb;
	padding-left: 18px;
	padding-right: 18px;
}
.product-detail .quantity input[type="button"],
.cart_item .quantity input[type="button"] {
	background-color: #fff;
	width: 40px;
	text-align: center;
	border: 1px solid #ebebeb;
	border-left: none;
}
.product-detail .quantity > a {
	height: 38px;
	line-height: 38px;
	padding: 0 15px;
	background-color: #505050;
	margin: 0 14px;
	font-family: 'Karla', sans-serif;
	text-decoration: none;
}
.product-detail .quantity > a:hover {
	background-color: #344cc3;
}
.product-detail .quantity-block > a.add-to-wishlist {
	font-weight: bold;
	color: #000;
	padding: 24px 34px;
	display: inline-block;
	text-decoration: none;
}
.product-detail .quantity-block > a.add-to-wishlist i {
	margin-right: 8px;
}
.product-detail .quantity-block > a.add-to-wishlist:hover {
	color: #344cc3;
}
.product-detail .add-to-cart {
	background-color: #344cc3;
	padding: 28px 32px;
	float: left;
	width: 100%;
}
.product-detail .add-to-cart h3,
.product-detail .add-to-cart p {
	font-weight: bold;
}
.product-detail .add-to-cart p {
	margin-bottom: 0;
	border-right: 1px solid #a3bb0d;
	padding-right: 15px;
}
.product-detail .add-to-cart p span {
	display: block;
}
.product-detail .add-to-cart h3 {
	margin: 0;
	padding-left: 20px;
	font-size: 30px;
}
.product-detail .add-to-cart a {
	float: right;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	padding: 13px 27px;
	border-radius: 0;
	line-height: 13px;
	
}
.product-detail .add-to-cart a:hover {
	color: #344cc3;
}
.woocommerce-tabs {
	margin-right: -30px;
	margin-bottom: 70px;
}
.woocommerce-tabs .nav-tabs > li {
	border: 1px solid #ebebeb;
	border-bottom: none;
	background-color: #f5f5f5;
}
.woocommerce-tabs .nav-tabs > li > a {
	font-weight: bold;
	color: #000;
	margin-right: 0;
	padding: 13px 28px;
}
.woocommerce-tabs .nav-tabs > li.active > a, 
.woocommerce-tabs .nav-tabs > li.active > a:focus,
.woocommerce-tabs .nav-tabs > li.active > a:hover {
	border-radius: 0;
	border-color: transparent; 
}
.woocommerce-tabs .tab-content {
	border: 1px solid #ebebeb;
	border-top: none;
	display: inline-block;
	width: 100%;
	padding: 48px 36px;
}
.woocommerce-tabs .tab-content .tab-pane h3 {
	margin-top: 0;
	margin-bottom: 37px;
	font-weight: 600;
	font-size: 21px;
}
.woocommerce-tabs .tab-content .tab-pane p,
.woocommerce-tabs .tab-content .tab-pane ul li {
	font-family: 'Karla', sans-serif;
	font-size: 16px;
}
.woocommerce-tabs .tab-content .tab-pane p {
	color: #757575;
	line-height: 24px;
	margin-bottom: 25px;
}
.woocommerce-tabs .tab-content .tab-pane ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.woocommerce-tabs .tab-content .tab-pane ul,
.woocommerce-tabs .tab-content .tab-pane ul li:last-child {
	margin-bottom: 0;
}
.woocommerce-tabs .tab-content .tab-pane ul li::before {
	content:"\f101";
	font-family:'FontAwesome';
	margin-right: 10px;
}
.related-product {
	margin-right: -30px;
	text-align: center;
}
.related-product h2 {
	font-size: 28px;
	font-weight: bold;
}
.related-product h4 {
	position: relative;
	font-family: 'Karla', sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.related-product h4::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	background-color: #ebebeb;
	height: 1px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.related-product h4 span {
	display: inline-block;
	background-color: #344cc3;
	padding: 15px 22px;
	position: relative;
}
.related-product .products {
	padding-right: 15px;
}

/* -- Cart */
.order-summary-content {
	margin-top: 29px;
	padding-bottom: 52px;
}
.shop_cart {
	width: 100%;
	border: 1px solid #d9d9d9;
}
.shop_cart thead,
.shop_cart .cart_item {
	border-bottom: 1px solid #d9d9d9;
}
.shop_cart .cart_item:last-child {
	border-bottom: none;
}
.shop_cart .product,
.shop_cart .product-price,
.shop_cart .product-quantity,
.shop_cart .product-totalprice,
.shop_cart .product-remove {
	border-right: 1px solid #d9d9d9;
	padding: 15px 0;
}
.shop_cart .product,
.shop_cart tfoot .coupon-code {
	width: 35%;
	padding-left: 25px;
	padding-right: 25px;
}
.shop_cart .product-price {
	width: 15%;
}
.shop_cart .product-quantity {
	width: 20%;
}
.shop_cart .product-totalprice {
	width: 19%;
}
.shop_cart .product-remove {
	width: 11%;
}
.shop_cart .product-price,
.shop_cart .product-quantity,
.shop_cart .product-totalprice,
.shop_cart .product-remove  {
	text-align: center;
}
.cart_item td.product {
	padding: 22px 40px;
}
.cart_item td.product a img,
.cart_item td.product a span {
	float: left;
}
.cart_item td a {
	color: #000;
}
.cart_item td.product a span {
	width: 65%;
	font-size: 15px;
	margin-left: 15px;
	padding: 40px 0;
}
.cart_item td.product-price,
.cart_item td.product-totalprice,
.cart_item td.product-remove {
	font-size: 15px;
	font-weight: bold;
}
.cart_item .quantity {
	padding-left: 37px;
}
.cart_item .quantity .qty,
.cart_item .quantity input[type="button"] {
	float: left;
	font-size: 16px;
	font-weight: bold;
	border-color: #000;
}
.shop_cart tfoot {
	border-top: 1px solid #d9d9d9;
}
.shop_cart tfoot .coupon-code {
	background-color: #f4f4f4;
	padding-top: 22px;
	padding-bottom: 22px;
	border-right: 1px solid #d9d9d9;
}
.shop_cart tfoot .coupon-code .form-control {
	box-shadow: none;
	border-radius: 0;
	border-color: #d9d9d9;
	font-family: 'Karla', sans-serif;
	width: 97%;
	font-weight: bold;
	padding: 12px 16px;
	height: auto;
}
.coupon-code .input-group-btn .btn {
	background-color: #344cc3;
	border-radius: 0;
	border: none;
	outline: none;	
	font-family: 'Karla', sans-serif;
	font-weight: bold;
	padding: 10px 28px;
	border: 2px solid #344cc3;
}
.coupon-code .input-group-btn .btn:hover {
	background-color: transparent;
	color: #344cc3;
}
.coupon-code .input-group .form-control::-webkit-input-placeholder {
   color: #000;
}
.coupon-code .input-group .form-control:-moz-placeholder { /* Firefox 18- */
   color: #000;
}
.coupon-code .input-group .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}
.coupon-code .input-group .form-control:-ms-input-placeholder {  
   color: #000;
}
.shipping-calculate {
	padding: 22px 30px;
	width: 65%;
}
.shipping-calculate h4,
.shipping-calculate select,
.shipping-calculate input,
.shipping-calculate button,
.order-summary-content > .col-md-8 h4,
.order-summary-content > .col-md-8 a {
	float: left;
}
.shipping-calculate h4 {
	font-weight: bold;
	font-size: 14px;
	text-transform: capitalize;
	margin: 0;
	margin-right: 30px;
}
.shipping-calculate h4 span {
	display: block;
}
.shipping-calculate select,
.shipping-calculate input,
.shipping-calculate button {
	font-family: 'Karla', sans-serif;
	border: 1px solid #d9d9d9;
	font-weight: bold;
}
.shipping-calculate select,
.shipping-calculate input {
	padding: 9px 18px;
	margin-right: 13px;
}
.shipping-calculate select {
	max-width: 164px;
}
.shipping-calculate input {
	max-width: 153px;
}
.shipping-calculate button {
	background-color: #344cc3;
	padding: 9px 16px;
	border: 1px solid #344cc3;
}
.shipping-calculate button:hover { 
	background-color: transparent;
	color: #344cc3;
}
.order-summary-content > .col-md-8 {
	margin-top: 34px;
}
.order-summary-content > .col-md-8 h4 {
	font-size: 18px;
	font-weight: bold;
	margin-left: 61px;
	margin-right: 30px;
}
.order-summary-content > .col-md-8 a {
	background-color: #94999c;
	max-width: 214px;
	min-width: 214px;
	text-align: center;
	font-family: 'Karla', sans-serif;
	font-weight: bold;
	padding: 7px 0;
	text-decoration: none;
	margin-right: 16px;
	border: 2px solid #94999c;
}
.order-summary-content > .col-md-8 a:last-child {
	background-color: #344cc3;
	border-color: #344cc3;
	margin-right: 0;
}
.order-summary-content > .col-md-8 a:hover {
	color: #94999c;
	background-color: transparent;
}
.order-summary-content > .col-md-8 a:last-child:hover {
	color: #344cc3;
}
.shipping-calculate input::-webkit-input-placeholder {
   color: #000;
}
.shipping-calculate input:-moz-placeholder { /* Firefox 18- */
   color: #000;
   opacity: 1;
}
.shipping-calculate input::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}
.shipping-calculate input:-ms-input-placeholder {  
   color: #000;  
}
/* -- Checkout */
.checkout {
	padding-bottom: 36px;
	padding-top: 30px;
}
.checkout-content {
	border: 1px solid #d9d9d9;
	margin-bottom: 30px;
}
.checkout-content > h4 {
	font-weight: bold;
	font-size: 14px;
	padding: 13px 25px;
	margin: 0;
	border-bottom: 1px solid #d9d9d9;
}
.checkout-content > form {
	display: inline-block;
    padding: 34px 17px;
    width: 100%;	
}
.checkout-content > form > [class*="col-md-"] {
	padding-left: 8px;
	padding-right: 8px;
}
.checkout-content > form .input-group {
	margin-bottom: 29px;
	width: 100%;
}
.checkout-content > form label {
	font-weight: 600;
	font-size: 15px;
	width: 100%;
	display: inline-block;
	margin-bottom: 17px;
}.checkout-content > form select {
	width: 100%;
}
.checkout-content > form select,
.checkout-content > form input {
	border: 1px solid #d9d9d9;
	padding: 8px 18px;
}
.checkout-content > form input,
.checkout-content > form input:focus {
	box-shadow: none;
	border-radius: 0;
	outline: none;
	height: auto;
	border-color: #d9d9d9;
}
.checkout-content > form .input-group-addon {
	background-color: transparent;
	border: none;
	text-align: left;
	padding-left: 0;
	font-size: 15px;
	white-space: normal;
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
}
.checkout-content > form .input-group-addon:last-child {
	margin-bottom: 0;
}
.checkout-content > form .input-group-addon span {
	font-size: 14px;
	text-transform: none;
	margin-top: 17px;
	margin-left: 25px;
	line-height: 24px;
	margin-bottom: 0; 
	display: block;
}
.checkout-content > form .input-group-addon input {
	float: left;
	width: auto;
	margin-right: 12px;
}
.checkout-content > form .input-group-addon:last-child input {
	margin-top: 6px;
}
.checkout-content input[type="submit"] {
	display: inline-block;
	background-color: #344cc3;
	padding-left: 39px;
	padding-right: 39px;
	border: 1px solid #344cc3;
}
.checkout-content input[type="submit"]:hover {
	background-color: transparent;
	color: #344cc3;
}
.wc-proceed-to-checkout {
	display: inline-block; 
	width: 100%;
	background-color: #94999c;
	padding-left: 33px;
	padding-right: 33px;
}
.wc-proceed-to-checkout h4,
.wc-proceed-to-checkout h5 {
	margin: 0 -33px 14px;
	padding: 25px 33px;
}
.wc-proceed-to-checkout h4 {
	background-color: #344cc3;
	font-size: 14px;
	font-weight: bold;
}
.wc-proceed-to-checkout p { 
	padding: 20px 0;
	border-bottom: 1px solid #7f8385;
	margin-bottom: 0;
}
.wc-proceed-to-checkout h5 { 
	font-size: 18px;
	background-color: #5b5b5b;
	margin-top: 0;
	margin-bottom: 0;
}
.wc-proceed-to-checkout h5 span,
.wc-proceed-to-checkout p span,
.checkout .col-md-4 .input-group-addon input {
	float: right;
}
.checkout .col-md-4  .input-group {
	margin-top: 30px;
}
.checkout .col-md-4 .input-group-addon {
	background-color: #344cc3;
	border: none;
	text-align: left;
	padding: 34px 33px;
	font-size: 14px;
	font-weight: bold;
	white-space: normal;
}

/* -- Contact Us */
.contact-us {
	display: inline-block;
	margin-top: 70px;
	width: 100%;
}

/* - Contact Block */
.contact-block {
	border-right: 1px solid #f0f0f0;
	padding: 35px 0;
	text-align: center;
}
.contact-block i {
	color: #344cc3;
	border: 2px solid #f0f0f0;
	display: inline-block;
	padding: 15px 25px 25px;
	font-size: 40px;
	max-width: 79px;
	max-height: 75px;
	margin-bottom: 18px;
	text-align: center;
}
.contact-block i:hover {
	background-color: #344cc3;
	transition: all 1s ease 0s;
	border-color: #344cc3;
}
.contact-block .fa-envelope {
	font-size: 30px;
	padding: 20px 25px 25px;
	max-width: 80px;
	max-height: 75px;
}
.contact-block span {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #333;
	font-weight: 700;	
	letter-spacing: 1px;
	margin-bottom: 18px;
	font-family: 'Montserrat', sans-serif;
}
.contact-block p {
	margin-bottom: 5px;
	letter-spacing: 1px;
	font-size: 14px;
	color: #999;
}
.contact-block p,
.contact-block a {
	color: #9e9e9e;
}

/* - Map */
.map{
	position: relative;	
}
.map-canvas {
    border: 10px solid #f0f0f0;
    height: 407px;
    width: 100%;	
	display: inline-block;
	margin-bottom: 38px;
}
/* -- Contact Form */
.contact-form .form-control {
	border-radius: 0;
	box-shadow: none;
	min-height: 40px;
	border-color: #eee;
	box-shadow: none;
}
.contact-form .form-control:focus {
	border-color: #000;
}
.contact-form label {
	font-size: 13px;
	color: #444;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.contact-form textarea {
	display: inline-block;
	height: 135px;
	margin-bottom: 12px;
}
.contact-form input[type="submit"] {
	background-color: #344cc3;		
	letter-spacing: 1px;
	width: 100%;
	font-size: 12px;	
	margin-left: 0;
	border: none;
	padding: 11px 13px;
	font-size: 14px;
	font-weight: 700;
	border: 2px solid #344cc3;
}
.contact-form input[type="submit"]:hover {
	background-color: transparent;
	color: #344cc3;
}

/* - Alert Msg */
.alert-msg {
	color: #ccc;
	display: inline-block;
	width: 100%;
	margin: 10px 18px;
	position: relative;
	text-align: left;
	z-index: 1;
}
.alert-msg-success {
	color: #50B948;
}
.alert-msg-failure {
	color: #FF0000;
}

/* ## Responsive */
/* -- min-width: 1551 to max-width: 1750 */
@media only screen and (min-width: 1501px) and (max-width: 1750px) {
	
}

/* -- min-width: 1201 to max-width: 1550 */
@media only screen and (min-width: 1201px) and (max-width: 1550px) {
	
}
/* -- min-width: 1201 to max-width: 1550 */
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
	
}

/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	/* -- Pricing Section */
	.price-table ul li {
		font-size: 15px;
	}
	/* -- Features Section v2 */
	.feature-box::after { 
		left: 30.6%;
		right: 30.6%;
	}
	/* -- Skill Section  */
	.skill-content {
		padding-top: 34px;
		padding-right: 34px;
	}
	.skill-content{
		font-size: 14px;
	}
	
	/* -- Blog */
	.blog-post .content-area .tags a {
		padding-left: 19px;
		padding-right: 19px;
	}
	
	/* -- Product Details */
	.product-detail .summary .size > a {
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 1px;
		margin-right: 1px;
	}
	.product-detail .summary .size span {
		margin-right: 46px;
	}
	/* -- Cart */
	.cart_item td.product a span {
		width: 50%;
	}
	.cart_item .quantity {
		padding-left: 19px;
		padding-right: 19px;
	}
	.shipping-calculate {
		padding-left: 25px;
		padding-right: 25px;
	}
	.shipping-calculate h4 {
		margin-right: 20px;
	}
	.shipping-calculate select {
		max-width: 135px;
	}
	.shipping-calculate input {
		max-width: 125px;
	}
	.shipping-calculate select, 
	.shipping-calculate input {
		margin-right: 5px;
	}
	.order-summary-content > .col-md-8 {
		width: 100%;
	}
}

/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* -- Call To Action */
	.call-content a {
		padding-bottom: 8px;
		padding-top: 8px;
	}
	.call-content .bird i:first-child {
		left: 20%;
	}
	.call-content .bird i:last-child {
		right: 20%;
	}	
	
	/* -- Features Section */
	.features-section .nav-tabs li a {
		font-size: 14px;
	}
	.features-section .tab-content .tab-pane .col-md-4 {
		margin-left: 0;
	}
	
	/* -- Features Section v2 */
	.feature-box {
		margin: 15px 0;
	}
	
	/* -- Skill Section */
	.skill-content {
		border-top: 1px solid #f2f2f2
	}
	
	/* -- Service Section v2 */
	.service-box:nth-child(odd) .service-content::before {
		left: 30px;
	}
	.service-box:nth-child(even) .service-content::before {
		right: 30px;
	}
	
	/* -- Blog */
	.blog-post .content-area .blog-pagination .col-md-4.col-sm-4.col-xs-4.previous > a {
		font-size: 11px;
	}
	.blog-post .content-area .blog-pagination .col-md-4.col-sm-4.col-xs-4.previous > a i {
		padding-right: 3px;
	}
	.blog-post .content-area .blog-pagination .col-md-4.col-sm-4.col-xs-4.next > a i {
		padding-left: 3px;
	}
	
	/* -- Product Section */	
	.products nav .pagination {
		margin-top: 35px;
	}	
	.products nav .pagination li a { 
		padding: 4px 10px;
		font-size: 12px;
	}
	/* -- Cart */
	.cart_item td.product {
		padding-left: 15px;
		padding-right: 15px;
	}
	.cart_item td.product a span {
		width: 49%;
		padding-top: 20px;
	}
	.cart_item .quantity {
		padding-left: 10px;
		padding-right: 10px;
	}
	.cart_item .quantity .qty,
	.cart_item .quantity input[type="button"]	{
		width: 38px;
	}
	.cart_item .quantity .qty {
		padding: 0;
		text-align: center;
	}
	.shop_cart tfoot .input-group .form-control, 
	.shop_cart tfoot .input-group-addon, 
	.shop_cart tfoot .input-group-btn {
		width: 100%;
		display: inline-block;
	}
	.coupon-code .input-group-btn .btn {
		width: 100%;
		margin-top: 15px;
	}
	.shipping-calculate {
		padding-left: 25px;
		padding-right: 25px;
	}
	.shipping-calculate h4 {
		margin-right: 20px;
		line-height: 39px;
	}
	.shipping-calculate h4 span { 
		display: inline-block;
	}
	.shipping-calculate select {
		max-width: 175px;
		width: 175px;
		margin-bottom: 15px;
	}
	.shipping-calculate input {
		max-width: 130px;		
	}
	.shipping-calculate select, 
	.shipping-calculate input {
		margin-right: 5px;
	}
	.order-summary-content > .col-md-8 h4 {
		margin-left: 0;
	}
}

/* -- max-width: 767 */
@media (max-width: 767px) {	
	/* -- Slider Section */
	.slider-section .carousel-caption h3 {
		font-size: 20px;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.slider-section .carousel-control {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.slider-section .carousel-control,
	.slider-section .carousel-control.left {
		top: 15px;
	}
	.slider-section .carousel-control.left {
		right: 70px;
	}
	
	/* -- Call To Action */
	.call-content {
		position: relative;
	}
	.call-content .bird i:first-child {
		left: 10%;
	}
	.call-content .bird i:last-child {
		right: 10%;
	}
	
	/* -- Recent Work */
	.portfolio-item {
		width: 33.3333%;
	}
	.portfolio-item img {
		width: 100%;
	}
	
	/* -- Latest News */
	.entry-cover > a.read-more {
		padding: 15px 20px;
	}
	
	/* -- Features Section */
	.features-section .nav-tabs li a i {
		width: 80px;
		height: 80px;
		line-height: 80px;
	}
	.features-section .nav-tabs > li > a:hover i, 
	.features-section .nav-tabs > li > a:focus i, 
	.features-section .nav-tabs > li.active > a i, 
	.features-section .nav-tabs > li.active > a:focus i, 
	.features-section .nav-tabs > li.active > a:hover i {
		width: 88px;
		height: 88px;
		line-height: 88px;
	}
	.features-section .nav-tabs li a {
		font-size: 12px;
	}
	.features-section .tab-content .tab-pane .col-md-4 {
		margin-left: 0;
	}
	/* -- Skill Section */
	.skill-content {
		border-top: 1px solid #f2f2f2;
	}
	
	/* -- Promo Section */
	.promo-section {
		padding-left: 15px;
		padding-right: 15px;
	}
	.promo-box {
		margin: 55px 0;
	}
	
	/* -- Service Section v2 */
	.service-badge {
		right: auto;
	}
	.service-content {
		width: 100%;
	}
	.service-box:nth-child(odd) .service-content,
	.service-box:nth-child(even) .service-content {
		padding-left: 225px;
	}
	.service-box:nth-child(odd) .service-content {
		float: left;
	}
	.service-box:nth-child(even) .service-content {
		text-align: left;
		padding-right: 0;
	}
	.service-box:nth-child(odd) .service-content::before,
	.service-content::before {
		left: 145px;
	}
	.service-box::before {
		left: 60px;
		margin: 0;
	}
	
	/* -- Blog */
	.blog-post .content-area .tags a {
		padding-left: 16px;
		padding-right: 16px;
	}
	.blog-post .content-area .social-icons {
		text-align: left;
	}
	.post-comment .media-content a {
		display: block;
		margin-top: 15px;
	}
	/* -- Widget Area */
	.widget-area aside {
		max-width: 290px;
		display: block;
		margin: 0 auto 40px;
	}
	.widget-area .widget-social li {
		margin-bottom: 10px;
	}
	
	/* -- Product Section */
	.product-section .sort h3 {
		width: 100%;
		margin-bottom: 10px;
	}
	.product-section .sort select {
		margin-left: 0;
		width: 100%;
	}
	.product-section .widget-area ul li a {
		font-size: 14px;
	}
	.product-section .panel-body .size a {
		padding-left: 12px;
		padding-right: 12px;
	}
	.products nav .pagination {
		margin-top: 30px;
	}
	.products nav .pagination li {
		margin-left: 1px;
		margin-right: 1px;
	}
	.products nav .pagination li a {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 12px;
	}
	
	/* -- Product Details */
	.woocommerce-tabs,
	.related-product {
		margin-right: 0;
	}
	.related-product .products {
		padding-right: 0;
	}
	
	/* -- Cart */
	.shop_cart {
		border: none;
	}
	.shop_cart thead {
		display: none;
	}
	.shop_cart tbody {
		display: inline-block;	
	}
	.shop_cart tbody,
	.shipping-calculate h4	{
		width: 100%;	
	}
	.shop_cart th,
	.shop_cart tbody td,
	.shop_cart tr {
		display: block;
	}
	.shop_cart tr {
		margin-bottom: 25px;
		border: 1px solid #d9d9d9;
	}
	.shop_cart tbody .product,
	.shop_cart tbody .product-price,
	.shop_cart tbody .product-quantity, 
	.shop_cart tbody .product-totalprice, 
	.shop_cart tbody .product-remove {
		width: 100%;
		text-align: left;
		padding-left: 45%;
		position: relative;
		border-right: none;
	}
	.cart_item tbody td.product {
		padding-left: 45%;
	}
	.cart_item td {
		border: none;
		border-right: none;
		position: relative;
	}
	.cart_item td:last-child {
		border: none;
	}
	.cart_item td,
	.shop_cart .cart_item:last-child {
		border-bottom: 1px solid #d9d9d9;
	}
	.shop_cart tbody td::before {
		content: attr(data-title); 
		width: 40%; 
		position: absolute; 
		display: inline-block; 
		color: #000; 
		text-transform: uppercase; 
		border-right: 1px solid #d9d9d9;
		text-align: left;
		padding: 30px 10px 30px 15px;		
		top: 0;
		bottom: 0;
		left: 0;
		font-size: 12px;
		font-weight: bold;
	}
	.shop_cart tbody .product::before {
		padding-top: 30px;
	}
	.shop_cart tbody .product-price::before,
	.shop_cart tbody .product-totalprice::before,
	.shop_cart tbody .product-remove::before {
		padding-top: 15px;
	}
	.shop_cart .product > a,
	.cart_item .quantity	{
		display: inline-block;
	}
	.cart_item .quantity {
		padding-left: 0;
	}
	.cart_item td.product a span {
		width: 60%;
		padding: 30px 0;
	}
	.shop_cart tfoot {
		border-top: none;
	}
	.shop_cart tfoot .coupon-code,
	.shipping-calculate	{
		width: 100%;
		display: inline-block;
	}
	.shipping-calculate select, .shipping-calculate input {
		margin-right: 9px;
	}
	.shop_cart tfoot .coupon-code {
		border-right: none;
	}
	.shipping-calculate h4,
	.order-summary-content > .col-md-8 a	{
		margin-bottom: 10px;
	}
	.shipping-calculate h4 span {
		display: inline-block;
	}
	.shipping-calculate select, 
	.shipping-calculate input {
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%;
		max-width: 100%;
	}
}

/* -- max-width: 640 */
@media (max-width: 640px) {
	/* -- Recent Work */
	.portfolio-item {
		width: 50%;
	}
	
	/* -- Latest News */
	.latest-news .type-post {
		max-width: 100%;
		width: 540px;
		display: block;
		margin: 0 auto 40px;
		float: none;
		overflow: hidden;
	}
	
	/* -- Features Section */
	.features-section .nav-tabs {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	/* -- Features Section2 */
	.features-section2 .col-xs-6 {
		width: 100%;
	}
	.features-section2  .feature-box {
		max-width: 255px;
		display: block;
		margin: 0 auto 30px;
	}
	
	/* -- Skill Section */
	.skill-section .skill-title,
	.skill-section .skill-progress {
		width: 100%;
	}
	.skill-title::after {
		display: none;
	}
	.skill-title::before {
		bottom: -25px;
		left: 0;
		right: 0;
		border-left: 17px solid transparent; 
		border-right: 17px solid transparent; 
		border-top: 17px solid #f2f2f2;
		border-bottom: 0;
		width: 17px;
		margin: 0 auto;
		top: auto;
	}
	
	/* -- Service Section V2 */
	.service-section2 {
		padding-left: 0;
		padding-right: 0;
	}
	
	/* -- Blog */
	.blog .latest-news .type-post {
		width: 350px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	/* -- Product Section */
	.product-section .row > .col-xs-6,
	.related-product .products > .col-xs-6 {
		width: 100%;
	}
	.product-box {
		max-width: 100%;
		width: 290px;
		margin: 0 auto 80px;
		display: block;
	}
	.product-box .price h3 {
		font-size: 15px;
	}
	.product-section .widget-area ul li a {
		font-size: 13px;
	}
	.product-section .panel-body .size a {
		margin-right: 8px;
	}
	
	/* -- Product Details */
	.product-detail .summary .choose-color span,
	.product-detail .summary .size span {
		width: 100%;
		margin-bottom: 10px;
	}
	.product-detail .summary .size span > a {
		margin-left: 0;
	}
	.product-detail .summary .size span > a,
	.product-detail .add-to-cart a {
		margin-top: 10px;
	}
	.product-detail .quantity {
		border-bottom: 1px solid #ebebeb;
		border-right: none;
	}
	.product-detail .quantity > a {
		margin: 0 10px;
		padding: 0 10px;
	}
	.product-detail .quantity-block > a.add-to-wishlist,
	.product-detail .add-to-cart a {
		width: 100%;
		text-align: center;
	}
	.woocommerce-tabs .nav-tabs > li > a {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 12px;
	}
	.related-product .products > .col-xs-6 { 
		padding-left: 0;
		padding-right: 0;
	}
	
	/* -- Cart */
	.cart_item td.product a span {
		font-size: 12px;
		width: 46%;
		padding: 35px 0;
	}
}
/* -- max-width: 479 */
@media (max-width: 479px) {
	/* -- Call To Action */
	.call-content .bird {
		display: none;
	}
	/* -- Recent Work */
	.portfolio-item,
	.portfolio-item img {
		width: 100%;
	}
	/* -- Features Section */
	.features-section .nav-tabs {
		padding-left: 30px;
		padding-right: 30px;
	}
	.features-section .nav-tabs li {
		width: 50%;
		padding-bottom: 15px;
	}
	.features-section .nav-tabs li:nth-child(odd){
		clear: left;
	}
	.features-section .nav-tabs li:hover::before, 
	.features-section .nav-tabs li:focus::before, 
	.features-section .nav-tabs li.active::before {
		display: none;
	}
	
	/* -- Team Section */
	.team-section .col-xs-6 {
		width: 100%;
	}
	
	/* -- Pricing Section */
	.price-table .plan-title h4 sup {
		font-size: 22px;
	}
	.price-table .plan-title h4 b {
		font-size: 37px;
	}
	.price-table .plan-title h4 span,
	.price-table ul li	{
		font-size: 14px;
	}
	.price-table .plan-title h4 {
		padding-bottom: 23px;
		padding-top: 22px;
	}
	.price-table.border2 .plan-title h4 {
		padding-bottom: 18px;
		padding-top: 17px;
	}
	.price-table.border3 .plan-title h4 {
		padding-bottom: 13px;
		padding-top: 12px;
	}
	.price-table ul li {
		padding-left: 18px;
		padding-right: 18px;
	}
	
	/* -- Promo Section */
	.promo-section .col-md-8 > a { 
		margin-bottom: 20px;
	}
	
	/* -- Service Section v2 */
	.service-box:nth-child(odd) .service-content,
	.service-box:nth-child(even) .service-content {
		padding-left: 145px;
	} 
	.service-content h3 {
		font-size: 18px;
	}
	.service-content::before {
		display: none;
	}
	
	/* -- Branding Section */
	.branding-section .col-xs-12 .col-xs-6,
	.product-detail .quantity-block label	{
		width: 100%;
	}
	
	/* -- Product Details */
	.product-detail .summary .choose-color a {
		margin: 0 6px;
	}
	.product-detail .summary .size > a {
		font-size: 14px;
		padding-left: 9px;
		padding-right: 9px;
		margin: 0 1px;
	}
	.product-detail .quantity {
		padding-left: 20px;
		padding-right: 20px;
	}
	.product-detail .quantity-block label {
		margin-right: 0;
	}
	.product-detail .quantity .qty, .cart_item .quantity .qty {
		width: 55px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.product-detail .quantity > a {
		margin-left: 5px;
		margin-right: 5px;
	}
	.product-detail .add-to-cart {
		padding-left: 25px;
		padding-right: 25px;
	}
	.woocommerce-tabs .nav-tabs > li {
		width: 100%;
	}
	
	/* -- Cart */
	.shop_cart {
		display: inline-block;
	}
	.cart_item td.product a span {
		width: 100%;
		padding: 20px 0;
	}
	.coupon-code .input-group .form-control, 
	.coupon-code .input-group-btn,
	.shipping-calculate h4 {
		display: inline-block;
	}
	.coupon-code .input-group-btn {
		margin-top: 10px;
	}
	.shop_cart tfoot .coupon-code .form-control {
		width: 100%;
	}
	.wc-proceed-to-checkout p {
		font-size: 12px;
	}
}

/* -- max-width: 991 */
@media (max-width: 991px) {
	/* -- Service Section */
	.service-section .tab-content {
		border-bottom: none;
		padding-left: 40px;
		padding-right: 40px;
	}
	.service-section .nav-tabs li:nth-child(odd) {
		border-left: 1px solid #f2f2f2;
	}
	
	/* -- Recent Work */
	.recent-work > div.pull-right {
		display: inline-block;
		width: 100%;
		position: relative;
		margin-bottom: 10px;
	}
	.recent-work > div .portfolio-switch {
		position: absolute;
		top: -70px;
		right: 0;
	}
	.portfolio .recent-work > div .portfolio-switch {
		position: relative;
		top: 0;
	}
	
	/* -- Team Section */
	.team-section .row > .col-md-3:nth-child(2n-1) {
		clear: left;
	}
	.team-box {
		max-width: 255px;
		margin: 0 auto 60px;
		display: block;
	}
	
	/* -- Pricing Section */
	.price-table {
		max-width: 100%;
		width: 450px;
		display: block;
		margin: 0 auto 30px;
	}
	
	/* -- Features Section2 */
	.features-section2  .feature-box {
		max-width: 255px;
		display: block;
		margin: 0 auto 30px;
	}
	
	/* -- Service Section v2 */
	.branding-section .col-md-6 > img {
		display: block;
		margin: 0 auto;
		padding-left: 0;
	}
	
	/* -- Blog  */
	.post-comment .media-list .media .media-left {
		position: absolute;
	}
	.post-comment .media-list .media .media-left a {
		width: 51px;
		height: 61px;
	}
	.post-comment .media-list .media .media-body { 
		display: inline-block;
		max-width: 100%;
	}
	.post-comment .media-list .media .media-body .media-content { 
		margin-left: 65px;
	}
	.post-comment .media-content span {
		margin-left: -20px;
	}
	
	/* -- Promo Section */
	.promo-section { 
		background-image: none;
		background-color: #F2F2F2;
	}
	
	/* -- Product Section */
	.product-section .sort {
		text-align: left;
		margin-top: 15px;
	} 
	.products nav .pagination li,
	.products nav .pagination li:last-child { 
		float: left;
	}
	
	/* -- Product Details */
	.single-product-slider {
		border-bottom: 1px solid #ebebeb;
		border-right: none;
	}
}


#topnav a {
    font-size:12px !important;
}
#topnav ul ul li {
    background-color:#fff !important;
    color: #344cc3 !important;
}
#topnav ul ul li a {
    background-color:#fff !important;
    color: #344cc3 !important;
}
#topnav .open > a, #topnav .open > a:hover, #topnav .open > a:focus {
	background-color: #fff !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color:#fff !important;
    color: #344cc3 !important;
}
.nav-pills > li > a {
    background-color:#fff !important;
    color: #344cc3 !important;
}

#topnav .nav > li > a {
    position: relative;
    display: block;
    padding: 13px 10px 10px 0px;
}

.get-in-touch .tab-content a {
    font-size:18px;
    text-decoration:none;
    font-weight:400;
}

.content .margin {
    padding:30px 0px 30px 0px;
}