@import url(http://fonts.googleapis.com/css?family=Raleway:400,800);

/******************************************
Basic CSS file
Author: Thomas Volpe
URL: http://pixelR3AP3R.com
******************************************/

/******************************************
basic setup 
******************************************/

* {
    outline: medium none !important;
    -moz-hyphens: none !important;
    -webkit-hyphens: none !important;
    hyphens: none !important;
}

html {
    font-size: 87.5% !important;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.clr {
    clear: both;
}
.hr {
    background-color: #666;
	clear: both;
    height: 1px;
    margin: 10px 0;
}
.half {
    float: left;
    margin-right: 2%;
    width: 48%;
}
.halflast {
    float: left;
    width: 48%;
}

body {}

.wrapper {}

#page {
    max-width: 1140px;
}

.inner {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

iframe {
   width: 100% !important;
}

.fb_iframe_widget, .fb_iframe_widget span{
    width: 100% !important;
}


img {
    border-radius: 0 !important;
}

.postThumb .img-thumbnail {
    display: block;
}

img.img-circle {
    border-radius: 50% !important;
}

tr.odd {
    background-color: #ccc !important;
}

td.column-2 {
    text-align: right !important;
}
/******************************************
base fonts  & links
******************************************/
.fa {
    font-family: FontAwesome !important;
}
.glyphicons {
    font-family: 'Glyphicons Halflings' !important; 
}


.f12 {
    font-size: 12px !important;
}


.f14 {
    font-size: 14px !important;
}


.f16 {
    font-size: 16px !important;
}


.f18 {
    font-size: 18px !important;
}


.f20 {
    font-size: 20px !important;
}


.f22 {
    font-size: 22px !important;
}


.f24 {
    font-size: 24px !important;
}

a:link, a:visited, a:active {
    color: #263B60;
    display: inline;
    font-weight: bold;
    text-decoration: underline;
}
a:hover {    color: #555;}

h1, h2, h3, h4, h5, h6 {
    clear: both !important;
    color: #263B60;
font-family: 'Raleway', sans-serif;
    font-weight: 300 !important;
    line-height: 1.3 !important;
    margin: 0 0 10px !important;

}

h1 strong {}
h2 strong {}
h3 strong {}
h4 strong {}
h5 strong {}
h6 strong {}

h1 {
    font-size: 28px !important;
    text-transform: capitalize!important;
}
h2 {
    font-size: 22px !important;
}
h3 {
    font-size: 20px !important;
}
h4 {
    font-size: 18px !important;
}
h5 {
    font-size: 16px !important;
}
h6 {
    font-size: 14px !important;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
color: #263B60;
 }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #263B60 !important;
 }

.subTitle {
    color: #263B60;
    display: block;
    font-size: 1.5rem;
}

.underline {
    border-bottom: 1px solid;
    margin-bottom: 20px !important;
}

strong {}

/****************
buttons
****************/

button, .btn {
    background-image: none !Important;
    box-shadow: none !Important;
    border-radius: 0  !important;
    text-decoration: none !Important;
}

.btn-gray {
    background-color: #a6a6a6 !important;
    background-image: none !important;
    border-color: #a6a6a6 !important;
    color: #ffffff !important;
}
.btn-gray:hover, 
.btn-gray:focus, 
.btn-gray:active, 
.btn-gray.active, 
.open .dropdown-toggle.btn-gray {
    background-color: #666666 !important;
    background-image: none !important;
    border-color: #a6a6a6 !important;
    color: #ffffff !important;
}
.btn-gray:active, 
.btn-gray.active, 
.open .dropdown-toggle.btn-gray {
    background-image: none !important;
}
.btn-gray.disabled, 
.btn-gray[disabled], 
fieldset[disabled] .btn-gray, 
.btn-gray.disabled:hover, 
.btn-gray[disabled]:hover, 
fieldset[disabled] .btn-gray:hover, 
.btn-gray.disabled:focus, 
.btn-gray[disabled]:focus, 
fieldset[disabled] .btn-gray:focus, 
.btn-gray.disabled:active, 
.btn-gray[disabled]:active, 
fieldset[disabled] .btn-gray:active, 
.btn-gray.disabled.active, 
.btn-gray.active[disabled], 
fieldset[disabled] .btn-gray.active {
    background-color: #a6a6a6 !important;
    border-color: #a6a6a6 !important;
}
.btn-gray .badge {
    background-color: #ffffff !important;
    color: #a6a6a6 !important;
}

.btn-black {
    background-color: #fff !important;
    background-image: none !important;
    color: #000 !important;
    border-color: #000 !important;
}
.btn-black:hover, 
.btn-black:focus, 
.btn-black:active, 
.btn-black.active, 
.open .dropdown-toggle.btn-black {
    background-color: #404040 !important;
    background-image: none !important;
    border-color: #000 !important;
    color: #fff !important;
}
.btn-black:active, 
.btn-black.active, 
.open .dropdown-toggle.btn-black {
    background-image: none !important;
}
.btn-black.disabled, 
.btn-black[disabled], 
fieldset[disabled] .btn-black, 
.btn-black.disabled:hover, 
.btn-black[disabled]:hover, 
fieldset[disabled] .btn-black:hover, 
.btn-black.disabled:focus, 
.btn-black[disabled]:focus, 
fieldset[disabled] .btn-black:focus, 
.btn-black.disabled:active, 
.btn-black[disabled]:active, 
fieldset[disabled] .btn-black:active, 
.btn-black.disabled.active, 
.btn-black.active[disabled], 
fieldset[disabled] .btn-black.active {
    background-color: #000000 !important;
    border-color: #130269 !important;
}
.btn-black .badge {
    background-color: #fee900 !important;
    color: #000000 !important;
}

.btn-blue { 
  color: #FFFFFF !important; 
  background-color: #273B5D !important; 
  border-color: #273B5D !important; 
} 
 
.btn-blue:hover, 
.btn-blue:focus, 
.btn-blue:active, 
.btn-blue.active, 
.open .dropdown-toggle.btn-blue { 
  color: #FFFFFF !important; 
  background-color: #1A3D78 !important; 
  border-color: #273B5D !important; 
} 
 
.btn-blue:active, 
.btn-blue.active, 
.open .dropdown-toggle.btn-blue { 
  background-image: none !important; 
} 
 
.btn-blue.disabled, 
.btn-blue[disabled], 
fieldset[disabled] .btn-blue, 
.btn-blue.disabled:hover, 
.btn-blue[disabled]:hover, 
fieldset[disabled] .btn-blue:hover, 
.btn-blue.disabled:focus, 
.btn-blue[disabled]:focus, 
fieldset[disabled] .btn-blue:focus, 
.btn-blue.disabled:active, 
.btn-blue[disabled]:active, 
fieldset[disabled] .btn-blue:active, 
.btn-blue.disabled.active, 
.btn-blue[disabled].active, 
fieldset[disabled] .btn-blue.active { 
  background-color: #273B5D !important; 
  border-color: #273B5D !important; 
} 
 
.btn-blue .badge { 
  color: #273B5D !important; 
  background-color: #FFFFFF !important; 
}


aside .btn {
    width: 100%
}

/******************************************
logo
******************************************/

#Logo {
    margin: 10px 0;
    text-align: center;
}

#Logo img {
    max-width: 249px;
    width: 100%;
}

.topSocials  strong {
color: #fff;
font-weight: 400;
font-size: 24px;
}

.topSocials a {
    color: #fff;
    display: inline-block;
    padding: 2px 0;
}

a.fb {
    background: #415899 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 2px 0;

}
 a.ig {
    background: #597DA3 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 2px 0;

}

/******************************************
header
******************************************/
header.site-header {
    border-bottom: 1px solid #233c5e;
    border-top: 1px solid #233c5e;
    padding: 0 0;
    width: 100%;
    z-index: 100;
}

.tPhone {
    color: #4B2A1B;
    font-size: 15px;
    position: absolute;
    left: 30px;
    text-align: left;
    top: 40px;
}

.tAddy{
    color: #4B2A1B;
    font-size: 15px;
    position: absolute;
    right: 30px;
    text-align: right;
    top: 40px;
}

/*****************
social icons
*****************/

.topSocial {
    min-width: 20%;
    position: absolute;
    right: 0;
    top: -26px;
}

.topSocial a {
    background: url("images/social-icons-bw-24.png") no-repeat scroll 0 1px #672A14;
    display: block;
    float: left;
    height: 31px;
    margin-left: 5px;
    overflow: hidden;
    text-indent: -200px;
    width: 26px;
}
.topSocial a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.topSocial .tFB {
}
.topSocial .tTWT {
    background-position: -31px 2px;
}
.topSocial .tIG {
    background-position: -124.9px 2px;
}
.topSocial .tYLP {
    background-position: -175px 2px;
}


/******************************************
nav
******************************************/
nav.main-navigation.navFixedX {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border-bottom: 5px solid #4E8ECB;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    float: none !important;
    left: 0;
    margin: 0 !important;
    max-width: none;
    min-height: inherit;
    position: fixed !important;
    top: -60px;
    width: 100%;
    z-index: 1001;
}

.main-navigation {
    background: none no-repeat scroll center 0 transparent;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 999;
}

.nav-menu {
    max-width: 1040px;
    border: medium none !important;
    text-align: center !important;
}

.nav-menu li {
    margin: 0;
}

.nav-menu li.home {
    display: none;
}

.nav-menu li a {
    color: #ccc;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    padding: 5px 6px;
}

.nav-menu li a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a, 
.main-navigation .current_page_item > a, 
.main-navigation .current_page_ancestor > a {
    background-color: transparent;
    color: #FFFFFF !important;
}

/******************************************
sub nav
******************************************/
.sub-menu {

}

.sub-menu li {

}

.sub-menu li a {
   background-color: #273B5D !Important;
   color: #fff !Important;
   font-size: 14px !important;

}


/*************************************
footer menu
**************************************/
.menu-footer-container {
    position: relative;
}
.fter-menu {
    position: relative;
    text-align: center;
}
.fter-menu li.menu-item-home {
    display: none;
}
.fter-menu li {
    display: inline-block;
    position: relative;
}
.fter-menu li a {
    font-size: 18px;
    padding: 0 10px;
    text-decoration: none;
}
.fter-menu li a:hover {
}
.fter-menu li .sub-menu {
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
    display: none;
    min-width: 200px;
    position: absolute;
    top: -80px;
}
.fter-menu li:hover .sub-menu {
    display: block;
}
.fter-menu li .sub-menu li {
    border-left: 1px solid #D6DCE6;
    border-right: 1px solid #D6DCE6;
    border-top: 1px solid #D6DCE6;
    display: block;
    float: none;
}
.fter-menu li .sub-menu li a {
    background-color: #BEC1C6 !important;
    color: #5E5E5E;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
}
.fter-menu li .sub-menu li a:hover {
    color: #FFFFFF;
}
.fter-menu li .sub-menu li:last-child:after {
    bottom: -14px;
    color: #BEC1C6;
    content: "?";
    font-size: 18px;
    left: 20px;
    line-height: 1;
    padding: 0 !important;
    pointer-events: none;
    position: absolute;
    width: 20px;
}

/*************************************
accordions
*********************************/
.ui-accordion-header {
    border-bottom: 1px solid #97C6EA;
	cursor: pointer;
    position: relative;
}

.ui-accordion-header:before {
    content: "\25B8";
}

.ui-accordion-header.ui-accordion-header-active:before {
    content: "\25BE";
}

.ui-accordion-content {
    padding: 10px;
}

/******************************************
footer
******************************************/
.footerWrap {
    background-color: #273B5D;
    padding: 10px 0;
}

.footerWidgets {

}

.footerWidgets .widget-title {
    color: #ffffff;
    font-family: 'Raleway',sans-serif;
    font-size: 24px !important;
    margin-bottom: 0 !important;
    padding: 0 0 10px 0;
    text-align: center;
    text-transform: uppercase;
}

.footerWidgets .entry-title {
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    font-size: 18px !important;
    margin-bottom: 0 !important;
    text-transform: capitalize;
}

.footerWidgets a {
    color: #FFFFFF !Important;
}
.footerWidgets a:hover{
    color: #ccc !Important;
}

.footerWrap > footer {
    border: medium none;
    color: #FFFFFF;
    margin: 0 auto;
    max-width: 1140px;
}

.footerWidgets aside {
    color: #fff;
}

.footerWidgets aside .subTitle {
    color: #9BCDFF;
    font-size: 18px;
    line-height: 1;
}
.footerWidgets ul {
    margin-bottom: 0 !Important;
}
.footerWidgets aside form li {
    border: medium none;
    margin: 0 !important;
    padding: 0 !important;
}
/******************************************
copyright & Magicxtag
******************************************/


footer[role="contentinfo"] {
    background-color: #313131;
    max-width: none;
    margin: 0;
    border: none;
    padding: 0;
}

.copyWrap {
    font-size: 12px;
}
.copyrght {
    color: #fff;
    float: left;

    width: 47%;
}
.magicxtag {
    float: right;

    position: relative;
    text-align: left;
    }
.magicxtag a {
    color: #fff !important;
    text-decoration: none;
}
.magicxtag a:hover {
    color: #fff !important;
}




/******************************************
widgets
******************************************/

.hourWrap {

}
.hDay {
    float: left;

}
.hTime {
    float: right;
    font-weight: bold;

}

aside.posts li {
    background-color: #000;
    padding: 10px;
    margin-bottom: 10px;
}


/**************************
featured widgets
***************************/

.featureWrap {
   background-color:#313131;
}

.featureWrap aside {
   color: #fff;
   position: relative;
}


.featureWrap aside .widget-title {
     color: #fff;
    font-family: raleway;
}
.featureWrap aside a {
    display: block;
    position: relative;
    text-align: center;
    z-index: 10;
}

.featureWrap img {
    border: 1px solid #fff;
    opacity: 1;
}

.featureWrap a:hover img {
    opacity: 0.7;
}

.featureWrap strong.widget-title {
    background-color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #808080;
    border-top: 1px solid #575349;
    box-sizing: border-box;
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    text-transform: uppercase;
    bottom: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 1;
}

.featureWrap a:hover strong.widget-title {
    background-color: rgba(255, 255, 255,1);
    bottom: 40%;
    transition: all 0.4s ease 0s;
}

.hook {
    margin: 10px 0 0 !important;
}

.medThin {
    font-family: raleway;
    font-size: 26px !important;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
}

.bigBold {
    font-family: raleway;
    font-size: 42px !important;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
}

.smallThin {
    font-family: raleway;
    font-size: 19px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/******************************************
pages
******************************************/


/******************************
staff
************************/
.staff {
}
.sName {
    border-bottom: 3px solid;
    color: #000;
    display: block;
    font-family: raleway;
    font-size: 23px;
}
.sPic {
    border: 2px solid;
}
.sBio {
    padding: 10px 11px;
}

/******************************************
posts
******************************************/
article {
    border-bottom: 1px solid #ccc !important; 
}


body.home article {
    margin-bottom: 0;
    text-align: center;
}

article.news {
   margin-bottom: 10px !important;
}

article.news:before {
    background-color: #B3DBF2;
    content: " ";
    height: 100%;
    left: -4px;
    position: absolute;
    width: 1px;
}

article.news:after {
    background-color: #B3DBF2;
    bottom: 0;
    content: " ";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
}

article.news header {
    margin:0 !important;
}

article.news .entry-title {
    font-size: 23px !important;
    margin-bottom: 0 !important;
    text-transform: capitalize !important;
}

.postThumb {
    margin-bottom: 10px;
}
.postThumb img {
    width: 100%;
}
.portTermsList {
    position: relative;
}
.portTermsList li {
    display: inline-block;
}
.portTermsList li * {
    font-size: 12px !important;
}
.portTermsList .open .dropdown-menu {
    background-color: #404040;
    padding: 5px 10px;
}

.portTermsList .open .dropdown-menu a {
    color: #fff;
    
}

/******************************************
gallery
******************************************/
.ngg-galleryoverview p, .ngg-galleryoverview br {
    display: none;
    }

.ngg-albumoverview p, .ngg-albumoverview br {
    margin: 0 !important;
    padding: 0;
    }

.ngg-gallery-thumbnail {
    float: left;

    margin-right: 0px;
    text-align: center;

    }

.ngg-gallery-thumbnail img {
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background-color: #FFF;
    border: 1px solid #A9A9A9;
    display: block;
    margin: 0px;
    padding: 2px;
    position: relative;

    }

.ngg-gallery-thumbnail img:hover {
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background-color: #233c5e!important;
    -moz-box-shadow: 0 8px 6px -5px #000;
    -webkit-box-shadow: 0 8px 6px -5px #000;
    box-shadow: 0 8px 6px -5px #000;

    }
	
/************************
photoswipe fix??
**********************/

body.ps-active, 
body.ps-building, 
div.ps-active, 
div.ps-building, 
div.ps-uilayer {
    background: transparent !important;
}




/******************************************
Slideshow
******************************************/
.slideWrap {
    background-image: url("images/blue-rec.jpg");
    background-repeat: repeat-x;
    margin: 0 auto;
    border-bottom: 2px solid #222;
}
body.home .slideWrap  {
    border: none;
    overflow: hidden;
}
.slideWrap img {
    width: 100%;
}
/***********************
forms
***********************/
..gform_wrapper ul li.gfield {
    clear: none !important;
}

.hideLabel .gfield_label, .hideLabel .name_first label, .hideLabel .name_last label {
    display: none !important;
}

aside .gfield {
    clear: none !important;
}
aside .datepicker.medium.mdy.datepicker_no_icon.hasDatepicker {
    width: 100% !important;
}
.gform_wrapper .datepicker {
width: 100% !Important;
}

aside .gform_wrapper .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
}

#secondary textarea {
    height: 50px;
}
#secondary textarea:focus {
    height: 150px;
}

textarea, .textInput, input[type="text"], select {
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
    background-color: #EEE !important;
    border-color: #FFF;
    border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 0.5em;
    outline: medium none;
    padding: 5px;
    transition: all 0.4s ease 0s;
    }

textarea:focus, .textInput:focus, input[type="text"]:focus, select:focus {
    background-color: #FFF !important;
    border: 1px solid #000;
    color: #000 !important;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    font-weight: bold;
    }

.wpcf7 .watermark {
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
::-webkit-input-placeholder {
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
:-moz-placeholder {
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;

}
::-moz-placeholder {
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;

}
:-ms-input-placeholder
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}


.ui-datepicker {
z-index: 300 !important;
}

/*******************************************
all break points
*********************************************/
@media (max-width: 767px) {
    /*xs*/
	header.site-header {
	    background-color: rgba(35, 60, 94, 1);
	    position: relative;
	}
    .main-navigation {
            margin-top: 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
    /*sm*/
	header.site-header {
	    background-color: rgba(35, 60, 94, 1);
	    position: relative;
	}

    .main-navigation {
            margin-top: 0;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
    /*md*/
	header.site-header {
	    background-color: rgba(35, 60, 94, 0.8);
	    top: 10px;	
	    position: absolute;
	}

    .main-navigation {
            margin-top: 30px;
	}
}
@media (min-width: 1200px) {
   /*lg*/

	header.site-header {
	    background-color: rgba(35, 60, 94, 0.8);
	    position: absolute;
	    top: 10px;	
	}

    .main-navigation {
            margin-top: 30px;
	}
}


/********************************************
mobile styles
********************************************/

@media (min-width: 599px) and (max-width: 1024px) {
/******ipad break point ******/
	.nav-menu li {
	    margin: 0 0px !important;
	}
	.tAddy {
	    position: relative;	
	    top: 10px;
	}
	.tPhone {
	    left: 0;
	    padding-left: 30px;
	    position: relative;
	    top: 30px;
	}
	.nav-menu li.subParent:last-child .sub-menu {
	    right: 0;
	}
	.cart button {
		width: 80% !important;
	}
}

@media screen and (max-width: 599px) {
	.site-content {
	    padding: 0 !important;
	    width: 100% !important;
	}

	.hgroup { 
		padding: 10px 0 !Important; 
	}


	.half, .halflast  {
	    float: none;
	    margin-right: 0%;
	    width: 100%;
	}

	#Logo.mini {
		display:none;
	}

	.tAddy {
	    color: #4B2A1B;
	    float: left;
	    font-size: 15px;
	    left: 10px;
	    margin-top: 10px;
	    position: relative;
	    text-align: left;
	    top: 0;
	}

	.topSocial {
	    position: absolute;
	    right: 30px;
	    top: 10px;
	}

	.tPhone {
	    color: #4B2A1B;
	    float: right;
	    font-family: sans-serif;
	    font-size: 16px;
	    left: auto !important;
	    position: absolute;
	    right: 10px !important;
	    text-align: right;
	    top: 175px;
	    width: 49%;
	}

	.navFixed {
	    position: fixed !important;
	    top: -60px;
	    width: 110%;
	}
	

	.site {
	    padding: 0 !important;
	    width: 100%;
	}
	.site-content {
	    border-left: 0 none;
	    border-right: medium none;
	    padding: 0 !important;
	    width: 100% !important;
	}
	#content {
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    padding: 2%;
	    width: 97%;
	}

	#secondary {
		padding: 10px; 

	}


	.topSocial {
	    min-width: 36px !important;
	    position: absolute;
	    right: 0;
	    top: -25px;
	    width: 10px !important;
	    Z-INDEX: 1001;
	}
	.topSocial a {
	    display: none;
	    float: none;
	    margin: 0;
	}


	.sharLnk {
	    background: url("images/social-icons-bw-24.png") no-repeat scroll -236px 3px #3F1B0F;
	    cursor: pointer;
	    height: 0;
	    margin-left: 8px;
	    padding-top: 34px;
	    width: 26px;
	}

	.sharLnk.onToggle  a {
	   display: block;
	}
		h3.menu-toggle {
	    background: none repeat scroll 0 0 #FFFFFF !important;
	    border: none !important;
	    border-radius: 0 0 0 0 !important;
	    box-shadow: none !important;
	}

	.menu-toggle {
	    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	    border-top: 1px solid !important;
	    border-right: medium none !important;
	    border-bottom: 1px solid !important;
	    border-left: medium none !important;
	    box-shadow: none !important;
	    color: #fff !important;
	    display: block;
	    font-size: 1.5rem;
	    text-transform: uppercase;
	    width: 100%;
	}
	
	.menu-toggle.toggled-on {
	    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	    border-radius: 0 0 0 0 !important;
	    box-shadow: none !important;
	    color: #fff !important;
	}
	.menu-toggle:after{
		content:"\f067";
		display: inline-block;
		font-family: FontAwesome;
		transition: all 0.2s ease 0s;
		position: relative;
	}
	.menu-toggle.toggled-on:after{
		content:"\f067";
		font-family: FontAwesome;
		position: relative;
		top: -4px;
		transform: rotate(135deg);
		transition: all 0.2s ease 0s;
	}
	.nav-menu.toggled-on {
	    width: 100%;
	}

	.nav-menu.toggled-on li {
	    border-bottom: 1px solid #ccc;
	}
	
	.nav-menu.toggled-on li a {
		text-decoration: none;
		display:block;
	}
	.toggled-on .sub-menu {
	    border: medium none !important;
		display:none;
	    margin: 0 auto;
	    width: auto;
	}
	
	.toggled-on li:hover .sub-menu {
	    display: block;
	}

	li.subParent > a:after {
	    content:"\f04b";
	    display: inline-block;
            font-family: FontAwesome;
	    left: 7px;
	    position: relative;
		font-family: FontAwesome;
		transition: all 0.2s ease 0s;
	}
	li.subParent:hover > a:after {
		font-family: FontAwesome;
		transform: rotate(90deg);
		transition: all 0.2s ease 0s;
	}
	.copyrght, .magicxtag {
	    float: none !important;
	    padding: 0 !important;
	    text-align: center !important;
	    width: auto !important;
	}
		
}
/*****************************************
bootstrap extras
****************************************/
@media (max-width: 767px) {
/** xs **/
/** Pull left xs **/
	.pull-left-xs {
		float: left;
	}
/** Pull right xs **/
	.pull-right-xs {
		float: right;
	}
}
@media (min-width: 768px) {
/** sm **/
/** Pull left sm **/
	.pull-left-sm {
		float: left;
	}
/** Pull right sm **/
	.pull-right-sm {
		float: right;
	}
}
@media (min-width: 992px) {
/** md **/
/** Pull left **/
	.pull-left-md {
		float: left;
	}
/** Pull right **/
	.pull-right-md {
		float: right;
	}
}
@media (min-width: 1200px) {
/** lg **/
/** Pull left **/
	.pull-left-lg {
		float: left;
	}
/** Pull right **/
	.pull-right-lg {
		float: right;
	}
}
.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}
@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}