/*
Theme Name: sns-theme
Author: Sites n Stores
Author URI: http://www.sitesnstores.com.au
Description: SNS Theme
Version: Latest Version
*/

/* core styles */
html,body{
	height: 100%;
}
.container{
	/* padding: 0px  !important; */
	width: 100%!important;
	/* box-sizing: border-box; */
	/* clear: both; */
	/* float: left; */
	/* padding: 0px 15px !important; */
	/* width: 100%!important; */
	/* margin: 0px auto; */
}
.row{
	/* margin: 0px auto !important; */
}
body {
	font-family: 'Myriad Pro', sans-serif;
	/* width: 970px; */
	word-wrap: break-word;
	background-color: #000;
	/* background: url("/wp-content/uploads/2016/01/body-bg.jpg") no-repeat center center; */
	background-size: cover;
	font-size: 16px;
	-moz-background-size: cover;
	-webkit-background-size: cover;/*  */
	max-width: inherit;
	color: rgb(100,100,100);
	font-weight: 400;
}
.page-wrapper{
	background: #000; 
	width: 940px;
	margin: 0px auto;
	overflow-x:hidden;
	max-width: none;
	min-height: 100%;
	margin: 0px auto 0px;
	max-width: none;
}
/*.entry-content{
    max-width: 1170px;
    margin: 0px auto;
}*/
/* header section */
.site-branding{
	/* width: 42%; */
	/* float: left; */
	/* margin: 20px auto 12px; */
}
.site-branding img{
	/* margin: 23px 0px 0px 75px; */
}
.page-wrapper > header {
        /* background-color: #fff; */
        /* background: url("img/header-bg.jpg") no-repeat top center; */
        /* max-width: inherit; */
        /* background: #f47920; */
        padding: 30px 0px;
        /* min-height: inherit; */
        /* clear: both; */
        /*height: 303px;*/
}
.page-wrapper > header  .container{
	padding-bottom: 0;
}
header#masthead .top-section + .container{
	/* background: #0860bb; */
	padding: 0px 15px 0px;
	background: #FFFFFF;
}

.primary-header-info {
	/* text-align: center; */
	padding: 0px 10px;
	/* text-align: right; */
	/* float: right; */
	/* margin: 43px 66px 0px 64px; */
	/* background: #5d553b; */
	color: #f26e09;
	font-size: 22px;
	/* text-align: right; */
	font-weight: bold;
}
.primary-header-info  .header-text{
	
background: #f2852d;
	
color: #fff;
	
border-radius: 100px;
	
text-align: center;
	
padding: 10px;
}
.primary-header-info .quote-button{
	background: #0084d7;
	display: inline-block;
	padding: 10px;
	border-radius: 10px;
	color: #fff;
	font-size: 19px;
	/* margin: 11px 0px 0px; */
}
.primary-header-info .quote-button:hover{
	background: #231f20;
}
.secondary-header-info {
	/* text-align: right; */
	/* float: right; */
	margin: 80px 90px 0px 0px;
	background: #21b314;
}
.primary-header-info a{/* text-align: end; *//* float: right; */color: #f2852d;font-size: 20px;display: block;/* text-decoration: underline; */}

.primary-header-info .email-link{
	/* text-decoration: underline; */
}
.primary-header-info a i{
	
border: 2px solid;
	
border-radius: 50%;
	
padding: 4px;
	
display: inline-block;
	
height: 32px;
	
width: 32px;
	
line-height: 22px;
	
text-align: center;
}
.contact-title{
	
color: #000;
	
width: 69px;
	
display: inline-block;
}
 .hentry > header,.navbar-brand{
	display: none;
}
.site-navigation,.site-navigation-inner {
    /* max-width: 1170px; */
    margin: 0px auto;
    padding: 0;
    /* border-top: 1px solid #C77904; */
    /* background: #fff; */
    min-height: inherit;
    width: 970px;
    clear: both;
    /* min-height: inherit; */
}
.navbar-nav>li>.dropdown-menu,.site-navigation-inner{
	    /* background-color: #0090CB; */
}
.site-navigation-inner .col-sm-4,.site-navigation-inner .col-sm-8{
	padding: 0;
}
.site-navigation,.nav-justified{
	
}
/* end of header section */
/* general styles */
.origin-widget.origin-widget-list ul li,.siteorigin-widget-tinymce ul li{
	list-style: none !important;
	/*position: relative;*/
	/* padding: 0px 0px 0px 30px; */
}
.home .origin-widget.origin-widget-list ul li,.home .siteorigin-widget-tinymce ul li{
	list-style: initial !important;
	/*position: relative;*/
}
.origin-widget.origin-widget-list-simple-purple ul li:before,.siteorigin-widget-tinymce ul li:before{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'FontAwesome';
	content: '\f00c';
	color: #f2852d;
	padding-right: 5px;
	margin-left: -19px;
}
.home .origin-widget.origin-widget-list-simple-purple ul li:before,.home .siteorigin-widget-tinymce ul li:before{
	display: none;
}
.alignleft {
	display: inline-block;
	float: left;
	margin: 0 20px 0 0;
}
.alignright {
	display: inline-block;
	float: right;
	margin-left: 0  0 0 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
h1, .h1, h2, .h2, h3, .h3{
	margin: 10px 0px;
	font-weight: 500;
	/* font-family: "Oswald",Arial; */
	text-transform: uppercase;
}
h1,.h1{
	font-size: 27px;
	/* text-transform: uppercase; */
	color: #000000;
}
.home h1{
	/* background: #008FC5; */
	/* color: #04045E; */
	/* padding: 10px 0; */
}
h2, .h2 {
    font-size: 20px;
    color: #0084d7;
    /* font-weight: 400; */
    text-transform: none;
}
.panel-grid-cell .widget-title + h2{
	    font-weight: bold;
	    text-align: center;
	    /* font-size: 20px; */
	    color: #F26E09;
	    font-size: 22px;
}
h3,.h3{
	color: rgb(176,126,72);
	font-size: 24px;
	 font-weight: bold; 
	/* background: #008FC5; */
}
.sow-image-container{
	position: relative;
}
.panel-grid-cell .widget-title{
	background: #0084d7;
	padding: 10px;
	color: #fff;
	font-size: 18px;
}
.panel-grid-cell .widget-title:hover{
	
background: #f2852d;
}
.home h3 a{
	font-size: 18px;
	color: rgb(176,126,72);
	/* text-decoration: underline; */
	font-weight: bold;
}
.home h3 a:hover{
	color: #37bff1;
}
h4,.h4{
	font-size: 20px;
	color: rgb(176,126,72);
}
.home h1,.page-title{
  /* position: relative; */
  /* margin: 10px 0px 20px; */
  /* text-shadow: 1px 3px 1px #C1C8D4; */
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  /* font-weight: 300; */
  font-size: 32px;
  /* border-bottom: 3px solid #F4DFCF; */
  /* border-bottom-style: double; */
  /* padding: 0px 0px 10px 0px; */
}
.page-title{
	
border-bottom: 1px solid #000000; */
	
padding: 1;
	
padding: 0px 0px 10px 0px;
	
margin: 0px 0px 10px;
}
.home h1{
	
/* text-shadow: inherit; */
	
/* width: 100%; */
	
/* margin: 20px auto 0px; */
	
/* font-size: 25px; */
}
.home h1:before,.page-title:before,.home h1:after,.page-title:after{
    display: block;
    /* content: ""; */
    /* border: 1px solid #C1C1C1; */
    /* position: absolute; */
    /* top: 49%; */
    /* color: #000; */
    /* height: 0px; */
    /* width: 30%; */
}
.home h1:before,.page-title:before{        
  right: 0%;
}
.home h1:before{

width: 9%;

width: 10%;
}
.home h1:after,.page-title:after{        
  left: 0%;
}
.home h1:after{
	
width: 9%;
	
width: 10%;
}
a{
	color: #37bff1;}
a:hover,a:focus{
	color: #0087ba;
	text-decoration: none;
}
img {
	/* display: inline-block; */
	/* height: auto; */
	max-width: 100%;
	/* margin: 0px 149px 0px 0px; */
}

/* end of general styles */
/* gallery styles */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
/* Clearing */
.clear {
	clear: both;
}
/* main content */
.bordered-section .panel-grid-cell .so-panel{
	border-bottom: 1px solid #0084d7;
	padding-bottom: 20px;
	max-width: 940px;
}
.main-content{
    /* padding: 20px; */
    margin: 0px auto;
    /* width: 970px; */
}
.main-content .container{
	/* padding: 0px 35px; */
}
.home .main-content{
    /* padding: 0px 20px; */
    background: #000;
    width: 940px;
    margin: 0px auto;
    /* clear: both; */
    /* overflow: hidden; */
    /* box-sizing: border-box; */
}
.main-content-inner {
	/* padding: 0px 10px; */
	/* margin: 0px auto; */
	/* width: 940px; */
	/* box-sizing: border-box; */
	/* text-align: center; */
	/* overflow: hidden; */
}
.hentry {
	margin: 0 auto 1.5em;
}
.hentry >  header{
	/* display: none; */
}
.hentry >  header .page-title{
	border-top: 1px solid #0087BA;
	border-bottom: 1px solid #0087BA;
	margin: 15px auto;
	padding: 7px;
	font-weight: 500;
	font-size: 26px;
	/* text-align: center; */
	color: #0087BA;
	/* background: #21B314; */
}
.home .hentry >  header{
	display:none;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}

.ow-button-base a{
	/* font-size: 16px !important; */
	/* text-align: left !important; */
	font-weight: bold;
	line-height: 22px !important;
}
.home .ow-button-base a{
	/* font-size: 27px !important; */
	text-transform: uppercase;
	padding: 0px;
	/* font-weight: 300; */
	line-height: 30px;
}
.entry-content-thumbnail {
	
background: url(img/banner-bg.png) no-repeat bottom center;
	
padding-bottom: 22px;
}
.entry-content-thumbnail img{
	
border-bottom: 1px solid #fff;
}
.content-wrapper{
	/* padding: 0px 60px; */
}
.home .content-wrapper> header{
	display: none;
}
/* end of main content*/
/* top navigation */
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.nav-justified>li>.dropdown-menu{
     background: #003A9D;
     border-radius: 0;
}
.dropdown-menu>li>a{
  color: #fff;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
  color: #fff;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus{
  background: transparent;
}
.nav-justified{
  /* float: none; */
  /* min-height: inherit; */
  margin: 0px auto 15px;
  /* max-width: 900px; */
  border-top: 1px solid rgb(65,41,27);
}
.navbar-default {
    /* background-color: transparent; */
    /* border-color: transparent; */
    margin: 0;
    min-height: inherit;
    /* padding: 0; *//* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#055bb2+0,04509d+48,003d7b+100 */
    background: transparent;/* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */
    border-radius: 0;
}
.navbar-collapse.collapse{
  /* border-radius: 0px; */
  min-height: inherit;
  /* margin: 0px auto; */
  /* display: table !important; */
  /* padding: 0; */
  max-width: 940px;
  /* margin: 0px auto; */
}
.navbar-default .nav-justified>li{
  /* border-right: 1px solid #fff; */
  padding: 0;
  border: 0;
}

.navbar-default .nav-justified>li>a {
    color: rgb(162,137,118);
    display: block;
    text-transform: uppercase;
    padding: 9px 0px;
    /* margin: 5px 0px; */
    font-size: 22px;
}
.navbar-default .nav-justified>li>a:after{
  display: none;
}
.navbar-default .nav-justified>li>i {
  display: inline-block;
  cursor: pointer;
  color: #fff;
}
.navbar-default .nav-justified>.active a,.navbar-default .nav-justified>li>a:hover, .navbar-default .nav-justified>li>a:focus,
.navbar-default .nav-justified>.open>a, .navbar-default .nav-justified>.open>a:hover, .navbar-default .nav-justified>.open>a:focus{
  /* background: transparent; */
  /*color: #FFF;*/
  /*background: #0084d7;*/
   border-bottom: 3px solid rgb(176,126,72);
   font-weight: bold;
}
.navbar-default .nav-justified>li:hover{
  /* background: #005EFF; */
}
.navbar-default .nav-justified>.active>a, .navbar-default .nav-justified>.active>a:focus {
    border-bottom: 3px solid rgb(176,126,72);
    /* border: 0; */
    font-weight: bold;
}
.navbar-default .nav-justified>.active >a{
  /* border: 0; */
border-bottom: 3px solid rgb(176,126,72);
  font-weight: bold;
}
.nav > li > a:hover, .nav > li > a:focus{
	background: none !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #01C181;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
  
background-color: white;
}
.navbar-default .navbar-toggle{

}
/* end of top navigation */
/* slider styles*/
.line{
	margin-top: 17px;
}

h3 span{
	border-bottom: 1px solid #B07E48;
}
.metaslider{
	margin: 0 auto;
	padding: 0px 0px 0px;	
}
.metaslider .caption{
	
}
.metaslider .caption-wrap{
	position: absolute !important;
	background: rgba(0, 174, 239, 0.78)  !important;
	opacity: 1  !important;
	padding: 5px  !important;
	bottom: 42px !important;
	text-align: left;
	font-size: 53px;
	text-transform: uppercase;
	font-weight: bolder;
	max-width: 713px;
}
.rslides_tabs{
	padding: 0px 0px !important;
}
.metaslider .flexslider{
	margin: 0 auto 0px !important;
}
.flex-control-nav{
	position: absolute;
	text-align: left!important;	
	bottom: 45px!important;	
	z-index: 9999;
}
.flex-control-paging li a,.flex-control-paging li a.flex-active{
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
}
.flex-control-paging li a{
	background: #fff !important;
}
.flex-control-paging li a.flex-active{
	background: #f47920 !important;
}
/* table styles */
table {
    background-color: #DBEBFB;
    width: 100%;
    margin: 10px auto;
}
td, th {
    padding: 5px;
    border: 1px solid #0860BB;
}
/**/
/* footer */
.site-footer {
    background: #000000;
    padding: 7px;
    /* border-top: 2px solid #008FC5; */
    /* max-width: inherit; */
    /* font-family: "Oswald",Arial; */
    /* width: 960px; */
    margin: 0px auto;
}
.menu-main-menu-container{
	
/* display: table; */
	
/* margin: 0px auto; */
}
.site-footer-inner{
	max-width: 940px;
	margin: 0px auto;
	/*padding: 10px 10px;*/
	/* display: table; */
	/* text-align: center; */
}
.site-footer  .container{
	padding: 0px 15px;
}
.site-footer p.copyright,site-footer p.copyright a{
    padding: 15px 0px 15px 0px;
    font-size: 12px;
    font-weight: 300;
    color: grey;
    font-weight: 500;
    text-align: center;
}
.copyright a{
	color: rgb(176,126,72);
}
.copyright a:hover{
	color: rgb(197,170,128);
}
.copyright{
	width: 940px;
	border-top: 1px solid rgb(176,126,72);
	margin: 0 auto;
}
.site-footer p,.site-footer p a,.site-footer .textwidget {
    /*color: #b9b9b9;*/
    font-weight: 500;
}
.site-footer .textwidget{
	padding: 5px 0;
}
#footer-main-menu{
	padding: 0;
	border-bottom: 1px solid rgb(176,126,72);
	border-top: 1px solid rgb(176,126,72);
}

.footer-main-menu li {
	color: rgb(162,137,118);
    display: inline-block;
    text-transform: uppercase;
    padding: 9px 41px;
    /* margin: 5px 0px; */
    font-size: 22px;
    border: none;
    text-align: center;
}
.footer-main-menu li:last-child{
	border-right: 0px;
}
.footer-main-menu li a {
	color: rgb(162,137,118);
    font-size: 22px;
    /* text-transform: uppercase; */
    /* font-weight: 300; */
}
.footer-main-menu li a  + i,.footer-main-menu .dropdown>a:after{
	display: none;
}
.footer-main-menu li a:hover,#footer-main-menu .current_page_item a{
	color: rgb(162,137,118);
	font-weight: bolder;
	border-bottom: 1px solid #B07E48;
}
#footer-main-menu .current_page_item a{
	font-weight: bold;
}
.footer-social{
	margin-left: 450px;
	margin-top: -170px;
}
.phone-area{
	margin-left: 500px;
	margin-top: 50px;
}
.shopname{
	margin-top: -5px;
}
.shopname{
	color: rgb(197,170,128);
	font-size: 16px;
}
.phone{
	color: rgb(197,170,128);
	font-size: 16px;	
}
.salon{
	color: rgb(176,126,72) !important;
	font-size: 22px;
	text-transform: capitalize;
}
.connect{
	padding-bottom: 15px;
}
.footer-social a{
	display: inline-block;
	background: rgb(197,170,128);
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	border-radius: 2px;
	margin: -15px 7px 0px 0px;
	font-size: 22px;
	padding: 2px;
}
.footer-social a:hover i{
	color: rgb(176,126,72);
}
.footer-social .youtube-link{
	/* background: #2C2C2C; */
}
.footer-social a i{
	color: #000;
	/* font-size: 22px; */
	line-height: 23px;
	text-align: center;
}
.footer-social .youtube-link i{
	/* color: #fff; */
}
/* contact form styles */
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	background-color: #FFFFFF!important;
	border-top: 1px solid #FFFFFF!important;
	border-bottom: 1px solid #FFFFFF!important;
}
.gform_wrapper textarea,.gform_wrapper .ginput_complex input[type=text],.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium{
	width: 85.5% !important;
}
#gform_confirmation_message_1{
	color: #30677D !important;
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.no_last_name span label
{
	display: none;
}
.gform_wrapper .gform_footer input[type=submit] {
    background: #B07E48;
    border: 0px;
    color: #fff;
    padding: 5px 42px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px !important;
}
.gform_wrapper .gform_footer input[type=submit]:hover{
	color: #000;
	background: #fff;
}
/* extra staff */
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/* end of extra staff 
/* responsive styles */
@media screen and (max-width 767px){
	.home h1:before, .page-title:before, .home h1:after, .page-title:after{
		display:none;
	}
}
/*@media screen and (max-width: 991px) {
	header#masthead {
	
	    padding: 0px 15px 0px;
	}
	.home #pgc-2-0-1,.home #pgc-2-0-0 {
    width: 100%;
	}
	.home #pg-2-0 .panel-grid-cell,.home #pg-2-0 .panel-grid-cell{
		float: none;
	}
	.home #pgc-2-0-1 {
	    width: 100%;
	    max-width: 700px;
	    float: none;
	    margin: 10px auto;
	    vertical-align: middle;
	}
}*/
/*@media screen and (max-width: 991px) and (min-width: 768px) {
	.nav-justified .navbar-nav>li>a{
		padding: 9px 3px;
	    font-size: 13px;
	}
	.nav>li>a{
		padding: 9px;
	}
}
@media (max-width: 991px){
	.home #pg-2-0 .panel-grid-cell:first-child {
	    padding: 0;
	}
}*/
/*@media screen and (max-width: 780px) {
	.home #panel-2-1-0-0 {
		text-align: center;
	}
	.so-widget-sow-image img{
		margin: 0px auto;
	}
	.ow-button-base.ow-button-align-left {
	    text-align: center;
	    margin: 10px auto 20px;
	}
	#pgc-2-2-1,#pgc-2-2-3,#pgc-2-2-1-1,#pgc-2-2-3-1{
		text-align: center;
		margin: 10px auto;
	}
	.top-contact-socials .panel-grid-cell:first-child{
		float: left!important;
		width: 16%!important;
	}
	#pl-2 .panel-grid-cell:last-child{
		padding: 4px;
	}
}*/

/*@media screen and (max-width: 767px) {
	.nav-justified .navbar-nav>li{
		text-align: center;
	}
	.sidebar{
	    padding: 0px 15px 0px;
	}
	.home #pl-2 .panel-grid-cell:last-child{
		padding: 10px;
	}
	.top-contact-socials .panel-grid-cell:first-child {
	    float: none!important;
	    width: auto !important;
	}

	.header-sidebar p,.header-sidebar  a{
		text-align: center;
		display: block;
		margin: 5px 0px;
	}
	.header-sidebar{
		text-align: center;
		float: none !important;
	}
	.top-section .site-branding {
		float: none !important;
	}
	.top-section .site-branding img{
		margin: 0px auto;
		display: block;
	}
	.social-media-button-container{
		float: none;
		text-align: center !important;
	}
	#footer-main-menu li{
		display: block;
		text-align: center;
		border-right: 0;
		padding: 3px 0px;
	}
#pl-2 .panel-grid-cell .so-panel{
		/* text-align: center; 
	/*}
	.nav-justified .navbar-nav .open .dropdown-menu>li>a{
		color: #fff;
		text-align: center;
	}
	.nav-justified .navbar-nav>li>a{
		/* text-align: center; */
		/* text-transform: uppercase;
	}
	.site-footer .menu-menu-1-container{
	    margin: 0px auto;
	    display: table;
	}
	.site-footer p, .site-footer p a, .site-footer .textwidget {
	    /* text-align: center; 
	}
	.nav-justified .navbar-collapse, .nav-justified .navbar-form {
	    border-color: #FFFFFF;
	    padding: 0;
	    margin: 0;
	    min-height: inherit;
	}
	.panel-grid-cell {
	    /* margin-bottom: 0 !important; 
	}
	.site-branding img{
		/* max-width: 228px; 
	}
	.navbar-nav>li{
		/* padding: 0px 2px; 
		display: inline-block;
	}
		.nav-justified .navbar-nav>li:last-child>a{
			/* padding: 0px 31px 0px 0px; 
			border-right: 0;
		}
	.nav-justified .navbar-nav>li>a {
	    text-align: center;
	    /* border-right: 1px solid transparent; 
	    padding: 6px 50px;
	    font-size: 16px;
	    border-right: 1px solid #EEFFF9;
	}
	.nav-justified{
		margin: 0px auto 0px;
		max-width: 970px;
		min-height: inherit;
		/* z-index: 9999; 
	}
}
@media screen and (max-width: 400px) {
	.site-branding img {
	    max-width: 180px;
	    margin: 0px auto;
	    text-align: center;
	    display: block;
	}
	.header-sidebar {
	    padding: 30px 8px 0px;
	}
	.header-sidebar h3 a {
	    font-size: 27px;
	}
	.navbar-nav {
	    float: none;
	}
	.nav-justified .navbar-toggle {

	    margin: 10px auto;
	}
	.nav-justified .navbar-nav>li>a {
    text-align: center;
}
	.navbar-header{
		padding: 0px 10px;
	    text-align: center;
	}
	.site-branding.pull-left {
	    float: none !important;
	    margin: 10px auto;
	}
	.nav-justified.pull-right{
		margin: 0px 0px 0px;
		float: none !important;
        clear: both;
	}
}*/