/* === Typography === */
h1, h2, h3, h4, h5, h6{
	font-family: 'Source Sans Pro', sans-serif;
	color:#353535;
	font-weight:300;
	line-height:1.5em;
	margin-top:0;
}

h1{
	font-size:60px;
	
}

h2{
	font-size:42px;
	
}

h3{
	font-size:34px;
	
}

h4{
	font-size:28px;
	
}

h5{
	font-size:24px;
	
}

h6{
	font-size:22px;
	
}

h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong {
	font-weight:700;
}

.widget h4,.widget h5 {
	font-weight:300;
	margin-bottom:20px;
}


/* === Bootstrap style === */

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;

}


.img-rounded {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.img-circle.bordered {
  -webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
}

code,
pre {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

pre {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

blockquote{
  margin: 0 0 20px;
}



label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
}

label{
	font-weight: bold;
	color:#353535;
}

input,
button,
select,
textarea {
	font-family:'Open Sans', Arial, sans-serif;
  font-size: 13px;
}

select{
  font-size: 13px;
  line-height: 20px;
  background:#fbfbfb;
  border-color: #919191 #919191 #b3b3b3;
  color: #999999;
  -webkit-box-shadow: inset 0 1px 3px #cacaca;
     -moz-box-shadow: inset 0 1px 3px #cacaca;
          box-shadow: inset 0 1px 3px #cacaca;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}


input.input-block-level{
	padding:20px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  -webkit-border-radius: 0 0 0 0;
     -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 0 0 0 0;
     -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 0 0 0 0;
     -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 0 0 0;
     -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}


.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 0 0 0;
     -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 0 0 0;
     -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 0 0 0 0;
     -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 0 0 0;
     -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}

input.search-query {
  margin-bottom: 0;
  -webkit-border-radius: 0 0 0 0;
     -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}

.form-search .input-append .search-query {
  -webkit-border-radius: 0 0 0 0;
     -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}

.form-search .input-append .btn {
  -webkit-border-radius: 0 0 0 0;
     -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 0 0 0;
     -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}

.form-search .input-prepend .btn {
  -webkit-border-radius: 0 0 0 0;
     -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}

.table-bordered {
  -webkit-border-radius: 0 0 0 0;
     -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
}


.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 2px;
          border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 2px;
          border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
}

.dropdown-menu {
  *border-right-width: 0;
  *border-bottom-width: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;

}

.dropdown-submenu > .dropdown-menu {
  -webkit-border-radius: 0 0 0 0;
     -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}

.dropup .dropdown-submenu > .dropdown-menu {
  -webkit-border-radius: 0 0 0 0;
     -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 0 0 0 0;
     -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

/* --- lists --- */
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 1.6em;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.6em;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 20px;
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

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

.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

.media{
  margin-top: 0;
  margin-bottom: 30px;
}

.media .media {
  margin-top: 30px;
  margin-bottom: 0;
}

.media-body{
	position:relative;
}

.well {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.well-large {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.well-small {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}


/* === bootstrap button === */


.btn {
  font-size: 12px;
  text-transform:uppercase;
  text-shadow: none;
  background-image:none;
  border-color: none;
  border-bottom-color: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn {
	outline:0;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
a.btn,.btn:focus {
	outline:0;
	
}

.btn-medium {
  padding: 6px 15px;
  font-size: 13px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.btn-large {
font-size: 14px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.btn-small {
font-size: 11px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.btn-mini {
font-size: 10px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

/* edges */
.btn-square {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-medium.btn-mini {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

.btn-medium.btn-small {
  -webkit-border-radius: 11px;
     -moz-border-radius: 11px;
          border-radius: 11px;
}

.btn-rounded {
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
}

.btn-medium.btn-rounded {
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
}


.btn-large.btn-rounded {
  -webkit-border-radius: 24px;
     -moz-border-radius: 24px;
          border-radius: 24px;
}


.btn-group > .btn:first-child {
  -webkit-border-bottom-left-radius: 2px;
          border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
          border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 2px;
          border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
          border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
}

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 2px 2px 0 0;
     -moz-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 2px 2px;
     -moz-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
}

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 2px 2px 0 0;
     -moz-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 2px 2px;
     -moz-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
}


.btn-primary {
	outline:0;
  background: #1C0113;
}
.btn-primary:hover {
  background: #170110;
}

.btn-info {
  background: #5E9FA3;
}
.btn-info:hover {
  background: #569498;
}

.btn-success {
  background: #11766D;
}
.btn-success:hover {
  background: #0e6a62;
}

.btn-warning {
  background: #F0B300;
}
.btn-warning:hover {
  background: #e2a900;
}

.btn-danger {
  background: #a40b0b;
}
.btn-danger:hover {
  background: #990909;
}

.btn-inverse {
  background: #363636;
}
.btn-inverse:hover {
  background: #505050;
}

.btn-blue {
  border:1px solid #0a6d9b;
  color:#fff;
  background: #0a6d9b;
}
.btn-blue:hover,.btn-blue:focus,.btn-blue:active  {
  background: #085e86;
  color:#fff;
}
.btn-yellow {
  border:1px solid #efd70c;
  color:#fff;
  background: #efd70c;
}
.btn-yellow:hover,.btn-yellow:focus,.btn-yellow:active  {
  background: #e4ce11;
  color:#fff;
}
.btn-red {
  border:1px solid #cf1a07;
  color:#fff;
  background: #cf1a07;
}
.btn-red:hover,.btn-red:focus,.btn-red:active  {
  background: #c41a08;
  color:#fff;
}

.btn-orange {
  border:1px solid #ef5523;
  color:#fff;
  background: #ef5523;
}
.btn-orange:hover,.btn-orange:focus,.btn-orange:active  {
  background: #e45121;
  color:#fff;
}
.btn-purple {
  border:1px solid #c81dbe;
  color:#fff;
  background: #c81dbe;
}
.btn-purple:hover,.btn-purple:focus,.btn-purple:active {
  background: #be1ab4;
  color:#fff;
}
.btn-green {
  border:1px solid #479c18;
  color:#fff;
  background: #479c18;
}
.btn-green:hover,.btn-green:focus,.btn-green:active  {
  background: #3f8d15;
  color:#fff;
}

.btn-brown {
  border:1px solid #5c2009;
  color:#fff;
  background: #5c2009;
}
.btn-brown:hover,.btn-brown:focus,.btn-brown:active  {
  background: #531d08;
  color:#fff;
}

.btn-pink {
  border:1px solid #f8127f;
  color:#fff;
  background: #f8127f;
}
.btn-pink:hover,.btn-pink:focus,.btn-pink:active  {
  background: #ef1179;
  color:#fff;
}

.btn-dark {
  border:1px solid #18191a;
  color:#fff;
  background: #18191a;
}
.btn-dark:hover,#content a.btn-dark:hover    {
  color:#fff;
}

.btn-theme {
  color:#fff;
}

.btn-theme:hover,.btn-theme:focus,.btn-theme:active{
  background: #18191a;
   color:#fff;
  border:1px solid #18191a;
}



/* ==== More buttons === */

/* plain buttons */

.btn.plain {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: none;
  border: none;
  *border: 0;
  border-color: none;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}



/* ==================================== */

.alert {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.nav-tabs > li > a {
  -webkit-border-radius: 2px 2px 0 0;
     -moz-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}

.nav-pills > li > a {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
  -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-topleft: 2px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 2px;
          border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
          border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 2px 2px;
     -moz-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 2px 2px;
     -moz-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
}

.tabs-left > .nav-tabs > li > a {
  -webkit-border-radius: 2px 0 0 2px;
     -moz-border-radius: 2px 0 0 2px;
          border-radius: 2px 0 0 2px;
}

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

.navbar-inner {
  position:relative;
  padding-right: 20px;
  padding-left: 20px;
  background-color:none;
  background-image: none;
  background-repeat: none;
  border: none;
  border-top:1px solid #2d2d2d;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  filter: none;
  *zoom: 1;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.navbar-inverse .navbar-inner, .navbar-inner{
  position:relative;
  background-color: #0e0f0f;
  background-image: none;
  background-repeat: none;
  border: none;
  border-top:1px solid #2d2d2d;
  border-bottom:1px solid #060606;
  filter: none;
  *zoom: 1;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.navbar .nav {
  border-right:none;
  border-left:none;
}

.navbar .nav > li > a {
  float: none;
  font-size:14px;
  padding: 10px 5px 10px;
  margin-left:0;
  margin-right:0;
  color: #999999;
  text-decoration: none;
  text-shadow: none;
  border-right:none;
  border-left:none;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  color: #dddddd;
   background-color: none;
  background-image: none;
  background-repeat: repeat-x;
  filter: none; 
  text-decoration: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;		  
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #fff;
   background-image: none;
  background-image: none;
  filter: none;  
  text-decoration: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.navbar-search .search-query {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  -webkit-border-radius: 2px 0 2px 2px;
     -moz-border-radius: 2px 0 2px 2px;
          border-radius: 2px 0 2px 2px;
}

.navbar .btn-navbar {
  position:absolute;
  z-index:99999;
  left:0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 180px;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
  background:#222;
  border: none;
  border: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-background-clip: none;
     -moz-background-clip: none;
          background-clip: none;
}
.dropdown-menu li {
	margin:0;
	padding:0;
}

.dropdown-menu li  a {
  color: #ddd;
  font-size:12px;
  padding:10px 15px 10px 15px;
  margin:0;
  text-shadow:none;
  border-bottom:1px solid #303030;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a, 
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-repeat: none;
  filter:none;
}
.dropdown-menu .sub-menu-level1, .dropdown-menu .sub-menu-level2 {left:100%;position:absolute;top:0;visibility:hidden;margin-top: 0;}
.dropdown-menu li:hover .sub-menu-level1 {visibility:visible;}
.dropdown-menu li li:hover .sub-menu-level2 {visibility:visible;}
.nav-header {
  display: block;
  padding: 5px 10px;
  font-size:12px;
  font-weight: normal;
  line-height: 20px;
  color: #fff;
  text-shadow: none;
  text-transform: uppercase;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #0b0b0b;
  border-bottom: 1px solid #303030;
}
 .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
}

.breadcrumb {
  float:left;
  padding:10px 0 10px 0;
  margin:0;
  list-style: none;
  background: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: none;
  font-size:12px;
  *zoom: 1;
  margin:0;
}

.breadcrumb > .active {
  color: #797979;
}

.pagination ul {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #f4f4f4;
  border: 1px solid #cacaca;
  border-left-width: 0;
}
.pagination ul > li > a:hover{
  background:#ececec;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #fff;
  cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 2px;
          border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
          border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
}


.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 2px;
          border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
          border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 2px;
          border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
          border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
}
.pagination-right {
  float: right;
}
.pager li > a,
.pager li > span {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.modal {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.modal-footer {
  -webkit-border-radius: 0 0 2px 2px;
     -moz-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
}

.tooltip-inner {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.popover {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.popover-title {
  -webkit-border-radius: 2px 2px 0 0;
     -moz-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}

.thumbnail {
  background:#fbfbfb;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.thumbnail p{
	padding:0 10px 0 10px;
}

.thumbnail h1, .thumbnail h2, .thumbnail h3, .thumbnail h4, .thumbnail h5, .thumbnail h6{
	padding:0 10px 0 10px;
	margin:10px 0 10px 0;
}

.label,
.badge {
  padding: 5px 10px;
}

.label {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.badge {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.progress {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}


/* progress bar */
.bar.bar90 {
	width:90%;
}
.bar.bar85 {
	width:85%;
}
.bar.bar80 {
	width:80%;
}
.bar.bar75 {
	width:75%;
}
.bar.bar70 {
	width:70%;
}
.bar.bar65 {
	width:65%;
}
.bar.bar60 {
	width:60%;
}
.bar.bar55 {
	width:55%;
}
.bar.bar50 {
	width:50%;
}
.bar.bar45 {
	width:45%;
}
.bar.bar40 {
	width:40%;
}
.bar.bar40 {
	width:40%;
}
.bar.bar35 {
	width:35%;
}
.bar.bar30 {
	width:30%;
}
.bar.bar25 {
	width:25%;
}
.bar.bar20 {
	width:20%;
}
.bar.bar15 {
	width:15%;
}
.bar.bar10 {
	width:10%;
}



.accordion-group {
  background:none;
  border:none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
		  margin-bottom:5px;
}

.accordion-heading{
  font-size:13px;
  color:#333333;
  text-shadow: none;
  background-color: #fbfbfb;
  *background-color: #fbfbfb;
  background-image: none;
  background-repeat: repeat-x;
  border: 1px solid #e9e9e9;
  *border: 0;
  border-color: none;
}

.accordion-heading a{
  color:#333333;
  font-weight:600;
  outline:0;
}

.accordion-heading a:hover,.accordion-heading a.active:hover,.accordion-heading a.active{
  text-decoration:none;
}

.accordion-inner{
	margin-top:1px;
  background:#fff;
  border: 1px solid #e9e9e9;
  border-bottom:1px solid #e9e9e9;
}

.nav-tabs {
  border-bottom:none;
  margin:0;
}

.nav-tabs > li > a {
  margin-right: -1px;
  outline:0;
  font-size:13px;
font-weight:600;
}

.tabs-left .nav-tabs {
  margin-right:0;
  border:none;
}

.tabs-right .nav-tabs {
  margin-left:0;
  border:none;
}
.tabs-right .nav-tabs li  a {
  display:block;
  margin:0;
  padding:15px 0 15px 20px;
  margin-left: -1px;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  background:#fff;
}

.tab-content > .tab-pane{
  background:#fff;
  border: 1px solid #e9e9e9;
  padding:20px;
  overflow:hidden;

}

.onsidebar > .tab-pane{
  background:none;
  border: none;
  border-bottom:none;
  padding:0;
}

.carousel-control {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.hero-unit {
     -moz-border-radius: 2px;
          border-radius: 2px;
}
@charset "UTF-8";
/*
Animate.css - //daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
body { /* Addresses a small issue in webkit: //bit.ly/NEdoDq */
	-webkit-backface-visibility: hidden;
}
.animated {
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	   -moz-animation-duration: 2s;
	     -o-animation-duration: 2s;
	        animation-duration: 2s;
}

@-webkit-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@-moz-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@-o-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

.flash {
	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
}
@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
@-webkit-keyframes tada {
	0% {-webkit-transform: scale(1);}	
	10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
	100% {-webkit-transform: scale(1) rotate(0);}
}

@-moz-keyframes tada {
	0% {-moz-transform: scale(1);}	
	10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
	100% {-moz-transform: scale(1) rotate(0);}
}

@-o-keyframes tada {
	0% {-o-transform: scale(1);}	
	10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
	100% {-o-transform: scale(1) rotate(0);}
}

@keyframes tada {
	0% {transform: scale(1);}	
	10%, 20% {transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
	100% {transform: scale(1) rotate(0);}
}

.tada {
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	-o-animation-name: tada;
	animation-name: tada;
}
@-webkit-keyframes swing {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}

@-moz-keyframes swing {
	20% { -moz-transform: rotate(15deg); }	
	40% { -moz-transform: rotate(-10deg); }
	60% { -moz-transform: rotate(5deg); }	
	80% { -moz-transform: rotate(-5deg); }	
	100% { -moz-transform: rotate(0deg); }
}

@-o-keyframes swing {
	20% { -o-transform: rotate(15deg); }	
	40% { -o-transform: rotate(-10deg); }
	60% { -o-transform: rotate(5deg); }	
	80% { -o-transform: rotate(-5deg); }	
	100% { -o-transform: rotate(0deg); }
}

@keyframes swing {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}

.swing {
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	-moz-animation-name: swing;
	-o-animation-name: swing;
	animation-name: swing;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% { -webkit-transform: translateX(0%); }
  15% { -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% { -webkit-transform: translateX(20%) rotate(3deg); }
  45% { -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% { -webkit-transform: translateX(10%) rotate(2deg); }
  75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% { -webkit-transform: translateX(0%); }
}

@-moz-keyframes wobble {
  0% { -moz-transform: translateX(0%); }
  15% { -moz-transform: translateX(-25%) rotate(-5deg); }
  30% { -moz-transform: translateX(20%) rotate(3deg); }
  45% { -moz-transform: translateX(-15%) rotate(-3deg); }
  60% { -moz-transform: translateX(10%) rotate(2deg); }
  75% { -moz-transform: translateX(-5%) rotate(-1deg); }
  100% { -moz-transform: translateX(0%); }
}

@-o-keyframes wobble {
  0% { -o-transform: translateX(0%); }
  15% { -o-transform: translateX(-25%) rotate(-5deg); }
  30% { -o-transform: translateX(20%) rotate(3deg); }
  45% { -o-transform: translateX(-15%) rotate(-3deg); }
  60% { -o-transform: translateX(10%) rotate(2deg); }
  75% { -o-transform: translateX(-5%) rotate(-1deg); }
  100% { -o-transform: translateX(0%); }
}

@keyframes wobble {
  0% { transform: translateX(0%); }
  15% { transform: translateX(-25%) rotate(-5deg); }
  30% { transform: translateX(20%) rotate(3deg); }
  45% { transform: translateX(-15%) rotate(-3deg); }
  60% { transform: translateX(10%) rotate(2deg); }
  75% { transform: translateX(-5%) rotate(-1deg); }
  100% { transform: translateX(0%); }
}

.wobble {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }	
	50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
    0% { -moz-transform: scale(1); }	
	50% { -moz-transform: scale(1.1); }
    100% { -moz-transform: scale(1); }
}
@-o-keyframes pulse {
    0% { -o-transform: scale(1); }	
	50% { -o-transform: scale(1.1); }
    100% { -o-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }	
	50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(0);
		-webkit-animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-webkit-animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
}
@-moz-keyframes flip {
	0% {
		-moz-transform: perspective(400px) rotateY(0);
		-moz-animation-timing-function: ease-out;
	}
	40% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-moz-animation-timing-function: ease-out;
	}
	50% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-moz-animation-timing-function: ease-in;
	}
	80% {
		-moz-transform: perspective(400px) rotateY(360deg) scale(.95);
		-moz-animation-timing-function: ease-in;
	}
	100% {
		-moz-transform: perspective(400px) scale(1);
		-moz-animation-timing-function: ease-in;
	}
}
@-o-keyframes flip {
	0% {
		-o-transform: perspective(400px) rotateY(0);
		-o-animation-timing-function: ease-out;
	}
	40% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-o-animation-timing-function: ease-out;
	}
	50% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-o-animation-timing-function: ease-in;
	}
	80% {
		-o-transform: perspective(400px) rotateY(360deg) scale(.95);
		-o-animation-timing-function: ease-in;
	}
	100% {
		-o-transform: perspective(400px) scale(1);
		-o-animation-timing-function: ease-in;
	}
}
@keyframes flip {
	0% {
		transform: perspective(400px) rotateY(0);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) rotateY(360deg) scale(.95);
		animation-timing-function: ease-in;
	}
	100% {
		transform: perspective(400px) scale(1);
		animation-timing-function: ease-in;
	}
}

.flip {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flip;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flip;
	-o-backface-visibility: visible !important;
	-o-animation-name: flip;
	backface-visibility: visible !important;
	animation-name: flip;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInY;
	backface-visibility: visible !important;
	animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-moz-keyframes flipOutY {
    0% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-o-keyframes flipOutY {
    0% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipOutY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipOutY;
	backface-visibility: visible !important;
	animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-moz-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-o-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
}
@-moz-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
}
@-o-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-20px);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	-moz-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
}

@-moz-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
}

@-o-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(20px);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
}

@-moz-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
}

@-o-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-20px);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
}

@-moz-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
}

@-o-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(20px);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	-moz-animation-name: fadeOutRight;
	-o-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	-moz-animation-name: fadeOutUpBig;
	-o-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	-moz-animation-name: fadeOutDownBig;
	-o-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	-moz-animation-name: fadeOutLeftBig;
	-o-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}
@-moz-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}
@-o-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	-moz-animation-name: fadeOutRightBig;
	-o-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}
	
	70% {
		-webkit-transform: scale(.9);
	}
	
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-moz-transform: scale(1.05);
	}
	
	70% {
		-moz-transform: scale(.9);
	}
	
	100% {
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-o-transform: scale(1.05);
	}
	
	70% {
		-o-transform: scale(.9);
	}
	
	100% {
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		transform: scale(1.05);
	}
	
	70% {
		transform: scale(.9);
	}
	
	100% {
		transform: scale(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
	}
	
	80% {
		-webkit-transform: translateY(10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes bounceInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateY(-30px);
	}
	
	80% {
		-moz-transform: translateY(10px);
	}
	
	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateY(-30px);
	}
	
	80% {
		-o-transform: translateY(10px);
	}
	
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(-30px);
	}
	
	80% {
		transform: translateY(10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}
	
	80% {
		-webkit-transform: translateY(-10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}
	
	80% {
		-moz-transform: translateY(-10px);
	}
	
	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateY(30px);
	}
	
	80% {
		-o-transform: translateY(-10px);
	}
	
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(30px);
	}
	
	80% {
		transform: translateY(-10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
	}
	
	80% {
		-webkit-transform: translateX(-10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateX(30px);
	}
	
	80% {
		-moz-transform: translateX(-10px);
	}
	
	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateX(30px);
	}
	
	80% {
		-o-transform: translateX(-10px);
	}
	
	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateX(30px);
	}
	
	80% {
		transform: translateX(-10px);
	}
	
	100% {
		transform: translateX(0);
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
	}
	
	80% {
		-webkit-transform: translateX(10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateX(-30px);
	}
	
	80% {
		-moz-transform: translateX(10px);
	}
	
	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateX(-30px);
	}
	
	80% {
		-o-transform: translateX(10px);
	}
	
	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateX(-30px);
	}
	
	80% {
		transform: translateX(10px);
	}
	
	100% {
		transform: translateX(0);
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
	}
	
	25% {
		-webkit-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}	
}

@-moz-keyframes bounceOut {
	0% {
		-moz-transform: scale(1);
	}
	
	25% {
		-moz-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-moz-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-moz-transform: scale(.3);
	}	
}

@-o-keyframes bounceOut {
	0% {
		-o-transform: scale(1);
	}
	
	25% {
		-o-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-o-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-o-transform: scale(.3);
	}	
}

@keyframes bounceOut {
	0% {
		transform: scale(1);
	}
	
	25% {
		transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		transform: scale(.3);
	}	
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	-moz-animation-name: bounceOut;
	-o-animation-name: bounceOut;
	animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes bounceOutUp {
	0% {
		-moz-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes bounceOutUp {
	0% {
		-o-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes bounceOutUp {
	0% {
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	-moz-animation-name: bounceOutUp;
	-o-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes bounceOutDown {
	0% {
		-moz-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes bounceOutDown {
	0% {
		-o-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes bounceOutDown {
	0% {
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	-moz-animation-name: bounceOutDown;
	-o-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes bounceOutLeft {
	0% {
		-moz-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes bounceOutLeft {
	0% {
		-o-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes bounceOutLeft {
	0% {
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	-moz-animation-name: bounceOutLeft;
	-o-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}

@-moz-keyframes bounceOutRight {
	0% {
		-moz-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}

@-o-keyframes bounceOutRight {
	0% {
		-o-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}

@keyframes bounceOutRight {
	0% {
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	-moz-animation-name: bounceOutRight;
	-o-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}
@-moz-keyframes rotateIn {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}
@-o-keyframes rotateIn {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	-moz-animation-name: rotateInUpLeft;
	-o-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	-moz-animation-name: rotateInDownLeft;
	-o-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	-moz-animation-name: rotateInUpRight;
	-o-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	-moz-animation-name: rotateInDownRight;
	-o-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(200deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOut {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(200deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOut {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: center center;
		transform: rotate(200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	-moz-animation-name: rotateOut;
	-o-animation-name: rotateOut;
	animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	-moz-animation-name: rotateOutUpLeft;
	-o-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	-moz-animation-name: rotateOutDownLeft;
	-o-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	-moz-animation-name: rotateOutUpRight;
	-o-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	-moz-animation-name: rotateOutDownRight;
	-o-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}
@-webkit-keyframes hinge {
	0% { -webkit-transform: rotate(0); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	20%, 60% { -webkit-transform: rotate(80deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	40% { -webkit-transform: rotate(60deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	80% { -webkit-transform: rotate(60deg) translateY(0); opacity: 1; -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	100% { -webkit-transform: translateY(700px); opacity: 0; }
}

@-moz-keyframes hinge {
	0% { -moz-transform: rotate(0); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	20%, 60% { -moz-transform: rotate(80deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	40% { -moz-transform: rotate(60deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	80% { -moz-transform: rotate(60deg) translateY(0); opacity: 1; -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	100% { -moz-transform: translateY(700px); opacity: 0; }
}

@-o-keyframes hinge {
	0% { -o-transform: rotate(0); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	20%, 60% { -o-transform: rotate(80deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	40% { -o-transform: rotate(60deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	80% { -o-transform: rotate(60deg) translateY(0); opacity: 1; -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	100% { -o-transform: translateY(700px); opacity: 0; }
}

@keyframes hinge {
	0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }	
	20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }	
	100% { transform: translateY(700px); opacity: 0; }
}

.hinge {
	-webkit-animation-name: hinge;
	-moz-animation-name: hinge;
	-o-animation-name: hinge;
	animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
	0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}

@-moz-keyframes rollIn {
	0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}

@-o-keyframes rollIn {
	0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
}

@keyframes rollIn {
	0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}

.rollIn {
	-webkit-animation-name: rollIn;
	-moz-animation-name: rollIn;
	-o-animation-name: rollIn;
	animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
	}
}

@-moz-keyframes rollOut {
    0% {
		opacity: 1;
		-moz-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-moz-transform: translateX(100%) rotate(120deg);
	}
}

@-o-keyframes rollOut {
    0% {
		opacity: 1;
		-o-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-o-transform: translateX(100%) rotate(120deg);
	}
}

@keyframes rollOut {
    0% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		transform: translateX(100%) rotate(120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	-moz-animation-name: rollOut;
	-o-animation-name: rollOut;
	animation-name: rollOut;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */

@-webkit-keyframes lightSpeedIn {
	0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-moz-keyframes lightSpeedIn {
	0% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -moz-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-o-keyframes lightSpeedIn {
	0% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -o-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@keyframes lightSpeedIn {
	0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -moz-animation-name: lightSpeedIn;
    -o-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;

    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.animated.lightSpeedIn {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */

@-webkit-keyframes lightSpeedOut {
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@-moz-keyframes lightSpeedOut {
	0% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@-o-keyframes lightSpeedOut {
	0% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@keyframes lightSpeedOut {
	0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -moz-animation-name: lightSpeedOut;
    -o-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;

    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.animated.lightSpeedOut {
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    animation-duration: 0.25s;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */

@-webkit-keyframes wiggle {
    0% { -webkit-transform: skewX(9deg); }
    10% { -webkit-transform: skewX(-8deg); }
    20% { -webkit-transform: skewX(7deg); }
    30% { -webkit-transform: skewX(-6deg); }
    40% { -webkit-transform: skewX(5deg); }
    50% { -webkit-transform: skewX(-4deg); }
    60% { -webkit-transform: skewX(3deg); }
    70% { -webkit-transform: skewX(-2deg); }
    80% { -webkit-transform: skewX(1deg); }
    90% { -webkit-transform: skewX(0deg); }
	100% { -webkit-transform: skewX(0deg); }
}

@-moz-keyframes wiggle {
    0% { -moz-transform: skewX(9deg); }
    10% { -moz-transform: skewX(-8deg); }
    20% { -moz-transform: skewX(7deg); }
    30% { -moz-transform: skewX(-6deg); }
    40% { -moz-transform: skewX(5deg); }
    50% { -moz-transform: skewX(-4deg); }
    60% { -moz-transform: skewX(3deg); }
    70% { -moz-transform: skewX(-2deg); }
    80% { -moz-transform: skewX(1deg); }
    90% { -moz-transform: skewX(0deg); }
	100% { -moz-transform: skewX(0deg); }
}

@-o-keyframes wiggle {
    0% { -o-transform: skewX(9deg); }
    10% { -o-transform: skewX(-8deg); }
    20% { -o-transform: skewX(7deg); }
    30% { -o-transform: skewX(-6deg); }
    40% { -o-transform: skewX(5deg); }
    50% { -o-transform: skewX(-4deg); }
    60% { -o-transform: skewX(3deg); }
    70% { -o-transform: skewX(-2deg); }
    80% { -o-transform: skewX(1deg); }
    90% { -o-transform: skewX(0deg); }
	100% { -o-transform: skewX(0deg); }
}

@keyframes wiggle {
    0% { transform: skewX(9deg); }
    10% { transform: skewX(-8deg); }
    20% { transform: skewX(7deg); }
    30% { transform: skewX(-6deg); }
    40% { transform: skewX(5deg); }
    50% { transform: skewX(-4deg); }
    60% { transform: skewX(3deg); }
    70% { transform: skewX(-2deg); }
    80% { transform: skewX(1deg); }
    90% { transform: skewX(0deg); }
	100% { transform: skewX(0deg); }
}

.wiggle {
    -webkit-animation-name: wiggle;
    -moz-animation-name: wiggle;
    -o-animation-name: wiggle;
    animation-name: wiggle;

    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.animated.wiggle {
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    -o-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
/*
 * jQuery FlexSlider v2.0
 * //www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * //www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; border-radius: 0; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
.jcarousel-skin-tango{
	float:left;
	width:100%;
	margin:0;
	margin-bottom:50px;
	padding:0;
}

.jcarousel-skin-tango li{
	position:relative;
	float:left;
	margin:0;
	width:auto;
	padding:0;
}

.jcarousel-skin-tango .jcarousel-container {
	width:100%;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
	width:100%;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width:100%;
    padding: 0;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
	width:100%;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:100%;
    height: auto;
}

.jcarousel-skin-tango .jcarousel-item {
	margin-left: 0;
	margin-right: 20px;
	margin-bottom: 0;
}


/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: -50px;
	right: 15px;  
    width: 25px;
    height: 14px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;		
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus, 
.jcarousel-skin-tango .jcarousel-next-horizontal:active{
    background-position: -75px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
	background-color:#f2f2f2;
    background-position: -50px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: -50px;
	right: 30px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;		
	
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;

  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
      margin: 0;
    display: inline-block !important;
    text-align: center !important;
    color: #fff;
    width: 18px;
    height: 18px;
	padding:3px;
    font-size: 12px;
    line-height: 18px;
    text-shadow:none;
    cursor: pointer;
    background-color: #444;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:before {
content: "\f104"; 
}
.jcarousel-skin-tango .jcarousel-next-horizontal:before { 
content: "\f105"; }

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: -50px;
	right: 0px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;		
	
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;

  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
      margin-bottom:20px;
    display: inline-block !important;
    text-align: center !important;
    color: #fff;
    width: 18px;
    height: 18px;
	padding:3px;
    font-size: 12px;
    line-height: 18px;
    text-shadow:none;
    cursor: pointer;
    background-color: #444;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: 0 0;
}



.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -25px 0;
	background-color:#ddd;
}/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
    margin-top: 50px;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #FFFFFF;
	color: #55606A;
	text-shadow: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('//cdn-west.sqhk.co/51a630351563b509886c12fb/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('//cdn-west.sqhk.co/51a630351563b509886c12fb/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 9000;
	background-image: none;
	background-color: #26292E;
	
	opacity: 0.5;
	
	-webkit-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;
		    transition: background 0.1s linear 0s, opacity 0.1s linear 0s;
}

.fancybox-close i {
	left: 50%;
	top: 50%;
	margin: -11px 0 0 -11px;
	font-size: 22px;
	line-height: 1em;
	position: absolute;
	color: #EF4838;
}

.fancybox-close:hover {
	opacity: 1;
	background-color:#FF8C53;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('//cdn-west.sqhk.co/51a630351563b509886c12fb/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev,
.fancybox-prev span {
	left: 0;
}

.fancybox-next,
.fancybox-next span {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	cursor: pointer;
	z-index: 8040;
	background-image: none;
    color: #EF4838;
	background-color: #26292E;
	
	opacity: 0.5;
	
	-webkit-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;
		    transition: background 0.1s linear 0s, opacity 0.1s linear 0s;
}

.fancybox-prev span i {
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -17px;
	font-size: 30px;
	line-height: 1em;
	position: absolute;
	color: #EF4838;
}


.fancybox-next span i {
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
	font-size: 30px;
	line-height: 1em;
	position: absolute;
	color: #EF4838;
}

.fancybox-nav:hover span {
	opacity: 1;
	background-color:#FF8C53;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	margin: 0!important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden !important;
	display: none;
	z-index: 8010;
	background: url('//cdn-west.sqhk.co/51a630351563b509886c12fb/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-opened .fancybox-title h4{
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 10px;	
}

.fancybox-opened .fancybox-title p{
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 0;	
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding: 25px 30px 30px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

@media (max-width: 480px) {
	.fancybox-nav span,
	.fancybox-nav:hover span,
	.fancybox-close,
	.fancybox-close:hover {
		background: transparent;	
	}
	
	.fancybox-close i {
		left: 70px;
		top: 10px;	
	}
}

@media (max-width: 320px) {
	.fancybox-close i {
		left: 30px;
		top: 20px;	
	}
}/* general colors */
/* header less settings */
/* site name less settings */
/* tag line less settings */
/* menu less settings */
/* footer less settings */
/* Home Banner Less Settings */
/* Header Text Less Settings */
/* Header Description Less Settings */
/* Default Paragraph Less Settings */
/* Default Header Less Settings */
/* Table of content */
/*===================================
1. General
2. layout
3. Responsive media
4. Header
5. Section: Featured
6. Sliders
7. Intro
8. Section: Content
9. Section: Bottom
10. Inner - Section: page headline
11. Forms
12. Portfolio
13. Elements
14. Blog & article
15. Aside, sidebar
16. Footer
17. Divider, Line & Misc
18. Position & alignment
19. More icon from custom font icon 
20. Spacer, margin
21. Media queries 
==================================== */
/* ===================================
1. General
==================================== */
header ul li.active a {
  color: #dc1921;
}
body {
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: auto;
  background-image: url('');
}
.body-container {
  background-color: #fff;
}
p {
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: normal;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
h1 {
  line-height: 55px;
}
h2 {
  line-height: 37px;
}
h3 {
  line-height: 29px;
}
h4 {
  line-height: 29px;
}
h5 {
  line-height: 19px;
}
h6 {
  line-height: 17px;
}
h5 {
  line-height: auto;
  margin: 0;
  padding: 0;
}
a:active {
  outline: 0;
}
.clear {
  clear: both;
}
.serif {
  font-family: 'Lusitana', serif;
}
/* ===================================
2. layout
==================================== */
.container {
  padding: 0 20px 0 20px;
  position: relative;
}
.body-container {
  background-image: url('');
}
#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}
#wrapper.boxed {
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}
.row {
  margin-bottom: 0px;
}
.row .row {
  margin-bottom: 30px;
}
.row.nomargin {
  margin-bottom: 0;
}
/* ===================================
3. Responsive media
==================================== */
.video-container,
.map-container,
.embed-container {
  position: relative;
  margin: 0 0 15px 0;
  padding-bottom: 51%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: none;
}
.embed-container iframe,
.embed-container object,
.embed-container embed,
.video-container iframe,
.map-container iframe,
.map-container object,
.map-container embed,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
iframe {
  border: none;
}
img.img-polaroid {
  margin: 0 0 20px 0;
}
.img-box {
  max-width: 100%;
}
/* =================================
4. Header
==================================== */
/* --- hidden top area --- */
.hidden-top {
  height: 0;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.hidden-top-inner ul {
  list-style: none;
  margin-top: 30px;
  margin-left: 0;
}
.hidden-top-inner ul li {
  display: inline;
  margin: 0 20px 0 0;
}
.hidden-top.toggle-link-open {
  padding: 10px 0;
}
.hidden-top a {
  color: #ffffff;
}
#header-hidden-link {
  position: absolute;
  right: 20px;
  top: 0px;
}
#header-hidden-link > span {
  padding-right: 10px;
}
#header-hidden-link a.toggle-link,
#header-hidden-link a.top-link {
  outline: 0;
  font-size: 0;
  line-height: 1;
  padding: 5px 10px;
  height: 20px;
  display: inline-block;
  text-align: center;
  color: #fefefe;
  text-decoration: none;
  z-index: 11444;
}
#header-hidden-link a.toggle-link:active,
#header-hidden-link a.toggle-link:focus,
#header-hidden-link a.toggle-link:hover {
  outline: 0;
}
#header-hidden-link a.toggle-link i,
#header-hidden-link a.top-link i {
  font-size: 16px;
  line-height: 1;
}
#header-hidden-link a.toggle-link:hover,
#header-hidden-link a.top-link:hover {
  text-decoration: none;
  color: #ffffff;
}
#header-hidden-link a.toggle-link > i:before {
  content: "\f067";
  font-family: 'FontAwesome';
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
}
#header-hidden-link a.toggle-link.open {
  text-decoration: none;
}
#header-hidden-link a.toggle-link.open > i:before {
  content: "\f068";
}
.toggle-link-open {
  height: auto !important;
  min-height: 40px;
  max-height: 40000px;
}
.toggle-link-close {
  height: 0;
  overflow: hidden;
}
/* --- modal signup & signin form --- */
/* modal styled */
.modal.styled .modal-header h4 {
  color: #fff;
}
/* --- header -- */
header {
  background: #ffffff;
  margin: 0;
  padding: 0px;
  position: relative;
}
header .logo {
  margin: 10px 0px;
  font-size: 1.5em;
  font-family: 'Arial';
  color: #005aa7;
  background: transparent;
  line-height: auto;
  letter-spacing: auto;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
header .logo h3 {
  color: #005aa7;
  margin-top: 10px;
}
/* --- menu --- */
.navbar {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #005aa7;
  /* Old browsers */

  background: -moz-linear-gradient(top, #005aa7 0%, #2e3192 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005aa7), color-stop(100%, #2e3192));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #005aa7 0%, #2e3192 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #005aa7 0%, #2e3192 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #005aa7 0%, #2e3192 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #005aa7 0%, #2e3192 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005aa7', endColorstr='#2e3192', GradientType=0);
  /* IE6-9 */

}
#blog-posts {
  padding-top: 155px;
}
header .navbar .navigation {
  text-align: center;
}
header .navigation nav {
  display: inline-block;
}
header ul.nav li a {
  font-size: 14px;
  border: none;
  font-weight: 400;
  letter-spacing: auto;
  text-transform: uppercase;
}
.navbar .nav {
  margin-bottom: -5px;
}
.navbar .nav > li > a {
  color: #ffffff;
  text-shadow: none;
  margin-right: 0px;
}
.navbar .nav > li:last-child > a {
  margin-right: 0;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:active,
.navbar .nav > li > a.active {
  background: #e03c31;
  /* Old browsers */

  background: -moz-linear-gradient(top, #e03c31 0%, #c1272d 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e03c31), color-stop(100%, #c1272d));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #e03c31 0%, #c1272d 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #e03c31 0%, #c1272d 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #e03c31 0%, #c1272d 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #e03c31 0%, #c1272d 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e03c31', endColorstr='#c1272d', GradientType=0);
  /* IE6-9 */

}
.navbar .nav a:hover {
  background: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover {
  background: none;
  font-weight: 600;
  color: #ffffff;
}
.navbar .nav > .active > a:active,
.navbar .nav > .active > a:focus {
  background: none;
  outline: 0;
  font-weight: 600;
}
.dropdown-menu {
  padding: 5px;
  width: 95%;
  z-index: 25;
  background: rgba(45, 49, 146, 0.85);
}
.navbar .nav li .dropdown-menu li {
  z-index: 21;
  text-align: left;
  padding: 0px;
}
.navbar .nav li .dropdown-menu li a {
  padding: 7px 0px;
  letter-spacing: 0px;
  text-transform: none;
}
header ul.nav li ul {
  margin-top: 1px;
}
header ul.nav li ul li ul {
  margin: 1px 0 0 1px;
}
.dropdown-menu .dropdown i {
  position: absolute;
  right: 0;
  margin-top: 3px;
  padding-left: 20px;
}
.navbar .nav > li > .dropdown-menu:before {
  display: inline-block;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-bottom-color: none;
  content: none;
}
.navbar .nav > li > .dropdown-menu:after {
  display: inline-block;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.navbar .nav > li > .dropdown-menu li:hover {
  background: transparent;
}
ul.nav li.dropdown a {
  z-index: 2000;
  display: block;
}
select.selectmenu {
  display: none;
}
/*========================
	Second Navbar Styling 
==========================*/
.second-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.second-nav {
  margin: 0;
}
.second-nav li {
  display: inline-block;
  width: 26%;
  margin: 0;
  border-left: solid 1px #000;
}
.second-nav li:last-child {
  border-right: solid 1px #000;
}
.second-nav li:hover {
  background: #e03c31;
  /* Old browsers */

  background: -moz-linear-gradient(top, #e03c31 0%, #c1272d 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e03c31), color-stop(100%, #c1272d));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #e03c31 0%, #c1272d 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #e03c31 0%, #c1272d 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #e03c31 0%, #c1272d 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #e03c31 0%, #c1272d 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e03c31', endColorstr='#c1272d', GradientType=0);
  /* IE6-9 */

}
.second-nav li > a {
  color: #FFF;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px;
  line-height: auto;
}
.second-nav li > a:hover {
  text-decoration: none;
}
/* For tablets & smart phones */
@media (max-width: 1199px) {
  .second-nav li {
    width: 32%;
  }
  .second-nav li > a {
    font-size: 12px;
    padding: 10px;
  }
}
@media (max-width: 820px) {
  /*.second-nav li {
      padding-left:0px; 
      padding-right:0px;
    }
    .second-nav li > a {
      font-size: 1em;
    }*/
}
@media (max-width: 767px) {
  .second-nav {
    border-left: none;
    border-right: none;
  }
  .second-nav li {
    display: block;
    width: 100%;
    height: 100%;
    border-left: none;
    border-bottom: solid 1px #000;
  }
  .second-nav li:last-child {
    border-right: none;
  }
  .second-nav li > a {
    font-size: 1em;
    padding: 10px 5px;
  }
  .second-nav li {
    padding-left: 0px;
    padding-right: 0px;
  }
  section#featured {
    padding-left: -20px;
    padding-right: -20px;
  }
  #desktop-header .container {
    padding: 0px!important;
  }
}
/* For smartphones */
@media (max-width: 480px) {
  .second-nav li {
    padding-left: 0px;
    padding-right: 0px;
  }
  header .text-right .header-phone {
    display: none;
  }
}
/* For larger displays */
@media (max-width: 1199px) {
  .navbar .nav > li > a {
    font-size: 12px !important;
  }
}
/* Locate a Dealer/Rep Search */
.form-search {
  background: #005aa7;
  /* Old browsers */

  background: -moz-linear-gradient(top, #005aa7 0%, #2e3192 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005aa7), color-stop(100%, #2e3192));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #005aa7 0%, #2e3192 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #005aa7 0%, #2e3192 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #005aa7 0%, #2e3192 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #005aa7 0%, #2e3192 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005aa7', endColorstr='#2e3192', GradientType=0);
  /* IE6-9 */

  padding: 5px;
  margin-top: 23px;
  margin-bottom: 5px;
  display: inline-block;
}
a.international {
  color: #005aa7;
}
.form-search button {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: auto;
  background: transparent;
  border: none;
}
/* For smaller displays like laptops */
@media (min-width: 980px) and (max-width: 1199px) {
  .form-search {
    margin-top: 18px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .form-search button {
    font-size: 10px;
  }
  .form-search {
    margin-top: 15px;
  }
}
@media (max-width: 479px) {
  .form-search {
    margin-top: 0;
  }
  .header .logo {
    margin-bottom: 0;
  }
}
/* Social Media */
#social-media ul {
  margin-left: 0;
  margin-top: 30px;
}
#social-media ul li {
  display: inline-block;
}
#social-media ul li a {
  padding: 5px;
  color: #333333;
  font-size: 2em;
}
#social-media ul li:hover a {
  color: #FFF;
  background: #dc1921;
}
#social-media-top ul li {
  display: inline-block;
}
#social-media-top ul li a {
  font-size: 1.25em;
}
/* ===================================
5. Section: Featured
==================================== */
#featured {
  background: #fcfcfc;
  position: relative;
  margin: 0;
  padding: 0;
}
/* ===================================
6. Sliders
==================================== */
/* --- slit slider --- */
/* --- flexslider --- */
#featured .flexslider {
  padding: 0;
  margin: 30px 0 30px;
  background: #fff;
  position: relative;
  zoom: 1;
}
#featured .flexslider .slide-caption {
  background: #333;
}
#featured .flexslider .slide-caption {
  background: none;
  /*-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); */

  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);  */

  zoom: 1;
}
#featured .flexslider .slide-caption {
  width: 30%;
  padding: 2%;
  position: absolute;
  left: 10px;
  bottom: -30px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
#featured .flexslider .slide-caption p {
  font-size: 14px !important;
  line-height: 22px;
  font-weight: 300;
  color: #fff !important;
  margin-bottom: 0px;
}
.slide-caption p {
  color: #fff;
}
#featured .flexslider .slide-caption h3 {
  font-weight: 700;
  color: #f4f4f4;
  font-size: 22px;
}
#featured .flexslider .slide-caption span a {
  padding: 7px 15px;
  float: left;
}
#featured .flexslider .slide-caption span a:hover {
  opacity: .9;
}
/* The Nivo Slider styles */
#nivo-slider {
  position: relative;
}
#featured #nivo-slider .row {
  margin-bottom: 0;
  margin-top: 0;
  height: auto;
}
.nivo-slider {
  background: #fbfbfb;
  background-image: none;
}
.slides {
  margin: 0;
  overflow: hidden;
}
.slides li {
  list-style-type: none;
}
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  max-height: 485px;
  overflow: hidden;
}
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}
.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}
.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}
.nivo-box img {
  display: block;
}
/*
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  bottom: 0px;
  z-index: 9;
  cursor: pointer;
}
.nivo-prevNav {
  right: 0px;
}
.nivo-nextNav {
  right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}
.nivo-controlNav a.active {
  background-position: 0 -22px;
}
.nivo-directionNav a {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */

  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  margin: 0;
  display: inline-block !important;
  text-align: center !important;
  color: #fff;
  width: 18px;
  height: 18px;
  padding: 3px;
  font-size: 12px;
  line-height: 18px;
  text-shadow: none;
  cursor: pointer;
  background-color: #444;
  right: 15px;
}
.nivo-directionNav a {
  opacity: 1;
}
a.nivo-nextNav {
  right: 0px;
}
a.nivo-nextNav:before {
  content: "\f105";
  color: #fff;
}
a.nivo-prevNav {
  right: 25px;
}
a.nivo-prevNav:before {
  content: "\f104";
  color: #fff;
}
.nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}
.nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}
.nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}
.nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url('//cdn-west.sqhk.co/51b620571563b50544d666c1/nivo-bullets.png') no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}
.nivo-control.active {
  background-position: 0 0;
}
/* Featured Image Caption */
.nivo-caption {
  position: absolute;
  max-width: 320px;
  top: 30px;
  right: 30px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 20;
  overflow: hidden;
  display: none;
  padding: 15px;
  border-radius: 15px;
}
.nivo-caption h2 {
  color: #000;
  font-family: 'Lusitana', serif;
  font-size: 26px;
  line-height: 26px;
}
.nivo-caption footer {
  background-color: transparent;
  padding: 0;
  margin: 0;
  height: auto;
  font-style: italic;
}
/* ===================================
7. Section: call action
==================================== */
section.callaction {
  background: #a7d6ff;
  background-image: none;
  padding: 50px 0 0 0;
}
/* ===================================
8. Section: Content
==================================== */
#content {
  position: relative;
  background: #fff;
  padding: 50px 0 0 0;
}
#content img {
  max-width: 100%;
  height: auto;
}
/* --- Call to action --- */
.cta-text {
  float: left;
  margin-top: 10px;
}
.big-cta .cta {
  margin-top: 10px;
}
/* ===================================
9. Section: Bottom
==================================== */
#bottom {
  background: #a7d6ff;
  background-image: none;
  padding: 50px 0 0;
}
/* twitter */
#twitter-wrapper {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
#twitter em {
  font-style: normal;
  font-size: 13px;
}
#twitter em.twitterTime a {
  font-weight: 600;
}
#twitter ul {
  padding: 0;
  list-style: none;
}
#twitter ul li {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 300;
  margin-bottom: 20px;
  position: relative;
  word-break: break-word;
}
/* ===================================
10. Inner - Section: page headline
==================================== */
#inner-headline {
  background: #338dda;
  position: relative;
  margin: 0;
  padding: 0;
  color: #fefefe;
}
#inner-headline .inner-heading h2 {
  color: #fff;
  margin: 20px 0 0 0;
}
/* --- breadcrumbs --- */
#inner-headline ul.breadcrumb {
  margin: 30px 0 0;
  float: right;
}
#inner-headline ul.breadcrumb li {
  margin-bottom: 0;
  padding-bottom: 0;
}
#inner-headline ul.breadcrumb li {
  font-size: 13px;
  color: #ddd;
}
#inner-headline ul.breadcrumb li i {
  color: #dedede;
}
#inner-headline ul.breadcrumb li a {
  color: #fff;
}
ul.breadcrumb li a:hover {
  text-decoration: none;
}
/* ============================
11. Forms
============================= */
/* --- contact form  ---- */
form#contactform input[type="text"] {
  width: 100%;
  min-height: 40px;
  padding-left: 20px;
  font-size: 13px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form#contactform textarea {
  width: 100%;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 13px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form#contactform .validation {
  font-size: 11px;
}
#sendmessage {
  border: 1px solid #e6e6e6;
  background: #f6f6f6;
  display: none;
  text-align: center;
  padding: 15px 12px 15px 65px;
  margin: 10px 0;
  font-weight: 600;
  margin-bottom: 30px;
}
#sendmessage.show,
.show {
  display: block;
}
/* --- comment form ---- */
form#commentform input[type="text"] {
  width: 100%;
  min-height: 40px;
  padding-left: 20px;
  font-size: 13px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
form#commentform textarea {
  width: 100%;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 13px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.form-success,
form-success p {
  color: #fff;
  background: #005aa7;
  padding: 15px;
}
/* --- search form --- */
.search {
  float: right;
  margin: 35px 0 0;
  padding-bottom: 0;
}
#inner-headline form.input-append {
  margin: 0;
  padding: 0;
}
/* ===============================
12. Portfolio
================================ */
.work-nav #filters {
  margin: 0;
  padding: 0;
  list-style: none;
}
.work-nav #filters li {
  margin: 0 10px 30px 0;
  padding: 0;
  float: left;
}
.work-nav #filters li a {
  color: #7F8289;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.work-nav #filters li a.selected {
  color: #DE5E60;
}
#thumbs {
  margin: 0;
  padding: 0;
}
#thumbs li {
  list-style-type: none;
}
.item-thumbs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
}
.item-thumbs a + img {
  width: 100%;
}
.item-thumbs .hover-wrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  -moz-transition: all 450ms ease-out 0s;
  -o-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  -moz-transform: rotateY(180deg) scale(0.5, 0.5);
  -ms-transform: rotateY(180deg) scale(0.5, 0.5);
  -o-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}
.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  -moz-transform: rotateY(0deg) scale(1, 1);
  -ms-transform: rotateY(0deg) scale(1, 1);
  -o-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}
.item-thumbs .hover-wrap .overlay-img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.80;
  filter: alpha(opacity=80);
}
.item-thumbs .hover-wrap .overlay-img-thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  color: #fff;
  font-size: 32px;
  line-height: 1em;
  opacity: 1;
  filter: alpha(opacity=100);
}
.overlay-items {
  text-align: center;
  color: #fff;
  z-index: 1000;
}
.overlay-items i {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  margin-left: -20px;
  z-index: 2000;
}
/* --- portfolio detail --- */
.top-wrapper {
  margin-bottom: 20px;
}
/* ===================================================

Portfolio Styles For Isotpe Portfolio Theme
-------------------------------------------------------
========================================================*/
.float-right,
.right {
  float: right;
}
.float-left,
.left {
  float: left;
}
#portfolio {
  margin-bottom: 80px;
}
.filter-section {
  background-color: #EEE;
  position: fixed;
  z-index: 1001;
  bottom: 0px;
  left: 0px;
}
.filter-section .span12 {
  width: 100vw;
  min-height: 50px;
  margin: 0px;
  padding: 5px 0px;
}
.filter-section .fa {
  font-size: 1.5em;
}
.filter-section [id*='-m'] {
  display: none;
}
.filter-section .input-block-level {
  width: 60%;
  display: inline-block;
  font-weight: 700;
  color: #2d2d2d;
}
.filter-section li {
  padding: 0px;
}
.filter-section li a {
  padding: 5px;
  color: #2d2d2d;
}
.filter-section p {
  margin: 0px;
}
.filter-section .active a {
  font-weight: 700;
  text-decoration: none;
}
.filter-section a:hover {
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
#top-filter-bar {
  display: none;
  height: auto;
  text-align: center;
  padding: 0px;
}
#top-filter-bar ul {
  float: left;
  width: 100%;
}
#top-filter-bar ul li:not(.filter-control) {
  width: calc(16.8%);
  text-align: center;
  margin-top: 13px;
}
#main-filter {
  box-shadow: 0 -5px 9px 0px rgba(0, 0, 0, 0.3);
  padding: 0px;
}
#main-filter li {
  width: 150px;
  margin-top: 13px;
}
#sport-filter-1 .filter-control,
#sport-filter-2 .filter-control {
  width: auto;
  float: right;
}
#sport-filter-1 .filter-control a,
#sport-filter-2 .filter-control a {
  height: 40px;
  width: 40px;
  padding: 5px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
#sport-filter-1,
#sport-filter-2,
#family-filter,
#facility-filter,
#sport-filter-m,
#family-filter-m,
#facility-filter-m,
#filter-filter-m,
.p-m {
  display: none;
}
#filter-filter {
  text-align: center;
}
#close-top-filter {
  display: none;
}
.filter-close {
  background-color: lightgrey;
  float: right;
  background-image: url(//cdn-west.sqhk.co/ekrsportcourttemplate/2016/5/ifhSTaO/close-button.png);
}
.filter-left {
  background-color: #EF4838;
  background-image: url(//cdn-west.sqhk.co/ekrsportcourttemplate/2016/5/fhYhYie/left-button.png);
}
.filter-right {
  background-color: #EF4838;
  background-image: url(//cdn-west.sqhk.co/ekrsportcourttemplate/2016/5/ifh32M0/right-button.png);
}
@media (max-width: 767px) {
  .filter-section [id*='filter'] {
    display: none;
  }
  .filter-section select {
    margin: 0px;
  }
  [id*='filter-m'] {
    float: left;
  }
  #main-filter,
  #top-filter-bar {
    height: 40px;
    min-height: 40px;
    padding: 5px 0px;
  }
  #filter-filter-m,
  #main-filter,
  .p-m {
    display: block;
    float: left;
  }
  .p-m {
    margin-top: 5px;
    margin-right: 5px;
    width: 30%;
    height: 15px;
    text-align: center;
  }
  #close-top-filter {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: -5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
  }
}
@media (max-width: 400px) {
  #top-filter-bar .p-m {
    width: 10%;
  }
  #close-top-filter {
    min-width: 40px;
  }
  .p-m p {
    font-size: 10px;
  }
  #divblue {
    padding: 5px;
  }
  .logo {
    margin: 0px!important;
  }
  #desktop-header,
  #gallery-divblue,
  .container,
  [class*='span'] {
    max-width: 100%!important;
  }
}
ul.filters {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.filters li {
  display: inline-block;
}
.filter-section span {
  color: #005aa7;
  font-size: 0.8em;
  display: inline-block;
  width: 90px;
  text-transformation: uppercase;
}
#portfolio .element {
  margin: 5px;
  max-width: 285px;
  display: block;
}
#portfolio ul.filter {
  list-style: none;
  margin: 0;
  padding: 0;
}
#portfolio ul.filter li {
  display: inline-block;
}
.img-wrapper > img {
  width: 282px;
  min-height: 210px;
  height: auto;
}
#portfolio a {
  border: none;
}
.portfolio li a {
  text-shadow: none;
}
.img-wrapper {
  position: relative;
}
.port-plus {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  padding-top: 25%;
  transition: all 300ms ease-in 0s;
  opacity: 0;
}
.port-plus:hover {
  opacity: 1;
  background-color: rgba(33, 105, 213, 0.75);
}
.port-plus h6 {
  color: #FFF;
  font-size: 1.5em;
  text-decoration: none;
  margin-top: 0px;
}
.port-plus p {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .port-plus {
    display: none;
  }
}
/* ===============================
13. Elements
================================ */
/* --- blockquote --- */
blockquote {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Noto Serif', serif;
  font-style: italic;
  padding-left: 0;
  color: #a2a2a2;
  line-height: 1.6em;
  border: none;
}
blockquote cite {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}
/* --- pullquotes --- */
.pullquote-left {
  display: block;
  color: #a2a2a2;
  font-family: 'Noto Serif', serif;
  font-size: 14px;
  line-height: 1.6em;
  padding-left: 20px;
}
.pullquote-right {
  display: block;
  color: #a2a2a2;
  font-family: 'Noto Serif', serif;
  font-size: 14px;
  line-height: 1.6em;
  padding-right: 20px;
}
/* --- list style --- */
ul.general {
  list-style: none;
  margin-left: 0;
}
ul.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.link-list li {
  margin: 0;
  padding: 2px 0 2px 0;
  list-style: none;
}
footer ul.link-list li a {
  color: #919191;
}
/* --- Heading style --- */
h4.heading {
  font-weight: 300;
}
h4.heading strong {
  font-weight: 700;
}
.heading {
  margin-bottom: 30px;
}
.heading {
  position: relative;
}
.widgetheading {
  width: 100%;
  padding: 0;
}
#bottom .widgetheading {
  position: relative;
  border-bottom: #e6e6e6 1px solid;
  padding-bottom: 9px;
}
aside .widgetheading {
  position: relative;
  border-bottom: #e9e9e9 1px solid;
  padding-bottom: 9px;
}
footer .widgetheading {
  position: relative;
}
footer .widget .social-network {
  position: relative;
}
#bottom .widget .widgetheading span,
aside .widget .widgetheading span,
footer .widget .widgetheading span {
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: -1px;
  right: 0;
}
/* --- testimonial --- */
.testimonial {
  background: #fff;
  padding: 20px;
  border: 1px solid #e6e6e6;
}
.testimonial .author img {
  float: left;
  margin: 0 10px 0;
}
.testimonial p.text {
  color: #b2b2b2;
  font-family: 'Noto Serif', sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6em;
  margin-bottom: 30px;
}
.testimonial .author p.name {
  font-weight: bold;
}
/* --- Clients style --- */
ul.clients {
  list-style: none;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.clients li {
  position: relative;
  float: left;
  width: 155px;
  margin: 0;
  border: 4px solid #e9e9e9;
}
ul.clients li:hover {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
ul.clients li img {
  margin: 0;
  opacity: 0.8;
}
ul.clients li img:hover {
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
/* --- Map --- */
.map {
  position: relative;
  margin-top: -50px;
  margin-bottom: 40px;
}
.map iframe {
  width: 100%;
  height: 450px;
  border: none;
}
.map-grid iframe {
  width: 100%;
  height: 350px;
  border: none;
  margin: 0 0 -5px 0;
  padding: 0;
}
/* --- Custom carousel --- */
.custom-carousel-nav {
  outline: 0;
  color: #ffffff;
  text-align: center;
}
a.custom-carousel-nav {
  outline: 0;
}
a.custom-carousel-nav:hover {
  outline: 0;
  text-decoration: none;
}
.icon-control {
  margin: 0 0 0 140px;
}
/* ===============================
14. Blog & article
================================ */
.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
  width: 100% !important;
}
.blog-pic {
  max-height: 225px;
  margin-bottom: 20px;
}
article .row-fluid .span6 {
  height: auto;
  width: 48%;
}
article .row-fluid .span6:last-child {
  margin-left: 4%;
}
#blog-posts article {
  height: auto;
  margin-bottom: 30px;
  transition: height 0.2s ease;
}
#blog-posts h2 {
  font-size: 30px;
  line-height: 34px;
}
#blog-posts p {
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}
article.filtered {
  height: 0 !important;
  overflow: hidden;
}
/* Blog Sidebar
-------------------------------------------------- */
.blog-sidebar {
  padding: 0 20px;
  margin-bottom: 20px;
}
.blog-sidebar > h4 {
  font-weight: 400;
}
.blog-sidebar ul {
  list-style: none;
  margin: 0px;
}
.blog-sidebar ul > li a {
  display: block;
  font-weight: 200;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 0px;
  color: #dc1921;
}
.blog-sidebar ul > li a:hover {
  text-decoration: none;
  color: #005aa7;
}
.blog-sidebar ul > li:last-child a {
  border-bottom: none;
}
/* --- post meta --- */
.post-meta {
  background: #fcfcfc;
  border: 1px solid #e6e6e6;
  border-top: none;
  text-align: center;
}
.post-meta .date {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0 10px;
}
.post-meta .date span {
  text-align: center;
  color: #999;
  font-size: 12px;
  font-weight: 600;
}
.post-meta .comments {
  padding: 10px 0 10px;
}
.post-meta .comments a {
  color: #999;
  font-size: 12px;
  font-weight: 700;
}
.post-meta .comments a:hover {
  text-decoration: none;
}
/* --- single post --- */
.bottom-article {
  float: left;
  width: 100%;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 0 10px 0;
  margin-top: 20px;
}
/* --- pagination --- */
#pagination a,
#pagination span {
  display: block;
  float: left;
  margin: 0 7px 0 0;
  padding: 7px 10px 6px 10px;
  font-size: 12px;
  line-height: 12px;
  color: #888;
  font-weight: 600;
}
#pagination a:hover {
  color: #fff;
  text-decoration: none;
}
#pagination a.current {
  background: #333;
  color: #fff;
  font-weight: bold;
}
/* --- Social Media Imbed --- */
[id^=___plusone] {
  width: 60px !important;
}
.twitter-share-button {
  width: 75px !important;
}
/* ===============================
15. Aside, sidebar
================================ */
aside {
  position: relative;
  margin-bottom: 40px;
}
.sidebar-nav {
  float: left;
  width: 100%;
}
.right-sidebar {
  border-left: 1px solid #e9e9e9;
  padding: 0 0 0 30px;
  -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.01);
  box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.01);
}
.left-sidebar {
  border-right: 1px solid #e9e9e9;
  padding: 0 30px 0 0;
  -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.01);
  box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.01);
}
.left-sidebar .widget h3,
.left-sidebar .widget .widget-content {
  padding-right: 20px;
}
aside .widget {
  margin-bottom: 40px;
}
ul.cat,
ul.recent,
ul.folio-detail,
ul.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.cat li,
ul.recent li,
ul.folio-detail li,
ul.contact-info li {
  margin: 0 0 15px 0;
  list-style: none;
}
ul.cat li a,
ul.folio-detail li a {
  color: #656565;
}
ul.folio-detail li label {
  display: inline;
  cursor: default;
  color: #353535;
  font-weight: bold;
}
.widget ul.recent li {
  margin-bottom: 20px;
}
ul.recent li h6 {
  margin: 0 0 10px 0;
}
ul.recent li h6 a {
  color: #353535;
  font-size: 16px;
  font-weight: 600;
}
.widget ul.tags {
  list-style: none;
  margin: 0;
}
.widget ul.tags li {
  margin: 0 5px 15px 0;
  display: inline-block;
}
.widget ul.tags li a {
  background: #e6e6e6;
  color: #333;
  padding: 5px 10px;
}
.widget ul.tags li a:hover {
  text-decoration: none;
  color: #fff;
}
/* ===== Widgets ===== */
/* --- Recent post widget --- */
.recent-post {
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 18px;
}
.recent-post h5 a:hover {
  text-decoration: none;
}
.recent-post .text h5 a {
  color: #353535;
}
ul.time-post {
  float: left;
  width: 120px;
  padding: 0;
  list-style: none;
  margin: 0 20px 0 0;
  text-align: center;
  color: #0e0f0f;
}
ul.time-post li {
  float: none;
  background: #f8f8f8;
  list-style: none;
  margin: 0 0 2px 0;
  padding: 0;
}
ul.time-post li a img:hover {
  opacity: 0.8;
  /* For IE 5-7 */

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  /* For IE 8 8 */

  /*  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";	*/

}
ul.time-post li.time {
  float: none;
  padding: 5px 0 5px 0;
  text-shadow: none;
}
.recent-post ul.time-post li.time {
  color: #121214;
}
.post-meta {
  margin-bottom: 20px;
}
.post-meta span {
  padding: 0 10px 0 10px;
  margin-bottom: 10px;
}
.post-meta span a {
  color: #919191;
}
.post-meta strong {
  font-weight: 200px;
  color: #c7c7c7;
}
.item .text {
  margin-left: 140px;
  margin-bottom: 20px;
}
/* ===============================
16. Footer
================================ */
footer {
  background: #dddddd;
  padding: 50px 0 0 0;
  color: #333333;
}
footer a {
  color: #fff;
}
footer .footer-links a {
  color: #333333;
}
footer .footer-links a:hover {
  color: #000000;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #333333;
  text-align: center;
  font-weight: 100;
}
footer h4 {
  display: inline-block;
  background-color: #dddddd;
  padding: 0 10px;
  font-size: 1.5em;
  margin-bottom: 10px;
}
footer address {
  line-height: 1.6em;
}
footer h5 a:hover,
footer a:hover {
  text-decoration: none;
}
.midline {
  background: url('//cdn-west.sqhk.co/52fd26829fffd805785dbef4/midstripe_01.png') repeat-x 0 8px;
  text-align: center;
}
ul.social-network {
  list-style: none;
  margin: 0;
}
ul.social-network li {
  display: inline;
}
.footer-links ul li {
  line-height: 16px;
}
#sub-footer {
  background: #000;
  text-shadow: none;
  color: #5d5d5d;
  padding: 0;
  padding-top: 30px;
  margin: 20px 0 0 0;
}
#sub-footer p {
  margin: 0;
  padding: 0;
}
#sub-footer span {
  color: #c7c7c7;
}
.copyright {
  text-align: left;
  font-size: 12px;
}
#sub-footer ul.social-network {
  float: right;
}
/* ===============================
 Live preview purpose
================================ */
/* --- buttons --- */
.bs-docs-example {
  margin: 0 0 10px 0;
}
.demobtn a.btn {
  margin: 0 10px 10px 0;
}
section.demogrid .span1,
section.demogrid .span2,
section.demogrid .span3,
section.demogrid .span4,
section.demogrid .span5,
section.demogrid .span6,
section.demogrid .span7,
section.demogrid .span8,
section.demogrid .span9,
section.demogrid .span10,
section.demogrid .span11 {
  background: #f6f6f6;
  text-align: center;
  padding: 20px 0 20px;
}
section.demogrid .show-grid .row {
  margin-bottom: 0;
}
section.demogrid .show-grid .nest {
  background: #ddd;
  text-align: center;
  padding: 20px 0 20px;
}
section.demogrid .span12.nest {
  background: #f6f6f6;
  text-align: center;
  padding: 20px 0 0;
}
.demoinline p {
  display: inline;
  margin-right: 20px;
}
/* --- demo animations --- */
.demo a.btn {
  margin: 0 10px 10px 0;
}
/* ===============================
17. Divider, Line & Misc
================================ */
.solidline {
  border-top: 1px solid #e6e6e6;
  margin: 0 0 30px;
}
.dottedline {
  border-top: 1px dotted #e6e6e6;
  margin: 0 0 30px;
}
.dashedline {
  border-top: 1px dotted #e6e6e6;
  margin: 0 0 30px;
}
.blankline {
  height: 1px;
  margin: 0 0 30px;
}
/* scroll to top */
.scrollup {
  position: fixed;
  width: 32px;
  height: 32px;
  bottom: 0px;
  right: 20px;
}
a.scrollup {
  outline: 0;
}
a.scrollup:hover,
a.scrollup:active,
a.scrollup:focus {
  opacity: 1;
  text-decoration: none;
}
a.scrollup i:hover {
  text-decoration: none;
}
/* =============================
18. Position & alignment
============================= */
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.aligncenter {
  text-align: center;
}
.aligncenter span {
  margin-left: 0;
}
.floatright {
  float: right;
}
.floatleft {
  float: left;
}
.floatnone {
  float: none;
}
.aligncenter {
  text-align: center;
}
/* --- Image allignment style --- */
img.pull-left,
.align-left {
  float: left;
  margin: 0 15px 15px 0;
}
.widget img.pull-left {
  float: left;
  margin: 0 15px 15px 0;
}
img.pull-right,
.align-right {
  float: right;
  margin: 0 0 15px 15px;
}
article img.pull-left,
article .align-left {
  float: left;
  margin: 5px 15px 15px 0;
}
article img.pull-right,
article .align-right {
  float: right;
  margin: 5px 0 15px 15px;
}
/* =============================
19. Custom icon from custom font icon 
============================= */
/* ==================================================
   Icons Example
================================================== */
.icons-example ul {
  margin: 0 0 0 -20px;
  padding: 0;
  text-align: center;
}
.icons-example ul li {
  display: inline-block;
  margin: 0 0 10px 20px;
  list-style: none;
  cursor: pointer;
}
.icons-example ul li a {
  display: inline;
  -webkit-transition: all 400ms ease-out 0s;
  -moz-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.icons-example ul li a span {
  display: inline-block;
  margin: 0;
  color: #111;
  font-size: 32px;
  line-height: 70px;
}
/* =============================
20. Spacer, margin
============================= */
.clear-marginbot {
  margin-bottom: 0;
}
.marginbot10 {
  margin-bottom: 10px;
}
.marginbot20 {
  margin-bottom: 20px;
}
.marginbot30 {
  margin-bottom: 30px;
}
.marginbot40 {
  margin-bottom: 40px;
}
.clear-margintop {
  margin-top: 0;
}
.margintop10 {
  margin-top: 10px;
}
.margintop20 {
  margin-top: 20px;
}
.margintop30 {
  margin-top: 30px;
}
.margintop40 {
  margin-top: 40px;
}
/* Home Page Html Square Styles */
.home-icon {
  margin-bottom: 40px;
}
.home-icon i {
  color: #fff;
  background: #005aa7;
  padding: 25px;
  border-radius: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.home-icon i:hover {
  background: #000;
}
/* ==============================
	eCommerce theme styling
=================================*/
.products a:hover {
  text-decoration: none;
}
.product-name {
  background: #005aa7;
  display: block;
  padding-top: 20px;
  padding-bottom: 5px;
}
.product-name h3 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.price {
  background-color: #dc1921;
}
.price h5 {
  color: #fff;
  font-style: italic;
  font-family: 'Noto Serif', serif;
}
.product-image img {
  width: 100%;
  height: auto;
  margin-top: -20px;
}
.product-action-button {
  background: #fcfcfc;
  display: block;
  padding: 20px;
  border: 1px solid #dc1921;
}
.product-action-button button {
  background: #005aa7;
  color: #fff;
  box-shadow: none;
  border: none;
}
.product-action-button button:hover {
  background: #005aa7;
}
.product-name {
  background: #005aa7;
  padding-left: 10px;
}
.product-name h2 {
  color: #fff;
}
.product-description {
  margin-top: 20px;
}
.control-group .controls button {
  background: #005aa7;
  color: #fff;
}
.navbar .nav li span.sh-cart-btn a {
  border: none;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: auto;
  padding-right: auto;
}
.sh-cart-btn {
  margin-top: 20px;
}
.sh-cart-btn a,
.sh-cart-btn a i {
  color: #ffffff;
  text-shadow: none;
  background-color: transparent;
  border-radius: 0px;
  margin-top: 13px;
  margin-left: 10px;
}
.sh-cart-btn a:hover,
.sh-cart-btn a i:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
.visible-phone-cart-btn {
  position: fixed;
  right: 80px;
  top: -10px;
}
.visible-phone-cart-btn {
  list-style-type: none;
}
/* =============================
21. Media queries 
============================= */
@media (min-width: 1200px) {
  #wrapper.boxed {
    width: 95%;
    margin: 0 auto;
  }
  .navbar .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  ul.clients li {
    width: 170px;
    margin: 0 30px 0 0;
  }
  ul.clients li .client-hover {
    width: 170px;
  }
  ul.related-folio li {
    width: 260px;
    margin: 0 30px 0 0;
  }
}
@media (min-width: 979px) and (max-width: 1200px) {
  #wrapper.boxed {
    width: 90%;
    margin: 0 auto;
  }
  .locate .form-search {
    margin-right: 100px;
  }
  .navbar .nav > li > a {
    margin-right: 15px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .nivo-caption {
    background: transparent;
    position: relative;
    max-width: 80%;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .nivo-caption h2 {
    font-size: 30px;
  }
  .nivo-directionNav {
    bottom: 140px;
  }
  .navbar .nav > li > a {
    margin-right: 0;
  }
  header ul.nav li a {
    font-size: 12px;
  }
  .locate {
    margin-top: 120px;
  }
  #social-media {
    float: none;
    margin: 0px 0px;
    text-align: center;
  }
  #wrapper.boxed {
    width: 90%;
    margin: 0 auto;
  }
  .navbar .nav > li > a {
    margin-right: 0px;
    font-size: 14px;
  }
  .navbar .nav {
    border: none;
  }
  .navbar .nav li a {
    border: none;
  }
  a.detail {
    background: none;
    width: 100%;
  }
  /* slitslider */
  .sl-slider h2 {
    font-size: 72px;
  }
  ul.clients li {
    width: 104px;
    margin: 0 20px 0 0;
  }
  ul.clients li .client-hover {
    width: 104px;
  }
  footer .widget form input#appendedInputButton {
    display: block;
    width: 91%;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
  }
  footer .widget form .input-append .btn {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
  }
  ul.related-folio li {
    width: 156px;
    margin: 0 20px 0 0;
  }
  .locate .form-search {
    margin-right: 100px;
  }
}
@media (max-width: 767px) {
  #nivo-slider {
    margin-left: -20px;
    margin-right: -20px;
  }
  /*featured { 
      margin-left:-20px; 
      margin-right:-20px;
    }*/
  /*.container {
      margin-left:-20px; 
      margin-right:-20px;
    }*/
  footer,
  header {
    margin-left: -20px;
    margin-right: -20px;
  }
  .nivo-caption {
    background: transparent;
    position: relative;
    max-width: 80%;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .nivo-caption h2 {
    font-size: 24px;
  }
  .nivo-directionNav {
    position: absolute;
    bottom: 40px;
    right: 20px;
  }
  .navbar {
    padding: 20px 20px 0 20px;
  }
  .container {
    padding: 0px -20px;
  }
  .locate {
    margin-top: 20px;
  }
  header .navigation nav {
    display: none;
  }
  #social-media {
    float: none;
    margin: 0px 0px;
    text-align: center;
  }
  #social-media ul li {
    margin-top: 80px;
  }
  body {
    padding-right: 0;
    padding-left: 0;
  }
  #wrapper.boxed {
    width: 90%;
    margin: 0 auto;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar .nav {
    margin-top: 40px;
    border-bottom: 1px solid #2d2d2d;
  }
  div nav ul {
    display: none;
  }
  nav ul li {
    display: none;
  }
  select.selectmenu {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    color: #111;
    margin-right: 20px;
    line-height: 30px;
    font-size: 13px;
  }
  select.selectmenu .bold {
    font-weight: bold;
  }
  .box {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
  }
  #featured .flexslider .slide-caption {
    width: 90%;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: -40px;
  }
  /* slitslider */
  .sl-slider h2 {
    font-size: 60px;
  }
  #inner-headline .breadcrumb {
    float: left;
    clear: both;
    width: 100%;
  }
  #inner-headline .search {
    float: left;
    margin-top: 20px;
  }
  .breadcrumb > li {
    font-size: 13px;
  }
  ul.portfolio li article a i.icon-48 {
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .left-sidebar {
    border-right: none;
    padding: 0 0 0 0;
    border-bottom: 1px dotted #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  .right-sidebar {
    margin-top: 30px;
    border-left: none;
    padding: 0 0 0 0;
  }
  footer .span1,
  footer .span2,
  footer .span3,
  footer .span4,
  footer .span5,
  footer .span6,
  footer .span7,
  footer .span8,
  footer .span9,
  footer .span10,
  footer .span11,
  footer .span12 {
    margin-bottom: 20px;
  }
  #sub-footer ul.social-network {
    float: left;
  }
  [class*="span"] {
    margin-bottom: 20px;
  }
  .locate .form-search {
    margin-right: 100px;
  }
}
@media (max-width: 480px) {
  .nivo-directionNav a {
    bottom: 185px;
  }
  .container {
    padding: 0px -20px;
  }
  #social-media {
    float: none;
    margin: 0px 0px;
    text-align: center;
  }
  header .logo {
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    float: none;
  }
  header .logo img {
    margin-bottom: 10px;
  }
  header .logo h1 {
    font-size: 14px;
    margin: 0;
  }
  .locate {
    margin-top: 20px;
  }
  #social-media ul li {
    margin-top: 20px;
  }
  .bottom-article a.pull-right {
    float: left;
    margin-top: 20px;
  }
  .navbar .nav {
    margin-top: 40px;
    border-bottom: 1px solid #2d2d2d;
  }
  .search {
    float: left;
  }
  .flexslider .slide-caption {
    display: none;
  }
  /* nivo slider */
  .da-slide .da-img .video-container {
    margin-top: 50%;
  }
  .da-slide h2 {
    color: #fff;
    position: relative;
    font-size: 20px;
    width: auto;
  }
  .cta-text {
    margin: 0 auto;
    text-align: center;
  }
  .cta.floatright {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .jcarousel-skin-tango .jcarousel-next-horizontal,
  .jcarousel-skin-tango .jcarousel-prev-horizontal {
    margin-top: -30px;
  }
  #twitter-wrapper {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  ul.portfolio li article a i.icon-48 {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
  .locate {
    margin-top: 0px;
  }
  #social-media {
    margin-top: 0px;
  }
}
@media (max-width: 360px) {
  #social-media {
    margin-right: 0px;
  }
}
/* ============== options panel for live preview ======================= */#t_options {
  position: fixed;
  top: 30px;
  left: -230px;
  width: 230px;
  background: #111;
  color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  z-index: 5000;
  font-size: 11px;
  font-family: 'Open Sans', arial, sans-serif;
}
#t_options hr {
  margin: 20px 0;
  border: 0;
  border-top: none;
  border-bottom: 1px dotted #999;
}
#t_options h6 {
  color: #fff;
  font-size: 14px;
}
#t_options input {
  width: 60px;
}
#t_options .col {
  width: 50px;
  margin: 0 10px 0;
}
.colorpicker {
  z-index: 5001;
}
.options_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.options_box {
  margin: 0 14px;
  padding: 10px 0 20px;
  overflow: hidden;
}
.options_box .solidline {
  margin-bottom: 10px;
}
.options_box h6 {
  text-align: center;
  font-weight: bold;
}
.options_box .full {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}
.options_box .halfcol {
  width: 90px;
  float: left;
  margin: 0 5px;
}
.options_box .fourcol {
  width: 30px;
  float: left;
  margin: 0 5px;
}
.options_box .fourcol.color a {
  width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 5px;
}
.options_box .halfcol .wideboxed h6 {
  font-size: 11px;
  font-weight: 600;
}
.options_toggle_holder {
  position: absolute;
  right: -40px;
}
.options_toggle {
  margin: 6px 0 0 4px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #111;
  border-left: none;
  display: block;
  background: #111;
}
.options_toggle span .icon {
  margin: 10px 0 0 7px;
  display: block;
}
.options_toggle:hover,
.options_toggle:focus,
.options_toggle:active {
  outline: 0;
  text-decoration: none;
}
.options_heading {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #888;
}
/* colors */
.options_box a.t_default {
  background: #ef5523;
}
.options_box a.t_kissme {
  background: #6D0C1F;
}
.options_box a.t_lime {
  background: #C6DF45;
}
.options_box a.t_rose {
  background: #9E001D;
}
.options_box a.t_amethyst {
  background: #9b59b6;
}
.options_box a.t_asphalt {
  background: #34495e;
}
.options_box a.t_pomegranate {
  background: #c0392b;
}
.options_box a.t_pumpkin {
  background: #d35400;
}
.options_box a.t_lightorange {
  background: #f39c12;
}
.options_box a.t_red {
  background: #cb1103;
}
.options_box a.t_green {
  background: #9AC43C;
}
.options_box a.t_sand {
  background: #BFB372;
}
.options_box a.t_purple {
  background: #c81dbe;
}
.options_box a.t_yellow {
  background: #FFD053;
}
.options_box a.t_blue {
  background: #5C9CC7;
}
.options_box a.t_pink {
  background: #FF439E;
}
.bgr .bg {
  width: 28px;
  height: 28px;
  border: 1px solid #e6e6e6;
}
.bgr .bg.bg1 {
  background: url('//cdn-west.sqhk.co/51b620571563b50544d666c1/bg1.png') repeat left top;
}
.bgr .bg.bg2 {
  background: url('//cdn-west.sqhk.co/51b620571563b50544d666c1/bg2.png') repeat left top;
}
.bgr .bg.bg3 {
  background: url('//cdn-west.sqhk.co/51b620571563b50544d666c1/bg3.jpg') repeat left top;
}
.bgr .bg.bg4 {
  background: url('//cdn-west.sqhk.co/51b620571563b50544d666c1/bg4.png') repeat left top;
}
.bgr .bg.bg5 {
  background: url('//cdn-west.sqhk.co/51b620571563b50544d666c1/bg5.png') repeat left top;
}
.bgr .bg.bg6 {
  background: url('//cdn-west.sqhk.co/51b620571563b50544d666c1/bg6.png') repeat left top;
}
.bgr .bg.bg7 {
  background: url('//cdn-west.sqhk.co/51b620571563b50544d666c1/bg7.png') repeat left top;
}
.bgr .bg.bg8 {
  background: url('//cdn-west.sqhk.co/51b620571563b50544d666c1/bg8.jpg') repeat left top;
}
.bgr .bg.bg9 {
  background: url('//cdn-west.sqhk.co/51b620571563b50544d666c1/bg9.png') repeat left top;
}
.bgr .bg.bg10 {
  background: url('//cdn-west.sqhk.co/51b620571563b50544d666c1/bg10.png') repeat left top;
}
#accent_color {
  color: #fff;
  background: #ef5523;
  border: none;
  text-transform: uppercase;
  margin-left: 2px;
  text-align: center;
  outline: 0;
}
#bodybg_color {
  color: #fff;
  background: #ccc;
  border: none;
  text-transform: uppercase;
  margin-left: 2px;
  text-align: center;
  outline: 0;
}
/* Theme Styler :: End */
/* default.css properties. Changes @SecondaryColor properties */
/* === color === */
a,
a:hover,
a:focus,
a:active,
footer a.text-link:hover,
strike,
footer ul.link-list li a:hover,
.post-meta span a:hover,
footer a.text-link,
ul.meta-post li a:hover,
ul.cat li a:hover,
ul.recent li h6 a:hover,
ul.portfolio-categ li.active a,
ul.portfolio-categ li.active a:hover,
ul.portfolio-categ li a:hover,
ul.related-post li h4 a:hover,
span.highlight,
article .post-heading h3 a:hover,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > li > a:focus,
.navbar .nav > .active > a:focus,
.validation {
  color: #dc1921;
}
/* === background color === */
.navbar .nav > .active.dropdown > a.dropdown-toggle,
.navbar .nav > .active.dropdown > a.dropdown-toggle:hover,
.navbar .nav > .active.dropdown > a.dropdown-toggle:focus,
.custom-carousel-nav.right:hover,
.custom-carousel-nav.left:hover,
.dropdown-menu li:hover,
.dropdown-menu li a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover,
.pagination ul > .active > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span,
.flex-control-nav li a:hover,
.flex-control-nav li a.active {
  background-color: #005aa7;
}
/* === border color === */
.pagination ul > li.active > a,
.pagination ul > li.active > span,
a.thumbnail:hover,
input[type="text"].search-form:focus {
  border: 1px solid #005aa7;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #005aa7;
}
input:focus {
  border-color: #005aa7;
}
#sendmessage {
  color: #005aa7;
}
.pullquote-left {
  border-left: 5px solid #005aa7;
}
.pullquote-right {
  border-right: 5px solid #005aa7;
}
/* === Header === */
/* --- toggle top area --- */
.hidden-top {
  background: #ddd;
  color: #000;
}
#header-hidden-link a.toggle-link,
#header-hidden-link a.top-link {
  background: #ddd;
  color: #000;
}
/* carousel */
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
  background: #005aa7;
}
ul.clients li:hover {
  border: 4px solid #005aa7;
}
/* buttons */
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  background: #005aa7;
  border: 1px solid #005aa7;
}
.btn-theme {
  border: 1px solid #005aa7;
  background: #005aa7;
}
/* modal styled */
.modal.styled .modal-header {
  background-color: #005aa7;
}
/* blog */
.post-meta {
  border-top: 4px solid #005aa7;
}
.post-meta .comments a:hover {
  color: #005aa7;
}
.widget ul.tags li a:hover {
  background: #005aa7;
}
.recent-post .text h5 a:hover {
  color: #005aa7;
}
/* pricing box */
.pricing-box-alt.special .pricing-heading {
  background: #005aa7;
}
/* portfolio */
.item-thumbs .hover-wrap .overlay-img {
  background: #005aa7;
}
/* pagination */
#pagination a:hover {
  background: #005aa7;
}
/* pricing box */
.pricing-box.special .pricing-offer {
  background: #005aa7;
}
/* fontawesome icons */
.icon-square:hover,
.icon-rounded:hover,
.icon-circled:hover {
  background-color: #005aa7;
}
[class^="icon-"].active,
[class*=" icon-"].active {
  background-color: #005aa7;
}
/* fancybox */
.fancybox-close:hover {
  background-color: #005aa7;
}
.fancybox-nav:hover span {
  background-color: #005aa7;
}
/* parallax c slider */
.da-slide .da-link:hover {
  background: #005aa7;
  border: 4px solid #005aa7;
}
.da-dots span {
  background: #005aa7;
}
/* flexslider */
#featured .flexslider .slide-caption {
  border-left: 5px solid #005aa7;
}
/* Nivo slider */
.nivo-directionNav a:hover {
  background-color: #005aa7;
}
/* footer */

    #slides {
    }

    #slides .slidesjs-navigation {
      margin-top:3px;
    }

    #slides .slidesjs-previous {
      margin-right: 5px;
      float: left;
    }

    #slides .slidesjs-next {
      margin-right: 5px;
      float: left;
    }

    .slidesjs-pagination {
      margin: 6px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url("//cdn-west.sqhk.co/51b620571563b50544d666c1/pagination.png");
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px;
    }

    #slides a:link,
    #slides a:visited {
      color: #333;
    }

    #slides a:hover,
    #slides a:active {
      color: #000;
    }

 
  <!-- End SlidesJS Optional-->

  <!-- SlidesJS Required: These styles are required if you'd like a responsive slideshow -->
 
    #slides {
      display: none;
    }



    /* For tablets & smart phones */
    @media (max-width: 767px) {
      body {
        padding-left: 20px;
        padding-right: 20px;
      }
      .container {
        width: auto;
      }
    }

    /* For smartphones */
    @media (max-width: 480px) {
      .container {
        width: auto;
      }
    }

    /* For smaller displays like laptops */
    @media (min-width: 768px) and (max-width: 979px) {
      .container {
        width: 724px;
      }
    }

    /* For larger displays */
    @media (min-width: 1200px) {
      .container {
        width: 1170px;
      }
    }#featured img {
  width:100%; 
  height:auto;
}

.smaller-image {
  text-align:center;
  max-width:200px; 
  height:auto;
}

.hidden-top a:hover {
  text-decoration:none;
  color:#ddd;
}

.hidden-top-inner {
  
  text-align: center;
}
.footer-links ul li {
  list-style-type:none;
  margin-bottom:5px;
}
.our-partners {
  text-align:center; 
  margin-top:25px;
}
.our-partners ul li {
  display:inline-block;
}
.our-partners ul li a img {
  max-width:100px;
}

/* residential and commercial page styling */

.court-header {
   background-color:rgba(0,73,151,0.6);
}
.court-header h2 {color:#fff;}
.residential {
  background-color: rgba(56, 158, 188, 0.4);
  padding:5px;
  margin-bottom:25px;
}
.sport {
  background:#fff;
  padding:10px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(22, 26, 20, 0.58);
  -moz-box-shadow:    0px 4px 5px 0px rgba(22, 26, 20, 0.58);
  box-shadow:         0px 4px 5px 0px rgba(22, 26, 20, 0.58);
}

.sport img {
  margin-right:0px;
}

.sport p {
}
.sport ul {
 	margin-left:-10px;
}

.sport ul li {
  display:inline-block;
  list-style-type:none; 
  margin:0px;
  margin-right:0;
  margin-left:0;
}
.sport ul li button {
  width:100px; 
  height:auto;
  padding-left:20px;
  padding-right:20px;
}

.sport-title {
  background:#DC1921;
  padding-top:10px;
}
.sport-title img {
  max-width:50px; 
  height:auto;
  margin-top:-10px;
}
.sport-title h4 {
  margin-top:0px;
  color:#fff;
}
.sport ul li button.btn-indoor {
  background-color:rgba(239,80,17,0.8); 
  color:#fff; 
  text-shadow:none; 
  box-shadow:none; 
  border:none;
}
.sport ul li button.btn-indoor:hover {
    background:rgba(219, 31, 38, 0.8);
}
.sport ul li button.btn-outdoor {
  background-color:rgba(0,73,151,0.8); 
  color:#fff; 
  text-shadow:none; 
  box-shadow:none; 
  border:none;
}
.sport ul li button.btn-outdoor:hover {
  background-color:rgba(0,73,151,1.0);
}
.residential:hover {
   background-color: rgba(56, 158, 188, 1.0);
}
button.btn-single {
  background-color:rgba(0,73,151,0.8); 
  width:100%;
  color:#fff; 
  text-shadow:none; 
  box-shadow:none; 
  border:none;
}
button.btn-single h4 {
  color:#fff;
  line-height:26px; 
  font-weight:bold;
}
button.btn-single:hover {
  background-color:rgba(0,73,151,1.0);
  color:#fff;
}

/* accordian styles */

.accordion-inner {
  padding:50px;
}

.accordion-inner img {
  max-height:300px; 
  width:auto; 
  margin-bottom:25px;
}

/* Individual Sport Page */
.sport-header {
  position:relative;
}
.sport-header-title {
  position:absolute;
  bottom:80px;
  right:0px;
  background:rgba(219, 31, 38, 0.8);
  padding:10px 10px 0px 10px; 
}
.sport-header-title ul li {
  display:inline-block;
  margin-right:50px;
}
.sport-header-title ul li img {
  max-width:80px; 
  height:auto;
}
.sport-header-title ul li h3 {
  color:#fff;
  margin-top:10px;
}

/* Sidebar Layout Styling */

.court-builder-sidebar {
  margin-top:60px;
}

.contact-call-to-action{
  padding:15px;
  border-radius:10px;
  background:rgba(219, 31, 38, 1.0);
  margin-top:50px;


}
.contact-call-to-action:hover {  
  background:rgba(219, 31, 38, 1.0);

}
.contact-call-to-action h3, .contact-call-to-action h4 {
	color:#fff;
  line-height:28px;
}



/* home page html squares */
.home-section-one {
  position:relative;
  text-align:center;
}
.home-section-one-contents {
  position:absolute;
  top:60px;
  right:40px;
  text-align:right;
  max-width: 400px;
}

.home-section-one .btn-primary {
  margin-top:25px;
  border: none;
  background: #005aa7; /* Old browsers */
  background: -moz-linear-gradient(top,  #005aa7 0%, #2e3192 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005aa7), color-stop(100%,#2e3192)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #005aa7 0%,#2e3192 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #005aa7 0%,#2e3192 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #005aa7 0%,#2e3192 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #005aa7 0%,#2e3192 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005aa7', endColorstr='#2e3192',GradientType=0 ); /* IE6-9 */
}
.home-section-one-contents button {
  margin-right:40px; 
  margin-bottom:20px;
}

.home-section-two-contents button {
	margin-left:40px;
}
.home-section-two-contents {
  max-width:500px;
  position:absolute;
  top:60px;
  left:40px;
  text-align:left;
}

/* Featured Image Caption */

.featured-banner {
  position:relative;

}
.featured-caption {
  max-width:350px;
  position:absolute; 
  top:80px; 
  right:90px;
  background:rgba(255,255,255,0.7); 
  padding:20px;
  border-radius:15px;
}

.featured-caption footer {
  background:transparent;
  font-style:italic;
  padding-top:0px;
}


/* ------------------------------
    filters
---------------------------------*/

#filters a {
  background: #005aa7; /* Old browsers */
  background: -moz-linear-gradient(top,  #005aa7 0%, #2e3192 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005aa7), color-stop(100%,#2e3192)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #005aa7 0%,#2e3192 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #005aa7 0%,#2e3192 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #005aa7 0%,#2e3192 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #005aa7 0%,#2e3192 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005aa7', endColorstr='#2e3192',GradientType=0 ); /* IE6-9 */
	
}
 
/*-------------------------------
	Media Queries
---------------------------------*/

@media (min-width: 1200px) {


}
@media (min-width: 980px) and (max-width: 1199px) {

.featured-caption{
  right:10px; 
  max-width:350px;
}
 .sport {
  background:#fff;
  padding:10px;
  height:auto;
	}
.home-section-one {
  margin-bottom:150px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
  .featured-caption {
    position:relative; 
    background:none;
    left:0px; 
    right:0px;
    top:0px; 
    bottom:0px;
    text-align:center;
    max-width:100%;
  }
.sport {
  background:#fff;
  padding:10px;
  height:auto;
	}
.home-section-one {
  margin-bottom:150px;
	}
.paragraph-bg {
  background:rgba(255,255,255,0.5); 
  padding:10px;
  border-radius:10px;
  
}


}
	
@media (max-width: 767px) {
  .featured-caption {
    position:relative; 
    background:none;
    left:0px; 
    right:0px;
    top:0px; 
    bottom:0px;
    text-align:center;
    max-width:100%;
  }

  .sport {
    background:#fff;
    padding:10px;
    height:auto;
  }
  .residential {
    background-color: rgba(56, 158, 188, 1.0);
  }
  .home-section-one {
    margin-top:200px; 
    margin-bottom:0px;
  }

  .home-section-one-contents {
    top:-200px;
  }
  .home-section-two-contents {
    top:-200px;
  }
  img.forty-years {
    max-width:100px; 
    height:auto;
  }
}

		
@media (max-width: 479px) {
  .featured-caption {
    position:relative; 
    background:none;
    left:0px; 
    right:0px;
    top:0px; 
    bottom:0px;
    text-align:center;
    max-width:100%;
  }
  
  .sport {
    background:#fff;
    padding:10px;
    padding-bottom:20px;
    height:auto;
      }
    .residential {
      background-color: rgba(56, 158, 188, 1.0);
    }
  .home-section-one-contents {
    margin-bottom:100px;
  }
}

/* pinterest button crap */
.sh-pin {
	cursor: pointer;
}

/* content */

#content {
  padding: 200px 0 0 0;
}/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}.breadcrumbs {
  list-style: none;
  float: left;
  font-size: 0.65em;
  color: #000;
  margin: 10px 3px;
}

.breadcrumbs li {
  display: inline-block;
  text-align: left;
}

.breadcrumbs li > a {
  color: #000;
}

.breadcrumbs li:after {
  content: " > ";
}

.breadcrumbs li:last-child:after {
  content: none;
}

/* ==================================================
   Blockquotes
================================================== */

blockquote {
  	padding: 15px 20px;
  	border-left: 2px solid #cccccc;
}

blockquote p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

blockquote small {
  	display: block;
  	color: #65676c;
  	font-weight:400;
  	font-size: 13px;
  	line-height: 20px;
	margin-top: 10px;
}

blockquote small:before {
  	content: '';
}/* 
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/ 
*/

/* 
This element holds injected scripts inside iframes that in 
some cases may stretch layouts. So, we're just hiding it. 
*/

#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}.sh-form {
  background-color: #eee;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-success { 
  background-color: #fff;
  color: #000;
  padding: 0;
}.menu-2col {
  width: 150%;
  padding-left: 1em;
}

.menu-2col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-2col label {
  color: #FFF;
  text-transform: uppercase;
  text-align: left;
  cursor: text;
}.home-link-buttons, .home-link-buttons:hover > p {
	color: #000;
}

.home-link-buttons:hover {
	text-decoration: none;
}

.courtbuilder {
  width: 100%;
  height: 500px;
  padding-bottom: 1em;
}

.homepage .nivo-caption { 
  max-width: none;
  width: 100%;
  background-color: transparent;
  /*left: -2000px;*/
  overflow: visible;
  border-radius: 0;
  text-align: center;
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: auto;
}

.homepage .nivo-caption img {
  width: 70% !important;
  position: static;
}

.homepage-sidebar {
 margin-top:40px; 
}

@media (min-width: 768px) and (max-width: 979px) {
  .courtbuilder {
    height: 350px;
  }
}
	
@media (max-width: 767px) {
  .courtbuilder {
    height: 300px;
  }
}

		
@media (max-width: 479px) {
  .courtbuilder {
    display: none;
  }
}
.products {
  margin-top: 5em;
}

.products h1 {
  color:#005aa7;
  margin-bottom:60px;
}

.products a {
  color:#005aa7;
}

.products #myCarousel .carousel-indicators {
  position:relative;
  top: 320px;
  left: 150px;

}

.products #myCarousel .carousel-indicators li {
    background-color:#D2D4D3;
}

.products #myCarousel .carousel-indicators .active{
 background-color:#A9ABAA; 
}

.products .carousel-control {
  top:50%;
  color: #fff;
  border-radius:23px;
}

.products .return-to-products {
  display:inline-block;
  font-size:40px;
}

.products .back-to-products {
  padding-bottom:5px;
  font-size:20px;
}

.products .carousel-control.left {
  left:0px;
}

.products .carousel-control.right {
  right:-5px;
}

.products .carousel-inner {
  width:80%;
  margin-left:50px;
  -webkit-box-shadow: 0 8px 6px -6px #A9ABAA;
  -moz-box-shadow: 0 8px 6px -6px #A9ABAA;
  -o-box-shadow: 0 8px 6px -6px #A9ABAA;
  box-shadow: 0 8px 6px -6px #A9ABAA;
}

#productList {
  list-style: none;
  margin: 0;
  margin-top:50px;
  padding: 0;
}

#productList li {
  margin-top: 25px;
  padding-bottom: 20px;
  border-bottom: solid 2px #005aa7;
}

#productList li h2{
  border-bottom: solid 1px #005aa7;
}

#productList li h2 a{
  font-weight:600;
}

#productList a{
  color:#005aa7;
}

#productList .learnMore {
  margin-bottom:0px; 
}

#productList .briefDescription {
 height:190px; 
}.latest-news {
  color: #fff;
}

.latest-news a, .latest-news h2 {
  color: #fff;
}

.latest-news .latest-box {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blogger-top {
  max-height: 26px;
  margin-top: -12px;
}

.blogger-bottom {
  max-width: 28px;
  margin-top: -5px;
}/************

  General

************/

body {
  color: #6d6e71;
  width: 100%;
  overflow-x: hidden;
}
.container{
  padding: 0;
}
ul, ol {
  margin: 0;
}
header, body, p, footer, nav {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
header div.container {
  width:100%;
}
header {
  margin-left:0;
}
span.sh-create {
  display: none;
}


/************

  Page Headers and Menus

************/

header {
  color: #ef4638;
  z-index:99998;
}
#desktop-header .container, #side-menu .container {
  padding: 20px 0; 
  background: rgba(255,255,255,.9);
  width: 100%;
}
#desktop-header .container {
  position: fixed;
  z-index: 950;
}
#side-menu .container, #side-menu .side-container {
  z-index: 99999;
}
header .logo {
  display: table;
  margin: 11px 0 10px 23px;
}
header .logo img {
  padding-right: 1vw;
  border-right: 1px solid #a6a7a7;
}
header .logo h3{
  display: inline-block;
  margin-left: 1vw;
  color: #6d6e71;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
#desktop-header li {
  display: inline-block;
  margin: 0 8px;
}
header a{
  color: #6d6e71;
}
.header-title {
  float:left;
  margin-left: 1.5%;
}
header .text-right {
  float:right;
  display: table;
  height:72px;
  font-size: 16px;
  margin-right: 3%;
}
header .text-right>div {
  height: 44px;
  display:table-cell;
  vertical-align: middle;
}
.nav {
  margin: 0 3px 0 0;
  font-family: 'Open Sans', sans-serif;
}
header ul.nav li a {
  font-size: inherit;
  text-transform: none;
}
.header-phone {
  display: table-cell;
  vertical-align: middle;
}
.header-phone img {
  padding: 0 1vw 0 2vw;
}
#side-show {
  display: none;
  height: 100%;
  width: 25px;
  background-image: url(//cdn-west.sqhk.co/ekrsportcourttemplate/2016/6/ibajfPa/side-show.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 25px;
}
@media screen and (max-width: 1260px) {
  #desktop-header li {
    display: inline-block;
    margin: 0 3.5px;
  }
}
@media screen and (max-width:1199px) {
  .header-title .logo a img {
    border: none;
  }
  .header-title .logo h3 {
    display: block;
    margin: 4px 0 0 0;
  }
}
@media screen and (max-width: 999px) {
  #desktop-header .nav li {
    font-size: 14px;
  }
}
@media screen and (max-width: 947px) {
  #desktop-header .nav li {
    font-size: 13.5px;
  }
}
@media screen and (max-width: 919px) {
  #desktop-header .navigation {
    display: none;
  }
  #side-menu .navigation, #side-menu .side-container .navigation nav, #side-menu .ul, header #side-menu .li {
    display: block;
  }
  #side-show {
    display: inline-block;
  }
}
#overlay {
  position: fixed;
  z-index: 975;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.4);
  display: none;
  overflow: hidden;
}
.menu-hide {
  position: fixed;
  width: 414px;
  right: -414px;
  height: 100vh;
  overflow: scroll;
  box-sizing: border-box;
}
#side-menu {
  height: 100vh;
  z-index: 99999;
  box-sizing: border-box;
  padding: 100px 60px;
}
.side-container {
  box-sizing: border-box;
  background-color: white;
}
.side-container a, .side-container li {
  font-size: 25px;
  margin-top: 10px;
}
.side-container .header-phone {
  margin: 0;
  padding: 30px 0 0 4px;
}
#side-menu .header-title {
  padding-top: 30px;
  margin-left: 0;
}
#side-menu .header-title .logo {
  margin-left: 0;
  padding: 0;
}
select.selectmenu {
  display: none;
}
#side-hide {
  height: 30px;
  width: 30px;
  background-image: url(//cdn-west.sqhk.co/ekrsportcourttemplate/2016/6/gHBidsA/side-hide.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 35px;
}
@media screen and (max-width: 490px) {
  .header-phone img {
    display: none;
  }
}
@media screen and (max-width: 413px) {
  .menu-hide {
    width:100vw;
  }
}
@media screen and (max-width: 380px) {
  #desktop-header .logo img {
    width: 130px;
  }
  #desktop-header h3, header .text-right {
    font-size: 14px;
  }
  #side-show {
    margin-left: 13px;
  }
}
@media screen and (max-device-width: 736px) {
  #side-menu {
    padding: 40px 50px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}


/************

  Homepage
  (and many repeated elements' first instances)

************/

.nav>li>a:hover, .nav>li>a:focus {
  background: transparent !important;
}
.home-banner-img {
  margin-top: 112px;
}
.home-banner {
  width: 100%;
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 112px;
  overflow: hidden;
}
.banner-text-hide {
  opacity: 0;
  display:none;
}
.banner-slidein {
  display: block;
  position: absolute;
  background: rgba(239,70,56,.87);
  padding: 50px 72px;
  top: 183px;
  width: 47.43777452%;
  max-width: 648px;
  color: white;
  box-sizing: border-box;
  -webkit-transition: opacity 1s, padding 0s, left 1s;
  -moz-transition: opacity 1s, padding 0s, left 1s;
  -o-transition: opacity 1s, padding 0s, left 1s;
  transition: opacity 1s, padding 0s, left 1s;
  opacity: 0;
  bottom: auto !important;
}
.banner-slideup {
  display: block;
  position: absolute;
  background: rgba(239,70,56,.87);
  padding: 30px 72px;
  width: 98%;
  margin-left: 1%;
  color: white;
  box-sizing: border-box;
  -webkit-transition: opacity 1s, padding 0s, bottom 1s;
  -moz-transition: opacity 1s, padding 0s, bottom 1s;
  -o-transition: opacity 1s, padding 0s, bottom 1s;
  transition: opacity 1s, padding 0s, bottom 1s;
  opacity: 0;
}
.banner-slidein h1, .banner-slideup h1, .banner-slidein h2, .banner-slideup h2 {
  color: white;
  text-transform: uppercase;
  font-family: "RBNo21a-Bold", sans-serif;
  line-height:.79em;
}
.banner-slidein p {
  padding-top: .8em;
}
.banner-slidein a, .banner-slideup a {
  color: #055ca8;
}
#banner-slidein-home h2{
  font-size: 100px;
  text-shadow: 0 0 .1em rgba(100,0,0,.5);
}

.text-section {
  padding: 106px 15%;
  text-align: center;
}
.text-section h3 {
  color: #055ca8;
  font-family: "RBNo21a-Bold", sans-serif;
  font-size: 40px;
  line-height: 40px;
}
.text-section p {
  display: inline-block;
  margin: 1.4em 0 2.9em 0;
}
#home-maintext p {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  text-align: left;
}
.button-red {
  margin-top: 2.2em;
  padding: .42em 2.6em;
  text-transform: uppercase;
  border: 1px solid #ef4638;
  transition-duration: .07s;
  font-family: "RBNo21a-Bold", sans-serif;
  font-size: 20px;
}
.button-red:hover {
  color: white !important;
  text-decoration: none;
  background-color: #ef4638 !important;
}

@media screen and (max-width:1199px) {
  .home-banner {
    margin-top: 134px;
  }
  #banner-slidein-home h2 {
    font-size: 60px;
  }
}
@media screen and (min-width: 980px) and (max-width:1199px) {
  .banner-slidein {
    height: 74%;
    top:13%;
  }
}
@media screen and (min-width: 980px) {
  .banner-slideup {
    display: none;
  }
}
@media screen and (max-width: 979px) {
  .home-banner {
    margin-top: 134px;
  }
  .banner-slidein {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .banner-slideup {
    position: relative;
    width:100%;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 769px) {
  .button-red {
    margin-top: 0em;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .text-section {
    padding: 5vw;
  }
  .text-section p, #home-maintext p {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    text-align: center;
  }
  
  .banner-slidein,
  .banner-slideup {
    padding: 5vw;
  }
}




.popboxes {
  display: block;
  width: 100%;
  background: #eaeef6;
  position: relative;
}
.pop-box {
  vertical-align: top;
  box-sizing: border-box;
  background: white;
  position: relative;
}
.half-div {
  display: inline-block;
  width: 48.1625%;
}
.half-div-left {
  margin: 0.6125%;
}

.half-div-right {
  margin: 0.6125%;
}
.pop-box h2 {
  font-family: "RBNo21a-Bold", sans-serif;
  text-transform: uppercase;
  text-shadow: 0 .05em 11px rgba(0,0,0,.3);
  color: white;
  position: relative;
  width: 80%;
  left: 9%;
  bottom: -22px;
  font-size: 73px;
  line-height: .76em;
  z-index: 10000;
}

.button-white {
  padding: .46em .9em .3em;
  text-transform: uppercase;
  border: 1px solid white;
  transition-duration: .07s;
  color: white;
  cursor: pointer;
  font-family: "RBNo21a-Bold", sans-serif;
  letter-spacing: .02em;
}
.button-white:hover {
  text-decoration: none;
  background-color: white;
}
.button-white-onred:hover {
  color: #ef4638;
}
.button-white-onblue:hover {
  color: #055ca8;
}
.pop-red .button-white {
  font-size: 22px;
  position: absolute;
  bottom: 2.5em;
  margin-left: 9%;
}
.pop-img, .facilities-popboxes .pop-box-facilities p:first-of-type img {
  width: 100%;
  background-color:lightgray;
  position:relative;
  top:0;
  left:0;
}
.facilities-popboxes .pop-box-facilities p:last-of-type {
  box-sizing: border-box;
  width: 96%;
  margin: auto;
  padding: 60px 0 2%;
}
.facilities-popboxes .pop-box-facilities p:last-of-type img {
  margin-top: .67vw;
}
.facilities-popboxes .pop-box-facilities.half-div-left p:last-of-type>img:not(:last-of-type), .facilities-popboxes .pop-box-facilities.half-div-right p:last-of-type>img:not(:first-of-type) {
  width: 32%;
}
.facilities-popboxes .pop-box-facilities.half-div-left p:last-of-type>img:last-of-type, .facilities-popboxes .pop-box-facilities.half-div-right p:last-of-type>img:nth-of-type(1) {
  width: 65.666667%;
}
.facilities-popboxes .pop-box-facilities.half-div-left p:last-of-type>img:nth-of-type(-n+6):not(:nth-of-type(2)):not(:nth-of-type(5)) {
  margin-left:1.67%;
}
.facilities-popboxes .pop-box-facilities.half-div-right p:last-of-type>img:nth-of-type(2), .facilities-popboxes .pop-box-facilities.half-div-right p:last-of-type>img:nth-of-type(4), .facilities-popboxes .pop-box-facilities.half-div-right p:last-of-type>img:nth-of-type(5), .facilities-popboxes .pop-box-facilities.half-div-right p:last-of-type>a {
  margin-left: 1.67%;
}
.facilities-popboxes .pop-box-facilities.half-div-left p:last-of-type>img:nth-of-type(1) {
  margin-left:1.67%!important;
}
.facilities-popboxes .pop-box-facilities p:last-of-type>img:nth-of-type(3n-1) {
  margin-left:0;
}
.pop-img {
  height: 25.580311464vw;
}
.facilities-popboxes .pop-box-facilities img:nth-of-type(1) {
  height: auto;
}
.facilities-popboxes p:not(:first-of-type):not(:last-of-type) {
  padding: 0 9%;
}
.facilities-popboxes p:nth-of-type(1) {
  padding-top: 0;
}

#home-popboxes .pop-img img {
  max-height: 0;
}

#home-popboxes h2 {
  position: absolute;
  top: 233px;
  margin: 0;
  bottom: initial;
}

.pop-txt {
  height: 500px;
  padding: 4em 9% 0 9%;
  box-sizing: border-box;
  z-index: 9999;
  position: absolute;
  background-color: white;
  top: 315px;
  bottom: 0;
  transition: height 0.3s ease;
}

.pop-red {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

.pop-red.pop-red-hide a {
  position: relative;
  top: initial;
  bottom: initial;
  display: block;
  width: max-content;
  margin: auto;
  clear: both;
}

.pop-hover .pop-red {
  height: auto;
  text-align: center;
}

#home-popboxes .pop-holder {
  position: relative;
}

#home-popboxes .pop-txt {
  transition: all 0.3s ease;
  overflow: visible;
}

#home-popboxes .pop-hover .pop-txt {
  position: absolute;
  top: -28px;
  bottom: -28px;
  background-color: rgba(239,70,56,0.87);
}

#home-popboxes .pop-hover .pop-txt p {
  color: #ffffff;
}

#home-popboxes .pop-txt {
  height: auto;
  padding: 70px 9%;
  box-sizing: border-box;
  z-index: 9;
  position: static;
  background-color: white;
  top: 0;
  bottom: 100%;
  z-index:999;
}

.pop-txt-hovering {
  height: 300px;
  padding: 4em 9% 0 9%;
  box-sizing: border-box;
  z-index: 9;
  position: absolute;
  background-color: white;
  top: 315px;
  margin-top: 0;
  bottom: 0;
  color: initial; 
}

#home-popboxes .pop-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


@media screen and (max-width: 1199px) {
  #home-popboxes h2 {
    font-size: 50px;
    top: 200px;
  }
}
@media screen and (max-width: 979px) {
  #home-popboxes h2 {
    
  }
}
@media screen and (max-width: 930px)  {

} 
@media screen and (max-width: 995px) {
  .pop-box {
    max-height: inherit;
  }
}
@media screen and (max-width: 1200px) {
  .popboxes {
    height: 400px;
  }
  
  #home-popboxes.popboxes {
    height: auto;
  }
}
@media screen and (min-width: 930px) and (max-width: 1200px)  {
  .pop-txt  {
    top: 254px !important;
  }
  
  #home-popboxes .pop-txt {
    top: initial !important;
  }
  
  #home-popboxes .pop-hover .pop-txt {
    top: -30px !important;
  }
}
@media screen and (min-width: 1200px) {
  .pop-img {
    max-height: 316px;
  }
  .pop-box h2 {
  }
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .pop-img {
    max-height: 254px;
  }
}
@media screen and (max-width: 893px) {
  .pop-box h2 {
    bottom: -58px;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .pop-txt {
    top:25.580311464vw;
  }
  
  #home-popboxes {
    padding: 3vw 0;
  }
  
  #home-popboxes h2 {
    top: 130px;
  }
  
  #home-popboxes .pop-red {
    height: auto;
  }
  
  #home-popboxes .pop-red a{
    border-color: #ef4638;
    color: #ef4638;
  }
}
@media screen and (min-width: 769px) {
  .popbutton-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pop-red {
    display: none;
  }
  .pop-txt p:hover {
    color: initial;
  }
  .popbutton-mobile {
    border: 1px solid #ef4638;
    color: #ef4638;
  }
  
  #home-popboxes {
    padding: 3vw 0;
  }
  
  #home-popboxes .pop-box {
    position: relative;
    overflow: hidden;
  }
  
  #home-popboxes .pop-img {
    position: absolute;
    height: 100%;
    width: 100%;
  }
  
  #home-popboxes .pop-red {
    display: block;
    height: auto;
  }
  
  #home-popboxes .pop-txt {
    padding: 4vw 0;
    background-color: transparent;
  }
  
  #home-popboxes .pop-txt p{
    color: #2d2d2d;
    margin: 4vw;
    padding: 4vw;
    background-color: rgba(255,255,255,0.8);
  }
  
  #home-popboxes h2 {
    position: relative;
    top: auto;
    font-size: 9vw;
    padding: 2vw;
  }

  .text-section {
    padding-bottom: 106px;
  }
  .popboxes {
    background: #efefef;
  }
  .pop-box {
    display: block;
    position: relative;
    top: 0;
    width: 94vw;
    margin: 3vw 0 0 3vw;
  }
  .pop-box:nth-child(2) {
    margin-bottom: 3vw;
  }
  .pop-box h2 {
    top: 40vw;
    font-size: 48px;
  }
  
  .popboxes .half-div-left {
    margin: 0;
  }
  .pop-txt {
    position:relative !important;
    background-color: white;
    padding: 2em 10% 3em;
    height: auto;
    top: 0;
  }
  .pop-img {
    height: auto;
  }
  .button-red, .button-white {
    padding: 2vw 5vw;
  }
}


.carousel-indicators {
  display: none;
}
.carousel-inner {
  text-align: center;
  height: 400px;
}
.carousel-inner>.item {
  height: 350px;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
  display: inherit;
  margin-top: 80px;
}
.carousel-inner a {
  cursor: default;
}
.carousel-caption {
  background: rgba(255,255,255,0);
  transform: rotate(180deg);
  position: inherit;
}
.carousel-caption h4, .carousel-caption p {
  color: #ef4638;
  transform: rotate(180deg);
  padding: 0 19.5%;
  margin-bottom: 30px;
  font-family: "RBNo21a-Bold", sans-serif;
  letter-spacing: .02em;
}
.carousel-caption p {
  font-size: 30px;
  line-height: 1.05em;
}
.carousel-caption h4 {
  font-size: 20px;
}
.text-carousel {
  width: 100%;
  height: 450px;
  display: table;
  text-align: center;
}
.text-carousel p {
  display: table-cell;
  vertical-align: middle;
  color: #ef4638;
}

#home-photos .div-blue p {
  margin: 2.6vw 0 5.2vw 0;
}
.photo-2-1, .photo-1-2 {
  width: 575px;
}
.photo-2col>div {
  width: 49.3%;
  height: 23.0608vw;
  display: inline-block;
}
.photo-1col>div {
  width: 100%;
  height: 100%;
}
.photo-1col>div img{
  width: 100%;
  height: 100%;
}
.photo-collection {
  vertical-align:top;
}
.photo-collection>div>div {
  background-position: center;
  background-size: cover;
}
.team-effort {
  background-color: #efefef!important;
  text-align: center;
  padding: 104px 5% 116px 5%;
}
.team-effort h3, .team-effort h1 {
  color: #055ca8;
  line-height: 1.2em;
  font-size: 40px;
  font-family: "RBNo21a-Bold", sans-serif!important;
}
.team-effort p {
  padding-left: 17%;
  padding-right: 17%;
}
.team-effort-text p {
  padding-top: 50px;
  padding-bottom: 60px;
}
.team-effort-logos {
  display: table;
}
.team-effort-logos p {
  margin-bottom: 50px;
}
.team-effort-img {
  display: inline-table;
  width: 10vw;
  min-width: 100px;
  max-width: 150px;
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 25px 35px;
}
@media screen and (max-width: 1199px) {
  .div-blue h3 {
   font-size: 40px;
  }
}
@media screen and (max-width: 979px) {
  .carousel-inner {
    height: auto;
    padding-bottom: 0;
  }
  .carousel-inner .item img {
    display: none;
  }
  .carousel-caption {
    position: absolute;
  }
  
  .carousel-inner .item {
    width: 100vw;
    height: 280px !important; 
  }
  .carousel-caption p {
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width:767px) {
  .button-white, .button-red {
    display: table-cell;
  }
  .div-blue .button-white {
    padding: 2vw 5vw;
  }
  
  .team-effort {
    padding: 5vw;
  }
  
  .team-effort p {
    padding: 0;
  }
  
  .team-effort-logos p {
    margin-bottom: 20px;
  }
 
}
@media screen and (max-width: 400px) {
  .team-effort-img {
    width: 80px;
    margin: 20px;
  }
}

/************

  Footer

************/

footer .nav>li>a:hover, footer .nav>li>a:focus {
  color: rgba(200,210,200,1);
}
footer {
  background-color: #ef4638;
  padding: 50px 7% 0 7%; 
}
.footer-logosocial, .footer-navcopyright {
  text-align: justify;
}
.footer-logosocial {
  vertical-align: middle;
}
.footer-logosocial:after, .footer-navcopyright:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.footer-logosocial>div, .footer-navcopyright>div {
  display: inline-block;
  color: white;
}
.footer-logosocial>div {
  vertical-align: middle;
}
.footer-social {
  width: 225px;
  height: 60px;
  text-align: justify;
}
.footer-social:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.footer-social>div {
  display: inline-block;
  height: 50px;
  width: 50px;
  padding: 10px 10px;
  box-sizing: border-box;
  border-radius: 25px;
  border: 1px solid white;
  text-align: center;
  vertical-align: top;
  margin-top: 6px;
}
.footer-social>div:hover {
  background: rgba(255,255,255,.5);
}

.footer-social ul {
  list-style-type: none;
}
.footer-social ul li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}
.footer-social ul li a {
display: block;
  height: 50px;
  width: 50px;
  border: 1px solid #fff;
  border-radius: 25px;
  text-align: center;
}
.footer-social ul li a img {
  margin-top: 12px;
}
.footer-social ul li a:hover {
  background:rgba(255,255,255,0.3);
}

.footer-navcopyright {
  margin-top: 20px;
  font-size: 13px;
}

.footer-fb  {
  padding: 10px 9px 0 !important;
}

.footer-tw  {
  padding: 14px 10px 0 !important;
}

.footer-in  {
  padding: 11px 10px 0 !important; 
}

.footer-navcopyright p {
  margin: 0 0 1px;
  font-size: 13px;
}

.footer-nav {
  width: 435px;
}

.footer-nav ul {
  text-align: justify;
  height: 60px;
}

.footer-nav ul:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.footer-nav li {
  display: inline-block;
}

.footer-copyright {
  vertical-align: top;
}

.footer-copyright p {
  font-family: 'Open Sans', sans-serif;
}

@media screen and (max-width:870px) {
  footer {
    padding: 40px 7%;
    box-sizing: border-box;
  }
  .footer-logosocial {
    transform: rotate(180deg);
    text-align: center;
  }
  .footer-logosocial>div {
    transform: rotate(180deg);
  }
  .footer-logosocial>div, .footer-navcopyright>div {
    display: block;
  }
  .footer-social {
    width: inherit;
    text-align: inherit;
    margin-top: 25px
  }
  .footer-logo {
    margin-bottom:25px;
  }
  footer nav {
    display: none;
  }
  .footer-copyright {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width:979px) {
  #wrapper>.container {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px){
  .row-fluid .span6, #home-photos .div-blue, #home-photos .photo-collection {
    height: 575px;
    width: 575px;
    margin-bottom:20px;
  }
  #home-photos .div-blue {
    width: 575px;
    height: 575px;
  }
  .half-div-right {
    margin-left: 20px;
  }
  #home-photocollection, .home-photocollection {
    margin-left: 20px;
  }
  .photo-2row>div {
    height: 277.5px;
    width: 575px;
  }
  .photo-2col>div, .photo-2-1 img:nth-of-type(1), .photo-2-1 img:nth-of-type(2), .photo-1-2 img:nth-of-type(2), .photo-1-2 img:nth-of-type(3) {
    width: 277.5px;
    height: 277.5px;
  }
  .photo-1-2 img:nth-of-type(2), .photo-1-2 img:nth-of-type(3) {
    margin-top: 20px;
  }
  .photo-2-1 img:nth-of-type(2), .photo-1-2 img:nth-of-type(3) {
    margin-left: 20px;
  }
  /*.photo-1col>div, */.photo-2-1 img:nth-of-type(3) {
    width: 575px;
    height: 277.5px;
    margin-top: 20px;
  }
  .photo-1-2 img:nth-of-type(1) {
    width: 575px;
    height: 277.5px;
  }
  .photo-1col-bottom>div {
    margin-top: 20px;
  }
  .photo-2col>div:nth-child(2) {
    margin-left: 20px;
  }
  .photo-1col>div {
    height: 277.5px;
  }
  .photo-1col img {
    height:277.5px;
  }
  #home-popboxes .half-div-right {
    margin-left: 8px;
  }
}
@media screen and (min-width: 980px) and (max-width:1199px) {
  #home-photos .div-blue, #home-photos .photo-collection {
    height: 462.5px;
  }
  .row-fluid .span6 {
    height: auto;
  }
  #home-photos .div-blue {
    width: 462.5px;
    height: 462.5px;
  }
  .half-div-right {
    margin-left:15px;
  }
  .home-photocollection {
    margin-left: 15px;
  }
  .photo-2row>div {
    height: inherit;
    width: 462.5px;
  }
  .photo-2row>div:nth-child(2) {
    margin-top: 15px;
  }
  .photo-2col>div, .photo-2-1 img:nth-of-type(1), .photo-2-1 img:nth-of-type(2), .photo-1-2 img:nth-of-type(2), .photo-1-2 img:nth-of-type(3) {
    width: 223.75px;
    height: 223.75px;
  }
  .photo-1-2 img:nth-of-type(2), .photo-1-2 img:nth-of-type(3) {
    margin-top: 15px;
  }
  .photo-2-1 img:nth-of-type(2), .photo-1-2 img:nth-of-type(3) {
    margin-left: 15px;
  }
  .photo-2-1 img:nth-of-type(3) {
    width: 462px;
    height: 223.75px;
    margin-top: 15px;
  }
  .photo-1-2 img:nth-of-type(1) {
    width: 462px;
    height: 223.75px;
  }
  .photo-2col>div:nth-child(2) {
    margin-left: 15px;
  }
  .photo-2col img {
    height: 223.75px;
  }
  .photo-1col>div {
    height: 223.75px;
  }
  .photo-1col img {
    height: 223.75px;
  }
  #home-popboxes .half-div-right {
    margin-left: 7px;
  }
}
@media screen and (min-width: 768px) and (max-width:979px) {
  .row-fluid .span6, #home-photos .div-blue, #home-photos .photo-collection {
    height: auto;
    width: 49.5vw;
  }
  #home-photos .div-blue {
    width: 49.5vw;
    height: 49.5vw;
  }
  .home-photocollection {
    margin-left: 1.18vw;
  }
  .photo-2row>div {
    height: 24.3505vw;
    width: 49.5vw;
  }
  .photo-2-1, .photo-1-2 {
    width: 49.5vw;
    height: 49.5vw;
  }
  .photo-2row>div:nth-child(2) {
    margin-top: .77vw;
  }
  .photo-2col>div, .photo-2-1 img:nth-of-type(1), .photo-2-1 img:nth-of-type(2), .photo-1-2 img:nth-of-type(2), .photo-1-2 img:nth-of-type(3) {
    width: 24.1vw;
  }
  .photo-1-2 img:nth-of-type(2), .photo-1-2 img:nth-of-type(3) {
    margin-top: .77vw;
  }
  .photo-2-1 img:nth-of-type(2), .photo-1-2 img:nth-of-type(3) {
    margin-left: 2.5%;
  }
  .photo-2col>div:nth-child(2) {
    margin-left: 2.5%;
  }
  .photo-1col>div, .photo-2-1 img:nth-of-type(3) {
    margin-top: 1.3vw;
    width: 100%;
    height: 24.3505vw;
  }
  .photo-1-2 img:nth-of-type(1) {
    width: 100%;
    height: 24.3505vw;
  }
  #home-popboxes .half-div-right {
    margin-left: .6vw;
  }
}
@media screen and (max-width: 767px) {
  .row-fluid .span6, #home-photos .div-blue, #home-photos .photo-collection {
    width: 100%;
    height: inherit;
  }
  .half-div {
    width: 100vw;
  }
  #home-photos .div-blue {
    height: auto;
    padding: 5vw;
    margin: 0;
  }
  #home-photos .div-blue h3 {
    font-size: 36px;
  }
  .half-div-right {
    left: 0;
    margin-left: 0;
  }
  .photo-2col, .photo-2-1, .photo-1-2 {
    width: 100vw;
  }
  .photo-2row>div {
    height: 50vw;
    width: 100%;
  }
  .photo-2row>div:nth-child(2) {
    margin-top: .77vw;
  }
  .photo-2col>div {
    width: 48.7%;
    height: 49%;
  }
  .photo-2col>div img, .photo-2-1 img:nth-of-type(1), .photo-2-1 img:nth-of-type(2), .photo-1-2 img:nth-of-type(2), .photo-1-2 img:nth-of-type(3) {
    width: 48.75vw;
    height: 49vw;
  }
  .photo-1-2 img:nth-of-type(2), .photo-1-2 img:nth-of-type(3) {
    margin-top: 2.5vw;
  }
  .photo-2col>div:nth-child(2), .photo-2-1 img:nth-of-type(2), .photo-1-2 img:nth-of-type(3) {
    margin-left: 2.5%;
  }
  .photo-2-1 img:nth-of-type(3), .photo-1-2 img:nth-of-type(1) {
    width: 100%;
    height: 50vw;
    margin-top: 2.5vw;
  }
  .photo-1col>div {
    /* height: 24.3505vw;*/
  }
  .popboxes .pop-box {
    width: 94vw;
    margin: 3vw 0 0 3vw;
  }
  .popboxes>div:nth-child(2) .pop-box {
    margin-bottom: 3vw;
  }
  footer {
    margin: 0;
  }
  header .container {
    width: auto;
  }
}
[class*="span"]{
  margin-left:0;
}
.row-fluid [class*="span"] {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  [class*="span"] {
    margin-bottom: 0;
  }
}



/************

  Family

************/

.banner-slidein h2 {
  text-shadow: 0 0 12px rgba(80,0,0,.3);
}
.family-banner {
  width: 100%;
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 134px;
  overflow: hidden;
  margin-bottom: 20px;
}

#banner-slidein-family {
  top:10%;
  height: 80%;
}

#banner-slidein-family h2 {
  font-size: 80px;
}

#family-gallery1 {
  margin-left:0;
}

#family-divblue1 {
  width: 575px;
  height: 575px;
  padding: 0 12%;
  display: table;
  margin-left:20px;
}

#family-divblue1>div {
  display: table-cell;
  vertical-align: middle;
}

#family-divblue1 p {
  margin-top: 2.5em;
}

#family-divblue1 ul {
  margin-bottom: 3.5em;
}

#family-divblue1 li, #family-built ul, .family-built ul, #family-divblue3 li {
  margin-left: 1.3em;
}

.photo-3row, .photo-l-3-r, .photo-r-3-l {
  width: 575px;
}

#family-gallery2, #family-gallery3 {
  display:none;
}
#family-gallery2, .family-gallery2 {
  margin-left: 0;
}
#family-gallery3, .family-gallery3 {
  margin-left:20px;
}
#family-gallery2 .collection-video, #family-gallery3 .collection-video {
  width: 100%;
  background-position: center;
  background-size: cover;
}
.photo-3row>div:nth-child(-n+2), .photo-l-3-r(-n+5) {
  margin-bottom: 20px;
}
.photo-l-3-r img, .photo-r-3-l {
  display: inline-block;
}
.photo-3row>div>div, .photo-l-3-r img:nth-of-type(n+2):nth-of-type(-n+6), .photo-r-3-l img:first-of-type, .photo-r-3-l img:nth-of-type(n+3):nth-of-type(-n+5), .photo-r-3-l img:nth-of-type(7) {
  width: 178.3333333px;
  height: 178.3333333px;
}
.photo-wideleft>div:nth-child(1), .photo-wideright>div:nth-child(2),.photo-l-3-r img:first-of-type, .photo-l-3-r img:last-of-type, .photo-r-3-l img:nth-of-type(2), .photo-r-3-l img:nth-of-type(6) {
  width: 376.6666667px;
  height: 178.3333333px;
}
.photo-l-3-r img:nth-of-type(2), .photo-l-3-r img:nth-of-type(4), .photo-l-3-r img:nth-of-type(5), .photo-l-3-r img:nth-of-type(7), .photo-r-3-l img:nth-of-type(2), .photo-r-3-l img:nth-of-type(4), .photo-r-3-l img:nth-of-type(5), .photo-r-3-l img:nth-of-type(7) {
  margin-left: 20px;
}
.photo-l-3-r img:nth-of-type(-n+5), .photo-r-3-l img:nth-of-type(-n+5) {
  margin-bottom: 20px;
}
.photo-wideleft>div:nth-child(1) img, .photo-wideright>div:nth-child(2) img {
  height: 100%;
  width:100%;
}
.photo-wideleft>div:nth-child(2), .photo-wideright>div:nth-child(2), .photo-3col>div:nth-child(n+2) {
  margin-left: 20px;
}
#family-built, .family-built {
  padding: 0 5%;
  height: 575px;
  display: table;
  margin-top:0;
  text-align: left;
  padding: 0 12%!important;
}
#family-built>div, .family-built>div, .family-built {
  display: table-cell;
  vertical-align: middle;
}
#family-built h3, .family-built h3 {
  padding: 0 0 .3em;
}
#family-built p, .family-built p {
  font-size: 14px;
  padding: 0 0 1em;
}
#family-built ul, .#family-built ul{
  margin-left: 1.3em;
  font-size: 14px;
}
#family-built li, .family-built li{
  list-style: none;
  position: relative;
  padding-left: .5em;
  margin-bottom: 1.5em;
}  
#family-built li:before, .family-built li:before {
  content: '';
  display: inline-block;
  height: 15px;
  width: 15px;
  background-image: url(//cdn-west.sqhk.co/ekrsportcourttemplate/2016/5/zgvhbib/li-checkbox.png);
  background-size: contain;
  position: absolute;
  left: -1.3em;
  top:.2em;
}
#family-customizecourt, .family-customizecourt {
  margin-left:20px;
}
#family-customizecourt .div-blue, .family-customizecourt .div-blue {
  margin-top: 20px;
  text-align: center;
  width: 49.5vw;
  height: 15.6vw;
  vertical-align: middle;
  display: table-cell;
  padding: 14.4% 12%;
}
#family-customizecourt .div-blue h3, .family-customizecourt .div-blue h3 {
  padding-bottom: 1em;
}
.photo-1row, .photo-1 {
  width: 575px;
  height: 575px;
  margin-left: 20px;
}
.photo-2col-bottom {
  margin-top: 20px;
}
#family-gallery6 .photo-2col {
  margin-top: 20px;
}
#family-divblue3 {
  width: 575px;
  height: 575px;
}
#family-divblue3 p:nth-of-type(2) {
  margin-top: 1em;
}
#family-divblue3 a {
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
}
#family-synthetic, .family-synthetic {
  display:table;
  text-align: left;
  padding: 0 12%;
  height: 575px;
  margin-bottom: 1vw;
}
.family-synthetic>div {
  padding: 0 12%;
  padding-top: 2.7em;
  padding-bottom: 2.7em;
}
#family-synthetic div, .family-synthetic div {
  display:table-cell;
  vertical-align: middle;
}
#family-synthetic p, .family-synthetic p {
  padding:0;
  margin-bottom: 2em;
}
#family-faq, #facilities-faq, .family-faq, .facilities-faq {
  text-align: left;
  padding-left: 20%;
  padding-right: 20%;
  width: 100%;
  box-sizing: border-box;
  padding: 5vw 0 !important;
}
#family-faq h3, #facilities-faq h3, .family-faq h3, .facilities-faq h3 {
  text-align: center;
}
.accordion-item {
  border-bottom: 1px solid gray;
  margin-top: 1.3em;
  padding: 0 0 .3em 0;
  background-image: url(//cdn-west.sqhk.co/ekrsportcourttemplate/2016/5/Qie2Aer/faq-arrow.png);
  background-position: right .4em;
  background-repeat: no-repeat;
  line-height: 1.45em;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  min-width: 290px;
}
.faq-answer {
  margin: .5em 0;
}
.accordion-item .in {
  margin: 1.3em 0;
}
.accordion-item>div {
  padding-right: 30px;
}
@media screen and (min-width: 980px) and (max-width:1199px) {
  .span6 #family-divblue1, #family-built, .family-built {
    height: 462.5px;
  }
  .family-banner {
    margin-bottom:15px;
  }
  #banner-slidein-family {
    top: 0;
    height: 100%;
  }
  #banner-slidein-family h2 {
    font-size: 55px;
    line-height: .76em;
  }
  #family-divblue1 {
    width: 462.5px;
    height: 462.5px;
    margin-left: 15px;
  }
  #family-divblue1 p, #family-built p, .family-built p {
    margin-top: .5em;
    margin-bottom: 4px;
    font-size: 13px;
  }
  #family-synthetic p, .family-synthetic p {
    margin-top: 2em;
    margin-bottom: 3.5em;
    font-size: 13px;
  }
  #family-divblue1 ul, #family-built ul, .family-built ul  {
    margin-bottom: 1.5em;
    font-size: 13px;
  }
  #family-divblue1 li, #family-built ul, .family-built ul {
    margin-left: 1.3em;
  }
  .half-div-right {
    margin-left:15px;
  }
  .photo-2row>div {
    height: inherit;
    width: 462.5px;
  }
  .photo-2row>div:nth-child(2) {
    margin-top: 15px;
  }
  .photo-2col>div {
    width: 223.75px;
    height: 223.75px;
  }
  .photo-2col>div:nth-child(2) {
    margin-left: 15px;
  }
  .photo-2col img {
    height: 223.75px;
  }
  .photo-1col>div {
    height: 223.75px;
  }
  .photo-1col img {
    height: 223.75px;
  }
  .photo-3row, .photo-l-3-r, .photo-r-3-l {
    width: 575px;
  }
  #family-gallery2, .family-gallery2, #family-gallery3, .family-gallery3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #family-gallery3, .family-gallery3 {
    margin-left:15px;
  }
  #family-built h3, .family-built h3 {
    padding: 0;
    margin: 0;
  }
  #family-built p, .family-built p {
    font-size: 14px;
    padding: 0 0 .3em;
    font-size: 13px;
  }
  #family-built ul, .family-built ul{
    margin-left: 1.3em;
    font-size: 13px;
  }
  #family-built li, .family-built li {
    list-style: none;
    position: relative;
    padding-left: .5em;
    margin-bottom: .4em;
  }  
  .photo-3row>div:nth-child(-n+2), .photo-3row>div:nth-child(-n+2), .photo-l-3-r(-n+5) {
    margin-bottom: 15px;
  }
  .photo-3row>div>div, .photo-l-3-r img:nth-of-type(n+2):nth-of-type(-n+6), .photo-r-3-l img:first-of-type, .photo-r-3-l img:nth-of-type(n+3):nth-of-type(-n+5), .photo-r-3-l img:nth-of-type(7) {
    display: inline-block;
    width: 144.16666667px;
    height: 144.16666667px;
  }
  .photo-wideleft>div:nth-child(1), .photo-wideright>div:nth-child(2), .photo-l-3-r img:first-of-type, .photo-l-3-r img:last-of-type, .photo-r-3-l img:nth-of-type(2), .photo-r-3-l img:nth-of-type(6) {
    width: 303.33333333px;
    height: 144.16666667px;
  }
  .photo-wideleft>div:nth-child(1) img, .photo-wideright>div:nth-child(2) img {
    height: 100%;
    width:100%;
  }
  .photo-l-3-r img:nth-of-type(2), .photo-l-3-r img:nth-of-type(4), .photo-l-3-r img:nth-of-type(5), .photo-l-3-r img:nth-of-type(7), .photo-r-3-l img:nth-of-type(2), .photo-r-3-l img:nth-of-type(4), .photo-r-3-l img:nth-of-type(5), .photo-r-3-l img:nth-of-type(7) {
    margin-left: 15px;
  }
  .photo-l-3-r img:nth-of-type(-n+5), .photo-r-3-l img:nth-of-type(-n+5) {
    margin-bottom: 15px;
  }
  #family-customizecourt, .family-customizecourt {
    margin-left: 15px;
  }
  #family-customizecourt .div-blue, .family-customizecourt .div-blue {
    margin-top: 15px;
    padding: 11.5% 12%;
  }
  #family-synthetic, .family-synthetic {
    height: 462.5px;
    padding: 0 10%;
  }
  .photo-1row, .photo-1 {
    width: 462.5px;
    height: 462.5px;
    margin: 0 0 15px 15px;
  }
  #family-gallery6 .photo-2col {
    margin: 15px 0;
  }
  #family-divblue3 {
    width: 462.5px;
    height: 462.5px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width:979px) {
  .family-banner {
    margin-bottom:1.15vw;
  }
  #family-divblue1, #family-built, #family-divblue3, .family-built {
    width: 49.5vw;
    height: 49.5vw;
    padding: 0 6%;
    box-sizing: border-box;
  }
  #family-divblue1 {
    margin-left: 1vw;
  }
  #family-divblue1 h3, #family-built h3, #family-synthetic h3, .family-synthetic h3, #family-divblue3 h3, .family-built h3 {
    font-size: 28px;
  }
  #family-divblue1 p, #family-built p, #family-divblue3 p, .family-built p {
    margin: .4em 0;
    font-size: 13px;
    line-height: 1.4em;
  }
  #family-divblue1 ul, #family-built ul, .family-built ul{
    margin-bottom: 1.4em;
    font-size: 13px;
  }
  #family-divblue1 li, #family-built li, #family-divblue3 li, .family-built li {
    line-height: 1.4em;
  }
  #family-divblue1 .button-white {
    font-size: 18px;
    padding-top: .2em;
    padding-bottom:.2em;
  }
  .half-div-right {
    margin-left:1vw;
  }
  .photo-3row, .photo-l-3-r, .photo-r-3-l {
    width: 100%;
    }
  #family-gallery2, .family-gallery2, #family-gallery3, .family-gallery3 {
    margin-top: 1vw;
    margin-bottom: 1vw;
  }
  #family-gallery3, .family-gallery3 {
    margin-left:1vw;
  }
  .photo-3row>div:nth-child(-n+2), .photo-l-3-r(-n+5) {
    margin-bottom: 1vw;
  }
  .photo-3row>div>div, .photo-l-3-r img:nth-of-type(n+2):nth-of-type(-n+6), .photo-r-3-l img:first-of-type, .photo-r-3-l img:nth-of-type(n+3):nth-of-type(-n+5), .photo-r-3-l img:nth-of-type(7) {
    display: inline-block;
    width: 15.83333333vw;
    height: 15.83333333vw;
  }
  .photo-wideleft>div:nth-child(1), .photo-wideright>div:nth-child(2), .photo-l-3-r img:first-of-type, .photo-l-3-r img:last-of-type, .photo-r-3-l img:nth-of-type(2), .photo-r-3-l img:nth-of-type(6) {
    width: 32.666666667vw;
    height: 15.83333333vw;
  }
  .photo-wideleft>div:nth-child(1) img, .photo-wideright>div:nth-child(2) img {
    height: 100%;
    width:100%;
  }
  .photo-wideleft>div:nth-child(2), .photo-wideright>div:nth-child(2), .photo-3col>div:nth-child(n+2), .photo-l-3-r img:nth-of-type(2), .photo-l-3-r img:nth-of-type(4), .photo-l-3-r img:nth-of-type(5), .photo-l-3-r img:nth-of-type(7), .photo-r-3-l img:nth-of-type(2), .photo-r-3-l img:nth-of-type(4), .photo-r-3-l img:nth-of-type(5), .photo-r-3-l img:nth-of-type(7) {
    margin-left: 1vw;
  }
  .photo-l-3-r img:nth-of-type(-n+5), .photo-r-3-l img:nth-of-type(-n+5) {
    margin-bottom: 1vw;
  }
  #family-built, .family-built {
    height: 49.5vw;
  }
  #family-built h3, .family-built h3 {
    padding: 0;
    margin: 0;
  }
  #family-built p, .family-built p {
    padding: 0;
  }
  #family-built li, .family-built li  {
    margin: 0 0 .3em;
  }
  #family-customizecourt, .family-customizecourt {
    margin-left: 1vw;
    width: 50vw;
  }
  #family-customizecourt .div-blue, .family-customizecourt .div-blue {
    margin-top: 1vw;
    padding: 0 12%;
    height: 24.5vw;
  }
  #family-customizecourt .div-blue h3, .family-customizecourt .div-blue h3 {
    font-size: 38px
  }
  #family-synthetic, .family-synthetic {
    height: 49.5vw;
    margin-bottom: 1vw;
  }
  #family-synthetic p, .family-synthetic p {
    margin-top: 2em;
    margin-bottom: 3.5em;
    font-size: 13px;
  }
  .photo-1row, .photo-1 {
    width: 49.5vw;
    height: 49.5vw;
    margin-left: 1vw;
  }
  #family-gallery6 .photo-2col {
    margin: 1vw 0;
  }
  #family-divblue3 {
    width: 49.5vw;
    height: 49.5vw;
  }
  #family-divblue3 p:nth-of-type(2), #family-divblue3 a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .family-banner {
    margin-bottom:2.2vw;
  }
  #family-divblue1 {
    width: 100vw;
    height: auto;
    margin-left: 0;
  }
  #family-divblue1, #family-built, .family-built, #family-synthetic, .family-synthetic, #family-divblue3 {
    padding-top: 2.7em;
    padding-bottom: 2.7em;
  }
  .family-synthetic>div {
    padding: 0 12%;
    padding-top: 2.7em;
    padding-bottom: 2.7em;
  }
  .half-div-right {
    margin-left:0;
  }
  .photo-3row {
    width: 100vw;
    }
  #family-gallery2, .family-gallery2, #family-gallery3, .family-gallery3 {
    margin-top: 1vw;
    margin-bottom: 1vw;
  }
  #family-gallery3, .family-gallery3 {
    margin: 0 0 1vw 0;
  }
  .photo-3row, .photo-l-3-r, .photo-r-3-l {
    width: 100vw;
  }
  .photo-3row>div:nth-child(-n+2), .photo-l-3-r img:nth-of-type(-n+5), .photo-r-3-l img:nth-of-type(-n+5) {
    margin-bottom: 1vw;
  }
  .photo-3row>div>div, .photo-l-3-r img:nth-of-type(n+2):nth-of-type(-n+6), .photo-r-3-l img:first-of-type, .photo-r-3-l img:nth-of-type(n+3):nth-of-type(-n+5), .photo-r-3-l img:nth-of-type(7) {
    display: inline-block;
    width: 32.666666667vw;
    height: 32.666666667vw;
  }
  .photo-3row>div>div img {
    width: 32.666666667vw;
    height: 32.666666667vw;
  }
  .photo-wideleft>div:nth-child(1), .photo-wideright>div:nth-child(2), .photo-l-3-r img:first-of-type, .photo-l-3-r img:last-of-type, .photo-r-3-l img:nth-of-type(2), .photo-r-3-l img:nth-of-type(6) {
    width: 66.3333333vw;
    height: 32.666666667vw;
  }
  .photo-wideleft>div:nth-child(1) img, .photo-wideright>div:nth-child(2) img {
    height: 100%;
    width:100%;
  }
  .photo-wideleft>div:nth-child(2), .photo-wideright>div:nth-child(2), .photo-3col>div:nth-child(n+2), .photo-l-3-r img:nth-of-type(2), .photo-l-3-r img:nth-of-type(4), .photo-l-3-r img:nth-of-type(5), .photo-l-3-r img:nth-of-type(7), .photo-r-3-l img:nth-of-type(2), .photo-r-3-l img:nth-of-type(4), .photo-r-3-l img:nth-of-type(5), .photo-r-3-l img:nth-of-type(7) {
    margin-left: 1vw;
  }
  #family-built, .family-built {
    height: auto;
  }
  #family-customizecourt, .family-customizecourt {
    margin-left: 0;
  }
  .family-customizecourt img {
    width: 100vw;
  }
  #family-customizecourt .div-blue, .family-customizecourt .div-blue{
    margin-top: 1vw;
    height: auto;
    width: 100vw;
  }
  .family-divblue2 a{
    display:inline-block;
  }
  #family-synthetic, .family-synthetic {
    height: auto;
    margin-bottom: 0;
  }
  .photo-1row, .photo-1 {
    width: 100vw;
    height: 100vw;
    margin: 0 0 2vw 0; 
  }
  .photo-1row img, .photo-1 img{
    width: 100vw;
    height: 100vw;
  }
  #family-gallery6 .photo-2col {
    margin: 1vw 0;
  }
  #family-divblue3 {
    width: 100vw;
    height: auto;
    margin-bottom: 2vw;
  }
}



/************

  Gallery

************/


#gallery-full {
  margin-top: 134px;
}
#gallery-full>div {
  display: inline;
}
.gallery-no-show, .no-show {
  display: none;
}

#bluediv-parent {
  height: 0px; 
  width: 100%; 
  z-index: 1001;
  position: relative;
}

#gallery-divblue {
  position: absolute;
  width: 574px;
  height: 300px;
  margin: 5px;
  background-color: #055CA8;
  padding: 20px 40px;
}

#gallery-divblue a {
  float: right;
  margin-top: 30px;
}

.blue-helper {
  border: 0px solid rgba(0,0,0, 0.0);
  width: 282px;
  height: 300px;
}

.div-blue {
  background: #055ca8;
  color: white;
  box-sizing: border-box;
}
.div-blue h3 {
  color: white;
  line-height: 1.05em;
  font-size: 44px;
  font-family: "RBNo21a-Bold", sans-serif!important;
  letter-spacing: .02em;
}
.div-blue, .div-blue p {
  font-size: 14px;
}
.div-blue, .div-blue-half {
  padding: 0 5vw;
  display: table;
}
.div-blue>div {
  display: table-cell;
  vertical-align: middle;
}
.div-blue .button-white {
  font-size: 20px;
  letter-spacing: .02em;
  padding: .46em 3em .33em;
}

.portfolio {
  max-width: 1200px;
  margin: auto;
}

@media (max-width: 1199px) {
  .portfolio {
    max-width: 876px;
   
  }
}

@media (max-width: 875px) {
  .portfolio {
    max-width: 586px;
    display: block;
  }
}

@media screen and (max-width: 582px) {
  
  #gallery-divblue {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  #gallery-divblue div h3 {
    font-size: 28px;
  }

  .portfolio .photos {
    width: 90vw;
    padding: 5vw;
    margin: auto;
  }

  #portfolio .element {
    max-width: 90vw;
    width: 90vw;
    margin: 5px 0;
  }

  .img-wrapper > img {
    width: 90vw;
  }
}

.gallery-collection {
  display: inline;
  -moz-transition: all 0.3s ease-out;    /* FF4+ */
  -o-transition: all 0.3s ease-out;      /* Opera 10.5+ */
  -webkit-transition: all 0.3s ease-out; /* Safari 3.2+, Chrome */
  -ms-transition: all 0.3s ease-out;     /* IE10+ */
  transition: all 0.3s ease-out;
  opacity: 1;
}

.gallery-collection img {
  display: inline;
  height: 285px !important;
  width: 285px !important;
  margin: 0 0 10px 10px;
  cursor: pointer;
}

.gallery-collection a:nth-child(4n-5) img {
  margin-left:0;
}

.gallery-hide {
  display: none;
}

.gallery-show {
  display: inline;
}

#gallery-menu {
  position: fixed;
  bottom: -60px;
  left: 0;
}
#all-menus {
  width: 100vw;
  left: 0;
  background-color: #055ca8;
}
#all-menus ul {
  position: absolute;
  background: white;
  padding: 1em 0;
  box-shadow: 0 -5px 9px 0px rgba(0,0,0,.135);
  /* -webkit-overflow-scrolling: touch; */
}
#all-menus ul li {
  list-style: none;
  display: inline-block;
  margin: 0 40px;
  text-align: center;
}
#all-menus ul li:hover {
  cursor:pointer;
}
#all-menus>ul {
  z-index: 999;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
#all-menus>ul li {
  display: inline-block;
  margin: 0 20px;
  text-align: center;
}
#tax-container {
  position: relative;
  white-space: nowrap;
  overflow-x: hidden;
  height: 3.5em;
}
#tax-container ul {
  padding-right: 50vw;
}
.menu-closed {
  transition: bottom .8s;
  bottom: 0;
}
#all-menus>ul li:nth-child(1):hover {
  cursor: default;
}
.menu-open {
  transition: bottom .8s;
  bottom: 3.3em;
}
.menu-visible {
  z-index: 5 !important;
}
[data-tf="tax"] {
  transition: transform .7s;  
}
[data-tf="left"] {
    background-color: #ef4638;
    background-image: url(//cdn-west.sqhk.co/ekrsportcourttemplate/2016/5/fhYhYie/left-button.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 27%;
  z-index: 5;
    height: 4em;
    width: 4em;
    float: left;
    position: relative;
    border: 0px;
    display: none;
}
[data-tf="right"] {
    background-color: #ef4638;
    background-image: url(//cdn-west.sqhk.co/ekrsportcourttemplate/2016/5/ifh32M0/right-button.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 27%;
  z-index: 5;
    height: 4em;
    width: 4em;
    float: right;
    position: relative;
    right: 4em;
    border: 0px;
    display: none;
}
[data-tf="close"] {
  background-color: lightgray;
    background-image: url(//cdn-west.sqhk.co/ekrsportcourttemplate/2016/5/ifhSTaO/close-button.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    z-index: 5;
    /* display: inline-block; */
    position: absolute;
    right: 0;
    height: 4em;
    border: none;
    width: 4em;
    padding: 0;
    margin: 0;
}
@media screen and (min-width: 980px) and (max-width: 1199px) {

  .gallery-collection img {
    display: inline;
    height: 306.66666667px !important;
    width: 306.66666667px !important;
    margin: 0 0 10px 10px;
  }
  .gallery-collection a:nth-child(4n-5) img {
    margin-left:10px;
  }
  .gallery-collection a:nth-child(3n-1) img {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {

  .gallery-collection img {
    display: inline;
    height: 32.666666667vw !important;
    width: 32.666666667vw !important;
    margin: 0 0 1vw 1vw;
  }
  .gallery-collection a:nth-child(4n-5) img {
    margin-left:1vw;
  }
  .gallery-collection a:nth-child(3n-1) img {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {

  .gallery-collection img {
    display: inline;
    height: 49.5vw !important;
    width: 49.5vw !important;
    margin: 0 0 1vw 1vw;
  }
  .gallery-collection a:nth-child(4n-5) img {
    margin-left: 1vw;
  }
  .gallery-collection a:nth-child(2n-1) img {
    margin-left: 0;
  }
}
@media screen and (max-width: 450px) {

  #all-menus ul li {
    margin: 0 5px;
  }
  #all-menus>ul li {
    margin: 0 5px;
  }
}


/************

  Facilities

************/

#banner-slidein-facility {
  top:10%;
  height: 80%;
}
#banner-slidein-facility h2 {
  font-size: 70px;
  line-height: .75em;
}
#facilities-popboxes, .facilities-popboxes {
  position: relative;
  height: 1190px;
  margin-top: 194px;
  background-color: #eaeef6;
}
.pop-box-facilities {
  position: absolute;
  top: -150px;
  background-color: white!important;
  max-height: none;
}
.pop-box-facilities h2 {
  left: 9%;
  position: absolute;
  bottom: auto;
  top: 180px;
}
.pop-box-fac-right {
  margin-left: 8px;
}
.photocollection-facilities {
  margin: 27px 1.66666667% .66666667vw;
  width: 98%;
  height: auto;
}
.photocollection-facilities>div:nth-child(-n+2) {
  margin-bottom:.3vw;
}
/*.photocollection-facilities .photo-wideleft img:nth-child(1), .photocollection-facilities .photo-wideright img:nth-child(2) {
  width: 65.666666667%;
  opacity: .5;
}*/

.photocollection-facilities .photo-wideleft img:nth-child(1), .photocollection-facilities .photo-wideright img:nth-child(2) {
  width: 65.666666667%;
}
.photocollection-facilities .photo-wideleft div:nth-child(1), .photocollection-facilities .photo-wideright div:nth-child(2) {
  width: 65.666666667%;
}
.photocollection-facilities .photo-wideright div:nth-child(2) {
  margin-left: 0;
}
#facilities-gallery2 .photo-wideright img:nth-child(2) {
  margin-left: 1%;
}
.pop-box-facilities>p:nth-of-type(2) {
  margin-top: 4em;
}
.photocollection-facilities .photo-wideleft img:nth-child(2), .photocollection-facilities .photo-3col img, .photocollection-facilities .photo-wideright img:nth-child(1) {
  width: 32.333333333%;
}
.pop-box-facilities>p:last-of-type a img, .pop-box-facilities>p:last-of-type img:nth-of-type(7) {
  width: 63%;
}
.pop-box-facilities p:last-of-type a {
  /*position: relative;*/
}
.pop-box-facilities p:last-of-type a:before {
  background-image: url(//cdn-west.sqhk.co/ekrsportcourttemplate/2016/11/VihjdYS/play_button.png);
  background-size:70px 70px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  opacity: .8;
  content: '';
  box-sizing: border-box;
  padding: 14% 32.75%;
  margin-top: 3%;
  color: rgba(0,0,0,0);
  z-index: 99;
}
.pop-box-facilities.half-div-right p:last-of-type a {
  width: 65.33333%;
  margin-left: 1.33%;
}
.pop-box-facilities.half-div-right p:last-of-type a img {
  position: absolute;
}
.collection-video {
  background-image: url(//cdn-west.sqhk.co/ekrsportcourttemplate/2016/5/EiHjcji/vidoverlay.jpg);
  width: 65.33333333%;
  cursor: pointer;
}
.collection-video img {
  width: 100%;
  opacity: .4;
}
.pop-box-facilities .pop-txt {
  height: 913px;
  padding: 65px 0 0;
}
.pop-box-facilities .pop-txt p {
  padding: .5em 9%;
}
.pop-box-facilities .pop-txt p:hover {
  color: #6d6e71;
}
#facilities-fit {
  background-color: #eaeef6;
  padding: 40px 5% 70px 5%;
}
#facilities-fit-text p {
  padding: 40px 17%;
}
#facilities-fit ul {
  text-align: left;
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
}
#facilities-fit li {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  list-style: url(//cdn-west.sqhk.co/ekrsportcourttemplate/2016/5/7UeVYhi/li-checkbox-small.png);
  position: relative;
  padding-left: .5em;
  list-style-position: inside;
  text-indent: -23px;
  margin: 10px 0 0 23px;
}
#facilities-divblue-container {
  width: 100%;
  background-color: white;
  padding: 10px;
  box-sizing: border-box;
}
#facilities-divblue {
  text-align: center;
  padding-bottom: 65px;
}
#facilities-divblue h3 {
  text-align: center;
  padding: 70px 0;
}
.divblue-ul-center {
  width: 100%;
  display: table;
}
#facilities-divblue ul {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
  display:inline-block;
  text-align: center;
  height: 170px;
}
#facilities-divblue li {
  list-style-position: inside;
  text-indent: -23px;
  margin-left: 23px;
  text-align: left;
  /*column-width: 200px;*/
}
#facilities-divblue a {
  position: relative;
  top: -30px;
}
#facilities-faq, .facilities-faq {
  background: white;
  padding-top: 50px;
}
@media screen and (max-width: 1199px) {
  #banner-slidein-facility {
    height: 100%;
    box-sizing: border-box;
    padding: 40px 64px;
    top: 0;
  }
  #banner-slidein-facility h2 {
    font-size: 50px;
  }
  #banner-slidein-facility p {
    padding-top: .5em;
    font-size: 15.5px;
  }
  #banner-slidein-facility a {
    line-height: 1.4em;
  }
  #facilities-popboxes, .facilities-popboxes {
    height: 1050px;
  }
  #facilities-popboxes div.pop-txt {
    height: 900px;
  }
  .pop-box-facilities h2 {
    font-size: 54px;
  }
  .photocollection-facilities {
    position: absolute;
    bottom: 0;
    margin-top: 0;
  }
  .pop-box-facilities p:last-of-type a:before {
    margin-top: 2%;
    padding: 13.3% 32.54%
  }
}
@media screen and (max-width: 979px) {
  #facilities-popboxes {
    margin-top: 200px;
    height: 980px;
  }
  .facilities-popboxes .pop-box-facilities p:last-of-type>img:not(:last-of-type) {
    width: 31.75%;
  }
  .facilities-popboxes .pop-box-facilities.half-div-left p:last-of-type>img:nth-of-type(-n+6):not(:nth-of-type(2)):not(:nth-of-type(5)) {
    margin-left: 1.33%;
  }
  .pop-box-facilities p:last-of-type a:before {
    /* top: -6.2vw;*/
  }
}
@media screen and (max-width: 820px) {
  #facilities-popboxes {
    height: 950px;
  }
}
@media screen and (max-width: 767px) {
  #facilities-banner {
    margin-bottom:0;
  }
  #facilities-popboxes, .facilities-popboxes {
    margin-top: 22vw;
    height: auto;
  }
  .facilities-popboxes h2 {
    font-size: 10.5vw;
    top: 33.03vw;
    /* top: inherit;
    bottom: 77% !important;
    height: 2em; */
  }
  #facilities-popboxes div.pop-txt {
    height: auto;
    padding-bottom: .3vw;
  }
  .pop-box-facilities {
    position: relative;
    width: 94vw;
    margin-left: 3vw;
    top: -21.42vw;
  }
  .pop-box-facilities .pop-txt p {
    margin-bottom:0;
  }
  #facilities-gallery1, #facilities-gallery2 {
    margin: 2em 0 1.3vw 1.3vw;
    position: relative;
  }
  #pop-box-f-right {
    margin-left: 3vw;
  }
  #facilities-fit h3 {
    margin-top: 35px;
  }
  .photocollection-facilities .photo-wideleft img:nth-child(2), .photocollection-facilities .photo-3col img, .photocollection-facilities .photo-wideright img:nth-child(1) {
    width: 32.66666667%;
  }
  .photocollection-facilities .photo-wideleft div:nth-child(1), .photocollection-facilities .photo-wideright div:nth-child(2) {
    width: 66%;
    height: 30vw;
  }
  #facilities-divblue h3 {
    padding: 40px 0;
  }
  #facilities-divblue ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .pop-box-facilities p:last-of-type a:before {
    margin-top: 1%;
    padding: 13.95% 32.55%;
  }
}
@media screen and (max-width: 600px) {
  #facilities-divblue {
    padding-bottom: 120px;
  }
  #facilities-divblue ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    height: auto;
  }
  #facilities-divblue a {
    position: relative;
    top: 50px;
  }
  .pop-box-facilities p:last-of-type a:before {
    margin-top: 1%;
    padding: 13.5% 32.65%;
    box-sizing: border-box;
    min-height: 29vw;
    max-height: 29.4vw;
  }
}
@media screen and (max-width: 450px) {
  .photocollection-facilities .photo-wideleft img:nth-child(2), .photocollection-facilities .photo-3col img, .photocollection-facilities .photo-wideright img:nth-child(1) {
    width: 32.3333%;
    margin-bottom: .6vw;
  }
  #facilities-divblue a {
    font-size: 
  }
}



/************

  Contact

************/

#contact-section {
  background: white;
  margin-top: 80px;
  padding-bottom: 0;
}
#contact-section p {
  padding: 40px 50px 10px;
}
.sh-form {
  background: white;
  border: none;
}
.sh-form .span6 {
  width: 50%;
  height: auto;
}
.sh-form>.row-fluid>.span6 {
  padding: 2%;
}
.sh-form input, .sh-form select {
  border: none;
  border-bottom: 1px solid #898989;
  box-shadow:none;
  border-radius: 0;
  background-color: transparent;
  position: relative;
  color: #898989;
}
.sh-form input[type="text"], .sh-form select {
  -webkit-appearance: none !important;
    padding:0;
}
.sh-form label {
  cursor: default;
}
.sh-form label[for="text"], .sh-form label[for="select"] {
  position: relative !important;
  top: 3.7em !important;
}
.sh-form label[for="textarea"] {
  margin-top: 2em;
}
.sh-form select {
  background-image: url(//cdn-west.sqhk.co/ekrsportcourttemplate/2016/5/Qie2Aer/faq-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.sh-form textarea {
  border: 1px solid #898989;
  margin-top: 2.5em;
  height: 5em;
  max-width: 100%;
  min-width: 100%;
}
.sh-form label, .sh-form input, .sh-form select, .sh-form textarea {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.sh-form label {
  color: #898989;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 100;
  text-align: left;
}
*:focus, *:active {
  outline: none !important;
  box-shadow: none !important;
}
.sh-form input:focus, .sh-form input:active, .sh-form select:focus, .sh-form select:active {
  color: #ef4638;
  border-bottom: 1px solid #ef4638 !important;
}
.sh-form textarea:focus, .sh-form textarea:active {
  border: 1px solid #ef4638 !important;
  color: #ef4638;
}
.sh-form input:focus, .sh-form text-area:focus {
  outline: none;
}
.sh-form .right-label-top {
  margin-top: 2.4em;
}
.sh-form .right-label {
  margin-top: 1.6em;
}
.sh-form div.controls {
  text-align: left;
}
.sh-form .checkbox {
  margin-top: 1.2em;
}
/* textarea placeholder styling */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  font-weight: 100;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-weight: 100;
  opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-weight: 100;
  opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-weight: 100;
}
@media screen and (min-width: 768px) {
  .form-left {
    padding-right: 1.5%;
  }
  .form-right {
    padding-left: 1.5%;
  }
}
@media screen and (max-width: 767px) {
  .form-left {
    padding-right: 0;
    width: 100%;
  }
  .sh-form>.row-fluid>.span6 {
    width: 100%;
    padding: 0 10%;
  }
  .sh-form div.control-group.span6 {
    width: 100%;
    padding: 0;
  }
  .form-right {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .sh-form label[for="select"] {
    font-size: 16px;
    top: 3.5em !important;
  }
}



/************

  About Us

************/

#banner-slidein-about>div{
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
#banner-slidein-about h2 {
  font-size: 80px;
}
#about-maintext, #about-secondtext {
  padding: 60px 15% 50px;
}
#about-maintext p {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  text-align: center;
}
.bio {
  display: table!important;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  height: 575px;
}
.bio-blue {
  background: #055ca8;
  color: white;
}
.bio-blue h3, .bio-blue h5 {
  color: white;
}
.bio-white {
  background: transparent;
  padding: 0 6%!important;
}
.bio-gray {
  background: #e7e7e7;
}
.bio-blue, .bio-gray {
  padding: 0 8%!important;
}
.bio {
  display: table-cell!important;
  vertical-align: middle;
  width: 49.5vw;
  max-width: 575px!important;
}
.bio h3, .bio h5 {
  font-family: "RBNo21a-Bold", sans-serif!important;
}
.bio h3 {
  font-size: 44px;
  margin-bottom: 14px;
}
.bio h5 {
  margin-bottom: 22px;
}
.bio-white h3, .bio-white h5, .bio-gray h3, .bio-gray h5 {
  color: #055ca8;
}
.bio-teamtime {
  font-weight: 500;
}
.photo-1row-right img {
  margin-left: 20px;
}
.photo-1row-left img {
  margin-right: 20px;
}
#about-bottom {
  padding: 70px 5% 60px;
}
#about-bottom-text {
  padding: 10px 5% 20px 5%;
}
#about-bottom-text p {
  padding: 30px 10%;
}
#about-bottom-text ul {
  text-align: left;
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
}
#about-bottom-text li {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  list-style: url(//cdn-west.sqhk.co/ekrsportcourttemplate/2016/5/7UeVYhi/li-checkbox-small.png);
  position: relative;
  padding-left: .5em;
  list-style-position: inside;
  text-indent: -23px;
  margin: 10px 0 0 23px;
}

@media screen and (min-width: 980px) {
  #banner-slidein-about {
    display: table;
  }
}
@media screen and (max-width: 1199px) {
  #banner-slidein-about {
    height: 43%;
  }
  .bio {
    height: 460px;
    margin-bottom: 15px;
  }
  .bio p {
    font-size: 13px;
  }
  .photo-1row-right img {
    margin-left: 15px;
  }
  .photo-1row-left img {
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .bio {
    height: 49.5vw;
    width: 49.5vw;
  }
  .bio p {
    line-height: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  #about-maintext, 
  #about-secondtext,
  #about-bottom {
    padding: 5vw;
  }
  
  #about-bottom-text {
    padding: 0;
  }
  
  #about-maintext p,
  #about-secondtext p {
    margin-bottom: 10px;
  }
  
  .bio-full-odd {
    transform: rotate(180deg);
  }
  .bio-full-odd>div {
    transform: rotate(180deg);
  }
  .photo-1row-right img, .photo-1row-left img {
    width: 100vw;
    height: 100vw;
    margin: 0;
  }
  .bio {
    padding: 6%!important;
    height: auto;
    margin: 0;
    width: 100vw!important;
    max-width: none!important;
  }
  .about-photo-blue {
    background: #055ca8;
  }
  .bio-white, .about-photo-white {
    background: transparent;
  }
  .bio-gray, .about-photo-gray {
    background: #e7e7e7;
  }
  .bio p {
    font-size: 16px;
  }
  .about-photo img {
    box-sizing: border-box;
    padding: 4%;
  }
  #about-bottom-text ul {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
  }
}



/************

  Design a Court

************/

#banner-slidein-design {
  top: 83px;
}
#banner-slidein-design h2{
  font-size: 90px;
}
#design-maintext {
  padding-bottom: 106px;
}
#home-maintext a.button-red, #design-maintext a.button-red {
  display: initial;
  position: initial;
}
#design-divblue1 {
  width: 575px;
  height: 575px;
  padding: 0 12%;
  display: table;
  margin-left: 20px;
}
#design-divblue1 h3 {
  margin-bottom: 1em;
}
#design-divblue1 ul {
  margin-bottom: 3.5em;
}
#design-divblue1 li {
  padding-left: .4em;
  margin: 0 0 .7em 1.5em;
  list-style: url(//cdn-west.sqhk.co/ekrsportcourttemplate/2016/5/7UeVYhi/li-checkbox-small.png);
}
@media screen and (max-width: 1199px) {
  #banner-slidein-design {
    top:0;
    height: 100%;
  }
  #banner-slidein-design h2{
    font-size: 70px;
  }
  #design-divblue1 {
    width: 460px;
    height: 462px;
  }
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  #design-gallery1, #design-divblue1, .design-gallery1 {
    width:49.5vw;
    height:49.5vw;
  }
  #design-gallery1, .design-gallery1 {
    margin:0;
  }
  #design-divblue1 {
    margin-left: 1vw;
  }
  #design-divblue1 h3 {
    line-height: .9em;
    margin-bottom: 1.4vw;
  }
  #design-divblue1 ul {
    margin-bottom: 3vw;
  }
  #design-divblue1 li {
    line-height: 1.1em;
    margin-bottom: .7vw;
  }
}
@media screen and (max-width: 767px) {
  #design-gallery1, #design-divblue1, .design-gallery1 {
    width: 100vw;
    height: 100vw;
    margin: 0;
  }
  #design-divblue1 {
    margin-top: 1vw;
    margin-bottom: 1vw;
    height: auto;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }  
}



/************

  Products

************/

.big-selector {
  width: 100%;
  display: table;
  margin: 160px 0 20px;
  height: 100px;
  box-sizing: border-box;
}
.big-selector>div {
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.big-selector h3 {
  color: #ef4638;
  font-family: "RBNo21a-Bold", sans-serif;
  font-size: 60px;
  margin-bottom: 0;
}
.big-selector>div>div {
  width: 100%;
}
.products-navbutton {
  text-align: center;
}
.products-navbutton .button-red {
  margin-top: 1em;
  padding: .4em 2.3em;
}
.big-selector>div>div a {
  text-align: center;
  margin: 0 5%;
  box-sizing: border-box;
  width: 20%;
}
.big-selector>div>div a:focus {
  text-decoration: none;
}
.product-header {
  background-color: #f4f4f4;
  display: table;
  width: 100%;
  height: 180px;
  text-align: center;
  margin-bottom: 20px;
}
#productheader-indoor {
  margin-top: 100px;
}
.product-header h2 {
  color: #055ca8;
  display: table-cell;
  vertical-align: middle;
  font-family: "RBNo21a-Bold", sans-serif;
}
.product-full .span6:nth-child(2) {
  margin-left: 20px;
}
.product-full .span6 img {
  height: 100%;
  width: 100%;
}
.product-full .span6:nth-child(2) img {
  margin-left: 0;
}
.product {
  display: table-cell!important;
  vertical-align: middle!important;
  width: 575px!important;
  box-sizing: border-box!important;
  height: 575px!important;
  padding-left: 12%!important;
  padding-right: 12%!important;
}
.product>div {
  display: table-cell;
  vertical-align: middle;
}
.product-blue, .product-white, .product-gray {
  width: 100%;
  height: 100%;
}
.product-blue {
  background-color: #055ca8!important;
}
.product-white {
  background-color: #fff!important;
}
.product-gray {
  background-color: #e7e7e7!important;
}
.product h3 {
  font-family: "RBNo21a-Bold", sans-serif!important;
}
.product-blue h3 {
  color: white;
}
.product-white h3, .product-gray h3 {
  color: #055ca8;
}
.product-blue p {
  color: white;
}
.product .button-red, .product .button-white {
  display: block;
  width: 50%;
  font-size: 22px;
  margin-top: 2em;
  text-align: center;
  padding: .4em 0;
}
@media screen and (max-width: 1199px) {
  .product {
    height: 460px!important;
  }
  .product-full .span6 {
    width: 460px;
    height: 460px;
    margin-bottom: 20px;
  }
  .product-full .span6:nth-child(2) {
    margin-left: 20px;
  }
  .product p {
    font-size: 14px;
  }
  .product .button-red, .product .button-white {
    margin-top: 1.5em;
    font-size: 19px;
  }
}
@media screen and (max-width: 979px) {
  .product-full .span6 {
    width: 49.5vw;
    height: 49.5vw;
    margin-bottom: 1vw;
  }
  .product-full .span6:nth-child(2) {
    margin-left: 1vw;
  }
  .product-header {
    margin-bottom: 1vw;
  }
  .product {
    padding: 0 9%;
    height: 49.5vw!important;
  }
  .product .button-red, .product .button-white {
    margin-top: .9em
  }
}
@media screen and (max-width: 767px) {
  .family-banner,
  .big-selector,
  #contact-section,
  .home-banner {
    margin-top: 108px;
  }
  
  #contact-section p {
    padding: 0 5vw;
    margin: 5vw 0;
  }
  
  #contact-section .button-red {
    margin-top: 0;
  }
  
  .sh-form {
    padding: 0;
  }
  .sh-form > .row-fluid > .span6 {
    padding: 0 5vw;
  }
  
  .big-selector {
    margin-bottom: 0;
  }
  .big-selector h3 {
    line-height: 1em;
    padding: 0 5%;
    margin-bottom: 0;
  }
  .big-selector>div>div a {
    width: auto;
    margin: 10px 25%;
    box-sizing: border-box;
    display: block;
    text-align: center;
  }
  .products-navbutton {
    display: table;
    width: 100%;
  }
  .products-navbutton a {
    display: inline-table;
  }
  .product-header {
    margin: 1vw 0;
    position: relative;
  }
  a[id][name] {
    position: absolute;
    top: -80px;
  }
  .product-full .span6:nth-child(2) {
    margin-left: 0;
  }
  .product-full-odd {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
  }
  .product-full-odd .span6 {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
  }
  .product-full .span6 {
    width: 100vw;
    height: inherit;
    margin-bottom: 0;
  }
  .product {
    padding: 5vw!important;
    height: auto;
    margin-top: 0;
    width: 100%!important;
  }
  .product p {
    font-size: 16px;
  }
  .product .button-red, .product .button-white {
    font-size: 22px;
  }
  .product-photo {
    height: 100vw;
    box-sizing: border-box;
  }
  .product-photo-blue {
    background-color: #055ca8;
  }
  .product-photo-white {
    background-color: white;
  }
  .product-photo-gray {
    background-color: #e7e7e7;
  }
  .product-photo {
    padding: 5%;
  }
}

@media screen and (max-width: 400px) {
  .family-banner,
  .big-selector,
  #contact-section,
  .home-banner {
    margin-top: 80px;
  }
}/**
 * @license
 * MyFonts Webfont Build ID 3221503, 2016-05-19T11:55:42-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: RBNo2.1a-Bold by Rene Bieder
 * URL: //www.myfonts.com/fonts/rene-bieder/rbno2-1/a-bold/
 * Copyright: Copyright (c) 2012 by Rene Bieder. All rights reserved.
 * Licensed pageviews: 10,000
 * 
 * 
 * License: //www.myfonts.com/viewlicense?type=web&buildid=3221503
 * 
 * © 2016 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3127ff");

  
@font-face {font-family: "RBNo21a-Bold";src: url("https://cdn-west.sqhk.co/ekrsportcourttemplate/jsVdChd/3127FF_0_0.eot");src: url("https://cdn-west.sqhk.co/ekrsportcourttemplate/jsVdChd/3127FF_0_0.eot") format("embedded-opentype"),url("https://cdn-west.sqhk.co/ekrsportcourttemplate/tgjie1O/3127FF_0_0.woff2") format("woff2"),url("https://cdn-west.sqhk.co/ekrsportcourttemplate/hjtEqIc/3127FF_0_0.woff") format("woff"),url("https://cdn-west.sqhk.co/ekrsportcourttemplate/sjdhfWj/3127FF_0_0.ttf") format("truetype");}
 /*! Lity - v1.6.5 - 2016-04-05
* //sorgalla.com/lity/
* Copyright (c) 2016 Jan Sorgalla; Licensed MIT */.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.8);outline:none !important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1;z-index:99999}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}
/*********** Testimonials Carousel Adjustments ***********/

.testimonials
{
  padding-top:20px; 
}

@media screen and (max-width:979px){
  .carousel-inner {
    position:inherit;
	padding-top:20px;
  }
  .carousel-inner .item
  {
    min-height:400px; 
  }
}

/********** Pop Boxes Adjustments ************************/
@media screen and (max-width: 769px)
{
  .popboxes {
    overflow:hidden;
  }
}

@media screen and (max-width: 769px)
{
  .pop-txt p {
    margin-bottom:auto;
	
  }
  
}