﻿/* * * * * * * * * * * GLOBAL UPDATES  * * * * * * * * * * */
/* * * * * * * * * * * GLOBAL UPDATES  * * * * * * * * * * */
@font-face {
 font-family: gotham-light;
 src: url(../fonts/gotham/gotham-light-webfont.html),
      url(../fonts/gotham/gotham-light-webfont.eot),
	  url(../fonts/gotham/gotham-light-webfont.woff),
	  url(../fonts/gotham/gotham-light-webfont.svg),
	  url(../fonts/gotham/gotham-light-webfont.woff),
	  url(../fonts/gotham/gotham-light-webfont-2.html);
font-weight: normal;
}

@font-face {
 font-family: gotham-mediumitalic;
 src: url(../fonts/gotham/gotham-mediumitalic-webfont.html),
      url(../fonts/gotham/gotham-mediumitalic-webfont.eot),
	  url(../fonts/gotham/gotham-mediumitalic-webfont.woff),
	  url(../fonts/gotham/gotham-mediumitalic-webfont.svg),
	  url(../fonts/gotham/gotham-mediumitalic-webfont.woff),
	  url(../fonts/gotham/gotham-mediumitalic-webfont-2.html);
font-weight: normal;
}

@font-face {
 font-family: gotham-medium;
 src: url(../fonts/gotham/gotham-medium-webfont.html),
      url(../fonts/gotham/gotham-medium-webfont.eot),
	  url(../fonts/gotham/gotham-medium-webfont.woff),
	  url(../fonts/gotham/gotham-medium-webfont.svg),
	  url(../fonts/gotham/gotham-medium-webfont.woff),
	  url(../fonts/gotham/gotham-medium-webfont-2.html);
font-weight: normal;
}





html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
	height: 100%;
	margin-top:0 !important;
	}

body {
	font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	background-color: #fff;
	margin: 0;
  height: 100%;
	}

p {
	margin: 0 0 10px;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	line-height:19px;
	color:#000000;
	text-transform:none;}

.ptserif {
	font-family: 'PT Serif', Georgia, Times, Arial, Helvetica, sans-serif;
	}

.opensans {
	font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}

.wrapper {
  padding-top: 70px;
  height: 100%;
  width: 100%;
	}

.anchor-margin-push { padding-top: 71px; }
.anchor-margin-pull { margin-bottom: -71px; }
.anchor-section { position: relative; }
.scrolling-anchor {
	position: absolute;
	top: -71px;
	}

/* * * * * * * * * * * LINK ELEMENTS  * * * * * * * * * * */
/* * * * * * * * * * * LINK ELEMENTS  * * * * * * * * * * */
a { background-color: transparent; }
a { text-decoration: none; }
a { color: #000000;
		opacity: 1;
		-webkit-appearance: none;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		outline: 0 none !important;}

a:hover, a:focus, a:active { text-decoration: none; opacity: .8; }
a:active, a:hover { outline: 0; }
a:hover, a:focus { color: #000000; text-decoration: none; }

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	}

a.text-primary:hover,
a.text-primary:focus {
  color: #000000; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

a.text-info {
  color: #777777;
	opacity: 1;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
	font-weight: 300;
	}

a.text-info:hover,
a.text-info:focus {
  color: #777777;
	opacity: .6;
	}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #000000; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }



/* * * * * * * * * * * HEADER ELEMENTS  * * * * * * * * * * */
/* * * * * * * * * * * HEADER ELEMENTS  * * * * * * * * * * */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  text-transform:uppercase; }

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px; }

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
	font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px; }

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
	font-size: 75%; }

h1, .h1 {
  font-size: 33px; }

h2, .h2 {
  font-size: 22px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 22px;
	}


h6, .h6 {
  font-size: 12px; }

h1.large, .h1.large {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 1px; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
a { font-family: "Raleway"; }

h1.titles-italic {
	font-family: 'Open Sans', sans-serif, arial;
	font-size: 3em;
	font-style: italic;
	font-weight: 300;
	color: white;
	}

h1.titles {
	font-family: 'Open Sans', sans-serif, arial;
	font-size: 3em;
	font-style: normal;
	font-weight: 300;
	color: white;
	}

.m-b-120 > h2 {
    border-bottom: 2px solid #000000;
    margin-right: 80px;
    padding: 0 0 10px 80px; display:inline-block;
}
.m-b-80 > h1 {
    border-bottom: 2px solid #000;
    display: inline-block;
    padding-bottom: 10px;
}
.m-b-120 > p {
    padding: 0 80px;
}
.m-b-80 > p {
    padding: 0 80px;
}
.m-b-80 ul {
    color: #6a6a6a;
    font-family: gotham-light;
    font-size: 12px;
    padding: 0 80px 0 100px;
}
.vertical-align.m-b-80.pre-scrollable.ptserif li {
    margin-top: 7px;
}
.modals h1 { font-size: 1.8em; }
.modals h2 { font-size: 1em; }
.modals h3 { font-size: 1.2em; }

.menswear h1, .weddingformal h1, #faqs h1, #meetus h1 { font-size: 1.5em; }
#accordionFAQs h1 { font-size: 1.5em; position: relative; top: 20px; padding-bottom: 30px; }
#accordionFAQs h2 { font-size: .9em; }

.h1-home { position: absolute; top: 0; font-size: 1em; color: white; }

/* * * * * * * * * * * LAYOUT / CONTAINER / ROW / COL ELEMENTS  * * * * * * * * * * */
/* * * * * * * * * * * LAYOUT / CONTAINER / ROW / COL ELEMENTS  * * * * * * * * * * */
.featurefull{width:100%}
.featurefull img {width:100%;height:auto;}
.newformat {
    text-align: center;
	text-transform:uppercase;
	font-family:;
}
.primary-content {margin:4% auto;width:50%;}
.menswear-appointment {width:100%; background:#000000;margin-bottom:-5px;}
.menswear-appointment img {width:100%; height:auto;}
.menatlife {
    background: #000000 none repeat scroll 0 0;
    margin-bottom: -5px;
    max-height: 80vh;
    min-height: 550px;
    overflow: hidden;
    width: 100%;
}
.menatlife img {width:100%; height:auto;}
.newformat h1 {font-family:"raleway";font-weight:500;padding-bottom:20px;margin:0 auto 25px;border-bottom:2px solid #000000;width:75%;}
.newformat ul {
    list-style: outside none none;
    padding: 0 0 10px;
}
.newformat p {
    font-family: "Raleway";
    font-weight: 500;
    text-align: center;
	text-transformation:none;
}
.newformat .vertical-align-base {display:block !important;padding: 0 45px;font-family:'Raleway';}
.tertiary-text {color: #717171;
    font-weight: 500;
    margin: 4% auto;
    text-align: center;
    text-transform: uppercase;
    width: 55%;
	font-family:'Raleway';
	padding:3% 0;
	border-top:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;
}
.newformat h4 {
    font-weight: 500;
    margin: 10px 0;
    text-align: center;
    text-transform: uppercase;
	font-family:'Raleway';
}
.newformat .vertical-align-base ul {
    border-bottom: 1px solid #afafaf;
    border-top: 1px solid #afafaf;
    font-size: 11px;
    padding-top: 12px;
	line-height:20px;
	font-weight:500;
}
.newformat ul {
    border-bottom: 1px solid #afafaf;
    border-top: 1px solid #afafaf;
    font-size: 12px;
    padding-top: 12px;
	line-height:20px;
	font-weight:500;
}
.newformat .wpcf7-form-control.wpcf7-submit{width:300px;text-transform:uppercase;}
.newformat .vertical-align-base ul li{padding:4px 0;}
.your-subject select {width:100%;height:30px;}
.question-line {
    border-bottom: 1px solid;
    font-family: "Raleway";
    margin-bottom: 15px !important;
    padding: 15px 0 10px;
    text-transform: uppercase;
}
.answer-line p{font-weight:300;color:#717171;}
.widget_sp_image-description p {
    font-size: 13px;
}

.mensweargallery > img {
    height: auto;
    width: 100%;
}
.mensweargallery {
    float: left;
    height: auto;
    width: 25%; line-height:0;
}
select.wpcf7-form-control.wpcf7-select {
    width: 100%;max-width:292px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 110px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
.container:before,
.container:after {
	content: " ";
	display: table; }

.container:after {
	clear: both; }

.container-fluid.full {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
	}

/*
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
*/

/*
.container-fluid.box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
*/

.container-fluid {
  margin-right: 0%;
  margin-left: 0%;
  padding-left: 15px;
  padding-right: 15px; }

.container-fluid:before,
.container-fluid:after {
	content: " ";
	display: table; }

.container-fluid:after {
	clear: both; }

.contact .row {
	margin-left: 0;
	margin-right: 0; }

.contact .col-sm-12 {
	padding: 0; }

.row {
	margin-left: -15px;
	margin-right: -15px; }

.row:before,
.row:after {
	content: " ";
	display: table; }

.row:after {
	clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.fullrowhome, .onethirdhome, .twothirdhome {
    position: relative;background:#000000;max-height:75vh;
}
.onethirdhome {width:33.33333%;float:left;height:auto;line-height:0;}
.twothirdhome {width:66.66%;float:left;height:auto;line-height:0;}
.fullrowhome {width:100%;float:left;height:auto;line-height:0;}
.onethirdhome img, 
.twothirdhome img,
.fullrowhome img {width:100%;height:auto;}
.hometitlebar {
    background: rgba(0, 0, 0, 0.0) none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
	padding-bottom:10px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 20;
}
.hometitlebar p {
    color: #fff;
    height: auto;
    padding: 10px 0;
    text-transform: uppercase;
}
.widget_sp_image-image-link {
    display: ;
}


/* * * * * * * * * * * TABLE ELEMENTS  * * * * * * * * * * */
/* * * * * * * * * * * TABLE ELEMENTS  * * * * * * * * * * */
table {
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #ddd; }

.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
	border-top: 0; }

.table > tbody + tbody {
	border-top: 2px solid #ddd; }

.table .table {
	background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
	border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }


/* * * * * * * * * * * BUTTON ELEMENTS  * * * * * * * * * * */
/* * * * * * * * * * * BUTTON ELEMENTS  * * * * * * * * * * */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button,
select {
  text-transform: none; }

button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button.btn.btn-default, .btn-default, .btn-secondary, .btn-tertiary {
	color: #000;
	background-color: ;
	border: ;
	outline: ;
	text-align: center;
	font-weight: 600;
	font-size: .8em;
	}

a.btn.btn-default {
	width: 60%;
	position: absolute;
	padding: 20px;
	}

button.btn.btn-default:hover, .btn-default:hover {
	opacity: .8;
  transition: all 0.125s linear;
	color: #000;
	background-color: #fff;
	border:;
	outline:;
	}

a.btn.btn-secondary {
	width: 50% !important;
	padding: 20px;
	display: inline-block;
	border:2px solid #000000;
	}

a.btn.btn-secondary:hover, .btn-secondary:hover {
	opacity: .8;
  transition: all 0.125s linear;
	color: #000000;
	background-color: ;
	border: ;
	outline: ;
	}

a.btn.btn-tertiary {
	width: 37%;
	padding: 20px 8px;
	display: inline-block;
	font-size: .8em;
	text-transform:uppercase;
	font-weight:normal;
	}

a.btn.btn-tertiary:hover, .btn-tertiary:hover {
	opacity: .8;
  transition: all 0.125s linear;
	color: #000;
	background-color: ;
	border: ;
	outline: ;
	}

button.btn.btn-tertiary {
	width: 100%;
	padding: 20px 10px;
	display: inline-block;
	opacity: 1;
  transition: all 0.125s linear;
	color: #000;
	background-color: ;
	border: ;
	outline: ;
	}

button.btn.btn-tertiary:hover {
	opacity: .8;
  transition: all 0.125s linear;
	color: #000;
	background-color: ;
	border: ;
	outline: ;
	}

.btn-primary {
  color: #fff;
  background-color: #000000;
	border: 5px solid blue;
  outline: 5px solid yellow;
	}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
	opacity: .4;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
	}

button.close:hover {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
	color: black;
	opacity: 1;
  -webkit-appearance: none; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }



/* * * * * * * * * * * FORM ELEMENTS  * * * * * * * * * * */
/* * * * * * * * * * * FORM ELEMENTS  * * * * * * * * * * */
input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1; }

.form-control:-ms-input-placeholder {
	color: #999; }

.form-control::-webkit-input-placeholder {
	color: #999; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eeeeee;
	opacity: 1; }

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label,
.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg,
  .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn,
  .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm, .input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg, .input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px; }

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
	content: " ";
	display: table; }

.form-horizontal .form-group:after {
	clear: both; }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0; }

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0; }

.input-group-addon.input-sm, .input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 0; }

.input-group-addon.input-lg, .input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 0; }

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
	margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
.input-group-btn > .btn {
	position: relative; }

.input-group-btn > .btn + .btn {
	margin-left: -1px; }

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
	z-index: 2; }

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
	margin-right: -1px; }

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: -1px; }

.form-control {
  height: 50px;
  border-color: transparent;
  box-shadow: none;
  border: 1px solid #e3e3e3; }

.form-control:focus {
	box-shadow: none;
	border-color: #5bc0de; }



/* * * * * * * * * * * LIST ELEMENTS  * * * * * * * * * * */
/* * * * * * * * * * * LIST ELEMENTS  * * * * * * * * * * */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }



/* * * * * * * * * * * * * * * * * MEET US  * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * MEET US  * * * * * * * * * * * * * * * * */

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 4px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }

.thumbnail > img,
.thumbnail a > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto; }

.thumbnail .caption {
	padding: 9px;
	color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #000000; }

.thumbnail {
  background-color: #F3F3F3;
  margin-bottom: 4px;
  border-bottom: 0; }

.thumbnail h1, .thumbnail h2, .thumbnail h3, .thumbnail h4, .thumbnail .position {
	text-transform: uppercase; }

.thumbnail .description {
	padding: 35px;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #A90911;
	overflow: scroll;
	font-size: 16px;
	z-index: 10;
	transition: opacity 0.25s ease-in-out, color 0.25s ease-in-out; }

.thumbnail:hover .description, .thumbnail:focus .description, .thumbnail:active .description {
	color: white;
	opacity: 1;
	}

.screen.thumbnail {
  height: 85vh; }
.description p {color:#fff;}

/*
img {
  vertical-align: middle; }
*/

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #000000;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.thumbnail h2, .thumbnail h4 {
	color: #222222 !important;
	}

.thumbnail h4.m-t-0 {
	color: #ffffff !important;
	}


.img-circle {
  border-radius: 50%; }

.description.hidden-xs img {
  float: left;
  max-width: 100% !important;
}


/* * * * * * * * * * * FAQ PAGE ELEMENTS  * * * * * * * * * * */
/* * * * * * * * * * * FAQ PAGE ELEMENTS  * * * * * * * * * * */
#faqs .col-sm-12 { float:none; }
.col-md-6.p-r-0.border-right-4.white { padding: 0; }

.blur-back,#faq1 .container-fluid, #faq2 .container-fluid, #faq3 .container-fluid, #faq4 .container-fluid, #faq5 .container-fluid, #faq6 .container-fluid, #faq7 .container-fluid, #faq8 .container-fluid, #faq9 .container-fluid, #faq10 .container-fluid, #faq11 .container-fluid {
	margin: 0;

  background: rgba(255, 255, 255, 0.8);
  color: black;
  height: 100%;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;1+15,0+100 * /
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0.8) 60%), rgba(255, 255, 255, 0.5) 100%);
  /* FF3.6+ * /
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(15%, rgba(255, 255, 255, 1)), color-stop(60%, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0.5)));
  /* Chrome,Safari4+ * /
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.5) 100%);
  /* Chrome10+,Safari5.1+ * /
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.5) 100%);
  /* Opera 11.10+ * /
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.5) 100%);
  /* IE10+ * /
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.5) 100%);
  /* W3C * /
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */

  background: rgba(255, 255, 255, 0.9);
  color: black;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;1+15,0+100 */
  background: -moz-linear-gradient(top, white 0%, white 15%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(15%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, white 15%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, white 15%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, white 15%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, white 15%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */ }


.faqs h1 { font-size: 25px; }

#faq1 {

  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

#faq2 {

  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

#faq3 {

  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

#faq4 {

  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

#faq5 {

  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

#faq6 {

  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

#faq7 {

  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

#faq8 {

  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

#faq9 {

  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

#faq10 {

  background-position: top top center;
  background-repeat: no-repeat;
  background-size: cover; }

#faq11,.fqq-cu {

  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

.faq-nav li a {
  transition: all 0.25s ease-in-out; }

.faq-nav li a:hover {
	background: #ccc;
	color: white; }

.tab-content.faqs .tab-pane {
  background: black;
  color: black;
  height: 90vh;
  overflow: hidden;
	min-height: 768px;
	}

.tab-content.faqs .tab-pane .container-fluid {
	padding: 25px; }

.mobile-only {display:none;}

/* * * * * * * * * * * JOURNAL  * * * * * * * * * * */
.featurepost {width:100%;}
.featurepost-image {width:100%;position:relative;}
.featurepost-image img{width:100%;height:auto;}
.featurepost-content {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    padding: 1% 3% 3%;
    position: absolute;
    right: 3%;
    top: 23%;
    width: 30%;
}
.featurepost-content h1 {
    border-bottom: 2px solid #bb0000;
    color: #000000;
    display: table;
    padding-bottom: 15px;
}

.journal-feed {
    float: left;
    padding: 0 1.2%;
    width: 80%;
}
.journal-feed img {
    height: auto;
    width: 100%;
}
.journal-sidebar {
    border-left: 1px solid #e4e4e4;
    float: left;
    margin-top: -60px;
    padding-left: 3%;
    width: 18%;
}
.journal-post-first {
    border-bottom: 1px solid #e4e4e4;
    display: table;
    float: left;
    margin: 0 2% 4%;
    padding-bottom: 2%;
    text-align: center;
    width: 96%;
}
.journal-post-first {text-align:left;}
.journal-post {
    display: table;
    float: left;
    margin: 0 2% 4%;
    width: 46%;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2%;
}
.journal-image {
    float: left;
    width: 100%;
}
.journal-excerpt {
    float: left;
    margin: 0;
    width: 100%;
}
.journal-excerpt h2 {
    border-bottom: 2px solid #000000;
    display: table;
    padding-bottom: 5px;
	color:#000000;
}
.journal-post-first h2 {
    margin: 5px auto;
}
.journal-post-first h1 {
    margin: 5px auto;
	font-size:22px;text-align:center;
}
.post-details {
    display: inline-block;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.post-details ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.sidebartitle {
    border-bottom: 2px solid #e4e4e4;
    font-size: 18px;
    padding-bottom: 5px;
    text-align: center;
	margin-top:60px;
}
.side-post img {
    height: auto;
    width: 100%;
}
.side-title {
    font-size: 14px;
    margin: 0px 0 0;
	font-family:georgia;
	color:#717171 !important;
}
.side-post {
    border-bottom: 1px solid #e4e4e4;
    display: inline-block;
    margin: 5px 0 15px;
    text-align: center;
	width:100%;
}
.journal-sidebar > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.cat-item {
    border-bottom: 1px solid #e4e4e4;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 5px 0;
    text-transform: uppercase;
}
.cat-item > a {
    color: #717171;
    font-family: georgia;
}
.searchicon {
    float: right;
    padding: 0 4%;
    width: 19%;
}
.searchfield {
    width: 80%;
}
.fadeInBlock {opacity:0;}
.post-heading{background:rgba(255,255,255,0.6)}
.post-heading > h1 {
    padding: 16px 0;
}
/* * * * * * * * * * * MODAL ELEMENTS  * * * * * * * * * * */
/* * * * * * * * * * * MODAL ELEMENTS  * * * * * * * * * * */
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
	opacity: .8 !important
	}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0); }

.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table; }

.modal-footer:after {
	clear: both; }

.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
	margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
	margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

/* MODAL half */
.modal-half { width: 100%; }

.modal-half .modal-dialog {
	background: #ffffff;
	width: 50%;
	margin: 30px auto;
	}


/* MODAL FULL */
.modal-full { width: 100%; }

.modal-full .modal-dialog {
	background: #ffffff;
	width: 80%;
	margin: 30px auto;
	}

/* MODAL SLIDER */
.modal.slide-right-modal .close {
  position: absolute;
  top: 9px;
  right: 5px;
  padding: 5px;
  opacity: .8;
  font-size: 1.3em;
  color: white;
  text-shadow: none;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  z-index: 10; }

.modal.slide-right-modal .modal-dialog {
  width: 70%;
  position: absolute;
  right: 0;
  margin: 0;
  min-height: 100%;
  background: white;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0); }

.modal.slide-right-modal .modal-dialog .modal-content {
	background: transparent; }

.modal.slide-right-modal .modal-dialog .modal-content-wrapper {
	display: table;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed; }

.modal.slide-right-modal .modal-dialog .modal-content-wrapper .modal-body {
	display: table-cell;
	float: none; }

.modal.slide-right-modal .modal-dialog .modal-content-wrapper, .modal.slide-right-modal .modal-dialog .modal-content {
	min-height: 100%;
	vertical-align: top;
	box-shadow: none; }

.modal.slide-right-modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0); }




/* * * * * * * * * * * PANEL ELEMENTS  * * * * * * * * * * */
/* * * * * * * * * * * PANEL ELEMENTS  * * * * * * * * * * */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before,
  .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: -1; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: -1; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #000000; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #000000;
    border-color: #000000; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #000000; }
    .panel-primary > .panel-heading .badge {
      color: #000000;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #000000; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.panel {
  box-shadow: none;
  -webkit-box-shadow: none; }

.panel-group .panel {
	transition: background-color 0.25s ease-in-out; }

.panel-group .panel:hover {
	background-color: #000000; }

.panel-group .panel h2 {
	transition: color 0.25s ease-in-out; }

.panel-group .panel h2:hover {
	color: #222222; }

.panel-group .panel:hover {
	background-color: #f6f6f6;
	color: #222222; }

/*
.panel-group .panel h4 {
	transition: color 0.25s ease-in-out; }

.panel-group .panel:hover h4 {
	color: white; }
*/




/* * * * * * * * * * * MISC ELEMENTS  * * * * * * * * * * */
/* * * * * * * * * * * MISC ELEMENTS  * * * * * * * * * * */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline; }

audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: 500; }
dfn { font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

.medium {
  font-size: 90%;
	font-weight: 600;
	color: white;
	}

.uppercase {
  text-transform: uppercase; }

small,
.small {
  font-size: 80%; }

large {
  font-size: 120%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

legend {
  border: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

figure {
  margin: 0; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #000000; }

.text-success {
  color: #3c763d; }

.text-info {
  color: #777777; }

.text-warning {
  color: #8a6d3b; }

.text-danger {
  color: #a94442; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #000000; }

.bg-success {
  background-color: #dff0d8; }

.bg-info {
  background-color: #d9edf7; }

.bg-warning {
  background-color: #fcf8e3; }

.bg-danger {
  background-color: #f2dede; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0; }

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0; }

.pre-scrollable {
  max-height: 420px;
  overflow-y: scroll; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
	display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }


.bg-black {
  background: black; }

.caption {
  color: black; }

.text-white {
  color: white; }

.text-white.caption {
	text-transform: capitalize;
	font-weight: normal; }

.text-black {
  color: black; }
  .text-black.caption {
    text-transform: capitalize;
    font-weight: normal; }

a.text-white {
  transition: all 0.25s ease-in-out; }

a.text-black {
  transition: all 0.25s ease-in-out; }

.h2.p-15 {
  padding-left: 0 !important;
  padding-right: 0 !important;
	}

.h2.p-15.caption {
	font-size: 1.2em;
	color: #999999;
	}

.vertical-align-base {
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  overflow-y: hidden; }

.vertical-align-base .top {
	width: 100%;
	position: absolute; }

.vertical-align-base .top.left {
	top: 5%;
	left: 0;
	padding-left: 6vh; }

.vertical-align-base .top.right {
	top: 5%;
	right: 0;
	padding-right: 7vh;
	text-align: right; }

.vertical-align-base .bottom {
	position: absolute;
	bottom: 10%;
	width: 100%; }

.vertical-align-base .bottom.full {
	/*
		Current Updates
		bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
	*/
	bottom: 0;
	left: 0;
	right: 0;
	}

.vertical-align-base .bottom.center {
	left: 0;
	right: 0; }

.vertical-align-base .bottom.right {
	bottom: 20%;
	right: 0;
	padding-right: 8vh;
	width: 40vh; }

.vertical-align-base .middle.center {
	vertical-align: middle;
	position: absolute;
	top: 20%;
	left: 0;
	padding-left: 6vh; }

.vertical-align-base .top.left {
	top: 5%;
	left: 0;
	padding-left: 6vh; }

.vertical-align {
  z-index: 1;
  width: 100%;
/* CURRENT UPDATE
  padding-left: 6vh;
  padding-right: 6vh;
*/
  right: 0; }


/* * * * * * * * * * * PAGINATION ELEMENTS  * * * * * * * * * * */
/* * * * * * * * * * * PAGINATION ELEMENTS  * * * * * * * * * * */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0; }

.pagination > li {
	display: inline; }

.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857;
	text-decoration: none;
	color: #000000;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0; }

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
	z-index: 3;
	color: #5d0000;
	background-color: #eeeeee;
	border-color: #ddd; }

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	background-color: #000000;
	border-color: #000000;
	cursor: default; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #777777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }



/* * * * * * * * * * * LIST ELEMENTS  * * * * * * * * * * */
/* * * * * * * * * * * LIST ELEMENTS  * * * * * * * * * * */
.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0; }

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0; }

a.list-group-item,
button.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #333; }

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit; }

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
	color: #777777; }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #000000;
  border-color: #000000; }

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
	color: inherit; }

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
	color: #ff7777; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover,
  a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active,
  a.list-group-item-success.active:hover,
  a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover,
  a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active,
  a.list-group-item-info.active:hover,
  a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover,
  a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active,
  a.list-group-item-warning.active:hover,
  a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover,
  a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active,
  a.list-group-item-danger.active:hover,
  a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }



/* * * * * * * * * * * TOOLTIP ELEMENTS  * * * * * * * * * * */
/* * * * * * * * * * * TOOLTIP ELEMENTS  * * * * * * * * * * */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90); }
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0; }
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px; }
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0; }
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }



/* * * * * * * * * * * POPOVER ELEMENTS  * * * * * * * * * * */
/* * * * * * * * * * * POPOVER ELEMENTS  * * * * * * * * * * */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }



/* * * * * * * * * * * CAROUSEL ELEMENTS  * * * * * * * * * * */
/* * * * * * * * * * * CAROUSEL ELEMENTS  * * * * * * * * * * */
h4.m-t-0 { /* subtext under name */
	font-size: 1em;
	}

.fa.fa-angle-double-left, .fa.fa-angle-double-right { font-size: 1.3em; }

/*.fa.fa-angle-double-down { font-size: 4em; }*/

a.carousel-scroll {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 7%;
	color: white;
	opacity: .8;
	font-size: 70px;
	transition: all 0.25s ease-in-out;
	padding: 0 50%;
	}

a.carousel-scroll:hover {
	color: #ffffff;
	opacity: 1;
	 }

.carousel {
  position: relative; }

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%; }

.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-moz-transition: -moz-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		-moz-perspective: 1000px;
		perspective: 1000px; }

	.carousel-inner > .item.next,
	.carousel-inner > .item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0; }

	.carousel-inner > .item.prev,
	.carousel-inner > .item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0; }

	.carousel-inner > .item.next.left,
	.carousel-inner > .item.prev.right,
	.carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0; }
		}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block; }

.carousel-inner > .active {
	left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%; }

.carousel-inner > .next {
	left: 100%; }

.carousel-inner > .prev {
	left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0; }

.carousel-inner > .active.left {
	left: -100%; }

.carousel-inner > .active.right {
	left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover,
  .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: transparent; }

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }


/* * * * * * * * * * * SCREEN MODULE ELEMENTS  * * * * * * * * * * */
/* * * * * * * * * * * SCREEN MODULE ELEMENTS  * * * * * * * * * * */
/* CONTACT SECTION */
div#contact {
	height: 70vh;
	min-height: 450px;
	}

.screen-right2.location {
	height: 100%;
	padding-right: 0;
	}

.screen-left2.contact {
	height: 100%;
	padding: 50px;
	}

.screen-right, .screen-left, .screen-right p a, .screen-left p a {
	font-family: gotham-light;
	}

.screen, .screen-right, .screen-left {
  height: 90vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

.screen-right, .screen-left {
  background-color: #fff; }

.screen-right.one, .screen-left.one {
	background-image: url("https://placehold.it/200"); }
.screen-right.two, .screen-left.two {
	background-image: url("https://placehold.it/300"); }
.screen-right.three, .screen-left.three {
	background-image: url("https://placehold.it/400"); }
.screen-right.four, .screen-left.four {
	background-image: url("https://placehold.it/500"); }
.screen-right.five, .screen-left.five {
	background-image: url("https://placehold.it/600"); }

.cover .screen {
  background-image: url("");
  background-color: rgba(0, 0, 0, 0.125);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 90vh; /* Current Update */ }



.img-center {
  margin: 0 auto; }

.screen.casey .vertical-align-base, .screen.cory .vertical-align-base, .screen.michael .vertical-align-base, .screen.andrew .vertical-align-base {
  background-color: transparent;
  transition: background-color 0.25s ease-in-out; }

.screen.casey .vertical-align-base:hover, .screen.cory .vertical-align-base:hover, .screen.michael .vertical-align-base:hover, .screen.andrew .vertical-align-base:hover {
	background-color: rgba(170, 0, 0, 0.85); }

.screen-left {
  padding-left: 0;
  padding-right: 0; }

.screen-right {
  padding-right: 0;
  padding-left: 0; }

.screen, .screen-right, .screen-left {
	min-height: 640px;
	}




/* * * * * * * * * CATFISH ELEMENTS * * * * * * * * * * */
/* * * * * * * * * CATFISH ELEMENTS * * * * * * * * * * */
.navbar-toggle .icon-bar {
  background: white; }

.navbar.bg-white.catfish {
	font-size: 12px;
	padding: 10px 10px; }

.footer {
  background: black;
  color: #ccc;
  font-weight: 500;
  font-size: .8em; }

.footer h4 {
	font-size: 1.2em;
	color: white;
	font-weight: 700; }

.footer a {
	color: white; }

.footer .navbar-toggle .icon-bar {
	background: white; }

.navbar-toggle:hover {
  border: 1px solid transparent; }

.navbar-toggle:hover .icon-bar {
	background: white; }

#footer .nav > li > a:hover, #footer .footer > .nav > li > a:focus, #navbar .nav > li > a:hover, #navbar .footer > .nav > li > a:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2); }

/* Social Icons */
i.fa.fa-facebook, i.fa-facebook-square, i.fa.fa-linkedin, i.fa-linkedin-square, i.fa.fa-twitter, i.fa-twitter-square, i.fa.fa-instagram {
	font-size: 16px;
	margin-left: 5px;
	}

.navbar i.fa-facebook-square {
	color: #3b5998;
	}

.navbar i.fa-linkedin-square {
	color: #007bb6;
	}

.navbar i.fa-twitter-square {
	color: #0084b4;
	}

.navbar i.fa.fa-instagram {
	
	}

.col-sm-4.animated.fadeIn {
    background-position: top center!important; }

.gallery {
  position: relative; }

.gallery .top.right {
	position: absolute;
	top: 20px;
	right: 5%;
	z-index: 1000; }

.well {
  background: white; }

.faq-nav li {
  background: white; }

.faq-nav li a {
  padding: 15px; }

.no-border {
  border: none !important; }

.bg-primary {
  background-color: #000000 !important; }

.bg-info {
  background-color: #5bc0de !important; }

.bg-danger {
  background-color: #d9534f !important; }

.bg-warning {
  background-color: #f0ad4e !important; }

.bg-success {
  background-color: #5cb85c !important; }

.bg-white {
  background-color: white !important;
  color: black;
	width: 100%; }

.bg-white a {
	color: black;
	transition: 0.25s ease-in-out; }

.bg-white a:hover {
	color: #000000; }

.bg-transparent {
  background-color: transparent !important;
  color: black; }

.bg-transparent a {
	color: black; }


nav.footer {
  font-family: "Raleway";
  font-weight:300; }

*, *:before, *:after {
  box-sizing: border-box !important; }

.row-stack {
  -moz-column-width: 18em;
  -webkit-column-width: 18em;
  -moz-column-gap: 5px;
  -webkit-column-gap: 5px; }
  .row-stack .btn-link {
    background: white;
    color: #555555;
    transition: color 0.25s linear; }
    .row-stack .btn-link:hover, .row-stack .btn-link:focus, .row-stack .btn-link:active {
      color: black; }

.menu-category {
  display: inline-block;
  width: 100%;
  border: none;
  margin-bottom: 0; }
  .menu-category .list-group-item {
    overflow-y: hidden;
    border: none !important; }
  .menu-category .img-responsive {
    width: 100%; }

#mabespoke {
  position: absolute;
  top: 0;
  width: 100%; }

.appointment {
  z-index: 10; }

.login {
  display: block;
  color: white;
  margin: 0;
  padding: 0;
  height: 0;
  border-style: solid;
  border-color: #000000 transparent;
  border-width: 0 0 3.65em 1.125em;
  width: 8em;
  border-top: none;
  z-index: 1;
  right: -20px; }

.login a {
  right: 5px; }

a.btn.btn-primary.btn-block.gray-light.outline.p-25.text-uppercase:hover, a.btn.btn-primary.btn-block.gray-light.outline.p-25.initialism:hover {
  background-color: #000000;
  border-color: #900000;
  color: white;
	}

.f-height {
  height: 100%; }

.f-width {
  width: 100%; }


.about .meet {
  padding: 0; }

.f-screen {
  height: 130vh; }



/* * * * * * * * * * * SLIDER / SLICK UPDATES  * * * * * * * * * * */
/* * * * * * * * * * * SLIDER / SLICK UPDATES  * * * * * * * * * * */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent !important; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; 
  }

.slick-list:focus {
	outline: none; }

.slick-list.dragging {
	cursor: pointer;
	cursor: hand; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background-color: transparent !important; }

.slick-next {
  content: "\f105";
  font-family: "fontawesome"; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); 
  }

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block; }

.slick-track:before,
.slick-track:after {
	content: "";
	display: table; }

.slick-track:after {
	clear: both; }

.slick-loading .slick-track {
	visibility: hidden; }

.slick-slide {
	float: left;
	height: 89vh;
	min-height: 1px;
	display: none; min-height:600px; }

[dir="rtl"] .slick-slide {
	float: right; }

.slick-slide img {
	display: block; }

.slick-slide.slick-loading img {
	display: none; }

.slick-slide.dragging img {
	pointer-events: none; }

.slick-initialized .slick-slide {
	display: block; }

.slick-loading .slick-slide {
	visibility: hidden; }

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.html");
  src: url("fonts/slickd41d.html?#iefix") format("embedded-opentype"), url("fonts/slick-2.html") format("woff"), url("fonts/slick-3.html") format("truetype"), url("fonts/slick-4.html#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: -10px;
	padding: 10px;
	border: none;
	outline: none; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover, .slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before, .slick-next:focus:before {
	opacity: .8; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: FontAwesome;
  font-size: 65px;
  line-height: 1;
	transition: all 0.25s ease-in-out;
/*
	filter: contrast(0.4);
  -webkit-filter: contrast(0.4);
  opacity: 0.75;
*/
  color: #cccccc;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
	left: 0px; }

/*
	.slick-prev {
		left: 10px; }
*/

[dir="rtl"] .slick-prev {
	left: auto;
	right: 10px; }

.slick-prev:before {
	content: "\f104"; }

[dir="rtl"] .slick-prev:before {
	content: "\f105"; }

.slick-next {
	right: 0px;
}


/*
.slick-next {
	right: 10px; }
*/

[dir="rtl"] .slick-next {
	left: 10px;
	right: auto; }

.slick-next:before {
	content: "\f105"; }

[dir="rtl"] .slick-next:before {
	content: "\f104"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  	position: absolute;
	bottom: 40px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%; }

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer; }

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1; }

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75; }


	.wpcf7-submit {
	width: 100%;
	padding: 20px 10px;
	display: inline-block;
	opacity: 1;
  transition: all 0.125s linear;
	color: #ffffff;
	background-color: #000000;
	border: 3px solid #ececec;
	outline: 3px solid #ffffff;
	}

.wpcf7-submit:hover {
	opacity: .8;
  transition: all 0.125s linear;
	color: #ffffff;
	background-color: #000000;
	border: 3px solid #ececec;
	outline: 3px solid #ffffff;
	}

div.wpcf7-response-output{
	margin:0 0 2px;
}

.wpcf7-form.invalid p:nth-child(5){
	margin-bottom: 1px
}

.poplogo{
	height:auto !important;
	width:100% !important
}

#sgSideWrap{
	width:100% !important
}

#sgBlogTitle{
	width:92%
}

#sgSocial{
	width:100%
}

#sgBlogDesc{
	min-height:400px
}

#sgPluginBox{
	background-color: white;
}

#sgCont{
	padding-bottom:20px;
	padding-top:20px;
  padding-left:20px
}

.popup-date > span{
	font-weight:bold;
	color:#c21a1a
}

#sgBlogTitle img{
width:100%
}
.slick-dots {
 list-style-type: square;
 list-style-position: outside;
 list-style-image: none;
 margin-bottom:0px;position:relative;border:none !important;
}

.slick-dots li{
	font-size:20px;
	color:gray
}

.slick-dots li button{

	background-color:gray;
	border-radius:50%
}

.slick-active > button{
	background-color:#C93333 !important
}
.galry-figure{
  position: relative;
}
.galry-figure figcaption{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(0, 0, 0, 0.5);
  padding: 15px;
  display: none;
}
.galry-figure:hover figcaption{
  display: block;
}
.galry-figure figcaption img{
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.galry-figure figcaption .inner-border{
  float: left;
  width: 100%;
  height: 100%;
  border:2px solid #fff;
}
.popup-date {
    float: left;
    margin: 20px 0;
    width: 100%;
}
#sgBlogDesc{
  font-size: 14px;
}
.sgpI {
    width: 100% !important;
}
#sgBlogTitle {
    float: left;
    margin: 48px 0 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
#sgBlogTitle img {
    display: inline-block;
    float: none;
    margin: 0 !important;
    width: 70% !important;
}
.vertical-align-base.press-base > a {
    width: 100%;
}
.img-title{
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.img-title figure{
  float: left;
  width: 100px;MARGIN-RIGHT:10PX
}
.presstext h3 {
    font-size: 16px;
}
.img-title .text{
  margin: 0 0 0 110px;
  padding: 13px 0 0 0;
}
.img-title .presstext{
  margin: 0 0 0 0px;
  padding: 27px 0 0 0;
  float:left;
}
.img-title .text h3{
  margin: 0 0 15px 0;
  font-size: 16px;
}
.img-title .text span{
  color: #fff;
  text-transform: capitalize;
}

.col-sm-3.static-gbox {
    border: 4px solid white;
	padding-left:0px;
	 padding-right: 8px;
	 margin-left:-6px
}
.col-sm-9.small-box998 {
   padding-right: 5px;
}


.menu-item a:hover{
  color:white !important
}

.navbar-nav > li > a:hover{
  color:#717171 !important;
}

.navbar-nav > .appointment > a {
  padding: 18px 13px;}

.navbar-nav > .appointment > a:hover{
  color:#e4e4e4 !important;
}

.wpcf7-text{
  height:29px;
}
.your-message input{
  height:80px;
}

.menu-762 select{
  width:100%;
  height:40px;
}

.slick-dots li button::before{
  content:""
}

.description.hidden-xs img {
    float: left;
    margin-left: 20px;
    width: 100px;
}

.press-outer-img img{
  margin-left: 0px !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #000000;
  background-color: white;
  border-bottom: solid thin #000000;
}

.desc-faq{
  border: solid thin #000000;
  margin-top: 30px
}

.qu-faq{
  padding-right:0px;
  padding-left: 10px;
}
.blur-back{
  background: transparent none repeat scroll 0 0 !important
}
.appointment-bar{height: auto; width: 100%; /*height:100px;*/ float: left; z-index: 30; position: relative; background: rgb(255, 255, 255) none repeat scroll 0px 0px;}
.appointment-bar-text {text-transform: uppercase; font-family: raleway; float: left; color: rgb(228, 228, 228); padding:13px 40px;}
.appointment-bar-button {font-family: raleway; float: right; line-height: 19px; color: rgb(228, 228, 228); border: 2px solid rgb(228, 228, 228); padding: 5px 15px; margin: 7px;}
.appointment-bar-signup {font-family: raleway; float: right; line-height: 19px; color: rgb(228, 228, 228); margin:0 7px;}
