/* ----------------------------------------------------

	File Name: style.css
	Template Name: Porton
	Created By: WordPress Showcase Team
	http://themeforest.net/user/wordpressshowcase

	1. IMPORT
	2. SKELETON
	3. TOPBAR
	4. SIDEBAR STYLES
	5. PAGE STYLES
	6. SHOP CART
	7. HEADER STYLES
	8. MEGA MENU
	9. SHOP STYLES
	10. CONTACT STYLES
	11. SLIDER
	12. SECTIONS
	13. FOOTER
	14. TITLES
	15. SERVICES
	16. PORTFOLIO
	17. TEAM MEMBERS
	18. ELEMENTS
	19. PRICING BOXES
	20. ACCORDION
	21. TESTIMONIALS
	22. TABS
	23. SKILLS PROGRESS
	24. BLOG STYLES
	25. BUTTONS
	26. RESPONSIVE
	27. EXTRAS

------------------------------------------------------- */

/* ----------------------------------------------------
	IMPORT
------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Dosis:400,800,700,600,500,300,200);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700italic,700,400italic);

/* ----------------------------------------------------
	SKELETON
------------------------------------------------------- */

	body {
		background-color: #fafafa;
		color: #848484;
		font-size: 14px;
		line-height: 26px;
		font-weight: 400;
		padding:0;
		font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	body.boxed .wrapper {
		margin: 0 auto;
		overflow: hidden;
		max-width: 1580px
	}
	body.boxed {
	  background: url(images/pattern.png) repeat center center scroll;
	}
	body.maintenance {
		background: url(upload/maintenance.jpg) no-repeat center center fixed;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
	h1,h2,h3,h4,h5,h6{
		font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight:normal;
		position: relative;
		padding: 0 0 10px 0;
		font-weight:bold;
		line-height:1.8;
		color:#121212;
	}
	.rw {
		font-weight: normal !important;
	}
	h1.oswald {
		font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 28px;
	}
	h1.montserrat {
		font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 28px;
	}
	h1.opensans {
		font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 28px;
	}
	h1.dosis {
		font-family: "Dosis", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 28px;
	}
	h1.bolderfont {
		font-weight: bold !important;
	}
	h1.upperfont {
		text-transform: uppercase;
	}
	h1{
		font-size: 30px;
	}
	h2{
		font-size: 24px;
	}
	h3{
		font-size: 20px;
	}
	h4{
		font-size: 18px;
	}
	h5{
		font-size: 14px;
	}
	h6{
		font-size: 14px;
	}
	p {
	    padding: 0 0 20px;
	    font-size: 14px;
	    color:#848484;
	    line-height: 26px;
	}
	strong {
		color:#222222;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
		text-decoration:none !important;
	}
	ul, ol {
		padding:0;
	}
	ul li, ol li {
		margin-bottom: 10px;
	}
	.noborder {
		border:0 !important;
	}
	.list-styles ol,
	.list-styles ul {
		padding: 0 15px
	}
	.unlist-styles li {
		list-style: none
	}
	.unlist-styles li i {
		padding-right: 5px;
	}
	p.drop-caps:first-child:first-letter {
		float: left;
		font-size: 75px;
		line-height: 60px;
		padding: 4px;
		margin-right: 7px;
		margin-top: 5px;
		font-family: Georgia;
	}
	p.drop-caps.full:first-child:first-letter {
		color: #fff;
		padding: 7px;
		margin-right: 7px;
	}
	img.aligncenter{
		display:block;
		text-align:center;
		display: block;
		margin:0 auto 20px auto;
		padding:0px;
		border:0px;
		background:none;
	}
	.myCarousel img,
	.img-fullwidth {
		width: 100%;
	}
	.small-image {
		margin: 3px 30px 0 0 !important;
		max-width: 190px;
	}
	.alignleft,
	img.alignleft{
		float:left;
		margin: 6px 20px 6px 0;
		display: inline;
		border:0px;
		background:none;
		padding:0;
		display:block;
	}
	.alignright,
	img.alignright{
		padding:0;
		float:right;
		margin: 6px 0 6px 20px;
		border:0px;
		display:block;
		background:none;
	}
	blockquote {
		font-size:16px;
		line-height: 32px;
		font-family: 'Noto Serif', Georgia, "Times New Roman", serif;
		font-weight:normal;
		font-style:italic;
		margin: 0 0 20px;
		position:relative;
		width:auto;
	}
	.readmore {
		font-family: 'Noto Serif', Georgia, "Times New Roman", serif;
		font-size: 13px;
		font-style: italic;
		text-decoration: underline;
		margin-top: 10px;
		display: block;
	}
	.lead {
		font-family: 'Noto Serif', Georgia, "Times New Roman", serif;
		font-size: 16px;
		font-style: italic;
	}
	blockquote small {
		display: block;
		margin-top: 20px;
	}
	pre {
		line-height:18px;
		margin-bottom:18px;
	}
	a {
		outline:0 !important;
		color:#121212;
		text-decoration: none !important;
	}
	ins {
		text-decoration:none;
	}
	sup {
		bottom: 1ex;
	}
	sub {
		top: .5ex;
	}
	p.drop-caps:first-child::first-letter {
	    float: left;
	    font-family: Georgia;
	    font-size: 75px;
	    line-height: 60px;
	    color: #121212;
	    margin-right: 7px;
	    margin-top: 5px;
	    padding: 4px;
	}
	p.drop-caps.full:first-child::first-letter {
	    color: #fff;
	    margin-right: 7px;
	    padding: 7px;
	}
	.check {
		list-style: none;
	}
	.check li:before {
		content: "\f105";
		font-family: "FontAwesome";
		font-size: 13px;
		left: 0;
		color:#121212;
		padding-right:8px;
		position: relative;
		top: 0;
	}
	.service-box .check li:before {
		content: "\f00c";
	}
	.col-xs-15,
	.col-sm-15,
	.col-md-15,
	.col-lg-15 {
	    position: relative;
	    min-height: 1px;
	    padding-right: 10px;
	    padding-left: 10px;
	}
	.col-xs-15 {
	    width: 20%;
	    float: left;
	}
	@media (min-width: 768px) {
	.col-sm-15 {
	        width: 20%;
	        float: left;
	    }
	}
	@media (min-width: 992px) {
	    .col-md-15 {
	        width: 20%;
	        float: left;
	    }
	}
	@media (min-width: 1200px) {
	    .col-lg-15 {
	        width: 20%;
	        float: left;
	    }
	}
	.first{clear:both}
	.last{margin-right:0}

/* ----------------------------------------------------
	TOPBAR
------------------------------------------------------- */

	.topbar {
		background-color: #fff;
		padding:15px 0;
		border-bottom: 1px solid #f2f2f2;
	}
	.dark-topbar.topbar {
		background-color: #1f1f1f;
		border-bottom: 0;
	}
	.dark-topbar .stylish-input-group .form-control,
	.dark-topbar .input-group-addon,
	.dark-topbar .social a {
	    background-color: #242424;
	    border-color: #2a2a2a !important;
	}
	.dark-topbar .top-details strong,
	.topbar a {
		color: #848484;
	}
	.top-details strong {
		font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #222222;
		/*font-size: 14px;*/
	}
	.top-details  {
		padding-top: 4px;
	}
	.top-details i {
	    font-size: 22px;
	    line-height: 28px;
	    padding: 0 5px;
	    vertical-align: sub;
	}
	.top-details span {
		margin-left: 15px;
		font-size: 14px;
		line-height: 22px;
	}
	.topbar .btn-default {
	    background-color: #fff !important;
	    border: 1px solid #f2f2f2 !important;
	    color: #848484 !important;
	    display: inline-block;
	    height: 35px;
	    line-height: 32px;
	    padding: 0;
	    text-align: center;
	    width: 54px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.dark-topbar .btn-default {
	    background-color: #242424 !important;
	    border-color: #2a2a2a !important;
	}
	.dark-blue .top-details strong,
	.dark-blue a,
	.topbar.dark-blue {
		color:#ffffff;
	}
	.social a {
	    background-color: #fff;
	    border: 1px solid #f2f2f2;
	    color: #848484;
	    display: inline-block;
	    height: 35px;
	    line-height: 35px;
	    font-size: 14px;
	    padding: 0;
	    text-align: center;
	    margin:0 3px;
	    width: 35px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.topbar .social a {
		width: 33px;
	}
	.border-social a {
		-webkit-border-radius: 33px;
		-moz-border-radius: 33px;
		border-radius: 33px;
	}
	a.facebook {
		background-color: #3b5998 !important;
		border-color:#3b5998 !important;
		color:#ffffff !important;
	}
	a.twitter {
		background-color: #00aced !important;
		border-color:#00aced !important;
		color:#ffffff !important;
	}
	a.google-plus {
		background-color: #dd4b39 !important;
		border-color:#dd4b39 !important;
		color:#ffffff !important;
	}
	a.pinterest {
		background-color: #cb2027 !important;
		border-color:#cb2027 !important;
		color:#ffffff !important;
	}
	a.linkedin {
		background-color: #007bb5 !important;
		border-color:#007bb5 !important;
		color:#ffffff !important;
	}
	a.yelp {
		background-color: #BC0E03 !important;
		border-color:#BC0E03 !important;
		color:#ffffff !important;
	}
	a.pagelines {
		background-color: #1263A4 !important;
		border-color:#1263A4 !important;
		color:#ffffff !important;
	}
	a.tumblr {
		background-color: #32506d !important;
		border-color:#32506d !important;
		color:#ffffff !important;
	}
	a.vimeo {
		background-color: #aad450 !important;
		border-color:#aad450 !important;
		color:#ffffff !important;
	}
	a.opera {
		background-color: #FF1B2D !important;
		border-color:#FF1B2D !important;
		color:#ffffff !important;
	}
	a.share {
		background-color: #FF7E5B !important;
		border-color:#FF7E5B !important;
		color:#ffffff !important;
	}
	a.amazon {
		background-color: #F8981D !important;
		border-color:#F8981D !important;
		color:#ffffff !important;
	}
	a.supr {
		background-color: #C10911 !important;
		border-color:#C10911 !important;
		color:#ffffff !important;
	}
	a.wechat {
		background-color: #00BC0C !important;
		border-color:#00BC0C !important;
		color:#ffffff !important;
	}
	a.skype {
		background-color: #00AFF0 !important;
		border-color:#00AFF0 !important;
		color:#ffffff !important;
	}
	a.vk {
		background-color: #45668e !important;
		border-color:#45668e !important;
		color:#ffffff !important;
	}
	a.xing {
		background-color: #005A5F !important;
		border-color:#005A5F !important;
		color:#ffffff !important;
	}

	.form-bottom {
		margin-top: 20px;
	}
	.form-bottom .checkbox {
		margin-top: 5px;
	}
	.form-bottom .checkbox label:last-child {
		padding-left: 0;
	}
	.loginform .input-group .form-control {
	    border-right: 0 none;
	    width: 100%;
	}
	.social-login .fa{
		background-color: #fff;
	    color: #848484;
	    display: inline-block;
	    height: 40px;
	    line-height: 40px;
	    font-size: 14px;
	    padding: 0;
	    text-align: center;
	    margin:0 0 0 6px;
	    width: 40px;
		-webkit-border-radius: 322px;
		-moz-border-radius: 322px;
		border-radius: 322px;
	}
	.social-login .fa-facebook {
		background-color: #3b5998;
		color:#ffffff;
	}
	.social-login .fa-google-plus {
		background-color: #dd4b39;
		color:#ffffff;
	}
	.social-login .fa-twitter {
		background-color: #33ccfe;
		color:#ffffff;
	}
	.social h3 {
		color:#222;
		display: inline-block;
		text-transform: capitalize;
		font-size: 18px;
		margin-right: 10px;
	}
	.topbar .btn-default img {
		margin-right: 3px;
	}
	.topbar .btn-group {
		margin-left: 20px;
		position: relative;
	}
	.topbar .input-group-addon {
		border-color:#f2f2f2;
		color:#848484;
	}
	.stylish-input-group .form-control {
	    border-color: #f2f2f2;
	    border-right: 0 none #f2f2f2;
	    box-shadow: 0 0 0;
	    font-size: 13px;
	    height: 35px;
		width: 160px;
	    padding: 0 10px;
	}
	.stylish-input-group button{
	    border:0;
	    background:transparent;
	}
	.stylish-input-group .form-control:not([readonly]):focus {
		border-color: #f2f2f2;
	}
	.stylish-input-group .form-control::-moz-placeholder {
		color: #848484;
	}
	.stylish-input-group .form-control:-ms-input-placeholder {
		color: #848484;
	}
	.stylish-input-group .form-control::-webkit-input-placeholder {
		color: #848484;
	}
	.topbar .btn-group li img {
		width: 30px;
		height: 20px;
		margin-right: 5px;
	}
	.topbar .btn-group .start-right {
	    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.08);
	    min-width: 58px !important;
	    padding: 7px 0 0;
	    right: 0 !important;
	}

/* ----------------------------------------------------
	SIDEBAR STYLES
------------------------------------------------------- */

	#sidebar .widget {
		border-bottom:1px solid #f3f3f3;
		padding-bottom: 30px;
		display: block;
		position: relative;
		margin-bottom: 30px;
	}
	#sidebar .widget .widget-title hr {
		width:80px;
		border-color: #f3f3f3;
		margin-top: 0;
	}
	#sidebar .latest-posts h4,
	#sidebar .latest-posts h4 a {
		color:#222;
	}
	#sidebar #custom-search-input {
	    background-color: #fff;
	    border: 1px solid #f3f3f3;
	    border-radius: 0;
	    height: 45px;
	    line-height: 45px;
	    margin: 10px auto 0;
	    max-width: 320px;
	    padding: 0;
	}
	#sidebar #custom-search-input input {
		height: 45px;
		padding:0 15px;
		font-size: 13px;
	}
	#sidebar #custom-search-input button {
	    -moz-border-bottom-colors: none;
	    -moz-border-left-colors: none;
	    -moz-border-right-colors: none;
	    -moz-border-top-colors: none;
	    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #f3f3f3;
	    border-image: none;
	    border-radius: 0 !important;
	    border-style: none none none solid;
	    border-width: 0 0 0 1px;
	    box-shadow: none;
	    color: #848484;
	    height: 45px;
	    font-size: 14px;
	    margin: 0;
	    padding: 0 8px 0 15px;
	}
	#sidebar .input-group-btn {
		margin-top: -3px;
	}
	#sidebar .input-group-btn {
	    background: #ddd none repeat scroll 0 0;
	    font-size: 0;
	    height: 30px !important;
	    position: absolute;
	    right: 40px;
	    white-space: nowrap;
	}
	.contact_form .form-control,
	.comment-form .form-control,
	#sidebar .form-control {
		margin-bottom: 15px;
		border-color: #f3f3f3;
		color:#848484;
	}
	.contact_form .form-control {
		height: 50px;
	}
	.grey .contact_form .form-control {
		background-color: #fff;
	}
	.contact_form textarea {
		min-height: 200px;
	}
	#sidebar .insta-widget li {
		margin: 0 0 3px 0 !important;
		padding:0 !important;
		max-width: 80px;
	}
	#sidebar .insta-widget li img {
		width:100%;
	}
	#sidebar .widget-title {
		margin-bottom: 30px;
	}
	#sidebar .testi-item .lead  {
		padding: 0 0 15px;
		font-size: 14px;
		font-family: Open Sans;
		font-style: normal;
		line-height: 26px;
		font-weight: 400;
	}
	#sidebar .testi-item {
		padding: 0;
	}
	#sidebar .testi-item img {
	    margin-top: 5px;
	}
	#sidebar .testi-item h3 {
		padding-bottom: 0;
		font-size: 16px;
	}

/* ----------------------------------------------------
	PAGE STYLES
------------------------------------------------------- */

	.pagination > li > a,
	.pagination > li > span {
	    background-color: #fdfcfc;
	    border: 1px solid #e6e6e6;
	    color: #aaa;
	    float: left;
	    margin: 0 5px;
	    padding: 10px 15px;
	    position: relative;
	    text-decoration: none;
	}
	.page-title {
		border-top:1px solid #f3f3f3;
		border-bottom:1px solid #f3f3f3;
		padding:40px 0;
	}

	.page-title .text-right {
        padding-right: 0px !important;
    }

	.page-title h1 {
		font-weight: bold;
		text-transform: uppercase;
		font-size: 24px;
		padding:0;
		margin:0;
	}
	.page-title p {
		padding:0;
		font-size: 18px;
	}
	.breadcrumb {
	    background-color: transparent;
	    line-height: 1;
	    list-style: outside none none;
	    padding: 2em 0 0;
	}
	.breadcrumb > li + li::before {
	    padding: 0 5px;
	}

/* ----------------------------------------------------
	SHOP CART
------------------------------------------------------- */

	.cartbutton {
		margin-left: 30px;
	}
	.cartbutton a  {
		background-color: #fff !important;
	    border: 1px solid #f2f2f2 !important;
	    color: #222222 !important;
		-webkit-border-radius: 3px !important;
		-moz-border-radius: 3px !important;
		border-radius: 3px !important;
	}
	.countbadge {
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	    color: #fff;
	    font-size: 10px;
	    height: 17px;
	    line-height: 15px;
	    padding: 0;
	    position: absolute;
	    right: -7px;
	    text-align: center;
	    text-transform: none;
	    top: -8px;
	    width: 17px;
	}
	.cartbutton .table > thead > tr > th,
	.cartbutton .table > tbody > tr > th,
	.cartbutton .table > tfoot > tr > th,
	.cartbutton .table > thead > tr > td,
	.cartbutton .table > tbody > tr > td,
	.cartbutton .table > tfoot > tr > td {
	    -moz-border-bottom-colors: none;
	    -moz-border-left-colors: none;
	    -moz-border-right-colors: none;
	    -moz-border-top-colors: none;
	    border-color: -moz-use-text-color -moz-use-text-color #3a3a3a;
	    border-image: none;
	    border-style: none none solid;
	    border-width: 0 0 1px;
	    vertical-align: middle;
	}
	.cartbutton li strong,
	.cartbutton li a {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	    border: 0 none !important;
	    color: #ffffff !important;
	    display: block;
	    font-size: 14px;
	    line-height: 1 !important;
		font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	    padding: 0 !important;
	}
	.cartbutton small a {
		margin: 5px 0 !important;
		font-style: italic;
		font-family: "Noto Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	.navbar-nav .cartbutton .dropdown-menu {
		width: 315px;
	}
	.navbar-nav .languagebutton .dropdown-menu  {
		min-width: 50px;
		max-width:50px !important;
		padding:10px !important;
		background-color: #ffffff;
	}
	.navbar-nav .languagebutton .dropdown-menu img {
		width: 100%;
	}
	.navbar-nav .languagebutton .dropdown-menu li {
		margin: 5px 0
	}
	.cartbutton hr {
		border:0;
		margin:15px 0 0;
	}
	.cartbutton .btn-primary {
		padding: 8px 6px !important;
		font-weight: bold !important;
		margin-right: 10px;
		font-size: 14px !important;
		font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
	}
	.cartbutton h4 {
		color:#ffffff;
		padding-left: 15px;
		font-size: 14px;
		font-weight: bold;
	}

/* ----------------------------------------------------
	HEADER
------------------------------------------------------- */

	.header-white {
		background-color: #ffffff;
	}
	.header-transparent {
		position: absolute;
		top:30px;
		left: 0;
		right: 0;
		width:100%;
		background-color: transparent;
		z-index: 1000;
	}
	.header {
		padding:30px 0;
	}
	.header-absolute-white  {
		position: absolute;
		top:40px;
		left: 0;
		z-index: 1000;
		right: 0;
		padding:0;
		width:100%;
	}
	.header-absolute-white .container-fluid {
		background-color: #ffffff;
		padding:30px;
	}
	.header-absolute-dark {
		background-color: rgba(0,0,0,0.8);
		position: absolute;
		left: 0;
		z-index: 1000;
		right: 0;
		width:100%;
	}
	.header-dark .container-fluid {
		background-color: #1e1e1e;
	}
	.navbar-default {
		background-color: transparent;
		border:0;
	}
	.navbar-default ul li,
	.navbar-default ol li {
		margin-bottom: 0 !important;
	}
	.navbar-default .nav > li > a {
	    border: 0 none;
	    color: #222222;
	    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
	    font-size: 14px;
	    font-weight: 700;
	    letter-spacing: 0;
	    margin: 0;
	    text-transform: uppercase;
	    padding: 10px 15px !important;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	.header-absolute-dark .navbar-default .nav > li > a,
	.header-dark .navbar-default .nav > li > a,
	.header-transparent .navbar-default .nav > li > a {
		color:#ffffff;
	}
	.dark-bg,
	.header-absolute-dark .cartbutton a,
	.header-dark .cartbutton a {
	    background-color: #121212 !important;
	    border: 1px solid #282828 !important;
	    color: #fff !important;
	}
	.yamm .dropdown.yamm-fw p {
	    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
	    font-size: 16px;
	    padding:10px 0 15px;
	    text-transform: uppercase;
	    color:#ffffff;
	}
	.navbar-default .dropdown-menu {
		background-color: #222222;
		border:0;
		padding:15px !important;
		width: 290px;
		box-shadow: none;
		border-bottom: 2px solid #fff;
	}
	.yamm .dropdown.yamm-fw .dropdown-menu li a,
	.navbar-default .dropdown-menu > li > a {
		color:#e5e5e5;
	    font-family: "Open Sans", "Helvetica Neue", Helvetica,Arial,sans-serif;
		font-weight: 600;
	}
	.yamm .dropdown.yamm-fw .dropdown-menu ul  li a {
		padding-left: 2px;
	}
	.navbar-default .navbar-nav .dropdown-menu li a {
		padding:0 18px;
		font-size: 14px;
		line-height: 40px;
		background-color: transparent;
	}
	.yamm .dropdown.yamm-fw .yamm-content ul li:hover,
	.yamm .dropdown.yamm-fw .yamm-content ul li:focus {
		color:#ffffff;
		padding-left: 10px;
	   -moz-transition: padding-left .3s ease-in-out;
		-o-transition: padding-left  .3s ease-in-out;
		-webkit-transition: padding-left .3s ease-in-out;
		transition: padding-left  .3s ease-in-out;
		background-color: #252525;
	}
	.navbar-default .navbar-nav .dropdown-menu li a:hover,
	.navbar-default .navbar-nav .dropdown-menu li a:focus {
		color:#ffffff;
		padding-left: 30px;
	   -moz-transition: padding-left .3s ease-in-out;
		-o-transition: padding-left  .3s ease-in-out;
		-webkit-transition: padding-left  .3s ease-in-out;
		transition: padding-left  .3s ease-in-out;
		background-color: #252525;
	}
	.navbar-nav .dropdown-menu {
		margin-top: 38px;
	}

/* ----------------------------------------------------
	MEGA MENU
------------------------------------------------------- */

	.yamm .nav,
	.yamm .collapse,
	.yamm .dropup,
	.yamm .dropdown {
	  position: static;
	}
	.yamm .dropdown.yamm-fw {
		position: static;
	}
	.yamm .container {
		position: relative;
	}
	.yamm .dropdown.yamm-fw .dropdown-menu {
		left: 0;
		margin-top:30px;
		width: 100%;
		right: 0;
	}
	.yamm-content {
		padding:10px;
	}
	.yamm .dropdown {
		position: relative;
	}
	.yamm .fa-angle-right {
		position: absolute;
		right: 20px;
		top:13px;
	}
	.navbar-nav .has-submenu > ul li ul {
		margin-top: 0 !important;
		right: 10px;
	}

/* ----------------------------------------------------
	SHOP STYLE
------------------------------------------------------- */

	.payment-methods {
		display: block;
		position: relative;
		margin-top: 20px;
	}
	.payment-methods label, .payment-methods label h3 {
	    display: block;
	    font-size: 14px;
	    line-height: 1;
	    position: relative;
	    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
	    color:#222222;
	    padding: 0;
	    text-transform: uppercase;
	    width: 100%;
	}
	.payment-option .paymenticon {
		position: absolute;
		right: 0;
		max-width:100%;
		top:-5px;
	}
	.payment-option {
		margin: 20px 0;
		display: block;
	}
	.payment-option p {
	    color: #848484;
	    font-size: 14px;
	    line-height: 26px;
	    padding: 10px 20px 0;
	}
	.checkbox label:after,
	.radio label:after {
	    content: '';
	    display: table;
	    clear: both;
	}
	.checkbox .cr,
	.radio .cr {
	    position: relative;
	    display: inline-block;
	    border: 1px solid #222222;
	    border-radius: .25em;
	    width: 1.3em;
	    height: 1.3em;
	    float: left;
	    margin-right: .5em;
	}
	.radio .cr {
	    border-radius: 50%;
	}
	.checkbox .cr .cr-icon,
	.radio .cr .cr-icon {
	    position: absolute;
	    font-size: .8em;
	    line-height: 0;
	    color:#222222;
	    top: 50%;
	    left: 20%;
	}
	.radio .cr .cr-icon {
	    margin-left: 0.04em;
	}
	.checkbox label input[type="checkbox"],
	.radio label input[type="radio"] {
	    display: none;
	}
	.checkbox label input[type="checkbox"] + .cr > .cr-icon,
	.radio label input[type="radio"] + .cr > .cr-icon {
	    transform: scale(3) rotateZ(-20deg);
	    opacity: 0;
	    transition: all .3s ease-in;
	}
	.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
	.radio label input[type="radio"]:checked + .cr > .cr-icon {
	    transform: scale(1) rotateZ(0deg);
	    opacity: 1;
	}
	.checkbox label input[type="checkbox"]:disabled + .cr,
	.radio label input[type="radio"]:disabled + .cr {
	    opacity: .5;
	}
	.checkoutform .panel-body {
		padding:0;
	}
	.checkoutform img {
		max-width: 50px;
	}
	.checkoutform .shop-cart p {
		font-size: 13px;
	    padding: 10px 0 0;
	}
	.checkoutform strong {
	    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
	    font-size: 14px;
	    display: block;
	    color:#222222;
	    font-weight: 400;
	    padding:20px 0;
	}
	.checkoutform textarea {
		margin-top: 0px;
		min-height: 140px;
	}
	.totalprice p {
		padding: 0;
	}
	.totalprice p strong {
		background-color: #fdfcfc;
		border:1px solid #f3f3f3;
		display: inline-block;
		padding:10px 30px;
		margin: 0 2px 2px;
		font-size: 14px;
		font-weight: 400;
		color:#222222;
		min-width: 150px;
	}
	.totalprice small {
		background-color: #fff;
		border:1px solid #f3f3f3;
		display: inline-block;
		font-size: 14px;
		margin: 0 2px 2px;
		color:#848484;
		padding:10px 30px;
		min-width: 150px;
	}
	.shipping .form-control {
		margin-top:10px;
		margin-bottom: 10px;
	}
	.couponarea {
		margin-top: 30px;
	}
	.shipping .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
		width:100%;
		border-radius: 0px !important;
	}
	.shipping .bootstrap-select > .dropdown-toggle,
	.shipping .btn-white {
		min-width:100%;
		border-radius: 1px !important;
		width:200px;
		text-transform: none;
		color:#cccccc;
		height: 45px;
		border-color:#e6e6e6;
		background-color: #ffffff;
	}
	.shop-cart .table-bordered {
		border-left: 2px solid #f3f3f3;
		border-right: 2px solid #f3f3f3;
	}
	.table > caption + thead > tr:first-child > th,
	.table > colgroup + thead > tr:first-child > th,
	.table > thead:first-child > tr:first-child > th,
	.table > caption + thead > tr:first-child > td,
	.table > colgroup + thead > tr:first-child > td,
	.table > thead:first-child > tr:first-child > td {
	    border: 0 none;
	    color: #222;
	    padding:20px 30px;
	    font-family: Montserrat;
	    background-color: #fdfcfc;
	    font-size: 16px;
	    text-transform: uppercase;
	}
	.shop-cart .table > thead > tr > th,
	.shop-cart .table > tbody > tr > th,
	.shop-cart .table > tfoot > tr > th,
	.shop-cart .table > thead > tr > td,
	.shop-cart .table > tbody > tr > td,
	.shop-cart .table > tfoot > tr > td {
		vertical-align: middle;
		font-size: 16px;
	}
	.shop-cart p {
		padding:30px 0 0;
	}
	.shop-cart span a,
	.shop-cart p a {
		font-size: 16px;
		color:#848484;
	}
	.select-qty {
	}
	.wan-spinner {
	  display: block;
	}
	.wan-spinner .minus, .wan-spinner .plus, .wan-spinner input {
	    border: 1px solid #e5e5e5;
	    float: left;
	    height: 30px;
	    line-height: 30px;
	    text-align: center;
	    font-size: 13px;
	    width: 30px !important;
	}
	.wan-spinner input {
	  	border: none;
	  	border-top: 1px solid #e5e5e5;
	  	border-bottom: 1px solid #e5e5e5;
	  	margin: 0;
	  	width: 30px;
	}
	.wan-spinner .minus,
	.wan-spinner .plus {
		background-color: #f8f8f8;
	  	color: #121212;
	  	cursor: pointer;
	  	text-decoration: none;
	  	width: 15px;
	}
	.shop-cart .fa-check {
		display: inline-block;
		width:40px;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
		margin: 0 10px 0 0;
		text-align: center;
		-webkit-border-radius: 322px;
		-moz-border-radius: 322px;
		border-radius: 322px;
	}
	.shop-gallery ul {
		padding: 0;
		margin: 0;
	}
	.shop-gallery li {
		margin: 0 10px 0 0
	}
	.p40 {
		padding-left: 40px;
	}
	.shop-cart-add {
		margin:30px 0;
		position: relative;
		padding-bottom: 30px;
	    border-bottom: 1px solid #f3f3f3 !important;
	}
	.shop-cart-add .share-title {
	    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
	    font-size: 18px;
	}
	.shop-cart-add h3 {
		font-size: 36px;
		padding:0 0 5px 0;
		margin:0;
		line-height: 1;
	}
	.shop-cart-add p {
		text-decoration: underline;
	}
	.shop-cart-add .btn {
		position: absolute;
		right: 10px;
		top:13px;
	}
	.shop-buttons p {
		font-family: Montserrat;
		color:#222222;
		font-size: 16px;
		padding-bottom: 15px;
	}
	.shopping .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
	.shop-buttons .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
		width: 100%;
	}
	.shipping .dropdown-menu,
	.shop-buttons .dropdown-menu {
	    border: 1px solid #f3f3f3 !important;
	    box-shadow: none;
	    color: #848484 !important;
	    padding:0;
	}
	.shop-buttons .dropdown-menu li {
		padding:2px;
	}
	.shop-buttons .dropdown-menu > li > a {
		color:#848484;
	}
	.shop-buttons .btn-default {
	    background-color: #ffffff !important;
	    border: 1px solid #f3f3f3 !important;
	    border-radius: 2px !important;
	    box-shadow: none;
	    text-transform: capitalize;
	    color: #848484 !important;
	}
	.shop-title-details {
		border-bottom: 1px solid #f3f3f3;
		padding-bottom: 30px;
		margin-bottom: 25px;
	}
	.shop-title-details h3 {
		font-size: 24px;
		padding:0 0 20px;
		margin:0;
		line-height: 1;
	}
	.media-body .rating {
		display: block;
		margin: 10px 0 0;
	}
	.rating strong {
		margin-left: 10px;
	}
	.shop-sidebar .media-left,
	.shop-sidebar .media > .pull-left {
	    padding-right: 1em;
	    padding-top: 10px;
	}
	.shop-sidebar .latest-posts .media + .media,
	.shop-sidebar .latest-posts .media-body .media:first-of-type   {
	    margin: 6px 0 0 !important;
	}
	.shop-sidebar .widget-title h3 {
		font-weight: bold;
	}
	.colors li,
	.categories li {
		list-style: none;
		padding:10px 0;
		margin-bottom: 0;
		border-bottom: 1px solid #f3f3f3;
		position: relative;
	}
	.colors li,
	.categories li:last-child {
		border-bottom: 0;
	}
	.categories li span {
		position: absolute;
		right: 0;
	}
	.colors li a,
	.categories a {
		color:#848484;
	}
	.colors li span {
	    background: #ddd none repeat scroll 0 0;
	    border:4px solid #f3f3f3;
	    display: inline-block;
	    height: 20px;
	    margin-right: 10px;
	    padding: 2px;
	    text-indent: -9999px;
	    vertical-align: middle;
	    width: 20px;
	}
	.colors li span.brown {
		background-color: #d4757c;
	}
	.colors li span.gray {
		background-color: #a2a2a2;
	}
	.colors li span.yellow {
		background-color: #e4e709;
	}
	.colors li span.orange {
		background-color: #e6970e;
	}
	.shop-image {
		position: relative;
		overflow: hidden;
	}
	.corner-ribbon{
	  width: 170px;
	  position: absolute;
	  text-transform: uppercase;
	  top: 5px;
	  left: -50px;
	  font-family: Montserrat;
	  font-size: 14px;
	  font-weight: bold;
	  text-align: center;
	  line-height: 40px;
	  color: #f0f0f0;
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	}
	.corner-ribbon.shadow{
	  box-shadow: 0 0 3px rgba(0,0,0,.3);
	}
	.corner-ribbon.top-right{
	  top:15px;
	  right: -50px;
	  left: auto;
	  transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	}
	.shop-item {
		margin-bottom: 30px;
	}
	.shop-item img {
		width:100%;
	}
	.shop-title {
		position: relative;
		z-index: 10;
		margin-top: 10px;
	}
	.shop-title h3 a,
	.shop-title h3 {
		font-size: 16px;
		padding:0;
	}
	.shop-title small {
		display: block;
		font-style: italic;
		font-size: 14px;
		padding:5px 0 10px;
		font-family: 'Noto Serif', Georgia, "Times New Roman", serif;
	}
	.shop-title .new-price,
	.shop-title .old-price {
	    text-decoration: line-through;
	    font-size: 14px;
	    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
	    color:#848484;
	}
	.shop-title .new-price{
		font-size: 18px !important;
		text-decoration: none !important;
		padding-left: 5px !important;
		color:#222222 !important;
	}
	.cart-button a {
	    background-color: #fff;
	    border: 1px solid #f2f2f2;
	    color: #222222;
	    display: inline-block;
	    height: 35px;
	    line-height: 35px;
	    font-size: 14px;
	    padding: 0;
	    text-align: center;
	    margin:0;
	    width: 35px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.cart-button {
		position: absolute;
		right:0;
		top:7px;
	}

/* ----------------------------------------------------
	CONTACT STYLE
------------------------------------------------------- */

	#map{
		height:530px;
		width:100%;
		position: relative;
		z-index: 10;
	}
	#map img{
		max-width:inherit
	}
	.map{
		position:relative
	}
	.map .row{
		position:relative
	}
	.infobox img {
		width:100% !important;
	}
	.map .searchmodule {
		padding:18px 10px
	}
	.infobox {
		display: inline-block;
		padding: 5px;
		position: relative;
		width: 270px;
	}
	.infobox img {
		width:80px !important;
		padding-right:10px
	}
	.infobox .title {
		font-size:13px;
		font-weight:bold;
		margin-top:0;
		margin-bottom:0;
		text-transform:uppercase;
		padding-bottom:5px;
	}
	.infobox .title a {
		font-weight:bold;
		color:#121212 !important;
	}

/* ----------------------------------------------------
	SLIDER
------------------------------------------------------- */

	#revvideo {
		width: 100%;
		height: 100%;
	}
	.boxedcontainer {
		max-width: 1170px;
		margin:auto;
		padding:0px 30px;
	}
	.tp-banner-container{
		width:100%;
		position:relative;
		padding:0;
		z-index: 999;
	}
	.tp-banner{
		width:100%;
		position:relative;
	}
	.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
	}
	.tp-bannertimer {
		display: none;
	}
	.tp-leftarrow.default {
		background:url(images/large_left.png) no-Repeat 0 0;
		background-color: #ffffff !important;
		color:#222222 !important;
		left: 0 !important;
		-webkit-border-radius: 0 6px 6px 0 !important;
		-moz-border-radius:  0 6px 6px 0 !important;
		border-radius:  0 6px 6px 0 !important;
	}
	.tp-rightarrow.default {
		background:url(images/large_right.png) no-Repeat 0 0;
		background-color: #ffffff !important;
		color:#222222 !important;
		right: 0 !important;
		-webkit-border-radius: 6px 0 0 6px !important;
		-moz-border-radius: 6px 0 0 6px !important;
		border-radius: 6px 0 0 6px !important;
	}
	.tp-leftarrow.default:hover {
		background:url(images/large_left_hover.png) no-Repeat 0 0;
	}
	.tp-rightarrow.default:hover {
		background:url(images/large_right_hover.png) no-Repeat 0 0;
	}
	.tp-caption.slider_layer_01,
	.slider_layer_01 {
	    background-color: rgba(255,255,255,0);
	    background: none;
	    border-color: rgb(0, 0, 0);
	    border-style: none;
	    border-width: 0;
	    font-weight: bold;
	    color: #222222;
	    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
	    font-size: 60px;
	    line-height: 80px;
	    text-decoration: none;
	}
	.slider_layer_01.f80,
	.tp-caption.slider_layer_01.f80 {
		font-size: 80px;
		line-height: 90px;
		text-transform: uppercase;
	}
	.tp-caption.slider_layer_02.white-color,
	.slider_layer_02.white-color,
	.tp-caption.slider_layer_01.white-color,
	.slider_layer_01.white-color {
		color:#ffffff;
	}
	.tp-caption.slider_layer_02,
	.slider_layer_02 {
	    background-color: transparent;
	    border-color: rgb(0, 0, 0);
	    border-style: none;
	    border-width: 0;
	    font-weight: 400;
	    font-style: italic;
	    color: #a0a0a0;
		font-family: 'Noto Serif', Georgia, "Times New Roman", serif;
	    font-size: 18px;
	    line-height: 34px;
	    letter-spacing: 0.4px;
	    text-decoration: none;
	}
	.tp-caption.slider_layer_03,
	.slider_layer_03 {
	    background-color: transparent;
	    border-color: rgb(0, 0, 0);
	    border-style: none;
	    border-width: 0;
	    font-weight: 300;
	    color: #222222;
		font-family: 'Open Sans', Georgia, "Times New Roman", serif;
	    font-size: 36px;
	    line-height: 34px;
	    letter-spacing: 0.4px;
	    text-decoration: none;
	}
	.tp-caption.slider_btn .btn,
	.slider_btn .btn {
		font-size: 14px !important;
		line-height: 34px !important;
		padding:6px 27px !important;
	}
	.tp-caption.slider_layer_04,
	.slider_layer_04 {
	    background-color: transparent;
	    border-color: rgb(0, 0, 0);
	    border-style: none;
	    border-width: 0;
	    font-weight: bold;
	    color: #222222;
	    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
	    font-size: 48px;
	    text-transform: uppercase;
	    line-height: 34px;
	    text-decoration: none;
	}
	.tp-caption.slider_layer_05,
	.slider_layer_05 {
	    background-color: transparent;
	    border-color: rgb(0, 0, 0);
	    border-style: none;
	    border-width: 0;
	    font-weight: 400;
	    color: #222222;
	    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
	    font-size: 72px;
	    text-transform: uppercase;
	    line-height: 34px;
	    text-decoration: none;
	}
	.tp-caption.slider_layer_06,
	.slider_layer_06 {
	    background-color: transparent;
	    border-color: rgb(0, 0, 0);
	    border-style: none;
	    border-width: 0;
	    font-weight: 400;
	    font-style: italic;
	    color: #222222;
		font-family: 'Open Sans', Georgia, "Times New Roman", serif;
	    font-size: 24px;
	    line-height: 34px;
	    text-decoration: none;
	}
	.owl-process p {
		color:#ffffff;
	    margin-top: 61%;
	}
	.owl-process h2 {
	    bottom: auto;
	    color: #ffffff;
	    font-size: 48px;
	    font-weight: bold;
	    line-height: 1;
	    margin-top: 71%;
	    position: relative;
	}
	.owl-process span {
		font-size: 30px;
		font-weight: 400;
	}
	.owl-process img {
		margin: 0 auto 20px -20px;
	}

/* ----------------------------------------------------
	SECTIONS
------------------------------------------------------- */

	.parallax {
	    background-attachment: fixed;
	    background-position: center center;
	    background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	    display: block;
	    overflow: hidden;
	    position: relative;
	    width: 100%;
	}
	.bannerfix {
	    background-attachment: scroll !important;
	}
	.section {
		background-color: #ffffff;
		display: block;
		position: relative;
		padding:80px 0;
		z-index: 10;
	}
	.section.white {
		background-color: #ffffff;
	}
	.section.grey {
		background-color: #fdfcfc;
	}
	.section.dark {
		background-color: #111111;
	}
	.border-top {
		border-top:3px solid #fdfcfc;
	}
	.invis {
	    border: 0;
	    margin: 25px 0;
	}
	.nopad {
		padding:0;
	}
	.padbot {
		padding-bottom: 160px;
	}
	.nopadbot {
		padding-bottom: 0;
	}
	.nopadleft {
		padding-left: 0 !important;
	}
	.p40 {
		padding-right: 40px;
	}
	.p30 {
		padding: 30px 0;
	}
	.p60 {
		padding: 60px 0;
	}
	.m10 {
		margin-top: 20px;
	}
	.overflow-hidden {
		overflow: hidden;
		z-index: 1000;
	}
	.common-height {
	 	margin: 0 auto;
	    padding: 60px 100px;
	}
	.parallax-common {
		padding:60px 31px !important;
	}
	.parallax-common .testi-item {
		padding-top: 120px;
	}
	.common-height .service-box {
		margin: 30px 0;
	}
	.common-height .service-box i {
		font-size: 30px;
	}
	.fullwidth-image {
		top:0;
		left: 0;
		bottom:0;
		width: 100%;
		position: relative;
		min-height: 668px;
		z-index: 10000;
		background: url(upload/video_bg.jpg) no-repeat center center scroll;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		text-align: center;
	}
	.fullwidth-image.left_bg_01 {
		position: absolute;
		right: 0;
		left: auto;
		bottom: 0;
		z-index: -1;
		top:0;
		max-width: 45%;
		background-image: url(upload/left_bg_01.jpg) !important;
	    background-position: center center !important;
	    background-repeat: no-repeat !important;
	    background-size: cover !important;
	}
	.play-button {
	    display: table-cell;
	    height: 100%;
	    vertical-align: middle;
	    text-align: center;
	    right: 0;
	    margin:-20px auto;
	    left: 0;
	    position: absolute;
	    top: 50%;
	}
	.parallax-video-message .play-button {
		position: relative;
		display: block;
		margin:0 auto 40px;
	}
	.section.dark h3 {
		color:#ffffff;
	}
	.section.dark hr {
		border-color: #4b4b4b;
	}
	.fullwidth-image.aboutimg {
	    background: rgba(0, 0, 0, 0) url("upload/about_bg.jpg") no-repeat scroll center center;
	    position: absolute;
	    left: -32%;
	    z-index: -1;
	}
	.service-item img {
		margin-bottom: 15px;
	}
	.about-common .small-title h3 {
		font-size: 36px;
	}
	.little_small h3 {
		font-size: 30px !important;
	}
	.white-color h3 {
		color:#fff !important;
	}
	.white-color hr {
		border-color:#525251 !important;
	}
	.about-item h3 {
		margin: 0 0 20px;
		padding:0;
		font-size: 20px;
		font-weight: 600;
	}
	.about-item .btn {
		font-size: 14px;
		margin-top: 20px;
		color:#333333;
	}
	.about-item .visible-buttons {
		margin:-5px auto;
	}

/* ----------------------------------------------------
	FOOTER
------------------------------------------------------- */

	.footer {
		background-color: #222222;
	}
	.footer .invis {
		margin: 20px 0;
	}
	.footer .widget-title h3 {
		color:#ffffff;
		font-size: 18px;
		text-transform: uppercase;
		letter-spacing: 0.4px;
		padding:0;
		margin:0;
		line-height: auto;
		font-weight: bold;
	}
	.footer .widget-title {
		margin-bottom: 30px;
	}
	.footer .social a {
		background-color: #363636;
		border-color:#363636;
		margin:0 2px 0 0;
	}
	.newsletter p {
		padding-bottom: 15px;
	}
	.newsletter small {
		margin-top: 15px;
		display: block;
		font-style: italic;
		font-size: 13px;
		font-family: 'Noto Serif', Georgia, "Times New Roman", serif;
	}
	.newsletter .input-group-addon {
		border:0 !important;
		padding:0 !important;
	}
	.newsletter .form-control {
		background-color: #363636;
		border-color:#363636;
		font-size: 12px;
		height: 37px;
	}
	.newsletter .btn {
		padding: 1em;
		border-radius: 0 !important;
	}
	.tags a {
		background-color: #363636;
		color:#848484;
		padding:10px;
		margin-right: 4px;
		letter-spacing: 0.4px;
		display: inline-block;
	}
	.copyrights {
		background-color: #2a2a2a;
		padding:30px 0;
	}
	.widget address i {
		font-size: 22px;
		margin-top: 0;
		margin-bottom: 35px;
	}
	.widget address.last p {
		padding-bottom: 0;
	}
	.widget address strong {
		color:#fff;
	    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
	    font-size: 16px;
	    margin-bottom: 10px;
	    display: block;
	    font-weight: bold;
	}
	.white .widget address strong {
		color:#222;
	}
	.white .widget address  a {
		color:#aaa;
	}
	.tweet p {
		padding-bottom: 12px;
	}
	.tweet {
		margin-bottom: 30px;
	}
	.tweet .fa {
		font-size: 20px;
		margin: 5px 16px 50px 0;
	}
	.latest-posts h4,
	.latest-posts h4 a,
	.tweet strong {
		color:#fff;
	    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
	    font-size: 14px;
	    display: block;
	    font-weight: bold;
	}
	.latest-posts h4,
	.latest-posts h4 a {
		padding:0;
		font-weight: 400;
		line-height: 24px;
	}
	.latest-posts img {
		margin-top: 7px;
	}
	.latest-posts .media + .media,
	.latest-posts .media-body .media:first-of-type  {
		margin:30px 0 0 !important;
		padding:0 !important;
	}
	.footer address a {
		color:#848484;
	}
	.copyrights ul {
		padding:0;
		margin:0;
	}
	.copyrights a,
	.copyrights li,
	.copyrights p {
		line-height: 24px;
		font-size: 14px;
	    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
		color:#848484;
		padding:0;
	}
	.copyrights li {
		margin-left: 20px;
	}

/* ----------------------------------------------------
	TITLES
------------------------------------------------------- */

	.home-text-wrapper{display:table;width:100%;height:100%;text-align:center}
	.home-message{display:table-cell;height:100%;vertical-align:middle}

	.comingsoon p {
		font-size: 13px;
		color:#ffffff;
	}
	.comingsoon h1 {
		font-size: 150px;
		text-transform: uppercase;
		color:#ffffff;
		line-height: 1;
		font-weight: 400;
	}
	.comingsoon h4 {
		font-size: 30px;
		color:#ffffff;
		text-transform: uppercase;
		line-height: 2;
		font-weight: 400;
	}
	body.maintenance #custom-search-input {
	    background-color: rgba(255, 255, 255, 0.1);
	    border-color: #9c9e9c;
	    font-size: 14px;
	    max-width: 400px;
	    padding: 0 10px;
		-webkit-border-radius: 4px 4px 4px 4px;
		-moz-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
	}
	body.maintenance #custom-search-input i{
		color:#9c9e9c;
		margin-top: -1px;
		border-radius: 0 !important;
	}
	body.maintenance #custom-search-input input {
		font-size: 14px
	}
	body.maintenance #custom-search-input button {
		border-left: 1px solid #9c9e9c;
		margin: 0;
		border-radius: 0 !important;
	}
	.notfound p {
		color:#222222;
		font-size: 14px;
	}
	#custom-search-input{
	    padding: 3px;
	    max-width: 320px;
	    margin: 10px auto 0;
	    border: solid 1px #e5e5e5;
	    border-radius: 0;
	    background-color: #fff;
	}
	#sidebar #custom-search-input {
		margin: 0 auto;
	}
	#custom-search-input input{
	    border: 0;
	    box-shadow: none;
	}
	#custom-search-input button{
	    margin: 2px 0 0 0;
	    background: none;
	    box-shadow: none;
	    border: 0;
	    color: #666666;
	    padding: 0 8px 0 10px;
	}
	#custom-search-input button:hover{
	    border: 0;
	    box-shadow: none;
	    border-left: solid 1px #ccc;
	}
	#custom-search-input .glyphicon-search{
	    font-size: 23px;
	}
	.small-title,
	.big-title {
		display: block;
		overflow: hidden;
		position: relative;
	}
	.small-title h3,
	.big-title h3 {
	    font-size: 36px;
	    font-weight: 700;
	    line-height: 36px;
	    margin: 0;
	    display: block;
	    position: relative;
	    padding: 0 0 10px;
	}
	.big-title h1 {
	    font-size: 150px;
	    font-weight: 700;
	    line-height: 1;
	    margin: 0;
	    display: block;
	    position: relative;
	    padding: 0 0 10px;
	}
	.big-title h2 {
		font-size: 30px;
	}
	.dark-blue .big-title h3 {
		color:#fff;
	}
	.big-title h3 {
		padding:0;
	}
	.big-title .lead {
	    font-size: 16px;
	    font-style: italic;
	    padding: 0;
	    font-size: 16px;
	    line-height: 32px;
	}
	.big-title hr {
		width: 90px;
		background-color: #ddd;
		border-color: #eeeeee;
		margin: 20px auto 25px;
	}
	.small-title h3 {
		font-size: 30px;
		line-height: 40px;
		padding:10px 0 0;
	}
	.small-title hr {
		width: 90px;
		border-color: #eeeeee;
		margin: 15px 0;
	}
	.f100 h3{
		font-size: 15px !important;
		font-weight: 400;
		margin-top:-20px;
		text-transform: uppercase;
	}
	.f400 h3{
		font-size: 30px !important;
		font-weight: 400;
	}
	.f24 h3 {
		font-size: 23px;
	}
	.small-title {
		padding-bottom: 15px;
	}
	.custom-title h3 {
		font-size: 30px;
		line-height: 40px;
		font-weight: bold;
	}
	.custom-title .lead {
		font-size: 18px;
		padding: 0;
		line-height: 30px;
	}
	.dark-blue .custom-title p,
	.dark-blue .custom-title h3 {
		color:#ffffff;
	}
	.blog-title h3 {
		margin-top: -10px;
		font-size: 36px;
		padding-top: 0 !important;
	}
	.blog-title hr {
	    border-color: #eeeeee;
	    margin: 15px 0 -10px;
	    width: 90px;
	}
	.owl-blog-item .blog-item {
		margin-top: 0;
		padding:0;
	}

/* ----------------------------------------------------
	SERVICES
------------------------------------------------------- */

	.parallax .service-box h3 {
		color:#fff;
	}
	.service-box h3 {
		font-size: 18px;
		line-height: 40px;
		padding:0;
		margin:0;
	}
	.service-box h3 span {
		width: 40px;
		height: 40px;
		line-height: 38px;
		font-size: 18px;
		text-align: center;
		padding:0 0 0 2px;
		display: inline-block;
		margin-right: 10px;
		-webkit-border-radius: 40px 40px 40px 40px;
		-moz-border-radius: 40px 40px 40px 40px;
		border-radius: 40px 40px 40px 40px;
	}
	.service-box.noradius h3 span {
		-webkit-border-radius: 2px 2px 2px 2px;
		-moz-border-radius: 2px 2px 2px 2px;
		margin-right: 20px;
		border-radius: 2px 2px 2px 2px;
		-ms-transform: rotate(45deg); /* IE 9 */
		-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
		transform: rotate(45deg);
	}
	.service-box.noradius h3 span i {
		-ms-transform: rotate(315deg); /* IE 9 */
		-webkit-transform: rotate(315deg); /* Chrome, Safari, Opera */
		transform: rotate(315deg);
	}
	.service-box.noradius p {
		padding:20px 0 0;
	}
	.service-box p {
		padding: 10px 0;
	}
	.service-box .alignleft {
	    display: block;
	    padding: 6px 0;
	    font-size: 18px;
	    position: relative;
	    z-index: 10;
	    height: 100px;
	}
	.service-box .check li {
		margin: 10px 0
	}
	.icon-container {
		width: 100px;
		height: 100px;
		line-height: 100px;
		text-align: center;
		margin:0 auto 20px;
		background-color: #f6f6f6;
		font-size: 36px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
	}
	.noradius {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.icon-container.noradius {
		background-color: #fdfcfc;
		border:1px solid #dedede;
	}
	.readmore {
		font-family: 'Noto Serif', Georgia, "Times New Roman", serif;
		font-size: 14px;
		font-style: italic;
		line-height: 34px;
		padding:0;
		margin:0;
	}
	.readmore:after {
		content: "\f0da";
		font-family: "FontAwesome";
		font-size: 13px;
		left: 0;
		color:#222222;
		padding-left:8px;
		position: relative;
		top: 0;
	}
	.text-widget p {
		padding-bottom: 0;
	}
	.text-widget .lead {
		font-size: 23px;
		line-height: 40px;
		font-weight: bold;
		color:#222;
	}
	.text-widget .lead a {
		text-decoration: underline !important;
	}

/* ----------------------------------------------------
	PORTFOLIO
------------------------------------------------------- */

	.carousel-control .fa {
	    background-color: #fff;
	    border:1px solid #f3f1f1;
	    color: #848484;
	    font-size: 24px;
	    padding: 35px 15px;
	    position: absolute;
	    top: 50%;
	    z-index: 5;
	}
	.carousel-control .fa-angle-left {
		left: -20px;
	}
	.carousel-control .fa-angle-right {
		right: -20px;
	}
	#sidebar.portfolio-sidebar {
		padding: 0 0 0 30px;
	}
	#sidebar.portfolio-sidebar .widget {
	    border-bottom: 0 none;
	    display: block;
	    margin-bottom: 0;
	    padding-bottom: 0;
	    position: relative;
	}
	#sidebar.portfolio-sidebar .widget-title {
		padding:0;
		margin-bottom: 5px;
	}
	.with-padding .item {
		padding:15px !important;
	}
	.portfolio-filter {
		margin-bottom: 45px;
	}
	.portfolio-filter li {
		background-color: #ffffff;
		border:1px solid #f3f3f3;
		padding: 10px 20px;
		margin: 0 !important;
	}
	.portfolio-filter li a {
		color:#848484;
		font-size: 14px;
	}
	.masonry_wrapper {
		display: block;
		position: relative;
		overflow: hidden;
		padding:4px;
		background-color: transparent;
	}
	.isotope-item {
	  z-index: 2;
	}
	.isotope-hidden.isotope-item {
	  pointer-events: none;
	  z-index: 1;
	}
	.isotope,
	.isotope .isotope-item {
	  -webkit-transition-duration: 0.8s;
		 -moz-transition-duration: 0.8s;
		  -ms-transition-duration: 0.8s;
		   -o-transition-duration: 0.8s;
			  transition-duration: 0.8s;
	}
	.isotope {
	  -webkit-transition-property: height, width;
		 -moz-transition-property: height, width;
		  -ms-transition-property: height, width;
		   -o-transition-property: height, width;
			  transition-property: height, width;
	}
	.isotope .isotope-item {
	  -webkit-transition-property: -webkit-transform, opacity;
		 -moz-transition-property:    -moz-transform, opacity;
		  -ms-transition-property:     -ms-transform, opacity;
		   -o-transition-property:      -o-transform, opacity;
			  transition-property:         transform, opacity;
	}
	.isotope.no-transition,
	.isotope.no-transition .isotope-item,
	.isotope .isotope-item.no-transition {
	  -webkit-transition-duration: 0s;
		 -moz-transition-duration: 0s;
		  -ms-transition-duration: 0s;
		   -o-transition-duration: 0s;
			  transition-duration: 0s;
	}
	.item-h2,
	.item-h1 {
		height: 100% !important;
		height: auto !important;
	}
	.entry {
		position:relative;
		overflow:hidden;
		padding:0 !important;
		margin-bottom:0;
	}
	.entry img {
		width:100%;
	}
	.magnifier {
		position:absolute;
		top:0;
		background-color: rgba(255,255,255,0.67);
		left:0;
		bottom:0;
		right:0;
		zoom: 1;
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transition:all .3s ease-in-out;
		-moz-transition:all .3s ease-in-out;
		-ms-transition:all .3s ease-in-out;
		-o-transition:all .3s ease-in-out;
		transition:all .3s ease-in-out;
	}
	.entry:hover .visible-buttons,
	.entry:hover .magnifier {
		zoom: 1;
		filter: alpha(opacity=100);
		opacity: 1;
	}
	.visible-buttons i {
		width: 45px;
		height: 45px;
		background-color: #ffffff;
		margin:0 5px !important;
		line-height: 45px;
		font-size: 14px;
		display: inline-block;
		-webkit-border-radius: 3px 3px 3px 3px;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
	}
	.visible-buttons{
		margin: -20px auto;
		opacity: 0;
		position: absolute;
		text-align: center;
		-webkit-transition: all 0.7s ease 0s;
		-moz-transition: all 0.7s ease 0s;
		-ms-transition: all 0.7s ease 0s;
		-o-transition: all 0.7s ease 0s;
		transition: all 0.7s ease 0s;
		top:45%;
		left:0;
		width: 100%;
		right: 0;
		position: absolute;
		text-align: center;
	}
	.portfolio-item .visible-buttons {
		top:0;
	}
	#content .visible-buttons,
	.with-desc .portfolio-item .visible-buttons {
		margin:0 auto !important;
	}
	.portfolio-item:hover .visible-buttons {
		top:45%;
	}
	.blog-item:hover .visible-buttons {
		top:50%;
	}
	.visible-buttons h3,
	.visible-buttons h3 a,
	.visible-buttons small {
		padding:0;
		color:#ffffff;
	}
	.visible-buttons h3,
	.visible-buttons h3 a {
		font-size: 24px;
		padding: 10px 0 5px;
	}
	.visible-buttons small {
		font-style: italic;
		font-size: 13px;
		font-family: 'Noto Serif', Georgia, "Times New Roman", serif;
	}
	.small-text .item .visible-buttons h3 a,
	.small-text .item .visible-buttons h3 {
		font-size: 18px;
		padding:5px 0 0;
	}
	.small-text .item .visible-buttons small {
		font-size: 13px;
	}
	.small-text .item .visible-buttons i {
	    font-size: 11px;
	    height: 30px;
	    margin:0 !important;
	    line-height: 30px;
	    width: 30px;
	}
	.visible-portfolio-title {
		padding: 20px 20px 10px;
	}
	.visible-portfolio-title h3,
	.visible-portfolio-title h3 a {
		font-size: 24px;
		padding-bottom: 5px;
	}
	.visible-portfolio-title small {
		font-style: italic;
		font-size: 14px;
		font-family: 'Noto Serif', Georgia, "Times New Roman", serif;
	}
	.f20 .visible-portfolio-title h3,
	.f20 .visible-portfolio-title h3 a {
		font-size: 20px;
		padding-bottom: 5px;
	}
	.f18 .visible-portfolio-title h3,
	.f18 .visible-portfolio-title h3 a {
		font-size: 16px;
		padding-bottom: 5px;
	}
	.light-font h3 {
		font-weight: 400;
	}
	.media-element img {
		width:100%;
	}

/* ----------------------------------------------------
	TEAM MEMBER
------------------------------------------------------- */

	.team-member .visible-buttons {
		top:50%;
	}
	.team-member .social a {
		margin: 0 5px 0 0
	}
	.team-member p {
		padding-top: 20px;
	}
	.team-member h3 {
	    font-size: 18px;
	    padding: 20px 0 5px;
	}
	.team-member  small {
		font-style: italic;
		font-size: 14px;
		font-family: 'Noto Serif', Georgia, "Times New Roman", serif;
	}
	.team-member.circle-style .magnifier {
		-webkit-border-radius: 500px;
		-moz-border-radius: 500px;
		border-radius: 500px;
	}

/* ----------------------------------------------------
	ELEMENTS
------------------------------------------------------- */

	.statwrap {
		padding:110px 0;
		position: relative;
		display: block;
	}
	.margin-center {
	    display: block;
	    left: 25%;
	    margin: 0 auto;
	    padding: 5px;
	    right: 0;
	    width: auto;
	    position: relative;
	}
	.statwrap .stat-count {
	    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
	    font-size: 48px;
	    font-weight: bold;
	    line-height: 40px;
	    color:#ffffff;
	    display: block;
	}
	.statwrap small {
		font-style: italic;
		padding-top: 8px;
		display: block;
		color:#ffffff;
		font-size: 16px;
		line-height: 40px;
		text-transform: capitalize;
		letter-spacing: 0.4px;
		font-family: 'Noto Serif', Georgia, "Times New Roman", serif;
	}
	.statwrap i {
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 18px;
		text-align: center;
		padding:0;
		color:#ffffff;
		background-color: #ffffff;
		display: inline-block;
		margin-right: 20px;
		-webkit-border-radius: 70px 70px 70px 70px;
		-moz-border-radius: 70px 70px 70px 70px;
		border-radius: 70px 70px 70px 70px;
	}
	.small-counts small {
	    color: #848484;
	    font-size: 14px;
	    padding:5px 0 0;
	    letter-spacing: 0;
	}
	.small-counts .statwrap {
		padding:0 15px;
	}
	.small-counts .statwrap .stat-count {
		font-size: 36px;
		line-height: 30px;
	}
	.parallax-video-message {
		padding: 60px 0;
	}
	.parallax-video-message h3 {
		font-size: 36px;
		font-weight: 300;
		font-family: Open Sans;
		color:#ffffff;
		padding:0 0 40px;
		font-style: italic;
	}
	.parallax-video-message h4 {
		font-weight: bold;
		font-size: 14px;
		padding:0;
		margin:0;
		color:#ffffff;
		text-transform: uppercase;
	}
	.big-message {
		padding:100px 0;
	}
	.big-message h2 {
		font-weight: 400;
		padding:0;
		margin:0;
		line-height: 60px;
		font-size: 36px;
		color:#ffffff;
	}
	.big-message.font-400 h2 {
		font-weight: 400;
	}

	.tagline-msg {
		padding: 20px 40px;
	}
	.tagline-msg-inner {
		padding:25px;
		border:1px dashed #67b4e7;
	}
	.tagline-msg h3 {
		font-size: 24px;
		color:#ffffff;
		line-height: 38px;
	}
	.tagline-msg .btn-theme {
		width: 100%;
		background-color: #ffffff !important;
	}
	.tagline-message h2 {
		padding:0;
		margin:0;
		line-height: 60px;
		font-size: 30px;
		color:#ffffff;
	}
	.tagline-message h2  {
		display: inline-block;
	}
	.tagline-message .btn {
		font-size: 14px !important;
	}
	.btn-white {
		background-color: #fdfcfc;
		border:1px solid #f3f3f3;
	}
	.btn-white:hover {
		background-color: #fff;
		border:1px solid #fdfcfc;
	}

/* ----------------------------------------------------
	PRICING BOX
------------------------------------------------------- */

	.pricing-box {
		border:1px solid #f3f3f3;
		padding:25px 0 40px;
	}
	.pricing-style-2 {
		background-color: #fafafa;
		-webkit-border-radius: 20px 20px 0 0;
		-moz-border-radius: 20px 20px 0 0;
		border-radius: 20px 20px 0 0;
		padding-bottom: 0;
	}
	.pricing-style-2 h3 {
	    font-size: 18px !important;
	    font-weight: 400;
	    line-height: 40px;
	    text-transform: uppercase !important;
	}
	.pricing-style-2 .btn {
		margin-top: 10px;
		margin: 10px -1px -1px -1px;
		display: block;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
	}
	.pricing-box p {
		font-size: 72px;
		padding:40px 0 10px;
		color:#222222;
	}
	.pricing-box small {
		font-size: 18px;
		margin-left: -15px;
	}
	.pricing-box sup {
	    bottom: auto !important;
	    font-size: 36px;
	    vertical-align: top;
	}
	.pricing-box hr {
		border-color: #f3f3f3;
	}
	.pricing-box h3 {
		font-size: 30px;
		line-height: 40px;
		font-weight: 400;
	}
	.pricing li {
		list-style: none;
		margin:25px 0;
	}
	.pricing-box:hover hr {
		border-color:#333;
	}
	.pricing-box:hover p {
		color:#fff;
	}

/* ----------------------------------------------------
	ACCORDION
------------------------------------------------------- */

	.position-image img {
		position: absolute;
		left: 0;
		width: 100%;
		top:0;
		padding:10px;
		z-index: -1;
	}
	.about-common {
	    margin: 0 auto;
	    padding: 80px 0;
	}
	.about-accordion .panel-heading {
	    background-color: transparent;
	    border-color: transparent;
	    color: #222;
	    font-size: 18px;
	    padding: 0;
	}
	.about-accordion .panel-group .panel-heading + .panel-collapse > .panel-body,
	.about-accordion .panel-group .panel-heading + .panel-collapse > .list-group {
		border:0;
		box-shadow: none;
	}
	.about-accordion .panel-title {
		border:0;
		padding:0;
	}
	.about-accordion .panel-default {
		border:0;
	}
	.about-accordion .panel-title i {
		width: 55px;
		line-height: 55px;
		height: 55px;
		margin-right: 10px;
		text-align: center;
		background-color: #f3f1f1;
		font-size: 18px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.about-accordion .panel-body {
		padding:1em 0 0 5em;
	}
	.about-accordion .panel-default {
		margin-bottom: 20px;
	}
	.accordion-toggle-2 .panel-body {
	    box-shadow: 1px 3px 3px #eee;
	    background-color: #fdfcfc;
	}
	.accordion-toggle-2 .panel-group .panel-heading + .panel-collapse > .panel-body,
	.accordion-toggle-2 .panel-group .panel-heading + .panel-collapse > .list-group {
		border-top:0;
	}
	.accordion-toggle-2 .panel-heading {
	    background-color: #ffffff !important;
	    border-radius: 0 !important;
	    padding: 15px 15px;
	}
	.accordion-toggle-2 .panel,
	.accordion-toggle-2 .panel-heading {
	    background-color: #fff;
	    border-color: #ededed;
	    box-shadow: 1px 3px 3px #eee;
	    border-bottom: 0 solid #fff;
	}
	.accordion-toggle-2 .panel-heading h4 i {
	    color: #848484;
	    border:1px solid #aaa;
	    height: 20px;
	    line-height: 20px;
	    font-size: 11px;
	    position: absolute;
	    right: 10px;
	    top:12px;
		-webkit-border-radius: 20px;
	    -moz-border-radius: 20px;
	    border-radius: 20px;
	    margin-right: 10px;
	    text-align: center;
	    width: 21px;
	    vertical-align: text-top;
	}
	.accordion-toggle-2 .panel-heading h4 {
	    display: inline-block;
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 1.4;
	    margin: 0;
	    width: 100%;
	    padding: 0;
	}
	.accordion-toggle-2 .panel-group .panel + .panel {
		margin:-2px 0;
	}
	.accordion-toggle-2 .panel-title {
	    line-height: 16px;
	}
	.accordion-toggle-2 .panel {
		margin-bottom: 10px !important;
	    border-color: #f5f5f5;
	    border-radius: 0 !important;
	    box-shadow: none;
	}
	.accordion-toggle-2 p {
		padding-bottom: 0;
	}
	.accordion-toggle-2 .panel-heading {
		padding:0;
	}
	.accordion-toggle-2 .panel-title a {
	    padding: 15px;
	    width: 100%;
	    display: block;
	}
	.accordion-toggle-2 .panel-title a i {
		color:#ffffff;
		border-color: #ffffff;
	}
	.accordion-toggle-2 .panel-title .collapsed {
	    background-color: #ffffff !important;
	    border-color: #ffffff !important;
	    color: #222222 !important;
	    padding: 15px;
	    width: 100%;
	    display: block;
	}
	.accordion-toggle-2 .panel-title .collapsed i {
		color:#848484;
		border-color:#848484;
	}

/* ----------------------------------------------------
	TESTIMONIALS & CLIENTS
------------------------------------------------------- */

	.clients {
		padding:35px 0;
	}
	.client-logo img {
		margin: 0 auto;
		width: auto;
		display: block;
		text-align: center;
	}
	.testi-item h3 {
		font-size: 20px;
	    width: auto;
	    font-weight: bold;
	    display: inline-block;
	    color: #fff;
	}
	.testi-item h3 small {
		font-size: 14px;
		font-style: italic;
		font-family: 'Noto Serif', Georgia, "Times New Roman", serif;
	}
	.testi-item img {
		margin-top: -15px;
	}
	.testi-item .lead {
		color:#fff;
		padding-bottom: 0;
		padding-top: 15px;
		font-size: 18px;
		line-height: 36px;
		letter-spacing: 0.4px;
	}
	.testi-item {
		padding:60px 0 80px;
	}
	.section.white .testi-item .lead {
		color:#848484;
	}
	.section.white .testi-item h3 {
		color:#222222;
	}
	.dark-blue .testi-item small {
		color:#ffffff;
	}

/* ----------------------------------------------------
	TABS
------------------------------------------------------- */

	.nav-tabs > li > a {
		border:0 !important;
	}
	.nav-tabs > li  {
	    border: 1px solid #f3f1f1 !important;
	    color: #c1c1c1 !important;
	    line-height: 1;
	    font-size: 14px;
	    margin-right: 10px;
	    background-color: #fdfcfc;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.nav-tabs > li:focus a,
	.nav-tabs > li:hover a,
	.nav-tabs > li.active a {
		color:#ffffff !important;
	}
	.tab-content > .tab-pane {
		padding:2em 0;
		border:0;
	}
	.nav-tabs {
		border-bottom: 0;
	}

/* ----------------------------------------------------
	SKILLS PROGRESS
------------------------------------------------------- */

	.skills {
	    display: block;
	    overflow:hidden;
	    position: relative;
	}
	.parallax .skills p {
		color: #ffffff;
	}
	.skills p {
	    color: #222222;
	    font-size: 14px;
	    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
	    margin-left: 0;
	    padding-bottom: 0;
	    text-transform: capitalize;
	}
	.progress {
	    background-color: #f6f6f6;
	    border-radius: 0;
	    box-shadow: none;
	    height: 9px;
	    margin: 11px 0;
	}
	.progress-bar {
		float: left;
		width: 0%;
		height: 100%;
		overflow:visible;
		font-size: 12px;
		line-height: 20px;
		color: #ffffff;
		text-align: center;
		background-color: #030303;
		-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
		box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
		-webkit-transition: width 1.1s ease;
		-o-transition: width 1.1s ease;
		transition: width 1.1s ease;
	}
	.progress {
		overflow:initial;
		position: relative;
	}
	.progress .progress-bar {
		position: absolute;
		z-index:10;
		line-height: 20px;
	}
	.progress .progressbar-back-text {
		position: absolute;
		width: 100%;
		height: 100%;
		font-size: 12px;
		line-height: 20px;
		text-align: center;
	}
	.progress .progressbar-front-text {
		width: 100%;
		font-size: 12px;
		line-height: 20px;
	}
	.progress-bar span {
	    background: rgba(0, 0, 0, 0) url("images/progress_bg.png") no-repeat scroll center center;
	    color: #848484 !important;
	    display: block;
	    font-size: 12px;
	    height: 35px;
	    line-height: 35px;
	    overflow: visible;
	    position: absolute;
	    right: 0 !important;
	    text-align: center;
	    top: -40px;
	    width: 40px;
	    z-index: 9999;
	    right: -40px !important;
	}

/* ----------------------------------------------------
	BLOG STYLES
------------------------------------------------------- */

	.blog-desc {
		display: block;
		margin-top: 20px;
	}
	.blog-desc span {
	    border-radius: 3px;
	    display: block;
	    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
	    font-size: 16px;
	    line-height: 24px;
	    padding: 10px 6px;
	    position: relative;
	    text-align: center;
	    z-index: 10;
	    margin-top: 7px;
	}
	.blog-desc p {
		padding-bottom: 5px;
	}
	.blog-desc h3,
	.blog-desc h3 a {
		font-size: 18px;
		line-height: 28px;
	}
	.blog-meta {
		margin: 5px 0 2px;
	}
	.blog-meta li a {
		color:#848484;
	}
	.blog-meta li {
		margin-right: 3px;
	}
	.blog-meta li i {
		margin-right: 4px;
	}
	.blog-wrapper .blog-desc {
		margin-left:85px;
		margin-top: 20px !important;
		display: block;
		position: relative;
	}
	.blog-fullwidth .blog-desc {
		margin-left: 0;
	}
	.blog-wrapper .datetime {
	    display: block;
	    font-family: Montserrat;
	    font-size: 24px;
	    line-height: 26px;
	    margin: 0 20px 0 0;
	    padding: 20px 10px;
	    position: relative;
	    text-align: center;
	}
	.blog-fullwidth .datetime {
		margin-bottom: 100px;
	}
	.blog-wrapper .blog-meta li {
		margin-right: 15px;
	}
	.blog-wrapper {
		margin-bottom: 60px;
	}
	.blog-wrapper .blog-desc h3,
	.blog-wrapper .blog-desc h3 a {
	    font-size: 24px;
	    line-height: 32px;
	}
	.blog-wrapper .blog-meta {
		padding:5px 0;
	}
	.link-post {
		padding:30px;
		margin-bottom: 15px;
	}
	.blog-wrapper .blog-desc.nopadtop {
		padding-top:0; !important;
		margin-top: 0 !important
	}
	.link-post h3,
	.link-post p a {
		color:#ffffff;
	}
	.quote-post {
		padding: 30px;
		background: url(upload/quote.jpg) no-repeat center center scroll;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.quote-post .blog-meta li a,
	.quote-post p {
		color:#fff !important;
	}
	.masonry_wrapper .blog-meta li a {
		font-size: 13px;
	}
	.quote-post small {
		color:#ffffff;
		margin-bottom: 20px;
		font-weight: bold;
		font-style: italic;
		display: block;
		font-size: 18px;
		text-align: center;
	}
	.blog-list-style .entry {
		margin-top: 10px;
	}

	.blog-list-style .visible-buttons {
		top:40% !important;
	}
	.post-bottom .prevnext a {
		color:#848484;
		font-size: 14px;
		text-transform: uppercase;
		font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	}
	.post-bottom .prevnext {
		margin-top: 5px;
	}
	.post-bottom .prevnext a i {
		padding:0 5px;
	}
	.authorbox {
		margin-top:50px;
		border-top:1px solid #f6f6f6;
		border-bottom: 1px solid #f6f6f6;
		padding:30px 0;
	}
	.author-wrap img {
		margin-top: 10px;
	}
	.authorbox .small-title h3 {
		padding: 0;
	}
	.comments-list li {
		list-style: none;
		padding:20px 0;
	}
	.comments-list li ul li ul li,
	.comments-list li ul li {
		padding-left: 80px;
	}
	.comments-list li small {
		font-family: 'Noto Serif', Georgia, "Times New Roman", serif;
		font-size: 14px;
		display: block;
		margin: 5px 0 15px;
		font-style: italic;
	}

/* ----------------------------------------------------
	BUTTONS
------------------------------------------------------- */

	.btn {
		font-weight: 400;
		font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
		-webkit-border-radius: 6px !important;
		-moz-border-radius: 6px !important;
		border-radius: 6px !important;
	}
	.btn-default {
		background-color: #222222 !important;
		border-color:#222222 !important;
		color:#ffffff !important;
	}
	.button {
		border: none;
		background: none;
		position: relative;
		z-index: 1;
		-webkit-backface-visibility: hidden;
		-moz-osx-font-smoothing: grayscale;
	}
	.button:focus {
		outline: none;
	}
	.button > span {
		vertical-align: middle;
	}
	.btn-black,
	.btn-theme {
		overflow: hidden;
		padding: 0;
		-webkit-transition: border-color 0.3s, background-color 0.3s;
		transition: border-color 0.3s, background-color 0.3s;
		-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	}
	.btn-black::after,
	.btn-theme::after {
		content: attr(data-text);
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0;
		color: #fff;
		-webkit-transform: translate3d(0, 25%, 0);
		transform: translate3d(0, 25%, 0);
	}
	.btn-black > span,
	.btn-theme > span {
		display: block;
	}
	.btn-black::after,
	.btn-black > span,
	.btn-theme::after,
	.btn-theme > span {
		padding: 16px 24px;
		-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
		transition: transform 0.3s, opacity 0.3s;
		-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	}
	.btn-black:hover::after,
	.btn-theme:hover::after {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.btn-black:hover > span,
	.btn-theme:hover > span {
		opacity: 0;
		-webkit-transform: translate3d(0, -25%, 0);
		transform: translate3d(0, -25%, 0);
	}

/* ----------------------------------------------------
	RESPONSIVE
------------------------------------------------------- */

	@media (max-width: 2400px) {
		.topbar .container-fluid,
		.header-absolute-white .container-fluid,
		.header-absolute-dark .container-fluid,
		.header-transparent .container-fluid,
		.header-white .container-fluid {
			width: 70%;
		}
	}
	@media (max-width: 1750px) {
		.topbar .container-fluid,
		.header-absolute-dark .container-fluid,
		.header-absolute-white .container-fluid,
		.header-transparent .container-fluid,
		.header-white .container-fluid {
			width: 80%;
		}
	}
	@media (max-width: 1550px) {
		.topbar .container-fluid,
		.header-absolute-dark .container-fluid,
		.header-absolute-white .container-fluid,
		.header-transparent .container-fluid,
		.header-white .container-fluid {
			width: 90%;
		}
	}
	@media (max-width: 1450px) {
		.topbar .container-fluid,
		.header-absolute-dark .container-fluid,
		.header-absolute-white .container-fluid,
		.header-transparent .container-fluid,
		.header-white .container-fluid {
			width: 95%;
		}
		.fullwidth-image.aboutimg {
			left: -40%;
		}
	}
	@media (max-width: 1350px) {
		.topbar .container-fluid,
		.header-absolute-dark .container-fluid,
		.header-absolute-white .container-fluid,
		.header-transparent .container-fluid,
		.header-white .container-fluid {
			width: 95%;
		}
		.topbar .btn-group {
			margin-left: 0;
		}
		.fullwidth-image.aboutimg {
			left: -50%;
		}
	}
	@media (max-width: 1250px) {
		.topbar .container-fluid,
		.header-absolute-dark .container-fluid,
		.header-absolute-white .container-fluid,
		.header-transparent .container-fluid,
		.header-white .container-fluid {
			width:95%;
		}
		.topbar .btn-group {
			margin-left: 0;
		}
		.top-details span {
			margin:0;
		}
		.topbar .social a {
			margin: 0 -1px;
		}
	}
	@media (max-width: 1000px) {
		.header-transparent {
			background-color: #222222;
			top:0;
		}
		.about-common {
			padding-left: 30px;
			padding-right: 30px;
		}
		.aboutimg{
			display: none !important;
			left: 0;
		}
		.topbar .text-right,
		.topbar {
			float: none;
			text-align: center;
		}
	}
	@media (min-width: 992px) {
	  	.yamm-fw {
	    	position: relative;
	  	}
	  	.yamm-fw:hover > ul {
		    visibility: visible;
		    opacity: 1;
		    top: 100%;
	  	}
	  	.navbar-nav .yamm-fw ul {
		    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
		    -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
		    -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
		    transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
	  	}
		.yamm-fw .dropdown-menu {
		    min-width: 240px;
		    padding: 0;
		    -webkit-border-radius: 0;
		    -moz-border-radius: 0;
		    border-radius: 0;
	  	}
	    .yamm-fw > ul {
		    position: absolute;
		    top: 130%;
		    visibility: hidden;
		    display: block;
		    opacity: 0;
		    left: 0;
	    }
	    .yamm-fw > ul.start-right {
		    right: 0;
		    left: auto;
	  	}
	  	.yamm-fw > ul li {
	    	position: relative;
	  	}
	  	.yamm-fw > ul li:hover > ul {
		    visibility: visible;
		    opacity: 1;
		    left: 100%;
	  	}
	    .yamm-fw > ul li:hover > ul.show-right {
		    right: 100%;
	  	}
	}
	@media (max-width: 980px) {
		.yamm .dropdown.yamm-fw .dropdown-menu {
			margin-top: 0;
		}
		.yamm .dropdown.yamm-fw .yamm-content ul li:hover, .yamm .dropdown.yamm-fw .yamm-content ul li:focus {
			background-color: transparent !important;
		}
		.yamm .dropdown.yamm-fw .dropdown-menu ul li a {
		    padding: 5px 0 !important;
		    width: 100%;
		    display: block;
		}
		.navbar-default .navbar-nav .dropdown-menu li a {
		    line-height: 1.6;
		    color: #222 !important;
		    border: 0 !important;
		    background: none !important;
		}
		.yamm .dropdown.yamm-fw p,
		li.dropdown.cartbutton,
		.countbadge {
			display: none;
		}
		.navbar-default .navbar-nav .dropdown-menu li a {
			line-height: 1.6;
		}
		.service-box {
			margin: 30px 0;
		}
	}
	@media (max-width: 680px) {
		.big-message h2 {
			font-size: 18px;
			line-height: 2;
		}
		.tagline-message h2 {
		    display: block !important;
		    text-align: center;
		    width: 100%;
		    font-size: 15px;
		}
		.blog-desc span {
			display: none;
		}
		.service-box .alignleft {
			width: 60px;
			height: 60px;
			line-height: 60px;
			float:none;
		}
		.common-height {
			padding:50px 25px;
		}
		.service-box {
			margin: 30px 0;
		}
		.tp-caption.slider_btn .btn,
		.slider_btn .btn {
			font-size: 11px !important;
			line-height: 24px !important;
			padding:3px 10px !important;
		}
	}
	@media (max-width: 380px) {
		.tp-caption.slider_btn .btn,
		.slider_btn .btn {
			display: none;
		}
	}

/* ----------------------------------------------------
	EXTRAS
------------------------------------------------------- */

	body#landingpage .btn {
		min-width: 150px;
		font-size: 14px;
		color:#ffffff !important;
	}
	body#landingpage .lead {
		font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 16px;
		font-style: normal;
		line-height: 30px;
	}
	body#landingpage .small-title h3 {
		text-transform: capitalize;
		font-size: 60px;
		padding:20px 0 10px;
		font-weight: bold;
	}
	body#landingpage .demo h3 {
		text-transform: uppercase;
		font-size: 24px;
		padding:20px 0 10px;
		font-weight: bold;
	}
	body#landingpage .footer .widget-title h3 {
		font-size: 18px !important;
		padding:0 !important;
	}
	body#landingpage .big-message .btn {
		font-size: 14px;
		padding:15px 30px;
		text-transform: capitalize;
	}
	body#landingpage .section.fullscreen {
		padding:60px 0 !important;
	}
	.smallhover .visible-buttons {
		margin: 10px auto;
	}
	body#landingpage .header-transparent .container-fluid {
		width: 90% !important;
	}
	body#landingpage .magnifier {
		background-color: rgba(255,255,255,0.8);
	}
	body#landingpage .magnifier.active {
		background-color: rgba(255,255,255,0.8);
		opacity: 1;
		display: block;
	}
	body#landingpage .magnifier .btn {
		text-transform: capitalize !important;
		font-weight: 600;
	}
	body#landingpage .footer .btn {
		min-width: auto;
	}

	.d01 h3 a{
		color:#2896df;
	}
	.d02 h3 a{
		color:#5cb85c;
	}
	.d03 h3 a{
		color:#1ba1e2;
	}
	.d04 h3 a{
		color:#1f74ac;
	}
	.d05 h3 a{
		color:#b2a463;
	}
	.d06 h3 a{
		color:#fb7259;
	}
	.d07 h3 a{
		color:#677742;
	}
	.d08 h3 a{
		color:#cfb05f;
	}
	.d09 h3 a{
		color:#0088cc;
	}
	.d10 h3 a{
		color:#d81c0a;
	}
	.d11 h3 a{
		color:#0db7c4;
	}
	.d12 h3 a{
		color:#6ab346;
	}
	.d13 h3 a{
		color:#bf9958;
	}
	.d14 h3 a{
		color:#f03939;
	}
	.d15 h3 a{
		color:#eb2a73;
	}
	.d16 h3 a{
		color:#f287ba;
	}
	.d17 h3 a{
		color:#ecc731;
	}
	.d18 h3 a{
		color:#f7553a;
	}
	.d19 h3 a{
		color:#f1c00a;
	}
	.d20 h3 a{
		color:#f58c3e;
	}
	.d21 h3 a{
		color:#00b6f1;
	}
	.demo {
		margin-bottom: 30px;
	}
	.copyrights.white {
		padding:120px 0;
		background-color: #fff;
	}
	.copyrights.white .btn {
		padding:20px 50px;
		font-weight: bold;
		font-size: 24px !important;
		text-transform: capitalize;
		margin-top: 30px;
	}

	.copyrights.white h3 {
		font-family: Open Sans;
		font-weight: 600;
		line-height: 60px;
		padding:30px 0 0;
		font-size: 40px;
	}
	.landingwrapper {
		background: url(upload/landing_01.jpg) no-repeat center center;
		min-height: 1420px;
	}
	body#landingpage .big-title h3 {
		padding-top: 36px;
		font-size: 40px;
		font-weight: 400;
		line-height: 58px;
		font-family: 'Droid Serif', serif;
	}
	.slider_text,
	.tp-caption.slider_text {
		font-family: 'Droid Serif', serif;
		font-style: italic;
		font-size: 36px;
		color:#ffffff;
		line-height: 28px;
	}
	.nopad {
		padding:0 !important;
	}
	.abright {
		position: absolute;
		right: 0;
		left:auto;
	}
	.abright a {
		color:#ffffff !important;
		font-family: Montserrat;
		font-weight: bold;
		font-size: 24px !important;
		background-color: transparent !important;
	}
	.ableft {
		position: absolute;
		left: 0;
		right:auto;
	}
	body#landingpage .header-transparent  {
		padding:0;
		top:0;
		border-bottom:1px solid #242424;
	}
	body#landingpage .header-transparent .borderright {
		border-right:1px solid #242424;
	}
	body#landingpage .header-transparent p a,
	body#landingpage .header-transparent p {
		padding:0;
		font-family: 'Montserrat', serif;
		font-size: 18px;
		color:#ffffff;
	}
	body#landingpage .header-transparent p {
		min-height: 100px;
		line-height:100px !important;
	}
	body#landingpage .check {
		padding-left: 20px;
	}
	body#landingpage .check li:before {
		content: "\f00c";
		color:#999999;
		font-size: 18px;
		padding-right: 10px;
	}
	body#landingpage .check li {
		font-family: 'Oswald', serif;
		font-size: 18px;
		line-height: 36px;
		color:#999999;
		padding:0;
		margin:0;
		letter-spacing: 0.4px;
	}
	body#landingpage .big-title  {
		min-height: 201px;
	}
	body#landingpage .big-title img {
		position: absolute;
		top:0;
		bottom:0;
		left:0;
		right: 0;
		margin:auto;
		z-index: -1;
		display: block;
		height: 201px;
	}
	@media (max-width: 1024px) {
		.ableft,
		.abright {
	       left:0 !important;
	       position: relative;
	       right: 0 !important;
	       width: 100%;
	    }
	}
	@media (max-width: 1288px) {
		body#landingpage .header-transparent p,
		body#landingpage .header-transparent p a, body#landingpage .header-transparent p,
		.abright a {
			font-size:14px !important;
			line-height: 1 !important;
			padding-top: 40px;
			height: 50px !important;
		}
	}




	.lists-elements {
	 	margin: 0;
	  	overflow: hidden;
	  	padding: 0 0 1px 1px;
	  	width: calc(100% - 1px);
	}

	.lists-elements li {
	  	float: left;
	  	cursor: default;
	  	list-style: none outside none;
		margin: 0;
		width: 25%;
	}
	.lists-elements li .box {
		border-width: medium medium 1px 1px;
	    display: block;
	    padding:30px;
	    width: 100%;
	    height: 100%;
	    text-align: center;
	    margin: 0;
	    overflow: hidden;
	    position: relative;
	    background: #ffffff none repeat scroll 0 0;
	    border-color: #f3f3f3;
	    border-image: none;
	    border-style: none none solid solid;
	}

	.lists-elements li:nth-child(1) .box,
	.lists-elements li:nth-child(2) .box,
	.lists-elements li:nth-child(3) .box,
	.lists-elements li:nth-child(4) .box {
	    border-top: 1px solid #f3f3f3;
	}

	.lists-elements li:nth-child(5) .box,
	.lists-elements li:nth-child(1) .box {
	    border-left:1px solid #f3f3f3;
	}

	.lists-elements li:nth-child(4) .box,
	.lists-elements li:nth-child(8) .box {
	    border-right:1px solid #f3f3f3;
	}

	.lists-elements li:nth-child(5) .box,
	.lists-elements li:nth-child(6) .box,
	.lists-elements li:nth-child(7) .box,
	.lists-elements li:nth-child(8) .box {
	    border-bottom: 1px solid #f3f3f3;

	}
	.lists-elements li:hover .box {
		background-color: #FAFAFA;
	}

	hr.hrone { border: 0; height: 1px; background: #333; background-image: linear-gradient(to right, #ccc, #333, #ccc); }
	hr.hrtwo { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }
	hr.hrthree { border: 0; border-bottom: 1px dashed #ccc; background: #999; }
	hr.hrfour { height: 12px; border: 0; box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5); }
	hr.hrfive { border: 0; height: 0; /* Firefox... */ box-shadow: 0 0 10px 1px black; }
	hr.hrfive:after { /* Not really supposed to work, but does */ content: "\00a0"; /* Prevent margin collapse */ }
	hr.hrsix { border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
	hr.hrseven { height: 30px; border-style: solid; border-color: black; border-width: 1px 0 0 0; border-radius: 20px; }
	hr.hrseven:before { /* Not really supposed to work, but does */ display: block; content: ""; height: 30px; margin-top: -31px; border-style: solid; border-color: black; border-width: 0 0 1px 0; border-radius: 20px; }
	hr.hreight { padding: 0; border: none; border-top: medium double #333; color: #333; text-align: center; }
	hr.hreight:after { content: "§"; display: inline-block; position: relative; top: -0.7em; font-size: 1.5em; padding: 0 0.25em; background: white; }
	hr.hrnine { border: 0; height: 3px; background: #333; background-image: linear-gradient(to right, #ccc, #333, #ccc); }


	#tab-style-2 .nav-tabs > li  {
		border:0 !important;
		background-color: #ffffff !important
	}
	#tab-style-2 .nav-tabs > li > a {
		font-weight: bold;
		color:#333 !important;
	}
	#tab-style-2 .nav-tabs {
		border-bottom:1px solid #eee;
		padding-bottom:1px;
	}
	#tab-style-3 .tab-content > .tab-pane {
		padding:20px;
		border:1px solid #eee !important;
	}
	#tab-style-3 .nav-tabs > li  {
		border:1px solid #eee !important;
		background-color: #ffffff !important
	}
	#tab-style-3 .nav-tabs > li > a {
		font-weight: bold;
		color:#333;
		border-top:2px solid #ffffff !important;
	}
	#tab-style-3 .nav-tabs {
		border-bottom:1px solid #eee;
		padding-bottom:0;
	}

	#tab-style-4 .tab-content > .tab-pane {
		padding:20px;
		border:1px solid #eee !important;
	}
	#tab-style-4 .nav-tabs > li  {
		width: 25%;
		margin: 0 !important;
		text-align: center;
		border-radius: 0;
		border:1px solid #eee !important;
		background-color: #fdfcfc !important
	}
	#tab-style-4 .nav-tabs > li > a {
		font-weight: bold;
		color:#333 !important;
	}
	#tab-style-4 .nav-tabs {
		border-bottom:1px solid #eee;
		padding-bottom:0;
	}
	#tab-style-right .nav-tabs > li:focus,
	#tab-style-right .nav-tabs > li:hover a,
	#tab-style-left .nav-tabs > li:focus,
	#tab-style-left .nav-tabs > li:hover a {
		background-color: transparent !important;
	}
	#tab-style-right .nav-tabs > li,
	#tab-style-left .nav-tabs > li {
	    border-radius: 0;
	    color: #c1c1c1 !important;
	    font-size: 14px;
	    line-height: 1;
	    margin-right: 10px;
	    padding: 0 17px;
	}
	/* custom inclusion of right, left and below tabs */
	#tab-style-right .tab-content .tab-pane,
	#tab-style-left .tab-content .tab-pane {
		padding:0;
	}
	.tabs-right > .nav-tabs,
	.tabs-left > .nav-tabs {
	  border-bottom: 0;
	  min-height: 240px;
	}

	.tabs-left > .nav-tabs > li,
	.tabs-right > .nav-tabs > li {
	  float: none;
	  background-color: #fdfcfc;
	}

	.tabs-left > .nav-tabs > li > a,
	.tabs-right > .nav-tabs > li > a {
	  min-width: 74px;
	  margin-right: 0;
	  border-radius: 0;
	  margin-bottom: 0;
	}

	.tabs-left > .nav-tabs {
	  float: left;
	  margin-right: 20px;
	}

	.tabs-left > .nav-tabs > li > a {
	  margin-right: -1px;
	  -webkit-border-radius: 4px 0 0 4px;
	     -moz-border-radius: 4px 0 0 4px;
	          border-radius: 4px 0 0 4px;
	}

	.tabs-left > .nav-tabs > li > a:hover,
	.tabs-left > .nav-tabs > li > a:focus {
	  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
	}

	.tabs-left > .nav-tabs .active > a,
	.tabs-left > .nav-tabs .active > a:hover,
	.tabs-left > .nav-tabs .active > a:focus {
	  border-color: #ddd transparent #ddd #ddd;
	  *border-right-color: #ffffff;
	}

	.tabs-right > .nav-tabs {
	  float: right;
	  margin-left: 20px;
	  border-left: 0 solid #ddd;
	}

	.tabs-right > .nav-tabs > li > a {
	  margin-left: -1px;
	  -webkit-border-radius: 0 4px 4px 0;
	     -moz-border-radius: 0 4px 4px 0;
	          border-radius: 0 4px 4px 0;
	}

	.tabs-right > .nav-tabs > li > a:hover,
	.tabs-right > .nav-tabs > li > a:focus {
	  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
	}

	.tabs-right > .nav-tabs .active > a,
	.tabs-right > .nav-tabs .active > a:hover,
	.tabs-right > .nav-tabs .active > a:focus {
	  border-color: #ddd #ddd #ddd transparent;
	  *border-left-color: #ffffff;
	}

	/* Carousel */

	#quote-carousel {
	    padding: 0 10px 30px 10px;
	    margin-top: 0;
	    /* Control buttons  */
	    /* Previous button  */
	    /* Next button  */
	    /* Changes the position of the indicators */
	    /* Changes the color of the indicators */
	}
	#quote-carousel .carousel-control {
	    background: none;
	    color: #CACACA;
	    font-size: 2.3em;
	    text-shadow: none;
	    margin-top: 30px;
	}
	#quote-carousel .carousel-control.left {
	    left: -60px;
	}
	#quote-carousel .carousel-control.right {
	    right: -60px;
	}
	#quote-carousel .carousel-indicators {
	    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	    bottom: 0;
	    left: 0;
	    margin: 0 auto 15px;
	    right: 0;
	    top: auto;
	}
	#quote-carousel .carousel-indicators li {
	    width: 100px;
	    height: 100px;
	    margin: 5px;
	    cursor: pointer;
	    border-radius: 0;
	    border: 0 solid #CCC;
	    opacity: 0.4;
	    overflow: hidden;
	    transition: all 0.4s;
	}
	#quote-carousel .carousel-indicators .active {
	    width: 100px;
	    height: 100px;
	    border-radius: 0;
	    border:0;
	    opacity: 1;
	    overflow: hidden;
	}
	.carousel-inner {
	    min-height: 20px; /* 200 */
	}
	#quote-carousel blockquote {
	    border-left: none;
	    margin: 0 0 130px;
	    font-size: 18px !important;
	    line-height: 36px;
	    color:#848484;

	}
	#quote-carousel p {
	    border-left: none;
	    margin: 0 0 10px;
	    font-size: 18px !important;
	    line-height: 36px;
	    color:#848484;
	    position: relative;
	    padding:40px;
	    background-color: #ffffff;
	    -webkit-box-shadow:20px 18px 34px -32px rgba(0, 0, 0, 0.35);
		-moz-box-shadow:20px 18px 34px -32px rgba(0, 0, 0, 0.35);
		box-shadow:20px 18px 34px -32px rgba(0, 0, 0, 0.35);
	}
	#quote-carousel p:after {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(136, 183, 213, 0);
		border-top-color:  rgba(255,255,255,1);
		border-width: 14px;
		margin-left: -14px;
	}

	.item blockquote p:before {
	    content: "\f10d";
	    font-family: 'Fontawesome';
	    float: none;
	    margin-right: 10px;
	}
	.item blockquote p:after {
	    content: "\f10e";
	    font-family: 'Fontawesome';
	    float: none;
	    margin-left: 10px;
	}
	#quote-carousel h4 {
		font-style: normal;
		padding:30px 0 0 0;
		line-height: 1;
	}

	#quote-carousel small {
		font-style: normal;
		line-height: 1;
		font-family: Open Sans;
	}

	#testimonial-style-3 h3 {
		font-weight: 400;
		font-size: 18px;
		text-transform: uppercase;
		padding:15px 0 0;
	}

	#testimonial-style-3 small {
		font-style: italic;
		font-size: 14px;
	}
	.pb120 {
		padding-bottom: 120px;
	}
	.testimonial-style-4 hr {
		border-width: 3px;
		position: relative;
	}
	.testimonial-style-4 hr:after {
		top: 100%;
		left: 10%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(136, 183, 213, 0);
		border-top-color: #2896df;
		border-width: 5px;
		margin-left: -5px;
	}
	.testimonial-style-4 h5 {
		text-transform: uppercase;
	}
	.testimonial-style-4 small {
		font-size: 14px;
		font-family: Open Sans;
		font-style: italic;
	}
	.testimonials-style-5 h3,
	.paralbackground .big-title h3 {
		color:#ffffff;
	}
	.testimonials-style-5 h3 {
		padding-bottom: 15px;
	}
	.testimonials-style-5 .blog-desc small {
		font-size: 14px !important;
		padding:10px 0 0;
		display: block;
		font-family: Montserrat !important;
	}




/**
 * DR CUSTOM
 */

.shop-title .cart-button {
    top: -38px;
}

/**
 * jQuery validator
 */
.form-control.error {
    border: 2px solid #f00 !important;
}
#newsletterform-message {
    font-weight: bold;
    color: #fff;
}





