@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);


h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
}
button, html input[type=button], input[type=reset], input[type=submit] {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	-webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out;
}

#globalWrapper {
	max-width: 1920px;
	margin: 0 auto;
}

.brand-nav {
	background: #fff;
}

.user-info .mCustomScrollbar {
	height: 160px;
	overflow-x: auto;
}

/* PHPBB styles */
.fb_iframe_widget {
	float: left;
	margin-right: 5px;
}

.twitter-share-button {
	display: inline-block;
	vertical-align: top;
	text-indent: -9999px;
	width: 61px;
	height: 20px;
	background: url(css/images/tweet.gif) no-repeat left top;
}

#phpbb #page-footer {
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

#phpbb #page-footer h4 {
	font-family: 'Oswald', sans-serif !important;	
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
}

#phpbb #page-footer .copyright {
	background: none;
	border: 0;
	font-weight: 500;
	line-height: 14px;
}

#phpbb #page-footer .links ul {
    padding-left: 0px;
    line-height: 21px;
		margin: 0;
    font-weight: 400;
}

#phpbb footer .forum-posts {
	font-weight: 400;
	line-height: 21px;
}

#phpbb footer .forum-posts table {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	line-height: 17px;
}

#phpbb .last-post-icon:hover, #phpbb #page-footer a:hover,
#phpbb .forum-links:hover {
	color: #fff;
	text-decoration: underline !important;
}

#phpbb footer .copyright {
	padding-bottom: 0;
}

#phpbb .brand-right .navbar-form .btn-default {
	border-radius: 0;
}

#phpbb .header {
	line-height: 1.42;
}

#phpbb .social-nav .social-btn .icon {
	margin-right: 2px;
}

#phpbb .header .btn i {
	margin-right: 0;
}

#phpbb .brand-right .hover-dropdown .btn.btn-default {
	border-radius: 0;
	border-color: #3a7fc3;
	background: #fff;
	font-weight: 600;
	color: #3a7fc3;
}

#phpbb .brand-right .hover-dropdown:hover .btn.btn-default {
	background: #3a7fc3;
	color: #fff;
}

#phpbb .hover-dropdown .btn.btn-default {
	padding-bottom: 5px;
}

#phpbb #wrap.header-type-4 .navbar {
	background-color: #eee;
	border: 0px;
	border-radius: 0px;
}

#phpbb #wrap.header-type-4 .navbar-nav {
	float: left;
}

#phpbb #wrap.header-type-4 .navbar-nav>li {
	float: left;
}

#phpbb #wrap.header-type-4 .navbar-nav>li>a,
#phpbb  #wrap.header-type-4 .navbar .dropdown-menu > li a {
	font-size: 16px;
	color: #777;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

#phpbb #wrap.header-type-4 .navbar-nav>li>a:focus,
#phpbb #wrap.header-type-4 .navbar-nav>li>a:hover,
#phpbb  #wrap.header-type-4 .navbar .dropdown-menu > li a:focus,
#phpbb  #wrap.header-type-4 .navbar .dropdown-menu > li a:hover {
    background-color: #3a7fc3;
    color: #fff;
}

#phpbb #wrap.header-type-4 .navbar-nav>li:last-child>a {
	background-color: #3a7fc3;
	color: #fff;
}

body#phpbb {
	background: #fff;
}

#phpbb #page-header  {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

#phpbb #wrap.header-type-4 .navbar {
	position: relative;
	z-index: 11;
}

#phpbb #page-header .headerbar {
	background: #3a7fc3;
}

#phpbb #page-header .top-nav-left {
	padding-left: 15px;
}

.modal-backdrop {
   background-color: rgba(0,0,0,0.8);
}

/* Hover Dropdown */
.brand-right .hover-dropdown {
	display: inline-block;
	vertical-align: top;
}

.hover-dropdown .dropdown-menu>li>a {
	color: #fff;
}

.hover-dropdown .dropdown-menu>li>a:hover {
	background-color: #fff;
	color: #3a7fc3;
}

#globalWrapper .hover-dropdown:hover .btn-default,
#globalWrapper .hover-dropdown.open .btn-default {
	background: #3a7fc3;
	border-color: #3af7c3;
	color: #fff;
}

.hover-dropdown:hover > a, 
.hover-dropdown:hover > a:hover,
.hover-dropdown:hover > a:focus {
    background-color: #fff;
    color: #3a7fc3;
}
.hover-dropdown:hover > .dropdown-menu,
.hover-dropdown.open > .dropdown-menu {
    display: block;
		left: initial;
		right: 0;
		margin: 0;
		border-color: #3a7fc3;
		background: #3a7fc3;
		padding-top: 0;		
		border-top-left-radius: 1px;
		border-top-right-radius: 1px;
}

/* Bootsrap Carousel Fade */
.carousel-inner > .item {
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 0;
  -webkit-transition: none;
       -o-transition: none;
          transition: none;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.carousel-inner > .active {
  opacity: 1;
  z-index: 3;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  -webkit-transition: opacity 0.6s ease-in-out;
       -o-transition: opacity 0.6s ease-in-out;
          transition: opacity 0.6s ease-in-out;
  opacity: 1;
  left: 0;
  z-index: 2;
}
.carousel-inner > .active.left,
.carousel-inner > .active.right {
  z-index: 1;
}
.carousel-control {
  z-index: 4;
}

/*Header CSS*/
.social-nav {
	background: #57595a;
	border-top: 4px solid #3d7dbc;
}
.social-nav .home-btn {
	margin: 8px 0 0 12px;
	display: inline-block;
}
.social-nav .home-btn i {
	color: #abacad;
	font-size: 20px;
}
.social-nav .social-btn {
	float: right;
}
.social-nav .social-btn .icon {
	display: inline-block;
	margin-right: 1px;
	width: 40px;
	height: 38px;
	text-align: center;
	color: #fff;
	font-size: 20px;
  	padding-top: 5px;
  	background: #3b3c3d;
  	color: #818181;
}
.social-nav .social-btn .icon:hover {
	color: #fff;
}
.social-nav .social-btn .facebook:hover {
	background: #3b5998;
}
.social-nav .social-btn .twitter:hover {
	background: #48c4d2;
}
.social-nav .social-btn .stumbleupon:hover {
	background: #3b9544;
}
.social-nav .social-btn .google-plus:hover {
	background: #d94a39;
}
.btn {
	border-radius: 0px;
	padding: 6px 14px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
}
.btn-default {
	border-color: #3a7fc3;
	background: #fff;
	color: #3a7fc3;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
	border-color: #3a7fc3;
	background: #3a7fc3;
	color: #fff;
}
.btn-orange {
	border-color: #f4aa00;
	background: none;
	color: #f4aa00;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active {
	border-color: #f4aa00;
	background: #f4aa00;
	color: #fff;
}
.logo {
	float: left;
	margin: 20px 25px;
}
.navbar-default {
	background-color: #eee;
  	border: 0px;
  	border-radius: 0px;
}
.navbar-nav {
	z-index: 10;
	position: relative;
}
.navbar-nav>li>a {
	font-size: 16px;
	color: #57595a;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	-webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out;
}
.dropdown-menu>li>a {
	-webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out;
}
.navbar-collapse {
  padding-right: 5px;
  padding-left: 5px;
}
.navbar-form .btn-search {
	background: #3a7fc3;
	color: #fff;
	padding: 5px 12px 7px;
	position: relative;
	z-index: 12;
}

.brand-right {
	float: right;
	padding: 29px 20px 0 0px;
}

.brand-right #___gcse_0 {
	display: inline-block;
	vertical-align: top;
}

.brand-right td.gsc-search-button {
	border: 1px solid #c1c1c1;
}

.brand-right input.gsc-search-button {
	height: 20px;
}

.brand-right .gsc-search-button {
	width: 39px;
	height: 32px;
	background: url(/responsive/images/bg-custom-search.gif) no-repeat center center !important;
	color: #cdcdcd;
	background: #fff;
	padding: 0;
	margin: 0;
	cursor: pointer;
	border-radius: 0;
}

.brand-right .gsc-search-button.gsc-search-button-v2 {
	opacity: 0;
}

.brand-right .gsc-tabsArea > .gsc-tabHeader {
	height: auto !important;
}

.brand-right .gsc-input-box {
	height: 32px;
	border-radius: 0;
	border: 0;
}

.brand-right table.gsc-search-box {
	position: relative;
	top: -1px;
}

.brand-right .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 0;
	border: 1px solid #c1c1c1;
}

.brand-right .gsc-control-wrapper-cse {
	width: 259px;
}

.brand-right .cse .gsc-control-cse,.brand-right .gsc-control-cse {
	padding: 0;
}

.brand-right .navbar-form {
	display: inline-block;
	margin: 0px;
}
.brand-right .login-btn {
	display: inline-block;
}
.brand-right .navbar-form .btn-default {
	border-color: #efefef;
	color: #cdcdcd;
	background: #fff;
	padding: 5px 12px 7px;
}
.brand-right .navbar-form .btn-default:hover, .brand-right .navbar-form .btn-default:active,
.brand-right .navbar-form .btn-default:focus {
	border-color: #efefef;
	color: #fff;
	background: #cdcdcd;
}
.brand-right .navbar-form .form-control {
	border-radius: 0px;
	border-color: #efefef;
	box-shadow: none;
	float: left;
	border-right: 0px;
	background: url(/responsive/images/logo-google.png) 8px 7px no-repeat #fff;
	padding-left: 70px;
	width: 190px;
}

.navbar .navbar-form {
	position: relative;
	margin-right: 0px !important;
	padding-right: 0px;
	overflow: hidden;
	width: 248px;
    text-align: right;
    right: 5px;
    position: absolute;
    right: 20px;
}
.navbar .navbar-form .form-control {
	background: #fff;
	border-color: #fff;
	border-radius: 0px;
	box-shadow: none;
	float: left;
	-webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out;
  	left: 225px;
  	position: absolute;
  	width: 200px;
}
.navbar .navbar-form.open .form-control {
	left: 16px;
	z-index: 11;
}

/*Middle CSS*/
.box {
	margin-bottom: 20px;
}

.default-title {
  position: relative;
}

.default-title .fa {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 5px;
  font-size: 21px;
  line-height: normal;
}

.default-title h2 {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  padding: 9px 0 0 5px;
}
div.title {
	position: relative;
	background: #88b7d5;
	padding: 2px 5px 8px 15px;
	color: #fff;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
}
div.title:after {
	content:"";
	top: 100%;
	left: 22px;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #88b7d5;
	border-width: 6px;
	margin-left: -6px;
}
div.title.blue {
	background: #3a7fc3;
}
div.blue.title:after {
	border-top-color: #3a7fc3;
}
div.title.orange {
	background: #f4aa00;
}
div.orange.title:after {
	border-top-color: #f4aa00;
}
div.title.gray {
	background: #57595a;
}
div.gray.title:after {
	border-top-color: #57595a;
}
div.title.white {
	background: #eee;
	color: #57595a;
}
div.white.title:after {
	border-top-color: #eee;
}
.forum-links {
    color: #fff;
}
.forum-links:hover {
    color: #fff;
    text-decoration: underline;
}
.box .icon {
	font-size: 23px;
  	line-height: 22px;
  	display: inline-block;
  	margin-right: 5px;
  	position: relative;
  	top: 4px;
}
.block {
	margin-bottom: 5px;
}
.block .img {
	position: relative;
}
.block .img .photo {
    max-width: 100%;
		width: 100%;
}

/* Added by Ovi for Photo of the Day carousel */
#carousel-2 .carousel-inner {
	height: 500px;
}

#carousel-2 .block .img a {
	text-align: center;
}

#carousel-2 .block .img a {
	display: block;
	background: #000;
}

#carousel-2 .block .img a img {
	display: inline-block;
}

#carousel-2 .photo {
	height: 500px;
		width: initial;
	max-width: initial;
}
/*
#globalWrapper .carousel-inner > .item {
	top: initial;
	bottom: 0;
}*/

.carousel-inner > .item:first-of-type {
	position: relative;
}

.black {
    background-color: #000;
}
/* Added by Matt for Featured Trip Report and Article Images */
/*
.block .img .featured {
    max-width: 100%;
    height: 350px;
    
}*/

.featured-post-pic {
	position: relative;
	height: 145px;
	overflow: hidden;
}

.block .img .featured-post-pic img.featured {
    max-width: 100%;
		width: 100%;
		display: block;
    margin: auto;
		position: absolute;
}

.block .img .avatar {
	position: relative;
	display: block;
	background: #f1f1f1;
	padding: 10px 15px;
}
.block .img .avatar a {
	text-decoration: none;
}
.block .img .avatar img {
	width: 26px;
	height: 26px;
	border-radius: 50px;
	border: 1px solid #f4aa00;
	position: relative;
	z-index: 2;
	display: inline-block;
}
.block .img .avatar .user-name {
	display: inline-block;
	vertical-align: top;
	width: 120px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	line-height: 27px;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.block .img .avatar .user-name:hover {
	text-decoration: underline;
}

.block .img .name {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: rgba(0,0,0,.5);
	color: #fff;
	font-family: 'Oswald', sans-serif;
	padding: 10px 10px;
}
.block .img .name a {
	color: #fff;
}
.block .data {
	background: #eee;
	padding: 5px 10px;
	color: #57595a;
	font-family: 'Oswald', sans-serif;
}
.block .data span {
	display: block;
	padding: 5px 0px;
}
.block .data a {
	color: #3a7fc3;
}
.block .data .btn-small {
	margin-top: 8px;
}
.box .counter {
	padding: 5px 10px;
	background: #d2dee9;
	color: #57595a;
	font-size: 12px;
}
.box .counter span {
	font-size: 19px;
	color: #f4aa00;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}
.box .counter .inn-box {
	float: left;
	width: 33.33%;
}
.ads {
	background: #eee;
	color: #adadae;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	padding: 60px 0px;
	margin-bottom: 20px;
}

.btn-small {
	padding: 3px 10px;
	font-size: 12px !important;
	width: 100%;
	margin-bottom: 8px;
}
.box .carousel-indicators {
	left: auto;
	right: 3%;
	top: -18px;
	height: 16px;
	width: auto;
}
.carousel-indicators {
	margin-left: 0px;
}
.carousel-indicators li {
	border: 0px;
	background: #b5b5b5;
	margin: 0px;
	width: 8px;
	height: 8px;
}
.carousel-indicators .active {
	background: #3a7fc3;
	width: 8px;
	height: 8px;
}
.carousel-control {
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out;
  	width: 45px;
  	height: 45px;
  	background: rgba(255,255,255,.8) !important;
  	border-radius: 100px;
  	text-shadow: none;
  	color: #747677;
  	top: 23%;
}
.carousel:hover .carousel-control {
	opacity: 1;
}
.carousel-control .glyphicon-chevron-right {
	margin-right: -10px;
	font-size: 22px;
	margin-top: -12px;
}
.carousel-control .glyphicon-chevron-left {
	margin-left: -10px;
	font-size: 22px;
	margin-top: -12px;
}
.carousel-control.right {
  	right: -14px;
}
.carousel-control.left {
  	left: -14px;
}

.slider .slogan-title {
	background: rgba(0,0,0,.5);
	padding: 6px 0px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.slider .slogan-title .heading {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 34px;
	text-transform: uppercase;
}
.slider .block {
	position: relative;
	margin-bottom: 0px;
}
.slider .avatar .pic {
	float: left;
	padding-top: 5px;
}
.slider .avatar .pic img {
	width: 50px;
	height: 50px;
	border: 1px solid #f4aa00;
	border-radius: 100px;
}
.slider  #carousel-2 .avatar .details {
	width: 75%;
}
.slider .avatar .details {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	float: left;
	margin-left: 10px;
	line-height: 18px;
}
.slider .avatar .details .name {
	font-size: 15px;
}
.slider .avatar .details .tag {
	font-size: 19px;
}
a.tag,a.name {
  color: #fff;
}
.slider .avatar .details .date {
	font-size: 13px;
	font-style: italic;
	font-weight: 300;
}
.slider .carousel-indicators {
	right: 10px;
	width: 10px;
	top: 10px;
}
.slider .carousel-indicators li {
	width: 10px;
	height: 10px;
	background: rgba(255,255,255,.5);
}
.slider .carousel-indicators .active {
	background: rgba(255,255,255,1);
}

.carousel-3 .block {
	margin-bottom: 0px;
}

.carousel-3 .block .desc {
  background: #eee;
  padding: 8px 10px;
  color: #57595a;
  font-size: 13px;
}

/* Added by Matt for truncation of text */
.carousel-3 .block .desc p {
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  height: 145px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.4;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.carousel-3 .block .desc h3 {
	margin: 0 0 5px 0px;
	font-size: 15px;
}
.carousel-3 .block .desc p {
	margin-bottom: 0px;
}
.carousel-3 .block .btn {
	margin: 10px 0px 8px;
}
.sixteen-gutters {
  margin-right: -8px;
  margin-left: -8px;
}
.sixteen-gutters > [class^="col-"],
.sixteen-gutters > [class*=" col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-width-auto {
	width: auto;
	margin: 10px 0px 10px;
}

.six-gutters {
  margin-right: -3px;
  margin-left: -3px;
}
.six-gutters > [class^="col-"],
.six-gutters > [class*=" col-"] {
  padding-right: 3px;
  padding-left: 3px;
}
.newest-members .member {
	text-align: center;
	font-size: 14px;
	color: #57595a;
	font-weight: bold;
	margin-bottom: 10px;
}
.newest-members .member .pic {
	width: 92px;
	height: 92px;
	border: 1px solid #d3d3d3;
	padding: 3px;
	margin: 0 auto;
	position: relative;
}

.newest-members .member .new-user-name {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,.5);
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 10px;
	padding: 2px 5px;
}

.newest-members .member .pic img {
	width: 84px;
	height: 84px;
}
.newest-members .member .name {
	width: 92px;
	margin: 0 auto 2px;
}
.ads2 {
	padding: 110px 0px;
}
.ads3 {
  padding: 190px 0px;
}
.ads4 {
  padding: 380px 0px;
}
div.title2 {
	padding: 9px 10px 8px 15px;
}
div.title a {
	color: #f4e600;
	float: right;
}
div.title span.title-span,
div.title h2 > span {
	float: right;
  	font-size: 12px;
  	padding-top: 4px;
  	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  	text-transform: none;
}
.box .content {
	color: #57595a;
	font-size: 13px;
}
.box .content ul {
  	padding-left: 27px;
}
.box .content li {
	list-style-type: decimal;
	font-size: 16px;
	font-weight: 700;
}
.box .content li p {
	font-size: 14px;
	font-weight: normal;
}
.btn-read {
	color: #57595a;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
}
.btn-read .fa {
	font-size: 20px;
}
.forum-posts table {
	color: #fff;
	font-size: 13px;
}
.forum-posts table th {
	font-weight: bold;
}
.forum-posts table th, .forum-posts table td {
	padding: 2px 8px;
}

footer {
	margin-top: 60px;
	padding: 25px 0px;
	background: #57595a;
}
footer h4 {
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
}
footer .links {
	width: 100px;
	margin: 0 auto;
}
footer .links ul {
	padding-left: 0px;
}
footer .links li {
	list-style: none;
}
footer .links li a {
	color: #fff;
	font-size: 13px;
}
footer .likes {
	width: 260px;
	margin: 0 0 0 auto;
}
.btn-like {
	background: #fff;
	color: #57595a;
	padding: 8px 12px 6px;
	margin-right: 5px;
	margin-top: 5px;
	text-decoration: none;
	display: inline-block;
}
.btn-like:hover {
	text-decoration: none;
}
.btn-like i {
	margin-right: 5px;
	font-weight: bold;
}
.btn-facebook:hover {
	color: #3b5998;
}
.btn-google-plus:hover {
	color: #d94a39;
}
footer .copyright {
	font-size: 12px;
	color: #fff;
	padding-top: 40px;
}
.carousel-control:focus, .carousel-control:hover {
	color: #3a7fc3;
}
.slider .carousel-control {
	top: 38%;
}

.carousel-left .block {
	position: relative;
}
.carousel-left .block .data {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: rgba(0,0,0,.5);
	color: #fff;
}
.carousel-left .block .data a {
	color: #fff;
}
.navbar-nav>li>.dropdown-menu {
	border: 0px;
	border-top: 1px solid #3a7fc3;
	background: #eee;
	font-family: 'Oswald', sans-serif;
	color: #57595a;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 0;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: #3a7fc3;
	color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: #3a7fc3;
	color: #fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	background-color: #3a7fc3;
	color: #fff;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-color: #3a7fc3;
	color: #fff;
}
.navbar-nav>li>.dropdown-menu>li {
	margin: 2px 0px;
}

.navbar-toggle {
	border: 0px;
	background: none;
	padding: 0px;
	border-radius: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-left: 15px;
	float: left;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: none;
}
.navbar-toggle .icon-bar {
	width: 33px;
	height: 6px;
	-moz-transition-delay: 0.2s;
	  -webkit-transition-delay: 0.2s;
	  transition-delay: 0.2s;
	  -moz-transition-duration: 0.5s;
	  -webkit-transition-duration: 0.5s;
	  transition-duration: 0.5s;
	  -moz-transition-property: transform, top, bottom, left, opacity;
	  -webkit-transition-property: transform, top, bottom, left, opacity;
	  transition-property: transform, top, bottom, left, opacity;
	  -moz-transition-timing-function: ease-in-out;
	  -webkit-transition-timing-function: ease-in-out;
	  transition-timing-function: ease-in-out;
	  position: relative;
}
.navbar-toggle .icon-bar-second {
	opacity: 0;
}
.navbar-toggle.collapsed .icon-bar-second {
	opacity: 1;
}
.navbar-toggle .icon-bar-first {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 10px;
}
.navbar-toggle.collapsed .icon-bar-first {
	transform: none;
	top: 0;
}
.navbar-toggle .icon-bar-last {
	-moz-transform: rotate(-45deg);
  	-ms-transform: rotate(-45deg);
  	-o-transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
  	transform: rotate(-45deg);
  	top: -10px;
}
.navbar-toggle.collapsed .icon-bar-last {
	transform: none;
	top: 0;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;		
	-webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	-o-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;
}
.sidebar-show {
	position: relative;
	margin-left: 200px;
	margin-right: -200px;
	overflow-x: hidden;
}

/* Smart Form */
.smart-form {
  margin: 0;
  outline: 0;
  color: #666;
  position: relative;
}
.smart-form fieldset {
  display: block;
  padding: 25px 14px 5px;
  border: none;
  background: rgba(255,255,255,.9);
  position: relative;
}
.smart-form fieldset+fieldset {
  border-top: 1px solid rgba(0,0,0,.1);
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  line-height: normal;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  float: left;
  margin-left: -20px;
}
.smart-form .checkbox input, .smart-form .radio input {
  position: absolute;
  left: -9999px;
}
.smart-form .checkbox i, .smart-form .radio i {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
  outline: 0;
  border-width: 1px;
  border-style: solid;
  background: #FFF;
}
.smart-form .radio i {
  border-radius: 50%;
}
.smart-form .checkbox i, .smart-form .icon-append, .smart-form .icon-prepend, .smart-form .input input, .smart-form .radio i, .smart-form .select select, .smart-form .textarea textarea, .smart-form .toggle i {
  border-color: #BDBDBD;
  transition: border-color .3s;
  -o-transition: border-color .3s;
  -ms-transition: border-color .3s;
  -moz-transition: border-color .3s;
  -webkit-transition: border-color .3s;
}
.smart-form .checkbox input:checked+i, .smart-form .radio input:checked+i, .smart-form .toggle input:checked+i {
  border-color: #3276B1;
}
.smart-form .checkbox input+i:after, .smart-form .radio input+i:after {
  position: absolute;
  opacity: 0;
  transition: opacity .1s;
  -o-transition: opacity .1s;
  -ms-transition: opacity .1s;
  -moz-transition: opacity .1s;
  -webkit-transition: opacity .1s;
}
.smart-form .radio input+i:after {
  content: '';
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.smart-form .radio input+i:after {
  background-color: #3276B1;
}
.smart-form .checkbox input:checked+i:after, .smart-form .radio input:checked+i:after {
  opacity: 1;
}

.smart-form *, .smart-form :after, .smart-form :before {
  /*margin: 0;
 padding: 0;
 box-sizing: content-box;
 -moz-box-sizing: content-box;*/
}
.checkbox *, .radio * {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.smart-form .button, .smart-form .checkbox, .smart-form .input, .smart-form .radio, .smart-form .select, .smart-form .textarea, .smart-form .toggle {
  position: relative;
  display: block;
  font-weight: 400;
}
.smart-form .checkbox i, .smart-form .icon-append, .smart-form .icon-prepend, .smart-form .input input, .smart-form .radio i, .smart-form .select select, .smart-form .textarea textarea, .smart-form .toggle i {
  border-color: #BDBDBD;
  transition: border-color .3s;
  -o-transition: border-color .3s;
  -ms-transition: border-color .3s;
  -moz-transition: border-color .3s;
  -webkit-transition: border-color .3s;
}
.smart-form .icon-append, .smart-form .icon-prepend {
  position: absolute;
  top: 5px;
  width: 22px;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.smart-form .icon-prepend {
  left: 5px;
  padding-right: 3px;
  border-right-width: 1px;
  border-right-style: solid;
}
.smart-form .icon-append, .smart-form .icon-prepend {
  color: #A2A2A2;
}
.state-error .icon-append, .state-error .icon-prepend {
  color: #ed1c24;
}
.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding: 8px 10px;
  outline: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  background: #fff;
  font: 13px/16px "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #404040;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
}
smart-form .textarea textarea {
  height: auto;
  resize: none;
}
.smart-form .checkbox i, .smart-form .icon-append, .smart-form .icon-prepend, .smart-form .input input, .smart-form .radio i, .smart-form .select select, .smart-form .textarea textarea, .smart-form .toggle i {
  border-color: #BDBDBD;
  transition: border-color .3s;
  -o-transition: border-color .3s;
  -ms-transition: border-color .3s;
  -moz-transition: border-color .3s;
  -webkit-transition: border-color .3s;
}
.smart-form .checkbox.state-error i, .smart-form .radio.state-error i, .smart-form .state-error input, .smart-form .state-error select, .smart-form .state-error textarea, .smart-form .toggle.state-error i {
  background: #fff0f0;
  border-color: #A90329;
}
.smart-form .input .icon-prepend+input, .smart-form .textarea .icon-prepend+textarea {
  padding-left: 37px;
}
.smart-form .checkbox:hover i, .smart-form .input:hover input, .smart-form .radio:hover i, .smart-form .select:hover select, .smart-form .textarea:hover textarea, .smart-form .toggle:hover i {
  border-color: #5D98CC;
}
.smart-form section {
  margin-bottom: 15px;
  position: relative;
}
.smart-form .inline-group {
  margin: 0 -15px -4px 0;
}

.add-another-field {
	display: inline-block;
	color: #337ab7;
	cursor: pointer;
}

.add-another-field:hover {
	text-decoration: underline;
}

.default-form .panel-settings [type="radio"]:checked + label, .default-form .panel-settings [type="radio"]:not(:checked) + label {
	margin-right: 15px;
}

.radio {
  margin-bottom: 4px;
  padding-left: 25px;
  line-height: 25px;
  color: #404040;
  cursor: pointer;
  font-size: 13px;
  margin-top: 0px;
}
.smart-form .inline-group .checkbox, .smart-form .inline-group .radio {
  float: left;
  margin-right: 30px;
}
.smart-form .checkbox+.checkbox, .smart-form .radio+.radio {
  margin-top: 0;
}
.smart-form .checkbox, .smart-form .radio {
  margin-bottom: 4px;
  padding-left: 25px;
  line-height: 25px;
  color: #404040;
  cursor: pointer;
  font-size: 13px;
}
.smart-form .state-error+em {
  display: block;
  margin-top: 6px;
  padding: 0 1px;
  font-style: normal;
  font-size: 11px;
  line-height: 15px;
  color: #D56161;
}
.smart-form footer {
  display: block;
  padding: 7px 14px 15px;
  border-top: 1px solid rgba(0,0,0,.1);
  background: rgba(248,248,248,.9);
}
.smart-form .btn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.smart-form footer .btn {
  float: right;
  height: 31px;
  margin: 10px 0 0 5px;
  padding: 0 22px;
  font: 300 15px/29px 'Open Sans',Helvetica,Arial,sans-serif;
  cursor: pointer;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #dbab57;
  color: #c09853;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.alert {
  margin-bottom: 20px;
  margin-top: 0;
  color: #675100;
  border-width: 0;
  border-left-width: 5px;
  padding: 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.alert-warning {
  border-color: #dfb56c;
  color: #826430;
  background: #efe1b3;
}
.fade.in {
  opacity: 1;
}
.alert .close {
  top: 0;
  right: -5px;
  line-height: 20px;
   line-height: 14px;
  font-size: 30px;
}
.alert-success {
  border-color: #8ac38b;
  color: #356635;
  background: #cde0c4;
}
.alert-info {
  border-color: #9cb4c5;
  color: #305d8c;
  background: #d6dde7;
}
.alert-danger {
  border-color: #953b39;
  color: #fff;
  background: #c26565;
  text-shadow: none;
}
/*.fa:before {
    font: normal normal normal 14px/1 FontAwesome;
}*/
.smart-form .select select {
  padding: 5px;
}
.smart-form .select i {
  position: absolute;
  top: 10px;
  right: 11px;
  width: 5px;
  height: 11px;
  background: #fff;
  box-shadow: 0 0 0 9px #fff;
}
.smart-form .select i:after, .smart-form .select i:before {
  content: '';
  position: absolute;
  right: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.smart-form .select i:before {
  top: 0;
  border-bottom: 4px solid #404040;
}
.smart-form .select i:after {
  bottom: 0;
  border-top: 4px solid #404040;
}
.smart-form .label {
  display: block;
  margin-bottom: 6px;
  line-height: 19px;
  font-weight: 400;
  font-size: 13px;
  color: #333;
  text-align: left;
}

/*CSS 5th May 2015*/
/*
.pagination {
	margin-top: 0px;
}
.pagination a {
	margin-top: 0px;
	padding: 12px 8px 12px 34px;
	background: #3a7fc3;
	color: #fff;
	font-size: 14px;
	display: inline-block;
  	vertical-align: top;
  	position: relative;
  	margin-right: 2px;
}
.pagination a.home-icon {
	font-size: 25px;
	padding: 5px 8px 4px;
}
.pagination a:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #3a7fc3;
	border-width: 22px;
	margin-top: -22px;
	z-index: 10;
}
.pagination a:before {
	left: 0%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #fff;
	border-width: 22px;
	margin-top: -22px;
}
.pagination a.active {
	background: #57595a;
}
.pagination a.active:after {
	border-left-color: #57595a;
}
.pagination a.home-icon:before {
	display: none;
}*/

.category-list .head-blue {
	background: #3a7fc3;
	text-align: center;
	color: #fff;
	padding: 10px 5px 9px;
	line-height: 19px;
}
.category-list .head-blue h2 {
	margin: 0px;
	font-size: 16px;
}
.category-list .head-blue span {
	font-size: 10px;
	position: relative;
  	/*top: -2px;*/
}
.category-list .head-blue .fa {
	margin-left: 4px;
	color: #fff;
}
.category-list .head-blue .tooltip {
	width: 150%;
	text-align: left;
}
.category-list .head-sub {
	background: #e2e2e2;
	border-bottom: 1px solid #c6c7c7;
	padding: 1px 5px 1px 15px;
	color: #e58f21;
	font-size: 14px;
	display: block;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
}
.category-list .head-sub img {
	margin-right: 5px;
	max-width: 18px;
}
.category-list .cate-sub-sub {
	background: #e2e2e2;
	border-bottom: 1px solid #c6c7c7;
	padding: 0px;
	color: #57595a;
	margin: 0px;
	font-size: 12px;
	padding: 5px 15px;
}
.category-list .cate-sub-sub ul {
	padding: 0px;
	margin: 0px;
}
.category-list .cate-sub-sub li {
	line-height: 12px;
	list-style: none;
}
.category-list .cate-sub-sub li a {
	color: #57595a;
	font-size: 12px;
	display: block;
	text-decoration: none;
	line-height: 15px;
	padding: 6px 5px 4px 10px;
}
.category-list .cate-sub-sub li a:hover {
	background: #3a7fc3;
	color: #fff;
}
.category-list .sub2 {
	font-size: 14px;
  	padding: 4px 5px 4px 15px;
}
.category-list .sub2 span {
	display: block;
	font-size: 10px;
	line-height: 9px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #333;
}
.image-area .row {
	margin: 0px;
}

.image-area .box {margin-bottom: 0;}

.image-area [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.image-area .full-image-details {
	background: #eee;
}
.image-area .full-image-details .line {
	border-bottom: 1px solid #dfdfdf;
	padding: 7px 8px 5px;
	font-size: 14px;
	color: #57595a;
}
.image-area div.title {
	background: #57595a;
	margin-bottom: 0px;
	font-size: 18px;
	text-transform: none;
}
.image-area div.title:after {
	display: none;
}
.image-area .full-image-details .report {
	padding-top: 1px;
}
.ads3 {
	background: #d0d0d0;
	margin: 5px;
	color: #57595a;
	padding: 25px 0px;
}

.ads01 {
	background: #d0d0d0;
	margin: 5px;
	color: #57595a;
	padding: 55px 0px;
}

.image-area .image-social {
	background: #e2e2e2;
}
.image-area .image-social .line {
	border-bottom: 1px solid #fff;
	padding: 5px 8px;
	font-size: 14px;
	color: #57595a;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
}
.image-area .image-social .line.blue {
	color: #3a7fc3;
}
.image-area .image-social .line.blue a {
	color: #3a7fc3;
}
.image-area .image-social .line.orange {
	color: #e58f21;
}
.image-area .image-social .line.orange a {
	color: #e58f21;
}
.image-area .image-social .line.fbblue {
	color: #3b5998;
}
.image-area .image-social .line.fbblue a {
	color: #3b5998;
}
.image-area .image-social .line.cyan {
	color: #62c8f8;
}
.image-area .image-social .line.cyan a {
	color: #62c8f8;
}
.image-area .image-social .line.red {
	color: #d6492f;
}
.image-area .image-social .line.red a {
	color: #d6492f;
}
.image-area .image-social .line.green {
	color: #3b9544;
}
.image-area .image-social .line.green a {
	color: #3b9544;
}
.image-area .image-social .line img {
	margin-right: 3px;
}
.image-area .image-social .logintovote {
	padding: 5px 8px;
	border-bottom: 1px solid #fff;
	font-family: 'Oswald', sans-serif;
}
.image-area .image-social .logintovote span {
	display: block;
	font-size: 14px;
	color: #3a7fc3;
}
.image-area .image-social .logintovote .fa {
	font-size: 13px;
	color: #57595a;
}
.image-area .image-social .line font {
	position: relative;
	top: 2px;
}
.image-area .real-img {
	margin-left: 2px;
	background: #e2e2e2;
}
.image-area .real-img .user-area {
	padding: 2px 0px 2px 5px;
}
.real-img .user-area .avatar {
	position: relative;
}
.real-img .user-area a img {
  width: 26px;
  height: 26px;
  border-radius: 50px;
  border: 1px solid #f4aa00;
  position: relative;
  z-index: 2;
  display: inline-block;
	margin-right: 5px;
}
.real-img .user-area .avatar {
	position: relative;
	display: inline-block;
	margin: 0 6px;
}

.real-img .user-area .avatar .user-name:hover {
	color: #337ab7;
}

.real-img .user-area .avatar .user-name a {
	display: inline-block;
	vertical-align: top;
}
.real-img .user-area .avatar .user-name {
	display: inline-block;
	vertical-align: top;
	width: 120px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	color: #333;
	font-size: 13px;
	line-height: 27px;
	font-weight: bold;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.real-img .user-area .avatar.zindex1 {
	z-index: 4;
}
.real-img .user-area .avatar.zindex2 {
	z-index: 5;
}
.real-img .user-area .avatar.zindex3 {
	z-index: 6;
}
.real-img .user-area .avatar.zindex4 {
	z-index: 7;
}
.real-img .user-area .avatar.zindex5 {
	z-index: 8;
}
.image-area .three-parts {
	background: #eee;
}
.real-img .created {
	padding: 13px 5px 5px 5px;
	font-size: 12px;
	color: #333637;
}
.real-img img {
	width: 100%;
}
.real-img .created span {
	color: #3a7fc3;
	display: inline-block;
	width: 40%;
}
.real-img .created .line {
	padding: 3px 0px 2px;
}
.tableofcontents {
	margin: 0 0 0 1px;
}
.tableofcontents .title {
	padding-top: 7px;
	padding-bottom: 7px;
	cursor: pointer;
}
.tableofcontents .table-area {
	background: #e2e2e2;
	padding: 10px 0px 19px;
}
.tableofcontents .table-area ul {
	margin: 0px;
	padding: 0px;
}
.tableofcontents .table-area li {
	margin-bottom: 5px;
	padding-left: 13px;
	display: block;
	line-height: 25px;
}
.tableofcontents .table-area li:hover {
	background: #57595a;
}
.tableofcontents .table-area li:hover a {
	color: #fff;
}
.tableofcontents .table-area li a {
	color: #57595a;
	font-size: 14px;
	text-decoration: none;
	display: block;
}

.full-content {
	color: #57595a;
	font-size: 16px;
}

.full-content table.redactor_table,
.full-content table {
	border-collapse: collapse;
	max-width: 100%;
	width: 100%;	
}

.full-content table.redactor_table td,
.full-content table td{
	border: 1px solid #eee;
	padding: 16px;
	padding-bottom: 15px;
}

.full-content .image {
	position: relative;
}


.full-content .image-left figure,
.full-content .image-right figure, 
.full-content div > figure{
	overflow: hidden;
}

.full-content .image figure a img {
	min-width: 100%;
}

.full-content .cbp-l-grid-mosaic-flat .cbp-l-caption-title {
	padding: 0 15px;
}

.full-content .image .caption {
	display: block;
	background-color: rgba(0,0,0,.5);
	padding: 5px;
	color: #fff;
	font-size: 11px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.full-content .image br {display: none !important}

.full-content.editor-content h2.in-title {
	position: relative;
}

.full-content.editor-content h2.in-title > span {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	right: 15px;
	bottom: 5px;
	color: #ff0000;
	font-size: 12px;
	font-family: Arial,sans-serif;
}

.full-content .avatar img {
  width: 26px;
  height: 26px;
  border-radius: 50px;
  border: 1px solid #f4aa00;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.full-content .avatar .user-name {
  padding: 1px 5px 1px 15px;
  background: #eee;
  border: 1px solid #f4aa00;
  border-radius: 30px;
  color: #000;
  line-height: 11px;
  font-size: 11px;
  text-align: left;
  margin-left: -17px;
  opacity: 1;
  display: inline-block;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.full-content .in-title {
	font-size: 20px;
	color: #57595a;
	background: #eee;
	padding: 10px 15px;
    clear: both;
}

.custom-title-btn {
	float: right;
	font-weight: 400;
	padding: 5px 10px;
}

.full-content .inn-img {
	display: inline-block;
	margin: 0 15px 10px 0px;
	position: relative;
    float: left;
    clear: left;
}
.full-content .inn-img > span {
	display: block;
	background-color: rgba(0,0,0,.5);
	padding: 5px;
	color: #fff;
	font-size: 11px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.full-content .inn-img > span.caption {
	display: inline-block;
	padding: 5px;
	width: 100%;
	font-family: inherit;
	font-style: normal;
	background-color: rgba(0,0,0,.5);
	font-size: 14px;
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 1;
	color: #fff;
	text-align: center;
	font-family: inherit;
}

.full-content p {
	margin-bottom: 20px;
}
.full-content .inn-img.pull-right {
	margin-left: 15px;
	margin-right: 0px;
    clear: right;
}
.full-content .inn-img.pull-center {
	display: block;
    clear: both;
    text-align: center;
    float: none !important;
}


/* Image code from Josh Lewis
div.inn-image{background:#444444;color:#FFFFFF;margin-left:auto;margin-right:auto;text-align:center;padding:5px;border-radius:5px;transition:all 0.3s linear 0s;overflow: hidden}
div.inn-image:hover, div.image-left:hover, div.image-right:hover {box-shadow:0 0 4px 4px #000000;color:#EDDA74 !important;text-shadow:0 1px 1px #000000;}
div.image-left{background:#444444;color:#FFFFFF;clear:left;float:left;text-align:center;padding:5px;border-radius:5px;transition:all 0.3s linear 0s;margin-right:1em !important;margin-bottom:0.5em !important;}
div.image-right{background:#444444;color:#FFFFFF;clear:right;float:right;text-align:center;padding:5px;border-radius:5px;transition:all 0.3s linear 0s;margin-left:1em !important;margin-bottom:0.5em !important;}
div.inn-image a{color:#8BC9FF;text-decoration:none}
div.inn-image a:hover{text-decoration:underline}
*/
.commnet-box .comment-title {
	background: #eeeeee;
}
.commnet-box .comment-title h2 {
	font-size: 15px;
  color: #57595a;
  background: #eee;
  padding: 11px 15px 0px;
  float: left;
  margin: 0px;
}
.commnet-box .comment-title .btn-comment {
	padding: 11px 50px 10px;
	background: #f4aa00;
	color: #fff;
	text-transform: uppercase;
	float: right;
	display: block;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
}
.commnet-box .comment-body {
	border: 1px solid #eee;
	padding: 10px;
	color: #57595a;
	font-size: 12px;
}

.comment-body .pager b .pagertextgray{
	
	display: inline-block;
	min-width: 32px;
	margin: 0 -1px;
	line-height: 32px;
	height: 32px;
	position: relative;
	top: -1px;
	background: #3a7fc3;
	color: #fff;
	border-bottom: 0;
	border-top: 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.comment-body .btn-orange {
	margin: 0 10px 0 -10px;
	line-height: 31px;
	padding: 0 10px;
}

.commnet-box .comment-body .view-comment {
	padding-left: 15px;
}

.discussions-section .view-comment:last-child {
	margin-top: 0;
	border-top: 0;
}

.discussions-section .discussion_form {
	max-width: 480px;
	margin: auto;
}

/*.comment-body .view-comment span {
	display: block;
	float: left;
}*/
.comment-body .view-comment .pager {
	float: right;
	margin: 0px;
}
.view-comment .pager a {
	display: inline-block;
	padding: 1px 5px 0px;
	background: #57595a;
	color: #fff;
	width: 32px;
	line-height: 32px;
}

.view-comment .pager a:hover {
	background: #3a7fc3;
	text-decoration: none;
}

.view-comment .pager span.selected {
	display: inline-block;
	width: 32px;
	line-height: 33px;
	vertical-align: top;
	background: #3a7fc3;
	color: #fff;
	/*border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;*/
}

.view-comment .pager span.selected b {	
	font-weight: normal;
}

.view-comment .pager a.un {
	background: #eeeeee;
	color: #57595a;
}

.view-comment > span {
	font-size: 14px;
	line-height: 32px;
}

.view-comment:last-child {
	margin-top: 10px;
}

.comment-row .comment-block {
    background: #ffffff;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    padding: 20px 12px;
}

.comment-row .comment-block .pic {
	float: left;
	width: 60px;
	height: 60px;
	border: 2px solid #fff;
	box-shadow: 0 0 6px #999;
	border-radius: 100px;
	margin: 0 15px 0 0;
	position: relative;
}

.comment-row .comment-block .pic:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 21px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content:'\f030 ';
	margin: 0;
	color: #d3d3d3;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	top: 0;
	line-height: 55px;
	text-align: center;
}

.comment-row .comment-block .pic img {
	border-radius: 100px;
	width: 56px;
	height: 56px;
	position: relative;
	z-index: 3;
}
.comment-row .comment-block .details h3 {
	padding: 4px 0 8px 0px;
	margin: 0px;
	font-size: 14px;
	color: #3a7fc3;
	font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.comment-row .comment-block .details h3 a {
	color: #3a7fc3;
}
.comment-block .details h3 span {
	color: #8c9092;
	font-size: 12px;
	font-weight: normal;
}
.comment-block .details p {
	margin-bottom: 0px;
}
.comment-row .comment-block .options {
    float: right;
}
.comment-row .comment-block.replay {
	margin-left: 10%;
	background: url(/responsive/images/icon-replay.png) 4px 4px no-repeat #fff;
}
.full-content .signin-post {
	padding: 15px 0 5px 0px;
}
.full-content .signin-post .singin-left {
	float: left;
	color: #57595a;
	font-size: 12px;
}
.full-content .signin-post .singin-left .btn-inverse {
	background: #3a7fc3;
	color: #fff;
	margin-right: 5px;
}
.full-content .signin-post .singin-left .btn-inverse:hover {
	border: 1px solid #3a7fc3;
	color: #3a7fc3;
	background: #fff;
}
.full-content .signin-post .signup-right {
	float: right;
}
.full-content .signin-post .signup-right .btn-inverse {
	background: #f4aa00;
	color: #fff;
	margin-left: 5px;
	border: 1px solid #f4aa00;
}
.full-content .signin-post .signup-right .btn-inverse:hover {
	border: 1px solid #f4aa00;
	color: #f4aa00;
	background: #fff;
}
.pagination .div {
	display: inline-block;
}

.pagination .div .dropdown-menu {
	border: 0px;
  	border-top: 1px solid #3a7fc3;
  	background: #eee;
  	color: #57595a;
  	margin: 0px;
  	border-radius: 0px;
  	width: auto;
  	display: none;
}
.pagination .div:hover .dropdown-menu  {
	display: block;
}
.pagination .div .dropdown-menu>li>a {
	background: #eee;
	color: #57595a;
	margin: 0px;
}
.pagination .div .dropdown-menu>li>a:hover {
	background: #3a7fc3;
	color: #fff;
}
.pagination .div .dropdown-menu>li>a:after {
	display: none;
}
.pagination .div .dropdown-menu>li>a:before {
	display: none;
}
.pagination .div .head-title {
	padding-left: 20px;
	font-weight: bold;
}



@media (min-width: 768px) {
	.navbar-nav>li>.dropdown-menu {
		-webkit-transition: all .5s ease-in-out;
	  	-moz-transition: all .5s ease-in-out;
	  	-o-transition: all .5s ease-in-out;
	  	transition: all .5s ease-in-out;
	}
	.navbar-nav>li:hover>.dropdown-menu {
		display: block;
	}
}

@media all and (max-width: 1199px) and (min-width: 991px) {
	.nav>li>a {
		padding: 10px 6px;
	}

	#globalWrapper .single-image-section .rate-image .custom-square-o, 
	#globalWrapper .single-image-section .rate-image .custom-square {
		width: 20px;
	}
}

@media all and (max-width: 991px) and (min-width: 768px) {
	.featured-pages {
		float: right;
	}
	.carousel-3 .block {
		margin-bottom: 5px;
	}
	footer .likes {
		width: 100%;
		text-align: center;
	}
	footer .copyright {
		padding-top: 20px;
	}
	#globalWrapper .single-image-section .rate-image .custom-square-o, 
	#globalWrapper .single-image-section .rate-image .custom-square {
		width: 15px;
	}
}
@media all and (max-width: 1340px) and (min-width: 768px) {
	.newest-members .member .pic {
		width: 100%;
		height: 100%;
	}
	.newest-members .member .pic img {
		width: 100%;
		height: 100%;
	}
	.newest-members .member .name {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.view-post {
		display: block;
		clear: both;
		width: 100%;
	}
	.navbar-collapse {
	  padding-right: 15px;
	  padding-left: 15px;
	}
	.carousel-3 .block {
		margin-bottom: 5px;
	}
	.newest-members .member {
		float: left;
		width: 50%;
	}
	footer .links {
		width: 100%;
		margin: 30px auto;
	}
	footer .links li {
		width: 48%;
		display: inline-block;
	}
	/*#carousel-2 .block .img .photo {
		min-height: 380px;
	}*/
	.logo {
		float: none;
		display: inline-block;
		width: 100%;
		text-align: center;
		margin: 20px 0px;
	}
	.navbar-nav {
		position: fixed;
		left: 0;
		top: 0;
		width: 200px;
		height: 100%;
		margin: 0 0 0 -200px;
		overflow-y: auto;
		-webkit-transition: all .2s ease-in-out;
  		-moz-transition: all .2s ease-in-out;
  		-o-transition: all .2s ease-in-out;
  		transition: all .2s ease-in-out;
	}
	/*.collapse {
		display: block;
	}*/
	.sidebar-show .navbar-nav {
		margin-left: 0px;
		background: #eee;
	}
	.brand-right {
		position: absolute;
		padding: 0px;
		top: 0px;
		width: 100%;
	}
	.navbar-form {
  		padding: 10px 0px 0 7px;
  		border: 0px !important;
  		box-shadow: none;
  		top: -10px;
	}
	.brand-right .login-btn {
	  float: right;
	  margin: 10px 7px 0 0px;
	}
	.social-nav .home-btn {
		display: none;
	}
	.social-nav .social-btn {
		display: none;
	}
	.social-nav {
	  min-height: 50px;
	}
	.btn-default {
		background: none;
	}
	.brand-right .navbar-form .form-control {
		background-position: 0px 9px;
  		padding-left: 40px;
  		width: 130px;
  		font-size: 12px;
  		background-size: 38px;
  		height: 31px;
	}
	.brand-right .navbar-form .btn-default {
		padding: 4px 8px 7px;
		border: 0px;
		border-left-color: #efefef;
	}
	.brand-right .login-btn .btn {
		padding: 6px 8px;
		font-size: 12px;
	}
	.navbar .navbar-form .form-control {
		left: 16px;
	}
	.full-content .inn-img img {
		width: 100%;
	}
	.commnet-box .comment-title .btn-comment {
		padding: 11px 20px 10px;
	}
	.comment-row .comment-block .details {
		width: 62%;
	}
	.middle-sec {
		padding: 0px;
	}
	.left-sec {
		padding: 0px;
	}
	.right-sec {
		padding: 0px;
	}
	.inn-pagination {
		padding: 0px;
	}
	.pagination .div {
		margin-bottom: 5px;
	}
	.pagination a {
		font-size: 12px;
	}
	.pagination a:after {
		border-width: 21px;
  		margin-top: -21px;
	}
	.pagination a:before {
		border-width: 21px;
  		margin-top: -21px;
	}
	.pagination a.home-icon {
		padding: 3px 8px 3px;
	}
}
.toc_list1 {
  font-weight: 700;
}
.toc_list2 {
  margin-left: 7px;
}
.toc_list2 {
  margin-left: 10px;
}
.title h1 {
  display: inline;
  font-size: 17px;
}
.page_hdr {
  text-align: center;
  background: #d0d0d0;
  padding: 2px 5px 8px 15px;


}
.page_hdr h1 {
  font-size: 30px;
}
.logicaldiv{margin-left:20px;font-size:11px;line-height:13px;padding-bottom:5px}

.category-list #work_area.cate-sub-sub li a.one-box:hover,
.category-list #work_area.cate-sub-sub li.selected a.one-box {
	background: initial;
	color: initial;
	border-color: #6eda44;
	box-shadow: 0 0 3px rgba(110, 218, 68, 1);
	transition: all .5s ease-in-out;
}

#work_area #work-box.selected #one-box span {
	background: #6eda44;
}

#work_area #work-box.selected #one-box span .fa-check,
.category-list #work_area.cate-sub-sub li a.one-box:hover .fa-check {
	display: block;
	font-size: 12px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #000;
	transition: all .5s ease-in-out;
}

.cate-sub-sub .tooltip {
	min-width: 320px;
}

.mim-styles .helpdiv .fa-times-circle,
.mim-styles .helpdiv .ajax_link {
	display: none;
}

.mim-styles.hide-title .modal-body h4{
	display: none;
}

.mim-styles .modal-header {
	border: 0;
	color: #fff;
}

.mim-styles button.close {
	color: #fff;
	opacity: 1;
	top: 9px;
}

.mim-styles button.close:hover {
	color: red;
}

#work_area #work-box.selected #one-box span .fa-check {
	display: block;
	transition: all .5s ease-in-out;
}

#work_area #work-box #one-box span .fa-check {
	display: none;
}

.total-votes {
	font-family: 'Oswald', sans-serif;
	text-align: center;
	padding: 10px 5px 0 0;
}

.total-votes .fa-times-circle {
	font-size: 13px;
}

.total-votes #already_work_need {
	display: inline-block;
	margin-right: 5px;
}

.total-votes .fa-times-circle:hover {
	color: darkred;
}

.category-list #work_area.cate-sub-sub li a {
	background: initial;
	color: initial;	
}

#work_area .one-box {
	font-size: 11px;
	line-height: 13px;
	border: 1px solid #f1f1f1;
	padding: 5px;
	box-shadow: 0 0 3px rgba(110, 218, 68, 0);
}

#work_area .one-box span {
	float: left;
	width: 10px;
	height: 10px;
	line-height: 10px;
	background: #f1f1f1;
	position: relative;
	margin-right: 5px;
}

.category-list #work_area {
	padding: 5px;
}

/*
.work-rating-image-resp{list-style:none;margin:4px 0 0 0;padding:0;width:10px;height:10px;position:relative;background:url(/styles/layout/box_rating_3.gif) top left repeat-x}
.work-rating-image-resp li a{display:block;width:10px;height:10px;text-decoration:none;text-indent:-9000px;z-index:20;position:absolute;padding:0}
.work-rating-image-resp li a:hover{background:url(/styles/layout/box_rating_3.gif) left center;z-index:2;left:0}
.work-rating-image-resp li a:focus{-moz-outline-style:none}
.work-rating-image-resp a.one-box{left:0}
.work-rating-image-resp a.one-box:hover{width:10px;text-decoration:none;}
.work-rating-image-resp li.current-box-rating{background:url(/styles/layout/box_rating_3.gif) left bottom;position:absolute;height:10px;display:block;text-indent:-9000px;z-index:1}
*/
/**************************
 *  User Page
 *  **************************/

/* Custom Breadcrumbs */
.breadcrumbs {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  margin-bottom: 15px;
}

.breadcrumbs:after {
	content:'';
	display: block;
	clear: both;
}

.breadcrumbs > li {
  list-style: none;
	float: left;
	/*
  display: inline-block;
  vertical-align: top;*/
  background: #3a7fc3;
  font-size: 14px;
  line-height: 39px;
  padding: 0 13px 0 30px;
  margin: 0 4px 0 0;
  position: relative;
  transition: all .5s ease-in-out;
}

.breadcrumbs > li:hover {
  background: #48e191;
}

.breadcrumbs > li:hover:after {
  border-color: transparent transparent transparent #48e191;
}

.breadcrumbs > li:first-child:before {
  display: none;
}
.breadcrumbs > li:first-child {
  padding: 0 1px 0 8px;
}
.breadcrumbs > li:first-child i.fa-home {
  font-size: 21px;
	line-height: 38px;
  position: relative;
  top: 2px;
}

.breadcrumbs > li:after {
  content:'';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19.5px 0 19.5px 13px;
  border-color: transparent transparent transparent #3a7fc3;
  position: absolute;
  right: -13px;
  top: 0;
  bottom: 0;
  z-index: 3;
  transition: all .5s ease-in-out;
}
.breadcrumbs > li:before{
  content:'';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19.5px 0 19.5px 13px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.breadcrumbs > li a {
  display: block;
  color: #fff;
	height:38px;
  text-decoration: none;
}

.breadcrumbs > li.active {
  background: #57595a;
}

.breadcrumbs > li.active a {
  pointer-events: none;
}

.breadcrumbs > li.active:before {
  border-color: transparent transparent transparent #fff;
  z-index: 1;
}

.breadcrumbs > li.active:after {
  border-color: transparent transparent transparent #57595a;
}

/*  User Title Bar  */
#main-content .title {
  line-height: 39px;
  padding: 0 5px 0 15px;
  margin-bottom: 0;
  text-transform: capitalize;
}


#main-content .title.big-title {
	line-height: 59px;
}

#main-content .title.big-title .fa-paperclip {
	font-size: 21px;
	margin-right: 5px;
}

#main-content .title.big-title h2 {
	display: inline-block;
	vertical-align: top;
	font-size: 21px;
	line-height: 59px;
	text-transform: uppercase;
}

#main-content .images-gallery .title.big-title:after {
	display: none;
}

#main-content .attach-detach-section .big-title span,
#main-content .inbox-section .big-title span {
	display: inline-block;
	vertical-align: top;
	color: #f4aa00;
	text-transform: uppercase;
	position: relative;
	font-weight: bold;
	top: -5px;
	letter-spacing: 1px;
	padding-left: 5px;
}

#main-content .inbox-section .table-striped th.thHead {
	background :#337ab7
}

#main-content .inbox-section .table-striped .row2 .name {
	color: #337ab7;
	font-weight: bold;
}

#main-content .title.big-title .icon {
	margin-top: 17px;
}

#main-content .title:after {
  display: none;
}

#main-content .title i.icon-travel {
  font-size: 25px;
  line-height: 10px;
  margin-right: 10px;
  position: relative;
  top: 7px;
}

.gold-color {
	color: #f4aa00;
}

.title .fa-trophy {
	font-size: 19px;
	margin-left: 5px;
}

.title .custom-featured-edit {
	position: relative;
}

.title .fa-edit {
	position: absolute;
}

.title .custom-featured-edit .fa-trophy {
	font-size: 19px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
}

.title .custom-featured-edit .fa-edit {
	font-size: 26px;
	position: relative;
	vertical-align: top;
	top: 5px;
	left: -15px;
	opacity: 0.8;
}

.title .user-status {
  font-family: inherit;
  font-size: 12px;
  font-style: italic;
  color: #9d9ea0;
  float: none;
  margin-left: 15px;
}

.title .user-status.active {
  color: #30ff84;
}

.title .user-status.idle {
  color: #f6ab04;
}

/* User Featured Image Box */
.user-featured {
  display: block;
  position: relative;
}

.user-featured span {
  display: block;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;;
  font-size: 12px;
  color: #fff;
  line-height: 32px;
  background: rgba(0,0,0,0.4);
  position: absolute;
  left: 0;
  bottom: 0;
}

/* Section: User Info  */
.default-section {
  margin-bottom: 20px;
}

.default-section .btn-custom {
    line-height: 23px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-transform: none;
    color: #fff;
    padding: 0 15px 0 30px;
    margin-top: 15px;
    background: #337ab7;
    transition: all .5s ease-in-out;
    position: relative;
}

.default-section .btn-custom.active,
.default-section .btn-custom.active:hover,
.default-section .btn-custom.active:focus{
  background: #575b5a;
  color: #fff;
}

.default-section .btn-custom:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 17px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content:'\f06e';
    margin: 0 0 0 5px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 2px;
}
.default-section .btn-custom:hover,
.default-section .btn-custom:focus {
    background: #286090;
}

.default-section .title h2 {
    display: inline-block;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    margin: 0;
}

.default-section .subtitle {
    display: inline-block;
    font-size: 14px;
    font-family: Arial, sans-serif;
    margin: 20px 0 10px 0;
}

.default-section.user-links .subtitle {
    padding-left: 7px;
}

.user-details {
  background: #eee;
}

.user-details .noPaddingL {padding-left: 0;}
.user-details .noPaddingR {padding-right: 0;}

.user-details .user-featured img{
  width: 100%;
  max-width: 100%;
}

/* Reset row/col Bootstrap Defaults - for user-info box only
 * .user-info div.row {
 *   margin-left: -7px;
 *     margin-right: -7px;
 *     }
 *
 *     .user-info div[class^="col-md-"] {
 *       padding: 0 7px;
 *       }*/

/* User Info table - styles */
.ui-table {
  font-size: 12px;
  color: #57595a;
  margin: 0;
}

.ui-table th i{
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 20px;
  font-size: 17px;
}

.ui-table > tbody > tr > td,
.ui-table > tbody > tr > th {
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 18px;
}

.ui-table {
  border-bottom: 1px solid #dedede;
}

/* User Info Box */
.info-box {
  display: block;
  max-width: 100%;
  font-size: 12px;
  padding: 6px 0;
  border-top: 1px solid #dedede;
}

.info-box:first-child {
  border-top: none;
}

.info-box p {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}

.info-box p strong {
  display: block;
}

.info-box img {
	max-width: 100%
}

.user-info .row.user-stats {
  margin: 3px 8px;
}

.user-stats .like-box {
  background: #e2e2e2;
  font-family: "Oswald",sans-serif;
  font-size: 12px;
  line-height: 30px;
  color: #ea8c1a;
	padding: 0 5px;
}

.user-stats .like-box a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  margin-right: 7px;
}

.user-stats .like-box i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #ea8c1a;
  border-radius: 50%;
  color: #fff;
  position: relative;
  top: -2px;
  transition: all .5s ease-in-out;
}

.user-stats .like-box a:hover i{
  background: #30ff84;
}

.member-since p{
  display: block;
  font-size: 11px;
  line-height: 14px;
  margin: 0;
  color: #57595a;
}

.user-info .row.user-action {
  margin: 0;
}

.user-info .info-box {
	overflow: hidden;
}

.user-action div[class^="col-sm-"] {
  padding: 0 8px;
}

.user-item {
  display: block;
  position: relative;
  background: #c5d6e6;
  padding: 15px 15px 0 55px;
  min-height: 60px;
  color: #3a7fc4;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  transition: all .5s ease-in-out;
}

.user-item:hover,
.user-item:focus{
  text-decoration: none;
  background: #99bad9;
  color: #fff;
}

.user-item img {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* Section: User Gallery */
.user-gallery .title {
  position: relative;
  z-index: 9;
}
.user-gallery #user-filters-mosaic-flat {
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: -1px;
}

.user-gallery .cbp-l-filters-buttonCenter .cbp-filter-item {
  margin-bottom: 0;
}

.user-images .cbp-l-filters-alignRight .cbp-filter-item {
	vertical-align: top;
	top: 4px;
  margin-right: 6px;
	padding: 0;
	border: 0;
	color: #3a7fc3;
	text-transform: none;
}

.user-images .cbp-l-filters-alignRight .cbp-filter-item a {
	display: inline-block;
	vertical-align: top;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	padding: 0 10px;
	border: 1px solid #3a7fc3;
	background: #fff;
	color: #3a7fc3;
	text-decoration: none;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.user-images .cbp-l-filters-alignRight .cbp-filter-item a:hover {
	background: #3a7fc3;
	color: #fff;
}

/* Map Search Results Responsive - Lat/Lon */


/* Section: User Maps */
.user-maps iframe {
  border: none;
}

.user-maps .title .default-link {
  float: none;
  text-decoration: underline;
  text-decoration-color: #d1d5d8;
  color: #3a7fc3;
  text-transform: none;
  transition: all .5s ease-in-out;
}

.user-maps .title .default-link:hover {
  text-decoration-color: #3a7fc3;
}

/* Section: User Images */
.user-images .title {
  position: relative;
  z-index: 9;
}
.user-images #userimg-filters-masonry {
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: -1px;
}

.user-images .cbp-l-filters-buttonCenter .cbp-filter-item {
  margin-bottom: 0;
}

/* Section: User Links */
#main-content .user-links .title {
    margin-bottom: 15px;
}
.user-links .title a{
  float: none;
  color: #fca61b;
}

.default-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.default-list li {
    position: relative;
    margin-bottom: 10px;
    padding: 0 0 0 20px;
}

.default-list li.flag-exclamation:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f071";
    margin: 0 0 0 5px;
    color: #fca61b;
    transition: all .5s ease-in-out;
}

.default-list li span {
    display: inline-block;
    font-size: 10px;
    margin-left: 5px;
}
.default-list li span:before {
    content:'(';
}
.default-list li span:after {
    content:')';
}

.default-list li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f105";
    position: absolute;
    left: 7px;
    top: 3px;
    color: #3a7fc3;
    transition: all .5s ease-in-out;
}

.default-list li:hover:before {
    left: 12px;
}

.default-list li a{
    display: inline-block;
    color: #3a7fc3;
    text-decoration: none;
    transition: all .5s ease-in-out;
    position: relative;
}

.default-list li a:after {
    content:'';
    width: 100%;
    height: 1px;
    background: #3a7fc3;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .5s ease-in-out;
}

.default-list li:hover a {
    text-decoration: none;
}

.default-list li:hover a:after {
    width: 0;
}

.maxlist-more {
    margin: 15px 0;
}

.default-list li .message-date {
  float: right;
  margin-top: 5px;
}

/* Pagination */
.pagination-bg {
  background: #f8f8f8;
  padding: 20px 15px;
  border: 1px solid #f0f0f0;
}
.pagination-list {
  display: inline-block;
  vertical-align: top;
  list-style: none;
}

/* Pagination */
.pagination-bg {
  background: #f8f8f8;
  padding: 20px 15px;
  border: 1px solid #f0f0f0;
}
.pagination-list {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination-list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 -1px;
}

.pagination-list li.prev-page i,
.pagination-list li.next-page i {
  font-size: 21px;
  line-height: 17px;
}

.pagination-list li a {
  display: block;
  width: 19px;
  height: 19px;
  color: #fff;
  text-align: center;
  line-height: 19px;
  background: #575b5a;
}

.pagination-list li a:hover,
.pagination-list li a:focus {
  background: #337ab7;
  text-decoration: none;
  color: #fff;
}

.pagination-list li.disabled a,
.pagination-list li.active a{
  pointer-events: none;
}

.pagination-list li.active a{
  background: #337ab7;
}

.pagination-list li.disabled a {
  background: #f0ebf2;
  color: #575b5a;
}

.pagination-notes {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 21px;
  padding: 0 0 0 15px;
}

/**************************
 *  MISCs
 *  **************************/
 .noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.text-right {text-align: right}

.relative {position: relative}
.alert.relative i {
	position: absolute;
	left: 15px;
	font-size: 21px;
}

.alert.relative .close {
	right: 5px;
}


.default-link {
  color: #3a7fc3;
  transition: all .5s ease-in-out;
}
.default-link:hover {
  text-decoration: none;
}
input::-moz-focus-inner {
  border: 0;
}
object, embed, a, a:focus, a:hover {
  outline: 0;
}

.account-box {
  display: block;
  background: #f0efed;
  margin: 60px auto 180px auto;
  padding: 50px 70px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0, 0.2);
  box-sizing: border-box;
}
.account-box.signIn {
	max-width: 468px;
}
.account-box.signUp {
	max-width: 768px;
	padding-left: 15px;
	padding-right: 15px;
  box-shadow: 0 0 8px rgba(0,0,0, 0.5);
}


#account-login .account-box {
  display: block;
  background: #fff;
  margin: 60px auto 180px auto;
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0, 0.2);
  box-sizing: border-box;
}

#account-login .account-box h4 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 32px;
}

#account-login .account-box .new-account label {
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 2px solid #dedede;
}

#account-login .account-box .new-account ul {
	list-style: none;
	padding: 0;
}

#account-login .account-box .new-account ul  li {
	font-size: 14px;
	line-height: 29px;
}

#account-login .account-box .new-account ul  li  i {
	font-size: 21px;
	color: lightgreen;
}

#account-login .account-box .form-signin {
	background: #f0efed;
	padding: 25px 25px 10px 25px;
	border-radius: 5px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
}

#account-login .account-box .new-account {
	margin-top: 45px;
}

.logout-section  {
	position: relative;
}

.logout-section img{
	display: block;
	width: 420px;
	margin: 0 auto;
}

.logout-section h3 {
	position: absolute;
	top: 120px;
	padding-left: 15px;
}

.logout-section h3 strong {
	display: block;
	font-size: 42px;
	color: #3a7fc4;
}

.logout-section h3 span {
	display: block;
	margin: 15px 0 0 120px;
	color: #f6ab04;
}

.logout-section .title {
	margin-bottom: 30px;
}

.route-quality #meta_num_votes {
	color: #f4a546;
	font-size: 14px;
	float: right;
}



.route-quality .rating-container .filled-stars,
.route-quality .rating-container .empty-stars {
	display: block;
	height: auto;
}

.account-box.signUp .first {
	border-right: 1px solid #e3e6eb;
}

.account-box.signUp .form-group {
	position: relative;
}

.account-box.signUp .form-group span#usernameResult,
.account-box.signUp .form-group span#password_result,
.account-box.signUp .form-group span#emailResult {
	box-sizing: border-box;
	display: block;
	height: 15px;
	font-size: 12px;
	line-height: normal;
	margin: 0;
	padding-right: 30px;
	position: absolute;
	text-align: right;
	width: 100%;
}

.account-box.signUp .form-group #usernameLoading,
.account-box.signUp .form-group span#emailLoading {
	display: block;
	position: absolute;
	right: 30px;
	top: 10px;
}

.at-title {
	font-family: Calibri, sans-serif;
	font-size: 18px;
	margin-bottom: 30px;
	color: #575059;
}

.switch-type {
	padding-top: 130px;
	padding-left: 30px;
	padding-right: 30px;
}

.account-box.register {
	margin: 0;
	padding: 0 0 50px 0;
	position: relative;
	top: -460px;
}
.account-box.register .form-group {
	padding: 0 40px;
}

.account-box.register input[type="email"] {
	margin-bottom: 50px
}

.account-box.register language-options {
	border-bottom: 2px solid #dbdbdb;
}
.account-box.register .language-options.open {
      border-color: #25003a;
      .dropdown-menu{width: 100%;}
    }
  }

.account-box .form-title {
	font-size: 18px;
	line-height: 50px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 600;
	background: #a9abbc;
	color: #fff;
	margin: 0 0 50px 0;
	padding: 0;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.account-box input[type="radio"] {
	margin-right: 5px;
}

.account-box input[type="text"],
.account-box input[type="password"],
.account-box input[type="email"] {
	background: #f0efed;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 2px solid #c3c3c3;
	border-radius: 0;
	line-height: 32px;
	box-shadow: none;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #000;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.account-box input:focus {
	box-shadow: none;
	border-color: #25003a;

}
    /* Custom Styles for Placeholder */
.account-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #737373;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}
.account-box input::-moz-placeholder { /* Firefox 19+ */
	color: #737373;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}
.account-box input:-ms-input-placeholder { /* IE 10+ */
	color: #737373;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}
.account-box input:-moz-placeholder { /* Firefox 18- */
	color: #737373;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}
.account-box .checkbox {
	padding-left: 20px;
	margin: 0;
}

.account-box .forgot-remember {
	padding: 15px 0;
}

.account-box .forgot-remember a {
	float: right;
}

.account-box .forgot-remember label {float: left;}

.account-box .btn-signIn {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	line-height: 58px;
	letter-spacing: 2px;
	color: #fff;
	border:0;
	text-decoration: none;
	text-transform: uppercase;
	background: #3a7fc3;
	border: 1px solid transparent;
	padding: 0 40px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.account-box .btn-signIn:hover {
	background: #fff;
	color: #3a7fc3;
	border-color: #3a7fc3;
}

.account-box.signUp .btn-newUser {
	width: 85%;
}

.account-box .btn-newUser {
	display: block;
	width: 100%;
	margin-top: 30px;
	font-size: 14px;
	font-weight: normal;
	line-height: 58px;
	letter-spacing: 2px;
	color: #fff;
	border:1px solid transparent;
	text-decoration: none;
	text-transform: uppercase;
	background: #f4aa00;
	padding: 0 40px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.account-box .btn-newUser:hover {
	background: #fff;
	color: #f4aa00;
	border-color: #f4aa00;
}

.account-box .g-recaptcha {
	margin-top: 30px;
}

.account-box .new-account {
   margin-top: 60px;
}
.account-box label {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	margin: 0;
	text-align: left;
	color: #565159;
}

.alert-container {
	max-width: 468px;
	margin: 50px auto -70px auto;
}

.alert-container .alert {
	font-weight: normal;
	padding: 10px 10px 20px 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.account-box .new-account label {
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px 0;
	text-align: center;
	color: #565159;
}


/* Images Gallery */
#main-content .big-title.gray {
  padding: 0 10px;
  margin-bottom: 20px;
}

#main-content .big-title.gray h2 {
	color: #fff;
}

#main-content .inbox-section .big-title h2{
	font-weight: 500;
	color: #fff;
}

#main-content .images-gallery .title:after {
  display: block;
}


/* Custom Cards Grid */
.custom-card-item {
	background: #f1f1f1;
	box-shadow: -1px 2px 5px rgba(0,0,0,0.2);
	border-radius: 3px;	
	margin: 15px 0;
	padding: 10px 0;	
}

.custom-card-item.user-card .author-avatar {
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 15px;
}

.avatar .author-avatar  {
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 15px;
	width: 26px;
	height: 26px;
	border: 1px solid #999;
	position: relative;
	z-index: 2;
	display: inline-block;
	margin-right: 5px;
	color: #999;
	text-align: center;
	line-height: 26px;
}



.custom-card-item.user-card .author-avatar .fa-camera-retro {
	font-size: 120px;
	color: #bbb;
	position: relative;
	top: 50px;
}

.custom-card-item.user-card {
	min-height: 410px;
}

.custom-card-item.user-card .author-avatar img {
	display: inline-block;
	border-radius: 50%;
}

.custom-card-item.user-card .cci-details {
	height: 100px;
}

.ccip-title {
	font-family: 'Oswald', sans-serif;
}

.custom-card-item.user-card .cci-details p {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
}

.custom-card-item.user-card .user-power {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	color: #f6ab04;
	font-size: 12px;
	font-weight: 400;
}

.custom-card-item.user-card .user-location {
	font-size: 15px;
	margin-bottom: 30px;
	font-weight: 600;
}

.custom-card-item.user-card .card-header {
	padding-top: 30px;
	min-height: 273px;
	position: relative;
}

.custom-card-item.user-card .username-title  {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
}

.cci-author {
	display: block;
	margin-bottom: 10px;
}

.cci-details {
	height: 190px;
	overflow: hidden;
}

.no-primary-image {
	display: block;
	text-align: center;
	position: relative;
	padding-top: 50px;
}

.no-primary-image .fa {
	display: block;
	font-size: 72px;
	margin-bottom: 10px;
}

.no-primary-image span {
	font-size: 14px;
	text-transform: lowercase;
	font-weight: 600;
}

.no-primary-image:hover {
	text-decoration: none;
}

.cci-author .author-avatar {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 30px;
	margin-left: 15px;
	margin-right: 5px;
}

.cci-author .author-avatar img {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.card-header {
	position: relative;
}

.cci-author a {
	display: inline-block;
	vertical-align: top;
	
	width: 120px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
	text-decoration: none;
	color: #333;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.cci-author a:hover,
.cci-author a:focus {
	color: #337ab7;
}

.user-sh {
	float: right;
}

.user-sh b {
	width: 50px;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 13px;
}

.cci-author .cci-score,
.cci-author .cci-hits {
	display: block;
	margin-right: 10px;
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 2px;
}

.cci-thumb {
	display: block;
	width: 100%;
	clear: both;
	margin: 0;
	border: 0;
	text-decoration: none;
	position: relative;
	height: 208px;
	overflow: hidden;
	margin-bottom: 15px;
}

.cci-thumb img {
	width: 100%;
	margin: 0 auto;
	z-index: 2;
	top: 50%!important;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
}

.cci-details {
	padding: 0 15px;
}

.cci-title {
	display: block;
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
  font-family: 'Oswald', sans-serif;	
	z-index: 2;
	background: rgba(0,0,0,0.6);
	width: 100%;
	color: #fff;
}

.cci-title a{
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	padding: 5px 15px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.cci-title a:hover {
	text-decoration: underline;
}

.parent_search_list a {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
}
/*
.parent_search_list a:before {
	content:'-';
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}*/

.parent_search_list i.fa-circle {
	display: inline-block;
	vertical-align: top;
	font-size: 7px;
	margin-right: 5px;
	margin-top: 7px;
}

.parent_search_list span:first-child {padding-left: 0;}
.parent_search_list span:first-child .fa-circle{display: none;}
.parent_search_list span {display: inline-block; padding-left: 5px;}

.parent_search_list a:nth-child(2):before {
	display: none;
}

/* Images Gallery */

.images-gallery .title h2 {
  text-transform: uppercase;
}

.images-gallery .gallery-item {
  margin: 10px 0;
}

.images-gallery .gallery-item:nth-child(1),
.images-gallery .gallery-item:nth-child(2),
.images-gallery .gallery-item:nth-child(3),
.images-gallery .gallery-item:nth-child(4) {
	margin-top: 0;
}

.icon-gallery {
  display: inline-block;
  vertical-align: top;
  margin: 7px 5px 0 0;
  width: 24px;
  height: 24px;
  background: url(css/images/custom-icons/gallery-icon.png) no-repeat left top;
  background-size: contain;
}

.icon-image {
  display: inline-block;
  vertical-align: top;
  margin: 10px 5px 0 0;
  width: 24px;
  height: 24px;
  background: url(css/images/custom-icons/image-icon.png) no-repeat left top;
  background-size: contain;
}

.gallery-item .gi-thumb {
	display: block;
	height: 150px;
	overflow: hidden;
	border: 10px solid #e7e7e7;
	background: #e7e7e7;
}

.gallery-item .gi-thumb img {
	display: block;
	width: 100%;
	max-width: 100%;
}

.news-gallery .gallery-item  .gi-thumb img {
	width: 100%;
	height: 100%;
}

.news-gallery.new-images-section .cci-details {
	height: 55px;
}

#main-content .images-gallery .row .row {
	margin: 0 -5px;
}

#main-content .images-gallery .gallery-item {
	padding-left: 5px;
	padding-right: 5px;
}

.gallery-item .gallery-item-details {
	height: 130px;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.gallery-item .gallery-item-details > input {
	position: absolute;
	left: 0;
	top: 12px;
}

.gallery-item .gallery-item-details .item-title {

  display: inline-block;
  vertical-align: top;
  /* Fallback for non-webkit */
  display: -webkit-box;
  font: bold 14px Arial, sans-serif;
  color: #3d5ba6;
  line-height: 16px;
	/*
	width: 210px;
	height: 60px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;*/
}

.featured-articles .gallery-item-details {
	padding: 15px 0 0 0;
}

.featured-articles .article-type {
	position: absolute;
	right: 0;
	top: 3px;
	font-size: 10px;
}

.item-author-date {
  display: block;
  margin: 0 0 12px 0;
	padding: 0 10px;
}

.item-author-date .read-more {
	float: right;
	font-size: 12px;
	text-decoration: none;
		-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.item-author-date .read-more i {
	color: #77797c;
	position: relative;
	right: 0;
			-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.item-author-date .read-more:hover i {
	right: -5px;
	color: #3d5ba6;
}

.item-author-date:after {
  content:'';
  display: block;
  clear: both;
}

.featured-articles .gallery-item .gallery-item-details .item-title {
	padding: 0 15px;
}

.featured-articles .item-author-date {
	margin-top: 10px
}

.gallery-item .gi-author {
  font: normal 12px Arial, sans-serif;
  text-decoration: none;
  float: left;
  color: #3d5ba6;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}

.gallery-item .gi-author:hover {
  text-decoration: none;
}

.gallery-item .gi-author:hover:before {
  color: #3d5ba6;
}

.gallery-item .gi-author:before {
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  transform:translate(0, 0);
  content:"\f007";
  color: #77797c;
  font-size: 15px;
  margin-right: 5px;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}

.gallery-item .gi-date {
  font: normal 12px Arial, sans-serif;
  text-decoration: none;
  float: right;
  color: #77797c;
}

.gallery-item .gi-date:before {
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  transform:translate(0, 0);
  content:"\f073";
  font-size: 15px;
  margin-right: 5px;
  color: #77797c;
}

.gallery-item .gi-img {
  font: normal 12px Arial, sans-serif;
  text-decoration: none;
  float: right;
  color: #77797c;
	width: 50%;
	overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gallery-item .gi-img:before {
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  transform:translate(0, 0);
  content:"\f03e";
  font-size: 15px;
  margin-right: 5px;
  color: #77797c;
}

.item-details {
  color: #505050;
  font: normal 14px Arial, sans-serif;
  line-height: 16px;
  margin-bottom: 6px;
	padding-top: 15px;
	border-top: 1px solid #e1e1e1;
}

.item-details .id-description {
  display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 0 5px;
}

.item-details .id-score,
.item-details .id-hits{
  display: inline-block;
  vertical-align: top;
}

.item-hashtag {
  display: block;
  margin: 0;
  font: normal 14px Arial, sans-serif;
  color: #3d5ba6;
}

.item-hashtag a {
  display: inline-block;
  vertical-align: top;
  font: normal 14px Arial, sans-serif;
  color: #3d5ba6;
  text-decoration: underline;
}

.item-hashtag a:hover {
  text-decoration: none;
}

.gallery-pagination {
  padding: 10px;
  background: #d3d3d3;
}

.gallery-pagination  {
	margin-bottom: 10px;
}

.gallery-pagination .pager {
  float: right;
  margin: 0;;
}

.view-comment.gallery-pagination .pager a {
	display: inline-block;
	vertical-align: top;
	min-width: 60px;
}

.gallery-pagination .pager a {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

.gallery-pagination .pager a i {
	font-family: 'Oswald', sans-serif;
}

.gallery-pagination .pager a i:before {
	font-family: FontAwesome;
}

/* Advanced Search Dropdown */
.search-note {
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #77797c;
  text-align: right;
}

/*
#adv-search {
  padding-left: 245px;
}*/


#search_form_box .input-group-btn {
	float: left;
	width: auto;
}

#adv-search .search-panel .btn {
  border-color: #d3d3d3;
  font-family: "Open Sans", sans-serif;
  color: #77797c;
}

#adv-search .search-panel .btn:hover {
  background: #d3d3d3;
}

#adv-search input.form-control {
  width: 150px;
	float: left;
	border-color: #3a7fc3;
	margin-left: -1px;
}

#adv-search .search-category {
  float: left;
}

#adv-search .search-category label {
	float: left;
  color: #f6ab04;
  font-size: 15px;
	line-height: 32px;
  font-weight: 400;
	margin: 0 10px 0 0;
}

#main_div .select2-container {
	width: 100% !important;	
}

#main_div.edit_header_div .select2-container--default .select2-selection--single{
	display: block;
	width: 100%;
	border: 1px solid #e9e9e9;
	line-height: 36px;
	height: 36px;
	border-radius: 5px;
	padding: 0 40px 0 10px;
	box-shadow: inset 0 2px 3px rgba(217,217,217,0.7);
	background: #fff;
	font-size: 18px;
	font-weight: normal;	
}

#main_div.edit_header_div .select2-container--default .select2-selection--multiple {
	display: block;
	width: 100%;
	border: 1px solid #e9e9e9;
	line-height: 36px;
	min-height: 36px;
	border-radius: 5px;
	padding: 0 40px 0 10px;
	box-shadow: inset 0 2px 3px rgba(217,217,217,0.7);
	background: #fff;
	font-size: 18px;
	font-weight: normal;	
}

#main_div.edit_header_div .form-group {
	min-height: 82px;
}


.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, 
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
		border-color: #a4a4a4 !important;
}

#main_div.edit_header_div .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
	padding: 0;
}

#main_div.edit_header_div .select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 2px;
}

#main_div.edit_header_div .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	line-height: 24px;
}

#main_div.edit_header_div input[type="text"],
#main_div.edit_header_div input[type="email"] {
	display: block;
	width: 100%;
	min-width: 100%;
	border: 1px solid #e9e9e9;
	line-height: 36px;
	height: 36px;
	border-radius: 5px;
	padding: 0 40px 0 10px;
	box-shadow: inset 0 2px 3px rgba(217,217,217,0.7);
	background: #fff;
	font-size: 18px;
	font-weight: normal;
}

#main_div.edit_header_div textarea {
	display: block;
	width: 100%;
	min-width: 100%;
	border: 1px solid #e9e9e9;
	min-height: 150px;
	border-radius: 0;
	padding: 15px 40px 15px 15px;
	box-shadow: inset 0 2px 3px rgba(217,217,217,0.7);
	background: #fff;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
}

#main_div.edit_header_div .editor-tools {
	background: #3a7fc3;
	color: #fff;
	padding: 5px;
}

#main_div.edit_header_div #advanced {
	display: block;
	width: 150px;
	margin: 0 auto 30px auto;
	background: #3a7fc3;
	color: #fff;
}

#main_div.edit_header_div .ajax_info {
	position: absolute;
	top: 0;
	right: 15px;	
	cursor: pointer;
}

/*
#main_div.edit_header_div .form-group {
	height: 76px;
}
*/

#globalWrapper #map2 {
	width: 100% !important;
	height: 244px !important;
}

#globalWrapper .empty-col {
	display: block;
	width: 100%;
	margin: 0;
	height: 74px;
}

#adv-search .search-category .select2-container {
	float: left;
  width: 195px !important;
}

#adv-search .select2-container--default .select2-selection--single {
	height: 34px;
	border-radius: 0;
	border-color: #3a7fc3;
}

#adv-search .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 32px;
}

#adv-search .btn-default {
  text-transform: none;
  font-family:"Open Sans", sans-serif;
  font-weight: 400;
}

#adv-search .btn-default .caret{
  width: auto;
}

#adv-search .dropdown.dropdown-lg .dropdown-menu {
  margin-top: -1px;
  padding: 6px 20px;
}
#adv-search .input-group-btn .btn-group {
  display: flex !important;
}
#adv-search .btn-group .btn {
	float: left;
  border-radius: 0;
  margin-left: -1px;
}
#adv-search .btn-group .btn:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#adv-search .btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#adv-search .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
#adv-search .form-group .form-control:last-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#adv-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 2px;
}

/* Single image */

.single-image-section {
    background: #f0efed;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -20px;
    overflow: hidden;
    padding-top: 20px;
}

.single-image-section .col-xs-12.col-sm-3.noPaddingL {
    background: #fff;
    box-shadow: 0 0 2px 2px #bbbbbb;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.images-gallery .sizes {
	float: right;
	margin: 0;
}

.images-gallery .sizes p {
	display: inline-block;
	font-size: 14px;
	margin-bottom:0;
}

.images-gallery .sizes a {
	display: inline-block;
	float: none;
	font-size: 14px;
	color: #fff;
	padding: 0 5px;
}

.main-image {
    background: #fff;
    border: 1px solid #cccccc;
    box-shadow: 0 0 2px 2px #cccccc;
    display: block;
}

.main-image.inlineB {
	display: inline-block;
}

.single-image-section .main-image {
    margin-bottom: 10px;
}

.single-image-section .share-image img {
    max-width: 100%;
    padding-right: 15px;
}

.single-image-section .comment-title h2{
    padding-left: 0;
}

.single-image-section .data_box_data > strong {
    color: #555555;
}

.single-image-section .data_box_data img {
    margin-right: 8px;
}

.single-image-section .data_box_data {
    margin-left: 15px;
    margin-top: 5px;
}

.main-image img {
	max-width: 100%;
    max-width: 100%;
    margin: 0 auto;
	padding: 10px;
}

.main-image span {
	display: block;
	font-size: 14px;
	color: #505050;
	margin:0 0 10px 28px;
}

.submitted-by-box p {
	margin: 0;
}

.submitted-by-box .fa-info-circle {
	font-size: 18px;
	color: #305d8c;
	vertical-align: middle;
}

.submitted-by-box .cci-author .author-avatar {
	margin-left: 0;
	border: 1px solid #c1c1c1;
	color: #3c3c3c;
}

.submitted-by-box .cci-author .author-avatar:hover {
	color: #3a7fc3;
	border-color: #3a7fc3;
}

.score-info {
  background: none;
  border: 0;
  box-shadow: none;
}

.single-image-section .vs-box .rating-container .caption {top: 5px;}
.single-image-section .vs-box .rating-container .clear-rating {
	top: 0;
}

.single-image-section .rate-image {
    background: #f6f6f6;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    padding: 20px 0 20px 15px;
}

.single-image-section .rate-image .custom-square-o,
.single-image-section .rate-image .custom-square {
	width: 25px;
	height: 15px;
}

.single-image-section .line.vs-box {
	padding: 0 1px;
}

.rate-image p > span,
.rate-image p > a > span {
	display: inline-block;
	vertical-align: top;
	color: #41c11e;
	font-size: 15px;
}

.rate-image .fa-info-circle {
	font-size: 18px;
	color: #305d8c;
	vertical-align: middle;
}

.rate-image

.rate-image .fa-user {
	font-size: 16px;
	margin-right: 5px;
	vertical-align: middle;
}

.rate-image .login-vote {
	margin-right: 3px;
}

.rate-image .view-post a {
	padding:0 5px;
}

.rate-image .view-post a i.fa {
	margin-right: 5px;	
}

.rate-image h4 {
    margin-top: 0px;
}

.share-image {
	background: #fff;
	padding: 20px 0 20px 15px;
}

.share-image .fa-share-alt {
	color: #505050;
	font-size: 18px;
	vertical-align: middle;
    padding-bottom: 5px;
    padding-right 3px;
}

#page-content-wrapper .panel {
	box-shadow: none;
	border-radius: none;
	border-bottom: 3px solid #fff;
	border-top: none;
	border-left: none;
	border-right: none;
}

.panel-group .panel + .panel {
	margin-top: 0;
}


.panel-title {
	 font: bold 14px/16px Arial,sans-serif;
	 color: #57595a;
}
.panel-title span {
	 font: bold 14px/16px Arial,sans-serif;
	 color: #fca61b;
}
.panel-group {
     background-color: #f6f6f6;
    color: blue;
}

.share-image-h4 {
    font-family: "Oswald",sans-serif;
    font-size: 18px;
}

.panel-title {
  position: relative;
  font-family: "Oswald",sans-serif;
}

.panel-title .glyphicon {
  display: block;
  width: 16px;
  height: 16px;
  background: #3a7fc3;
  position: absolute;
  right: 0;
  top: 2px;
  color: #fff;
  text-align: center;
  font-size: 9px;
  line-height: 16px;
}

#accordion .item-author-date .gi-author {
    font-size: 11px;
}

#accordion .item-author-date .gi-date {
    margin-left: 20px;
    font-size: 11px;
}

#accordion .item-details {
    font-size: 12px;
}

#accordion .item-hashtag a {
    font-size: 12px;
}

.single-image-section #accordion .panel-body {
    background: #eeeeee;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}

#accordion .panel-heading {
    background: #fff;
}

.middle-wrapper .right-sidebar {
	background: #fff;
	padding: 15px 0;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: -15px;
	margin-right: -15px;
}

.single-image-section .panel-title {
    float: left;
}
.single-image-section .right-sidebar .panel-title {
    float: initial;
}

.single-image-section .thumb_img {
    margin: 0 10px 8px 9px;
}

.single-image-section .panel-title > a {
    margin-right: 4px;
}

.single-image-section h4.panel-title > div {
    float: left;
    padding: 0 0 10px;
    width: 100%;
}

.single-image-section h4.panel-title > div table {
    width: 100%;
}

/*.single-image-section .pager > a {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    padding: 7px 5px 5px;
}*/

.single-image-section .view-comment .pager a.selected {
    border-color: #777777;
    position: relative;
    z-index: 5;
}

/* Overwrite image gallery styling for single image */

.single-image-section .gallery-item .gi-thumb img {
    height: auto !important;
    width: auto !important;
}

.single-image-section .gallery-item .gi-thumb {
    border: none;
    height: auto;
	float: left;
}

.single-image-section .item-title, .single-image-section .data_box2_heading {
    display: none !important;
}

.single-image-section .item-details {
		border-top: none;
}

.single-image-section .share-image > iframe {
    display: inline-block;
}

.single-image-section .share-image .data_mid2 {
    display: block;
    position: relative;
		width: 100%;
}

.single-image-section .share-image .data_mid2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.single-image-section .share-image .data_mid2 li {
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}


/* Responsive */
@media screen and (min-width: 768px) {
  #adv-search {
    margin: 0 auto;
  }
  #adv-search .dropdown.dropdown-lg {
    position: static !important;
  }
	#advanced-search .dropdown.dropdown-lg .dropdown-menu {
		min-width: 320px;
	}
  #adv-search .dropdown.dropdown-lg .dropdown-menu {
    min-width: 320px;
  }
}

#carousel-2 .carousel-indicators li {
  width: 15px;
  height: 15px;
}

#carousel-2 .carousel-indicators li.active {
  background: #3a7fc3;
}

#carousel-1 .carousel-indicators{
  margin-top: -26px;
}

#carousel-3 .carousel-indicators,
#carousel-4 .carousel-indicators{
  margin-top: -22px;
}

#carousel-3 .carousel-indicators li,
#carousel-4 .carousel-indicators li{
  width: 15px;
  height: 15px;
}

#carousel-1 .carousel-indicators li.active,
#carousel-3 .carousel-indicators li.active,
#carousel-4 .carousel-indicators li.active{
  background: #fff;
}

.breadcrumbs > li ul li.head-title {
	font-weight: bold;
	padding-left: 20px;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 0;
}

.breadcrumbs > li:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}

.breadcrumbs > li ul li a {
	color: #333;
}

.breadcrumbs > li ul li a:hover {
	color: #fff;
}

.breadcrumbs > li ul li a {
	line-height: 32px;
}

.table-of-contents {
  list-style: none;
  padding: 0;
  margin: 0;
}

.table-of-contents ol {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 15px;
}

.table-of-contents ol ol {
  margin-bottom: 0;
}

.faq-styles h2.in-title {
  background: #57595a;
  color: #fff;
  line-height: 39px;
  padding: 0 5px 0 15px;
  font-size: 21px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.faq-styles h3.sub-title {
  background: #eee;
  color: #57595a;
  line-height: 39px;
  padding: 0 5px 0 30px;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.faq-styles h4.sub-title2 {
  background: #eee;
  color: #57595a;
  line-height: 32px;
  padding: 0 5px 0 30px;
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}


.default-faq-section {
  padding-left: 30px;
}

.default-faq-section .well {
  margin-left: 30px;
  display: inline-block;
  vertical-align: top;
}

.default-faq-section p{
  padding: 0 0 0 30px;
}

.faq-styles .faq-list {
  margin-left: 15px;
}

.goTop {
  opacity: 1;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  border: 1px solid #c3c3c3;
  background: #fff;
  position: fixed;
  text-decoration: none;
  right: 15px;
  bottom: 30px;
  padding: 5px 10px 5px 30px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.goTop:hover,
.goTop:focus{
  text-decoration: none;
}

.goTop i {
  font-size: 32px;
  position: absolute;
  top: 0px;
  left: 5px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.goTop:hover i {top: -25px;}

.goTop.visible {
  opacity: 1;
}


/* VS/Voting System styles */
.vs-box  {
	position: relative;
}

.vs-box .rating-container .rating {
	margin-top: 15px;
	height: 16px;
	vertical-align: top;
}

.rating-container .filled-stars,
.rating-container .empty-stars {
	display: block;
	height: 16px;
}

.vs-box .rating-container .star {
	margin: 0 0 0 1px;
	cursor: pointer;
}

.vs-box .rating-container .star:first-child {
	margin-left: 0;
}

.custom-square {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	width: 16px;
	height: 16px;
	background: #3a7fc3;
	border: 1px solid #3a7fc3;
}

.custom-square-o{
	display: inline-block;
	vertical-align: top;
	margin: 0;
	width: 16px;
	height: 16px;
	background: transparent;
	border: 1px solid #919191;
}

.vs-box .rating-container .caption  {
	position: absolute;
	right: 11px;
	top: 15px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}

.vs-box .rating-container .caption .label {
	font-weight: 500;
}

.vs-box .rating-container .clear-rating {
	position: absolute;
	right: 70px;
	top: 8px;
}

.single-image-section .vs-box .rating-container .clear-rating {
	right: 80px;
}


.route-quality {
	display: block;
	clear: both;
	position: relative;
}

.route-quality .rating-container .rating {
	cursor: pointer;
}

.route-quality .rating-disabled-overlay {
	display: block;
	width: 100%;
	height: 45px;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 9999;
	cursor: pointer;
}

.route-quality h2 {
	background: #57595a;
	margin-bottom: 0px;
	font-size: 17px;
	text-transform: none;
	color: #fff;
	padding: 7px 15px;
	line-height: 24px;
	margin-top: 14px;
}

.route-quality .rating-container {
	padding: 15px;
}

.tovote {display: inline-block;}

/* Album Page - Style */
.album-details {
  background: #eee;
}

.album-details h2 {
  color: #f4aa00;
}

.album-details h2 span {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  float: none;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.album-details h2 a {
  display: inline-block;
  vertical-align: top;
  float: none;
  font-size: 19px;
  line-height: 32px;
  margin: 0 5px;
  color: #fff;
  position: relative;
  top: -7px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.album-details h2 a:hover {
  color: #6eda44;
}

.album-featured {
  display: inline-block;
  margin: 5px 5px 0 5px;
}

.album-featured img {
  display: block;
  border: 4px solid #fff;
}

.album-featured .ui-table a {
  color: #3a7fc3;
}

.album-featured .ui-table a:hover {
  text-decoration: underline;
}

/* Album Section */
.user-gallery.album-section div.title {
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	padding-top: 6px;
	padding-bottom: 4px;
}

.user-gallery.album-section{
	clear: both;
}

button:focus {
	outline: 0;
}

.user-gallery.album-section div.title .icon-image {
	margin-top: 0;
}

.album-section {
  background: #eee;
}

.album-section h2 {
  color: #fff;
}

.album-section h2 span {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  float: none;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  top: -2px;
}

.album-content {
  padding: 15px;
  font-size: 14px;
  color: #57595a;
}

.album-content .cbp {
	background: #fff;
}

#globalWrapper .nav {
	font-weight: normal;
}

/*#globalWrapper input, #globalWrapper textarea,#globalWrapper select {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}*/

.album-section .cbp .cbp-item {
  border: 10px solid #fff;
}

.album-section .cbp-item-title {
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 8px 0 0 0;
}

.album-section .btn-comment {
  background: #f4aa00;
  color: #fff;
  padding: 0 25px;
  margin-right: -5px;
  text-transform: uppercase;
  float: right;
  display: block;
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
}

.image-container {
	text-align: center;
	display: block;
	clear: both;
}

.full-content .image-container .inn-img.pull-center {
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0 0 15px 0;
}

/* Modal */
#account-login .modal-content {
	background: none;
	border: 0;
	box-shadow: none;
}

button.close {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 50px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	overflow: hidden;
}

button.close:focus,
button.close:hover {
	box-shadow: none;
	border: 0;
	outline: 0;
}

button.close span {
	display: block;
	height: 50px;
	line-height: 37px;
}


#page-not-found {
	background: url(css/images/bg-404.jpg) no-repeat left top;
	min-height: 550px;
	background-size: cover;
	margin-top: -19px;
}

#page-not-found  p {
	margin: 0;
}

#page-not-found  p.pnf-title {
	color: #fff;
	font-size: 48px;
	padding-top: 120px;
	text-transform: uppercase;
	text-shadow: -1px 1px 1px rgba(0,0,0,0.6);
}

#page-not-found  p.pnf-text {
	font-size: 22px;
}

#page-not-found  p.pnf-text a {
	color: #fff;
	text-shadow: -1px 1px 1px rgba(0,0,0,0.6);
}

.delete-user-form {
	float: right;
} 

.delete-user-form input[type="text"] {
	line-height: 21px;
	border: 0;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
}

.delete-user-form input[type="submit"] {
	background: #8b0000;
	color: #fff;
	line-height: 21px;
	box-shadow: none;
	border: 1px solid #fff;
	-webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out;
}

.delete-user-form input[type="submit"]:hover {
	background: #ff0000;
}

.edit-my-profile {
	margin: 0 10px;
}

.contribute_link.custom-cl {
	position: absolute;
	top: 0;
	right: 10px;
	text-align: right;
}

div.title .custom-cl a {
	float: none;
}

.pager-container {
	border: 1px solid #ddd;
	line-height: 32px;
	font-family: 'Oswald', sans-serif;
	padding: 0 0 0 10px;
}

.view-comment.pager-container .pager  a,
.view-comment.pager-container .pager  span.static-link,
.single-image-section .pager a {
	display: inline-block;
	background: #fff;
	min-width: 32px;
	margin: 0 -1px;
	text-decoration: none;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.view-comment.pager-container.fixed-height .pager  a, 
.view-comment.pager-container.fixed-height .pager  span.static-link {
	height: 31px;
}

.view-comment.pager-container .pager  a:hover {
	background: #ddd;
	color: #3a7fc3;
	text-decoration: none;
}

.view-comment.pager-container .pager  a.selected {
	background: #3a7fc3;
	color: #fff;
	border-bottom: 0;
	border-top: 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.pager-container .pagertext {
	display: none;
}

#results .table-striped {
	margin-bottom: 0;
}

.table-striped thead {
	background: #f1f1f1;
}

#results .table-striped  .srch_header {
	position: relative;
}

#results .table-striped .srch_header .fa-info-circle,
#results .table-striped .srch_header .fa-sort {
	position: relative;
	color: #ccc;
	top: -5px;
	cursor: pointer;
}

#results .table-striped .srch_header .fa-info-circle:hover {
	color: #f4aa00;
}

#results .table-striped .srch_header a {
	text-decoration: none;
}

#results .table-striped .srch_header a:hover i {
	color: #f4aa00;
}

.helpdiv.popover {
	top: 32px !important;
	left: 0 !important;
	padding: 15px 15px 30px 15px;
	min-width: 320px;
	font-family: 'Oswald', sans-serif;
}

.helpdiv.popover.right {
	top: 32px !important;
	left: initial !important;
	right: 0 !important;
}

.helpdiv.popover:before {
	content:'';
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 58px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11px 10px 11px;
	border-color: transparent transparent #ffffff transparent;
	z-index: 1;
}

.helpdiv.popover:after {
	content:'';
	display: inline-block;
	position: absolute;
	top: -11px;
	left: 58px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11px 10px 11px;
	border-color: transparent transparent #ccc transparent;
}

.helpdiv.popover.right:before,
.helpdiv.popover.right:after {
	left: initial;
	right: 10px;

}

.helpdiv.popover .fa-times-circle {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 14px;
	cursor: pointer;
	color: #999;
	font-family: 'Oswald', sans-serif;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.helpdiv.popover .fa-times-circle:before {
	font-family: fontawesome;
	font-size: 21px;
	position: relative;
	top: 2px;
}

.helpdiv.popover .fa-times-circle:hover {
	color: darkred;
}

#search_form_box {
	float: right;
	font-family:"Oswald", sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding-top: 14px;
	position: relative;
	z-index: 12;
}


.users-section .fa-user-circle {
	font-size: 23px;
	margin-right: 5px;
}

.commnet-box .fa-thumbs-up {
	font-size: 23px;
	margin-right: 5px;
}

.users-section .srch_results .user-avatar {
	display: block;
	width: 60px;
	height: 60px;
	border: 2px solid #fff;
	box-shadow: 0 0 6px #999;
	border-radius: 100px;
	margin: 0 15px 0 0;
}

.users-section .srch_results .user-avatar img {
	display: block;
	border-radius: 100px;
	width: 56px;
	height: 56px;
}

#adv-search #advanced-menu {
	padding-top: 15px;
}

#adv-search select.form-control {
	width: 190px;
}

.form-horizontal #adv-search #advanced-menu {
	padding: 15px 30px;
}

#advanced-menu label {
	display: block;
	font-family:"Oswald", sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #000;
}

#advanced-menu .form-group .search_text {
	display: block;
	width: 100% !important;
	padding: 0 10px;
	box-sizing: border-box;
	height: 32px;
	box-sizing: border-box;
	border-radius: 0;
	color: #444;
	border: 1px solid #3a7fc3;
}

#advanced-menu .select2-container {
	width: 100% !important;
	box-sizing: border-box;
}

#advanced-menu .select2-container .select2-selection--single,
#advanced-menu .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 32px;
	line-height: 32px;
}

/*
#search_form_box label {
	float: left;
	font-family:"Oswald", sans-serif;
	font-size: 15px;
	line-height: 28px;
	font-weight: normal;
	margin: 0 5px 0 0;
}*/

#search_form_box  input.search_text.form-control[type="text"] {
	float: left;
	margin: 0;
	width: 250px;
	height: 34px;
	color: #000;
	border: 1px solid #3a7fc3;
	padding: 0 10px;
	vertical-align: top;
}
/*
#search_form_box #advanced {
	display:inline-block;
	vertical-align: top;
	padding: 0;
	width: 28px;
	height: 28px;
	font-family:"Oswald", sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
	border:1px solid #3a7fc3;
	background: #3a7fc3;
	color: #fff;
	text-align: center;
	margin-left: -4px;
	text-transform: uppercase;
	border-left: 1px solid #3a7fc3;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#search_form_box #advanced:hover {
	background: #f4aa00;
	color: #fff;
	border-color: #f4aa00;
}

#search_form_box .show-advanced1 {
	float: none;
	display: inline-block;
	vertical-align: top;
	line-height: 28px;
	background: #fff;
	border-left: 1px solid #3a7fc3;
	border-right: 1px solid #3a7fc3;
	padding: 0 10px;
	color: #3a7fc3;
	margin-left: -4px;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#search_form_box .show-advanced1:hover,
#search_form_box .show-advanced1:focus {
	background: #3a7fc3;
	color: #fff;
}

#advanced1 {
	display: none;
	position: absolute;
	width: 100%;
	padding-right: 10px;
	right: 0;
	top: 63px;
	text-align: right;
	background: #6e7172;
	z-index: 1001;
	box-sizing: border-box;
	padding: 10px;
	height: 44px;
}

#advanced1 input,
#advanced1 select {
	color: #000;
	display: inline-block;
	vertical-align: top;
}

#advanced1 select {
	border: 0;
	height: 28p;
}

#advanced1 label {
	margin-left: 10px;
}*/

#user_list {
	float: right;
	height: auto;
	line-height: normal;
}

/* Comment Styling */

.discussions-section #discussion_form {
	background: #e7e7e7;
	padding: 15px;
}

#discussion_form h3 {
	text-align: center;
	margin: 0 0 30px 0;
}

#discussion_form .form-group label {
	display: block;
}

#discussion_form .select2-container {
	width: 70px !important;
	margin-right: 5px;
}

#discussion_form .select2-container--default .select2-selection--single {
	border-radius: 0;
	line-height: 26px;
}

#discussion_form textarea {
    border: 1px solid #cccccc;
    margin: 5px 0;
    max-width: 560px;
    width: 100%;
}

#discussion_form input {
    border: 1px solid #cccccc;
    margin-bottom: 5px;
}

#discussion_form input[type="submit"] {
    letter-spacing: 1px;
    padding: 4px 10px;
    text-transform: none !important;
}

.custom-page-title {
	background: #d0d0d0;
	padding: 15px;
}

.custom-page-title h2 {
	margin: 0;
	line-height: normal;
}

.custom-page-title h2 a {
	display: inline-block;
	vertical-align: top;
	line-height: normal;
}

.custom-page-title #order_form {
	text-align: right;
	padding-top: 8px;
}

.custom-page-title #order_form .btn.btn-default {
	display: inline-block;
	vertical-align: top;
	line-height: 26px;
	padding: 0 5px;
}

.custom-page-title .select2-container--default .select2-selection--single {
	line-height: 25px;
	border-radius: 0;
	border-color: #3a7fc3;
}

.custom-page-title #order_form .select2-container {
	width: 150px !important;
	text-align: left;
	margin: 0 2px;

}

/* What's New - Section */
.whats-new .big-title i.fa,
.googleMap-section .big-title i.fa{
	font-size: 23px;
	margin-right: 5px;
}

.googleMap-section .view-comment:last-child {
	margin-top: 0;
}

.lat-lon {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	font-size: 15px;
}

.lat-lon span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	text-transform: lowercase;
}

.lat-lon span:first-child {
	display: inline-block;
	margin-right: 15px;
}

.lat-lon span em {
	color: #f6ab04;
	font-style: normal;
}

#main-content .news-links .more-news{
	color: #f6ab04;
	float: right;
	margin-right: 10px;
	text-decoration: none;
}

#main-content .news-links .more-news a {
	color: #fca61b;
	text-transform: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;

}

#main-content .news-links .more-news a:hover,
#main-content .news-links .more-news a:focus {
	text-decoration: none;
	border: 0;
  color: #30ff84;
}

/*
.news-links .more-news i:before {
	position: relative;
	right: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.news-links .more-news:hover i:before {
	right: -5px;
	color: #000;
}
*/

.googleMap-section {}



.full-map {
	position: relative;
	overflow: hidden;
	border: 2px solid #337ab7
}

.full-map .map-sidebar-wrapper{
	position: absolute;
	height: 100%;	
}

.map-sidebar {
	position: relative;
	left: 0;
	padding: 0;
	margin: 0;
	width: 280px;
	height: 100%; 
	overflow-x: auto;
	z-index: 9001;
	border-right: 1px solid #337ab7;
	background: rgba(255,255,255,0.9);	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;			
}

.map-sidebar.hidden-sidebar {
	left: -280px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;			
}

.map_search_result {
	display: block;
	padding: 5px;
	border: 1px solid #337ab7;
	margin: 5px;
}

.map_search_result .map-pin {
	margin: 0;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.map_search_result .map-location {
	font-size: 12px;
	padding-left: 28px;
	line-height: 14px;	
}

.map_search_result:nth-child(even) {
	/*background: rgba(51,122,183,0.1);*/
}

.map_search_result:nth-child(odd) {
	background: rgba(0,0,0,0.1);
}

/* Custom Popover */
.custom-popover {
	width: 250px; 
	font-size: 10px;
}

.custom-popover .map-thumb {
	display: block;
	border: 1px solid #d3d3d3;
	margin: 0;
}

.custom-popover .map-thumb img {
	max-width: 100%;
}

.custom-popover h3 {
	display: block;
	margin: -5px 0 10px 0;
	text-align: center;
}

.custom-popover .search_results_title{
	display: inline-block;
	font-family: 'Oswald', sans-serif;	
	color: #337ab7;
	font-size: 17px;
	text-align: center;
	text-decoration: none;
}

.custom-popover .search_results_title:hover {
	text-decoration: underline;
}

.map-list {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid rgba(51,122,183,0.1);
}

.map-list li {
	display: block;
	text-align: left;
	font-size: 14px;
	line-height: 21px;
	border-bottom: 1px solid #fff;	
}

.map-list li:nth-child(odd) { 
	background: #fefefe;

}

.map-list li:nth-child(even) {
	background: rgba(51,122,183,0.1);
}

.map-list li i {
	display: inline-block;
	width: 16px;
	margin-right: 5px;
	text-align: center;
}

.map-list li.parents-item {
	font-size: 12px;
}

.sidebar-toggle-button {
	position: absolute;
	right: -40px;
	display: block;
	z-index: 9001;
	width: 40px;
	height: 70px;
	background: rgba(255,255,255,0.9);
	text-align: center;
	color: #337ab7;
	border: 1px solid #337ab7;
	border-left: 0;
	font-size: 30px;
	top: 75px;
	line-height: 70px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;		
}

.sidebar-toggle-button:hover {
	background: rgba(51,122,183,0.9);
	color: #fff;
}

.sidebar-toggle-button.active {
	right: 240px;
}

.sidebar-toggle-button.active i.fa:before {
	content:"\f105";
}

.news-links .more-news:before {
	content:'[';
	padding-right: 5px;
	position: relative;
	right: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.news-links .more-news:after {
	content:']';
	padding-left: 5px;
	position: relative;
	left: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#main-content .news-links .more-news:hover:before {
	right: 5px;
  color: #30ff84;
}

#main-content .news-links .more-news:hover:after {
	left: 5px;
  color: #30ff84;
}

#main-content .news-links .more-news:hover a,
#main-content .news-links .more-news:hover a:hover,
#main-content .news-links .more-news a:focus {
  color: #30ff84;
}

#main-content .post-date {
	color: #999;
}

.section-quick-links {
	float: right;
	margin-right: 10px;
}

.section-quick-links .primary-link {
	margin-right: 10px;
}

.section-quick-links span strong {
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	margin-right: 5px;
}

#main-content .section-quick-links span {
	display: inline-block;
	padding-top: 0;
	margin-top: 0;
	margin-left: 10px;
	font-family: inherit;
	font-size: 12px;
	font-style: italic;
	line-height: 39px;
	color: #9d9ea0;
	float: none;
}

#main-content .section-quick-links span a {
	font-style: normal;
	margin: 0 3px 0 5px;
}

.comment-box {
	margin-bottom: 30px;
	height: 80px;
	overflow: hidden;
}

.comment-box .noImg {
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 6px #999;
	text-align: center;
	font-size: 10px;
	line-height: 11px;
	padding-top: 7px;
	color: #999;
	margin: 3px 15px 0 0;
}

.comment-box .user-avatar {
	display: block;
	width: 60px;
	height: 60px;
	border: 2px solid #fff;
	box-shadow: 0 0 6px #999;
	border-radius: 100px;
	margin: 3px 15px 0 0;
}

.comment-box .user-avatar img {
	display: block;
	border-radius: 100px;
	width: 56px;
	height: 56px;
}

.comment-box .comment-subject {
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

.comment-box .comment-by {
	margin: 0 0 5px 0;
	font-size: 14px;
	line-height: 14px;
}

.comment-box .comment-date {
	font-style: normal;
	color: #999;
}

.comment-box .comment-to {
	margin: 0;
	font-size: 14px;
	line-height: 14px;
}

.comment-box .comment-by span,
.comment-box .comment-to span {
	font-weight: bold;
}


/************************/
/*** BioFarm - Styles ***/
/************************/

#page-content-wrapper {
	background: #f4f4f4;
}

.default-form label {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #006c96;
}

.default-form input {
	border: 1px solid #e9e9e9;
	line-height: 36px;
	height: 36px;
	border-radius: 5px;
	padding: 0 40px 0 10px;
	box-shadow:inset 0 2px 3px rgba(217,217,217,0.7);
	background: #fff;
	font-size: 18px;
	font-weight: normal;
}

.default-form input:focus {
	border-color: #1d80d8;
	box-shadow:inset 0 2px 3px rgba(29,128,216,0.7);
}

.default-form input.other-field {
	display: none;
	width: 320px;
	max-width: 100%;
	position: absolute;
	margin: -20px 0 0 90px;
}


.default-form textarea {
	border: 1px solid #e9e9e9;
	line-height: 36px;
	min-height: 72px;
	border-radius: 5px;
	padding: 0 40px 0 10px;
	box-shadow:inset 0 2px 3px rgba(217,217,217,0.7);
	background: #fff;
	font-size: 18px;
	font-weight: normal;
}
.default-form textarea:focus {
	border-color: #1d80d8;
	box-shadow:inset 0 2px 3px rgba(29,128,216,0.7);
}

.default-form .checkbox-group label {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #006c96;
}

.default-form .btn-success {
	color: #fff;
	text-shadow: 0 -2px 0 #939393;
	line-height: 40px;
	padding: 0 35px;
	position: relative;
	background: #9dd474; /* Old browsers */
	background: -moz-linear-gradient(top,  #9dd474 0%, #9dd474 47%, #40991b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #9dd474 0%,#9dd474 47%,#40991b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #9dd474 0%,#9dd474 47%,#40991b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd474', endColorstr='#40991b',GradientType=0 ); /* IE6-9 */
}
.default-form .btn-success:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 98%;
	right: 0;
	height: 5px;
	border-radius: 4px;
	border-top: 1px solid rgba(255,255,255,0.8);
	margin: auto;
}

.default-form .btn-success:hover {
	background: #94cc6b; /* Old browsers */
	background: -moz-linear-gradient(top,  #94cc6b 0%, #94cc6b 20%, #388718 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #94cc6b 0%,#94cc6b 20%,#388718 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #94cc6b 0%,#94cc6b 20%,#388718 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94cc6b', endColorstr='#388718',GradientType=0 ); /* IE6-9 */
}

.default-form .btn-danger {
	color: #fff;
	text-shadow: 0 -2px 0 #939393;
	line-height: 40px;
	padding: 0 35px;
	position: relative;
	background: #d9534f; /* Old browsers */
	background: -moz-linear-gradient(top,  #d9534f 0%, #d9534f 47%, #c9302c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d9534f 0%,#d9534f 47%,#c9302c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d9534f 0%,#d9534f 47%,#c9302c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9534f', endColorstr='#c9302c',GradientType=0 ); /* IE6-9 */
}
.default-form .btn-danger:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 98%;
	right: 0;
	height: 5px;
	border-radius: 4px;
	border-top: 1px solid rgba(255,255,255,0.8);
	margin: auto;
}

.default-form .btn-danger:hover {
	background: #c9302c; /* Old browsers */
	background: -moz-linear-gradient(top,  #c9302c 0%, #c9302c 20%, #b21611 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c9302c 0%,#c9302c 20%,#b21611 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c9302c 0%,#c9302c 20%,#b21611 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9302c', endColorstr='#b21611',GradientType=0 ); /* IE6-9 */
}

.default-form .file-upload-group {
  display: none;
  margin: 5px 0;
}
.default-form .input-group-btn {
	padding-left: 0;
}

.default-form .file-upload-group h4 {
	display: block;
	margin: 15px 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #006c96;
}

#page-content-wrapper .panel-default {
	font-family: 'Myriad Pro', sans-serif;
}

#page-content-wrapper .panel-default .panel-heading {
	font-size: 20px;
	line-height: 24px;
	background: #006c96;
	color: #fff;
	padding: 15px 30px;
	border: 1px solid #acacac;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#page-content-wrapper .panel-default .panel-body {
	padding: 15px 30px;
}

#page-content-wrapper .panel-table .panel-body {
  padding: 0;
}

.panel-sign-now .panel-body p{
	color: #006c96;
	font-size: 18px;
	line-height: 54px;
	margin: 0;
}

.panel-sign-now .panel-body p strong {
	font-weight: normal;
	color: #b93c3c;
}

.bio-section {
	border: 1px solid #eee;
}

.bio-section .title {
	position: relative;
	cursor: pointer;
}

.bio-section .title:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 17px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content:"\f078";
	margin: 0 0 0 5px;
	color: #57595a;
	position: absolute;
	right: 15px;
	top: 8px;
}

.bio-section .title.collapsed:before {
	content:"\f077";
}


.bio-section .content-section {
	padding: 15px;
}

#redactor-modal .default-form [type="radio"]:checked + label, 
#redactor-modal .default-form [type="radio"]:not(:checked) + label,
#redactor-modal .default-form [type="checkbox"]:checked + label, 
#redactor-modal .default-form [type="checkbox"]:not(:checked) + label  {
	margin-right: 15px;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #333;
}

/* Custom Checkboxes */
/* Base for label styling */
.default-form [type="checkbox"]:not(:checked),
.default-form [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.default-form [type="checkbox"]:not(:checked) + label,
.default-form [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

/* checkbox aspect */
.default-form [type="checkbox"]:not(:checked) + label:before,
.default-form [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 18px; height: 18px;
  border: 1px solid #8e8e8e;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  border-radius: 4px;
}
/* checked mark aspect */
.default-form [type="checkbox"]:not(:checked) + label:after,
.default-form [type="checkbox"]:checked + label:after {
  font:normal normal normal 14px/1 FontAwesome;
  content: '\f00c';
  position: absolute;
  top: 3px; left: 3px;
  font-size: 12px;
  line-height: 12px;
  color: #8e8e8e;
  transition: all .2s;
}
/* checked mark aspect changes */
.default-form [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.default-form [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.default-form [type="checkbox"]:disabled:not(:checked) + label:before,
.default-form [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #8e8e8e;
  background-color: #ddd;
}
.default-form [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.default-form [type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
.default-form [type="checkbox"]:checked:focus + label:before,
.default-form [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #09ad7e;
}

/* Custom Radio Buttons */
.default-form [type="radio"]:checked,
.default-form [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.default-form [type="radio"]:checked + label,
.default-form [type="radio"]:not(:checked) + label
{
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.default-form [type="radio"]:checked + label:before,
.default-form [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.default-form [type="radio"]:checked + label:after,
.default-form [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #006c96;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.default-form [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.default-form [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* hover style just for information */
.login-section label:hover:before {
  border: 1px solid #09ad7e!important;
}

/* Turn Off Number Input Spinners */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* Custom Select */

.default-form .select2-container--default .select2-selection--single {
  border: 1px solid #e9e9e9;
  line-height: 36px;
  height: 36px;
  border-radius: 5px;
  padding: 0 40px 0 10px;
  box-shadow:inset 0 2px 3px rgba(217,217,217,0.7);
  background: #fff;
}
.default-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 15px;
	line-height: 36px;
	padding: 0;
}

.default-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 35px;
	height: 35px;
	background: #006c96;
	color: #fff;
}
.default-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
	border-width: 5px 4px 0 4px;
	margin-top: 4px;
	position: relative;
}
.default-form .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
	content:'';
	border-color: transparent transparent #fff transparent;
	border-style: solid;
	border-width: 0 4px 5px 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute;
	top: -15px;
	width: 0;
}

.default-form .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #1d80d8;
  box-shadow:inset 0 2px 3px rgba(29,128,216,0.7);
}

.select2-results__option[aria-selected] {
  border-bottom: 1px solid #d2d2d2;
  font-size: 15px;
  line-height: 36px;
  color: #9ba0a5;
  padding: 0 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #006c96;
}

.form-group * {
  outline: 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  color: #000;
}

#iframe-stmblpn-widget-1 {
	float: left;
}

.disabled {
	pointer-events: none;
}

.no-img-available {
	text-align: center;
	text-decoration: none;
	color: #bbb;
}

.no-img-available .fa-camera {
	display: block;
	font-size: 121px;
	padding: 50px 0 0 0;
}

.featured-articles {
	padding: 30px 0;
}
/* privileges Info - Modal */
#userPrev .ajax_link{
	display: none;
}

/* User Privileges - page */

.update-privileges h2 {
	display: inline-block;
	vertical-align: top;
}

.update-privileges .edit_header_text {
	display: inline-block;
	vertical-align: top;
	color: #f4aa00;
	text-transform: lowercase;
	position: relative;
	top: -5px;
	letter-spacing: 1px;
	padding-left: 5px;
}

.update-privileges .edit_header_text .btn{
	border-radius: 50%;
	outline: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 10px;
	font-size: 14px;
	position: relative;
	top: -3px;
}

.update-privileges .edit_header_text .btn:focus {
	outline: 0;
}

.search-user-name {
	max-width: 320px;
}

.search-user-name .form-group {
	position: relative;
}

.search-user-name #user_button {
	position: absolute;
	right: 0;
	bottom: 0;
}

.update-privileges .big-title .fa-lock {
	font-size: 24px;
	position: relative;
	top: 3px;
	margin-right: 5px;
}

#main-content .title.arrow-available:after {
	display: block;
}

/* Admin Panel */
#editor_menu {
	text-align: center;
	outline: 0;
}

.admin-panel {
	display: block;
	background: #f4aa00;
	padding: 5px 10px;
	text-align: center;
	border-radius: 0;
	box-sizing: border-box;
	position: fixed;
	z-index: 101010101;
	left: 0;
	top: -26px;
	width: 100%;
	height: 30px;
	overflow: hidden;
	margin: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.trigger-admin-panel {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	background: #f4aa00;
	font-weight: bold;
	padding: 5px 0 5px 15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	z-index: 101010101;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.trigger-admin-panel i {
	position: absolute;
	font-size: 19px;
	left: 15px;
	top: 4px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.trigger-admin-panel.active i:before {
	content: "\f106";
}

.admin-panel span {
	color: #fff;
	margin: 0 5px;
}

.admin-panel.active {
	top: 0;
}


.trigger-admin-panel.active {
	top: 30px;
}

.admin-panel a {
	color: #fff;
}

.admin-panel a.delete-page {
	color: #414141
}

.attach-content {
  display: block;
	max-width: 468px;
	width: 100%;
  background: #f0efed;
  margin: 0 auto;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0, 0.2);
  box-sizing: border-box;

}

.find-objects {
	max-width: 460px;
	margin: auto;
}

.attach-detach-section .panel-default .panel-heading {
	font-weight: 600;
	line-height: normal;
}

.attach-detach-section .panel-default .small_text_attach {
	display: block;
	font-size: 11px;
	font-weight: normal;
}

/*Inbox */
.inbox-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.inbox-section ul  li {
	display: inline-block;
	vertical-align: top;
}

.inbox-section ul.inbox-tools {
	padding-top: 20px;
}

.inbox-section ul.inbox-tools.admin-active {
	padding-top: 5px;
	margin-bottom: 5px;
}

.inbox-section ul.inbox-tools.inbox-admin {
	padding-top: 0;
}

.inbox-tools {
	float: right;
	margin-right: 15px;
	line-height: normal;
}

.inbox-tools.inbox-admin {
	clear: right;
}

.inbox-tools li {
	margin: 0 5px;
	line-height: normal;
	padding: 0;
}

.inbox-tools li a {
	text-decoration: none;
	  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


.inbox-tools li a.disabled,
.inbox-tools li a:hover {
	color: #fff;
}

.inbox-tools li a {
	position: relative;
}

#main-content .inbox-tools li a span.badge {
	position: absolute;
	left: -20px;
	top: -10px;
	color: #fff;
	background: #f4aa00;
	padding: 0;
	width: 24px;
	height: 24px;
	display: inline-block;
	border-radius: 50%;
	line-height: 24px;
}

#main-content table.dataTable th {
	background-color: #3a7fc3;
	color: #fff;
}

#main-content table.dataTable td .name a {
	color: #3a7fc3;
	font-weight: bold;
}

.inbox-section .dataTables_wrapper {
	border: 1px solid #ddd;
}

.inbox-section .dataTables_wrapper .dataTables_info {	
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	line-height: 32px;
	margin: 0;
	padding: 5px 15px 0 15px;
}

.inbox-section .dataTables_paginate.paging_simple_numbers {
	padding: 0;
	margin: 0;
	font-family: 'Oswald', sans-serif;	
}

.inbox-section .dataTables_wrapper .dataTables_paginate .paginate_button {
	display: inline-block;
	vertical-align: top;
	border-bottom: 0;
	border-top: 0;
	margin: 0 0 0 -1px;
	border-radius: 0;
	line-height: 37px;
	padding: 0 10px;
	border-top: 0;
	border-left: 1px solid #ddd;
	border-bottom: 0;
	border-right: 1px solid #ddd;
}



#main-content .inbox-section .dataTables_wrapper .dataTables_paginate .paginate_button.current, 
#main-content .inbox-section .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: #3a7fc3;
	color: #fff !important;
	border-top: 0;
	border-left: 1px solid #ddd;
	border-bottom: 0;
	border-right: 1px solid #ddd;
}

#main-content .inbox-section .dataTables_wrapper .dataTables_paginate .paginate_button:hover, 
#main-content .inbox-section .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
	background: #3a7fc3;
	color: #fff;
		border-top: 0;
	border-left: 1px solid #ddd;
	border-bottom: 0;
	border-right: 1px solid #ddd;
} 

.inbox-section .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, 
.inbox-section .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, 
.inbox-section .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	line-height: 37px;
	margin: 0;
	border: 0;
}

.inbox-section .dataTables_wrapper .dataTables_paginate .ellipsis {
	line-height: 37px;
} 

.inbox-section .dataTables_wrapper .dataTables_filter input {
	border: 1px solid #e9e9e9;
	line-height: 36px;
	height: 36px;
	border-radius: 0;
	padding: 0 40px 0 10px;
	box-shadow: inset 0 2px 3px rgba(217,217,217,0.7);
	background: #fff;
	font-size: 18px;
	font-weight: normal;
}

.inbox-section .dataTables_wrapper .dataTables_filter input:focus {
	box-shadow: none;
	outline: 0;
}

.inbox-section .dataTables_length {
	padding: 10px 0 0 15px;
}
  
.inbox-section .dataTables_filter {
	padding: 5px 5px 0 0;
}

.inbox-topbar {
	margin-top: 15px;
	margin-bottom: 15px;
}

.inbox-topbar .select2-container--default .select2-selection--single {
	border-radius: 0;
	border: 1px solid #3a7fc3;
	height: 34px;
}

.inbox-topbar .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
	line-height: 32px;
}

.inbox-topbar .select2-container--default .select2-selection--single .select2-selection__arrow b {
	top: 16px;
}

.inbox-footer {
	line-height: 34px;
	text-align: right;
}

.inbox-footer .btn-archive,
.inbox-footer .btn-delete {
	background: #e7e7e7;
	color: #000;
}

.inbox-footer a {
	font-size: 14px;
}

.inbox-footer .catBottom input {
	line-height: 34px;
	height: 34px;
}

/* Message / Mail Styles */
.message-wrapper {
	max-width: 720px;
}

.message-wrapper .row{
	display: block;
	border-bottom: 1px solid #fefefe;
	border-top: 1px solid #fefefe;
}

.message-wrapper .row-head {
	background: #337ab7;
	margin: 0;
}

.message-wrapper .row-body {
	background: #d3d3d3;
	margin: 0;
}

.message-wrapper .row-head p {
	color: #fff;
	line-height: 32px;
	font-weight: bold;
	margin: 0;
}


#discussion_form .message-wrapper .row-head input  {
	background: none;
	border-radius: 0;
	border: 0;
	padding: 0;
	box-shadow: none;
	text-decoration: none;
  border-bottom: 1px dashed #fefefe;
	color: #fff;
}

.message-wrapper .row-head input:focus.
.message-wrapper .row-head hover: focus {
	border-bottom: solid;
}

#discussion_form .message-wrapper .row-body {
	padding:15px 0;
}

#discussion_form .message-wrapper .row-body td{
	padding-bottom: 5px;
}

#discussion_form .message-wrapper .row-body textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	min-height: 150px;
	padding: 15px;
	margin: 15px 0;
	border-radius: 0;
	resize: none;
}

.message-wrapper .btn-default[type="submit"] {	
	display: inline-block;
	vertical-align: top;
	padding: 5px 35px;
	width: auto;
	font-size: 14px;

}

/* Ajax User Messages */
#globalWrapper .ajax_messages_table,
#globalWrapper .ajax_attachments_table_th,
#globalWrapper .ajax_attachments_table {
	font-size: 14px;
}

#globalWrapper .ajax_messages_table td,
#globalWrapper .ajax_attachments_table_th td,
#globalWrapper .ajax_attachments_table td {
	padding: 5px;
}

#globalWrapper  .ajax_messages_table td a,
#globalWrapper .ajax_attachments_table_th td a,
#globalWrapper .ajax_attachments_table td a {
	font-size: 16px;
}

#globalWrapper  .ajax_messages_table td a i.fa,
#globalWrapper .ajax_attachments_table_th td a i.fa,
#globalWrapper .ajax_attachments_table td a i.fa {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

#globalWrapper  .ajax_messages_table th,
#globalWrapper .ajax_attachments_table_th th,
#globalWrapper .ajax_attachments_table th {
	padding-left: 22px;
	font-family: 'Oswald', sans-serif;
}

#globalWrapper  .ajax_messages_table th:first-child {
	padding-left: 30px;
}

#globalWrapper .ajax_messages_table.default-amt-table th:first-child {
	padding-left: 5px;
}

#globalWrapper .ajax_messages_table.objects_table th,
#globalWrapper .ajax_attachments_table_th th,
#globalWrapper .ajax_attachments_table th {
	padding-left: 5px;
}

#globalWrapper  .ajax_messages_table.objects_table th:first-child {
	padding-left: 0;
	text-align: center;
}

#globalWrapper  .ajax_messages_table td a.objects_table-user {
	font-size: 13px;
}

#globalWrapper td.messages-stats {
	font-family: 'Oswald', sans-serif;
	line-height: 36px;
	text-align: center;
}

.amt-email i.fa:before{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	top: 0;
}

.amt-email,
.amt-email:hover {
	text-decoration: none;
}

.amt-email:hover i.fa:before {
	content:"\f2b6";
	color: #98FB98;
	top: 2px;
}

.amt-date span {
	width: 60px;
}

.btn-left {
	display: block;
	position: relative;
	text-align: right;
}

.btn-right {
	display: block;
	position: relative;
	text-align: left;

}

#globalWrapper .ajax_messages_table td .btn-left i.fa,
#globalWrapper .table-striped td .btn-left i.fa {
	font-size: 21px;
	position: absolute;
	left: 15px;
	top: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#globalWrapper .ajax_messages_table td .btn-right i.fa,
#globalWrapper .table-striped td .btn-right i.fa {
	font-size: 21px;
	position: absolute;
	right: 15px;
	top: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


#globalWrapper .ajax_messages_table td .btn-left:hover i.fa,
#globalWrapper .table-striped td .btn-left:hover i.fa{left: 5px}
#globalWrapper .ajax_messages_table td .btn-right:hover i.fa,
#globalWrapper .table-striped td .btn-right:hover i.fa{right: 5px;}

/* Redactor custom css */
#custom-rmt {
	margin-left: -48px;
	margin-right: -48px;
	margin-top: -28px;
	line-height: 60px;
	padding: 0 48px;
}

#custom-rmt.redactor-modal-tabs a {
	font-size: 16px;
	margin-right: 0;
	padding: 0 10px;
}

#imageLinkTab {
	margin-bottom: -30px;
}

#imageLinkTab label {
	font-weight: 400;
	font-size: 13px;
}

#imageLinkTab input.form-control ,
#imageLinkTab select.form-control {
	height: 30px;
	font-size: 13px;
}

.redactor-styles figure.redactor-component {
	position: relative;
}

#globalWrapper .img-mid-aligned {
	text-align: center;
}

.search-sp-images {
	position: relative;
}

#sp-images-search-results .ajax_srch_results .pager {
	position: relative;
	display: block;
	width: 100%;
	
	border: 1px solid #ddd;
	line-height: 32px;
	font-family: 'Oswald', sans-serif;
	padding: 0 15px;
}

#sp-images-search-results .ajax_srch_results .prev-page.disabled,
#sp-images-search-results .ajax_srch_results .next-page.disabled{
	opacity: 0.6;
	background: #f1f1f1;
	color: #ccc;
	font-weight: normal;
}

#sp-images-search-results .ajax_srch_results .prev-page {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: #f1f1f1;
	color: #000;	
	padding: 0 15px 0 10px;
	border-right: 1px solid #ddd;
}

#sp-images-search-results .ajax_srch_results .prev-page i.fa {
	margin-right: 5px;
}

#sp-images-search-results .ajax_srch_results .pager-results {
	display: block;
	width: 100%;
}

#sp-images-search-results .ajax_srch_results .next-page {
	position: absolute;
	right: 0;
	top: 0;
	background: #f1f1f1;
	color: #000;		
	z-index: 2;
	padding: 0 10px 0 15px;
	border-left: 1px solid #ddd;
}

#sp-images-search-results .ajax_srch_results .prev-page:hover,
#sp-images-search-results .ajax_srch_results .next-page:hover {
	text-decoration: none;
	color: #fff;
	background: #3a7fc3;
}

#sp-images-search-results .ajax_srch_results .next-page i.fa {
	margin-left: 5px;
}

#sp-images-search-results .ajax_srch_results .ajax_srch_results_lft {
	margin-bottom: 30px;
}

#sp-images-search-results .ajax_srch_results .ajax_srch_results_lft a {
	display: block;
	position: relative;
}

#sp-images-search-results .ajax_srch_results .ajax_srch_results_lft a img {
	width: 100%;
	height: auto;
}

#sp-images-search-results .ajax_srch_results .ajax_srch_results_lft > p {
	margin-bottom: 0;
}

#sp-images-search-results .ajax_link .redactor_modal_btn {
	font-size: 13px;
	line-height: 21px;
	height: 21px;
	text-transform: uppercase;
	border-top: 0;
	border-radius: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#sp-images-search-results .ajax_link .redactor_modal_btn:hover {
	color: #fff;
	background: #3a7fc3;
}

#sp-images-search-results .ajax_srch_results .ajax_srch_results_lft a.contrib {
	display: block;
	margin-bottom: 0;
	font-family: 'Oswald', sans-serif;
	background: rgba(0,0,0,0.6);
	width: 100%;
	padding: 0 5px;
	height: 24px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#redactor-modal .search-sp-images input {
	padding-right: 100px;
}

#redactor-modal .redactor-modal button:hover {
color: #fff;
background: #3a7fc3;
}

.search-sp-images button {
	position: absolute;
	bottom: 0;
	right: 0;
}

/*.redactor-styles figure.redactor-component {
	display: inline-block;
	vertical-align: top;
}*/

#globalWrapper .img-mid-aligned figure {
	display: inline-block;
}

#globalWrapper figure .image-link {
	display: inline-block;
	position: relative;
}

#globalWrapper .redactor-styles figcaption {
	display: inline-block;
	padding: 5px;
	width: 100%;
	font-family:inherit;
	font-style: normal;
	background-color: rgba(0,0,0,.5);
	font-size: 12px;
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 1;
	color: #fff;
	text-align: center;
	font-family: inherit;
}

#globalWrapper .full-content figure {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}

#globalWrapper .full-content figure img {
	max-width: 100%;
}

#globalWrapper .full-content figcaption {
	display: inline-block;
	padding: 5px;
	width: 100%;
	font-family:inherit;
	font-style: normal;
	background-color: rgba(0,0,0,.5);
	font-size: 14px;
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 1;
	color: #fff;
	text-align: center;
	font-family: inherit;	
}

#imageLinkTab .first-row {
	margin-left: -48px;
	margin-right: -48px;
	padding: 0 33px;
	margin-bottom: 15px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f3f3f3;
}

#imageLinkTab .first-row label {
	font-size: 14px;
	font-weight: 600;
}

#imageLinkTab .first-row input.form-control {
	height: 40px;
	font-size: 15px;
}

.redactor_toolbar li a.redactor_btn_redo {
  background:url("/styles/edit_redo.png") no-repeat;
}

.redactor_toolbar li a.redactor_btn_undo {
  background:url("/styles/edit_undo.png") no-repeat;
}

#globalWrapper .redactor-styles {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	color: #57595A;	
}

#globalWrapper .redactor-styles a {
	color: #337ab7;
}

#globalWrapper .redactor-styles a:hover {
    color: #23527c;
    text-decoration: underline;
}

#globalWrapper .redactor-styles h2 {
	font-size: 20px;
	font-weight: normal;
	color: #57595A;
	background: #eee;
	padding: 10px 15px;
	clear: both;
	margin-top: 30px;
}

#globalWrapper .redactor-styles h2:first-child {
	margin-top: 0;
}

#globalWrapper .redactor-styles h2:before {
	content:'';
	display: block;
	clear: both;
}

#globalWrapper .redactor-styles .image-left {
	float:left;
	clear: left;
	position: relative;
	margin: 0 15px 15px 0;
}

#globalWrapper .redactor-styles .image-right {
	float: right;
	clear: right;
	position: relative;
	margin: 0 0 15px 15px;
}

#globalWrapper .redactor-styles .image-center{
	float: none;
	margin: 15px auto;
	text-align: center;
	position: relative;
	clear: both;
}

#globalWrapper .redactor-styles .image{
	float: none;
	margin: 15px auto;
	text-align: center;
	position: relative;
	clear: both;
}

#globalWrapper .redactor-styles .image-left figure,
#globalWrapper .redactor-styles .image-right figure,
#globalWrapper .redactor-styles .image figure {
	margin: 0;
}

#globalWrapper .redactor-styles .image-left figure + br,
#globalWrapper .redactor-styles .image-right figure + br,
#globalWrapper .redactor-styles .image figure + br {
	display: none;
}

#globalWrapper .redactor-styles .image-left .caption,
#globalWrapper .redactor-styles .image-right .caption,
#globalWrapper .redactor-styles .image .caption {
	display: block;
	background-color: rgba(0,0,0,.5);
	padding: 5px;
	color: #fff;
	font-size: 11px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0px;
	width: 98%;
}

#globalWrapper .redactor-styles .image-center .caption {
	display: block;
	background-color: rgba(0,0,0,.5);
	padding: 5px;
	color: #fff;
	font-size: 11px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0px;
	width: 98%;
}

.no-img-available {
	display: block;	
	width: 100%;
	text-align: center;
	padding: 15px 0;
	font-size: 20px;
	min-height: 210px;
}

.no-img-available strong {
	display: block;
	text-align: center;
}

.no-img-available i.fa {
	display: inline-block;
	vertical-align: top;
	color: #999;
	font-size: 112px;
	margin-top: 35px;
	padding-top: 0;
}

#main_div.edit_header_div .form-group.custom-checkbox {
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	width: 300px;
	min-height: 110px;	
}

#main_div.edit_header_div .form-group.custom-checkbox label{
	display: block;
	vertical-align: top;
	margin: 5px;
	width: 300px;
	border: 1px solid #f1f1f1;	
	text-align: left;
	padding: 5px 5px 5px 45px;
	min-height: 100px;
  box-shadow: 0 0 3px rgba(110, 218, 68, 0);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.custom-checkbox span {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #ccc;
		-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#main_div.edit_header_div .form-group.custom-checkbox.selected label {
	border-color: #6eda44;
  box-shadow: 0 0 3px rgba(110, 218, 68, 1);	
}

#main_div.edit_header_div .form-group.custom-checkbox.selected label span {
	color: #000;
}

.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
		-webkit-transition: all .3s ease-in-out;
  	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
  	transition: all .3s ease-in-out;
}

.control--radio .control__indicator .fa {
	opacity: 0;
		-webkit-transition: all .0s ease-in-out;
  	-moz-transition: all .0s ease-in-out;
  	-o-transition: all .0s ease-in-out;
  	transition: all .0s ease-in-out;
}

.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

.control input:focus ~ .control__indicator .fa {
	opacity: 1;
	font-size: 21px;
	position: absolute;
	top: -1px;
	right: -5px;
	
}

.control input:checked ~ .control__indicator .fa {
	opacity: 1;
	font-size: 21px;
	position: absolute;
	top: -1px;
	right: -5px;
}

.control input:checked ~ .control__indicator {
  background: #6eda44;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #6eda44;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

/* Image pages */
.empty_img { font-weight: normal; }
/*
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
*/
.attention {
  color:#E58F21;
  display:block;
  font-family:Oswald, sans-serif;
  font-size:16px;
  text-decoration:none;
}

.go-back-btn {
	display: inline-block;
	vertical-align: top;
	margin: 15px 0 0 0;
	text-transform: none;
	font-weight: normal;
}

.go-back-btn i.fa-share {
	transform: scale(-1,-1);
	margin-right: 10px;
}

.temporary {
	color: #37591a;
	position: absolute;
	right: 10px;
	z-index: 11;
	top: 5px;
}
/* Added by Matt for Object History pages */
.edit_body_div table.history_table {
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
}

.edit_body_div table.history_table td, th{
    border: 1px solid #eee;
    padding: 16px;
    padding-bottom: 15px;
}

.finddiv {
	position: absolute;
	z-index: 3;
	border: 2px outset #113;
	background-color: #F0F0F4;
	padding: 3px;
	width: 500px;
}


.ajax_link {
  color: #336699;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
  cursor: pointer; 
}

/* Custom Vote */
/*.modalBody {display: none;}
.inn-img, figure .image-link {overflow: hidden}*/
.full-content .image .sv-box,
.inn-img .sv-box,
figure .sv-box {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	background: rgba(211,211,211,0.9);
	border-bottom-left-radius: 15px;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s linear;
	z-index: 10;
}

.modal-content .sv-box {
	background: rgba(211,211,211,0.9);
}

.full-content .image .sv-box.active,
.inn-img .sv-box.active,
figure .sv-box.active {
	right: 0;
	top: 0;
}

.sv-box.active .modalBody{display: block;}

.full-content .image .sv-box a.showModal,
.inn-img .sv-box a.showModal,
figure .sv-box a.showModal {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}

.full-content .image .sv-box a.showModal.active,
.inn-img .sv-box a.showModal.active,
figure .sv-box a.showModal.active {
	z-index: 999;
	left: -30px;
	bottom: -30px;
}

.full-content .image .sv-box a.showModal.active .fa-thumbs-up,
.inn-img .sv-box a.showModal.active .fa-thumbs-up,
figure .sv-box a.showModal.active .fa-thumbs-up {
	background: rgba(211,211,211,.9);
	color: red;
	font-size: 27px;
	width: 32px;
	height: 32px;
	line-height: 23px;
}

.inn-img .sv-box a.showModal.active .fa-thumbs-up:before,
figure .sv-box a.showModal.active .fa-thumbs-up:before {
	content:"\f057";
}

.full-content .image .sv-box .showModal i.fa,
.inn-img .sv-box .showModal i.fa,
figure .sv-box .showModal i.fa {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 8px;
	background: #f4aa00;
	padding: 5px;
	border-radius: 50%;
	font-size: 21px;
	color: #fff;
}

.sv-box .line {
	border-bottom: 1px solid #fff;
	padding: 5px 8px;
	font-size: 12px;
	color: #57595a;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	text-align: left;
}

.sv-box .line.vs-box {
	border-bottom: 0;
}

.change-view-button {
  display: block;
  position: relative;
  background: #1fc600;
  padding: 15px 15px 15px 15px;
  min-height: 50px;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  transition: all .5s ease-in-out;
  width: 150px;
  text-align: center;
  left: 0;
}

.change-view-button:hover,
.change-view-button:focus{
  text-decoration: none;
  background: #0eff00;
  color: #585858;
}

/**************************
 Responsive
**************************/
@media all and (min-width: 768px) {
	.navbar-nav>li>.dropdown-menu {
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	.navbar-nav>li:hover>.dropdown-menu {
		display: block;
	}
}

@media all and (min-width: 1367px) {
	.featured-post-pic {
		height: 195px;
	}
}

@media all and (min-width: 992px) {
	/**************************
   MISCs
  **************************/
	/*
	.noPadding {padding: 0;}
	.noPaddingL {padding-left: 0;}
	.noPaddingR {padding-right: 0;}
	.noPaddingT {padding-top: 0;}
	.noPaddingB {padding-bottom: 0;}
	.noPaddingLR {padding-left: 0; padding-right: 0;}
	.noPaddingTB {padding-top: 0; padding-bottom: 0;}
*/
	.middle-sec {
		float: right;
	}
}
@media all and (max-width: 1199px) and (min-width: 991px) {
	.nav>li>a {
		padding: 15px 5px;
	}
	
	.navbar-nav>li>a {
		font-size: 14px;
	}
	
	.btn {
		padding: 6px;
	}
	
	button, html input[type=button], input[type=reset], input[type=submit] {
		text-transform: initial;
		font-weight: normal;
	}
	
	#carousel-1 .carousel-indicators {
		margin-top: -14px;
	}
	
	.newest-members .member .name {
		width: 250px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.right-sec div.title {
		text-transform: capitalize;
	}
	
	.right-sec div.title a {
		text-transform: lowercase;
	}
	
	.box .counter .inn-box,
	.box .counter span {
		display: block;
		text-align: center;
	}
	
	.carousel-inner .block .img {
		min-height: 210px;
	}
	
	.carousel-inner .block .img .featured {
		height: auto;
	}
	
	#adv-search input.form-control {
		width: 150px;
	}
}


@media all and (max-width: 991px) and (min-width: 768px) {
	.featured-pages {
		float: right;
	}
	.carousel-3 .block {
		margin-bottom: 5px;
	}
	footer .likes {
		width: 100%;
		text-align: center;
	}
	footer .copyright {
		padding-top: 20px;
	}
}
@media all and (max-width: 1340px) and (min-width: 768px) {
	.cci-author a {
		font-size: 12px;
	}
	.newest-members .member .pic {
		width: 100%;
		height: 100%;
	}
	.newest-members .member .pic img {
		width: 100%;
		height: 100%;
	}
	.newest-members .member .name {
		width: 100%;
	}
	.comment-box {
		height: 90px;
	}
	.comment-box .comment-subject {
		font-size: 15px;
	}

	.comment-box .comment-by {
		font-size: 12px;
	}

	.comment-box .comment-to {
		font-size: 12px;
	}	
	
	.gallery-item .gallery-item-details {
		height:160px;
	}

	.gallery-item .gallery-item-details .item-title {
		height: 32px;
		text-align: center;
		display: block;
		margin-bottom: 5px;
	}
	
	.gallery-item .item-details .id-description {
		height: 32px;
	}
	
	.gallery-item .gi-author,
	.gallery-item .gi-img {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.gallery-item .gi-date {
		display: block;
		text-align: center; 
		float: none;
		margin-top: 5px;
	}
	
}

/* iPad */
@media all and (max-width: 991px) {
	.cci-author a {
		width: 80px;
		font-size: 12px;
	}
	.news-links.default-section .title h2 {
		display: block;
		padding-top: 15px;
	}
	#main-content .news-links .more-news {
		float: none;
		display: inline-block;
		font-size: 11px;
	}
	
	.gallery-item .gi-author,
	.gallery-item .gi-img {
		float: none;
		display: block;
		width: 100%;
		text-align: left;
		margin-bottom: 5px;
	}
	
	.gallery-item .gi-author:before,
	.gallery-item .gi-img:before {
		width: 15px;
	}	
	
  #main-content .gallery-item .gi-thumb {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

	#main-content .images-gallery .gallery-item {
		min-height: 270px;
	}
	
	#main-content .news-gallery .gallery-item .gi-thumb {
		height: 110px;
	}
	
  #main-content .gallery-item .gi-thumb img {
    display: block;
    width: 100%;
  }
  #main-content .gallery-item .gallery-item-details {
    height: auto;
  }

  /* Images - Pagination */
  #main-content .gallery-pagination .pager {
    float: none;
    display: block;
    margin: 15px auto;
  }
  .search-note {
    font-size: 13px;
  }

  /* Adv Search Field */

  #adv-search {
    padding-left: 195px;
  }

  #adv-search .search-category {
    width: 200px;
  }
  #adv-search .search-category select {
    width: 145px;
  }

  #adv-search .btn-default .textBtn {
    display: none;
  }
}

@media all and (max-width: 767px) {
	
	.admin-panel {
		height: 50px;
		top: -50px;
	}
	
	.trigger-admin-panel.active {
		top: 50px;
	}
	
	.full-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.full-content .in-title {
		margin-left: -15px;
		margin-right: -15px;
	}
	.brand-right .hover-dropdown {
		float: right;
		margin-right: 15px;
		margin-top: 10px;
	}
	
	#carousel-2 .carousel-inner {
		height: 280px;
	}
	
	#carousel-2 .photo {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	
	#carousel-2 .carousel-inner > .item {
		top: initial;
		bottom: 0;
	}
	
	#carousel-2 .carousel-inner > .item:first-of-type {
	position: absolute;
}
	
	.brand-right .hover-dropdown .btn-default {
		background: #fff;
	}
	
	.brand-right .hover-dropdown:hover .btn-default,
.brand-right .hover-dropdown:focus .btn-default	{
		background: #3a7fc3;
	}
	
	.navbar-collapse {
		padding-right: 15px;
		padding-left: 15px;
	}
	.carousel-3 .block {
		margin-bottom: 5px;
	}
	.newest-members .member {
		float: left;
		width: 50%;
	}
	footer .links {
		width: 100%;
		margin: 30px auto;
	}
	footer .links li {
		width: 48%;
		display: inline-block;
	}
	/*#carousel-2 .block .img .photo {
		min-height: 380px;
	}*/
	.logo {
		float: none;
		display: inline-block;
		width: 100%;
		text-align: center;
		margin: 20px 0px;
	}
	.navbar-nav {
		position: fixed;
		left: 0;
		top: 0;
		width: 200px;
		height: 100%;
		margin: 0 0 0 -200px;
		overflow-y: auto;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	/*.collapse {
		display: block;
	}*/
	.sidebar-show .navbar-nav {
		margin-left: 0px;
		background: #eee;
	}
	.brand-right {
		position: absolute;
		padding: 0px;
		top: 0px;
		width: 100%;
	}
	.navbar-form {
		padding: 10px 0px 0 7px;
		border: 0px !important;
		box-shadow: none;
		top: -10px;
	}
	.brand-right .login-btn {
		float: right;
		margin: 10px 7px 0 0px;
	}
	.social-nav .home-btn {
		display: none;
	}
	.social-nav .social-btn {
		display: none;
	}
	.social-nav {
		min-height: 50px;
	}
	.btn-default {
		background: none;
	}
	.brand-right .navbar-form .form-control {
		background-position: 0px 9px;
		padding-left: 40px;
		width: 130px;
		font-size: 12px;
		background-size: 38px;
		height: 31px;
	}
	.brand-right .navbar-form .btn-default {
		padding: 4px 8px 7px;
		border: 0px;
		border-left-color: #efefef;
	}
	.brand-right .login-btn .btn {
		padding: 6px 8px;
		font-size: 12px;
	}
	.navbar .navbar-form .form-control {
		left: 16px;
	}

  /* Images - Search Advanced */
  #adv-search .btn-default .textBtn {display: none}
  .search-note {font-size: 12px;}
  #search_concept {display: none}
  #adv-search .dropdown.dropdown-lg .dropdown-menu {
    width: 100%;
    margin-top: 33px;
  }

  /* adv Search */
  #adv-search .btn-group .btn {
    margin-left: 0;
  }

  #adv-search .input-group-btn:last-child > .btn,
  #adv-search  .input-group-btn:last-child > .btn-group {
    margin-left: 0;
  }

  #adv-search {padding-left: 0; text-align: center; margin-bottom: 30px;}
  #adv-search .search-category {
    width: 100%;
    position: relative;
  }

  #adv-search .search-category label {
    display: block;
    text-align: center;
  }

  #adv-search .search-category select {
    width: 100%;
  }

  #adv-search input.form-control {
    display: block;
    width: 100%;
    margin: 5px 0;
  }

  #adv-search .input-group-btn {
    display: block;
    float: none;
    width: 100%;
  }

  #adv-search .btn-group .btn-default {
    float: left;
    width: 80%;
    position: relative;
  }

  #adv-search .btn-default .textBtn {
    display: inline-block;
  }

  #adv-search .input-group-btn {
    clear: both;
  }

  #adv-search .input-group-btn .btn-group {
    display: block !important;
    width: 100%;
    position: relative;
    text-align: center;
  }
  #adv-search .btn-group .btn.btn-primary {
    width: 20%;
    float: left;
    position: relative;
  }

  #adv-search .input-group-btn .btn-group:after {
    content:'';
    display: block;
    clear: both;
  }
}
/*!
 * User Gallery - Responsive jQuery Grid Plugin
 *
 * require: jQuery v1.7+
 *
 */.cbp,.cbp *,.cbp *:after,.cbp:after,.cbp-l-filters-alignCenter,.cbp-l-filters-alignCenter *,.cbp-l-filters-alignCenter .cbp-filter-counter:after,.cbp-l-filters-alignLeft,.cbp-l-filters-alignLeft *,.cbp-l-filters-alignRight,.cbp-l-filters-alignRight *,.cbp-l-filters-alignRight .cbp-filter-counter:after,.cbp-l-filters-button,.cbp-l-filters-button *,.cbp-l-filters-button .cbp-filter-counter:after,.cbp-l-filters-buttonCenter,.cbp-l-filters-buttonCenter *,.cbp-l-filters-buttonCenter .cbp-filter-counter:after,.cbp-l-filters-dropdown,.cbp-l-filters-dropdown *,.cbp-l-filters-dropdownHeader:after,.cbp-l-filters-list,.cbp-l-filters-list *,.cbp-l-filters-work,.cbp-l-filters-work *,.cbp-l-filters-big,.cbp-l-filters-big *,.cbp-l-filters-text,.cbp-l-filters-text *,.cbp-l-filters-text .cbp-filter-counter:after,.cbp-l-filters-underline,.cbp-l-filters-underline *,.cbp-popup-wrap,.cbp-popup-wrap *,.cbp-popup-wrap:before,.cbp-popup-loadingBox:after,.cbp-l-loadMore-bgbutton,.cbp-l-loadMore-bgbutton *,.cbp-l-loadMore-button,.cbp-l-loadMore-button *,.cbp-l-loadMore-text,.cbp-l-loadMore-text *,.cbp-search,.cbp-search *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.cbp-l-grid-agency-title,.cbp-l-grid-agency-desc,.cbp-l-grid-work-title,.cbp-l-grid-work-desc,.cbp-l-grid-blog-title,.cbp-l-grid-projects-title,.cbp-l-grid-projects-desc,.cbp-l-grid-masonry-projects-title,.cbp-l-grid-masonry-projects-desc{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cbp-l-filters-alignCenter,.cbp-l-filters-alignCenter *,.cbp-l-filters-alignLeft,.cbp-l-filters-alignLeft *,.cbp-l-filters-alignRight,.cbp-l-filters-alignRight *,.cbp-l-filters-button,.cbp-l-filters-button *,.cbp-l-filters-buttonCenter,.cbp-l-filters-buttonCenter *,.cbp-l-filters-dropdown,.cbp-l-filters-dropdown *,.cbp-l-filters-list,.cbp-l-filters-list *,.cbp-l-filters-work,.cbp-l-filters-work *,.cbp-l-filters-big,.cbp-l-filters-big *,.cbp-l-filters-text,.cbp-l-filters-text *,.cbp-l-filters-underline,.cbp-l-filters-underline *{-webkit-tap-highlight-color:transparent}.cbp:after,.cbp-lazyload:after,.cbp-popup-loadingBox:after,.cbp-popup-singlePageInline:after{content:'';position:absolute;width:34px;height:34px;left:0;right:0;top:0;bottom:0;margin:auto;-webkit-animation:cbp-rotation .8s infinite linear;animation:cbp-rotation .8s infinite linear;border-left:3px solid rgba(114,144,182,0.15);border-right:3px solid rgba(114,144,182,0.15);border-bottom:3px solid rgba(114,144,182,0.15);border-top:3px solid rgba(114,144,182,0.8);border-radius:100%}.cbp-item{display:inline-block;margin:0 10px 20px 0}.cbp{position:relative;margin:0 auto;z-index:1;height:400px}.cbp>*{visibility:hidden}.cbp .cbp-item{position:absolute;top:0;left:0;list-style-type:none;margin:0;padding:0;overflow:hidden}.cbp img{display:block;border:0;width:100%;height:auto}.cbp a,.cbp a:hover,.cbp a:active{text-decoration:none;outline:0}.cbp-ready>*{visibility:visible}.cbp-ready:after{display:none;visibility:hidden}.cbp-lazyload{position:relative;background:#fff;display:block}.cbp-lazyload img{opacity:1}.cbp-lazyload img[data-cbp-src]{opacity:0}.cbp-lazyload img:not([data-cbp-src]){-webkit-transition:opacity .7s ease-in-out;transition:opacity .7s ease-in-out}.cbp-lazyload:after{z-index:0}.cbp-wrapper-outer{overflow:hidden;position:relative;margin:0 auto}.cbp-wrapper-outer,.cbp-wrapper,.cbp-wrapper-helper{list-style-type:none;padding:0;width:100%;height:100%;z-index:1}.cbp-wrapper,.cbp-wrapper-helper{position:absolute;top:0;left:0;margin:0}.cbp-item-off{z-index:-1;pointer-events:none;visibility:hidden}.cbp-item-on2off{z-index:0}.cbp-item-off2on{z-index:1}.cbp-item-on2on{z-index:2}.cbp-item-wrapper{width:100%;height:100%;position:relative;top:0;left:0}.cbp-l-project-related-wrap img,.cbp-l-inline img{display:block;width:100%;height:auto;border:0}.cbp-updateItems{-webkit-transition:height .5s ease-in-out !important;transition:height .5s ease-in-out !important;will-change:height}.cbp-updateItems .cbp-item{-webkit-transition:top .5s ease-in-out, left .5s ease-in-out;transition:top .5s ease-in-out, left .5s ease-in-out}.cbp-updateItems .cbp-item-loading{-webkit-animation:fadeIn .5s ease-in-out;animation:fadeIn .5s ease-in-out;-webkit-transition:none;transition:none}.cbp-removeItem{-webkit-animation:fadeOut .5s ease-in-out;animation:fadeOut .5s ease-in-out}.cbp-panel{width:94%;max-width:1170px;margin:0 auto}.cbp-misc-video{position:relative;height:0;padding-bottom:56.25%;background:#000;text-align:center}.cbp-misc-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}@-webkit-keyframes cbp-rotation{0{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes cbp-rotation{0{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.clearfix:after{content:" ";display:block;height:0;clear:both}.cbp-l-filters-left{float:left}.cbp-l-filters-right{float:right}.cbp-caption,.cbp-caption-defaultWrap,.cbp-caption-activeWrap{display:block}.cbp-caption-activeWrap{background-color:#282727}.cbp-caption-active .cbp-caption,.cbp-caption-active .cbp-caption-defaultWrap,.cbp-caption-active .cbp-caption-activeWrap{overflow:hidden;position:relative;z-index:1}.cbp-caption-active .cbp-caption-defaultWrap{top:0}.cbp-caption-active .cbp-caption-activeWrap{width:100%;position:absolute;z-index:2;height:100%}.cbp-l-caption-title{color:#fff;font:400 16px/21px "Open Sans", sans-serif}.cbp-l-caption-desc{color:#aaa;font:400 12px/16px "Open Sans", sans-serif}.cbp-l-caption-text{font:400 14px/21px "Open Sans", sans-serif;color:#fff;letter-spacing:3px;padding:0 6px}.cbp-l-caption-buttonLeft,.cbp-l-caption-buttonRight{background-color:#547EB1;color:#FFFFFF;display:inline-block;font:400 12px/30px "Open Sans", sans-serif;min-width:90px;text-align:center;margin:4px;padding:0 6px}.cbp-l-caption-buttonLeft:hover,.cbp-l-caption-buttonRight:hover{opacity:0.9}.cbp-caption-none .cbp-caption-activeWrap{display:none}.cbp-l-caption-alignLeft .cbp-l-caption-body{padding:12px 30px}.cbp-caption-fadeIn .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-minimal .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-moveRight .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-overlayRightAlong .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-pushDown .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-pushTop .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-revealBottom .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-revealLeft .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-revealTop .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-zoom .cbp-l-caption-alignLeft .cbp-l-caption-body,.cbp-caption-opacity .cbp-l-caption-alignLeft .cbp-l-caption-body{padding-top:30px}.cbp-l-caption-alignCenter{display:table;width:100%;height:100%}.cbp-l-caption-alignCenter .cbp-l-caption-body{display:table-cell;vertical-align:middle;text-align:center;padding:10px 0}.cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,.cbp-l-caption-alignCenter .cbp-l-caption-buttonRight{position:relative;-webkit-transition:left 0.4s cubic-bezier(0.19, 1, 0.22, 1);transition:left 0.4s cubic-bezier(0.19, 1, 0.22, 1)}.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,.cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft{left:-20px}.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,.cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight{left:20px}.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight{left:0}.cbp-caption-fadeIn .cbp-caption-activeWrap{opacity:0;top:0;background-color:rgba(0,0,0,0.85);-webkit-transition:opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1);transition:opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1)}.cbp-caption-fadeIn .cbp-caption:hover .cbp-caption-activeWrap{opacity:1}.cbp-caption-minimal .cbp-l-caption-title,.cbp-caption-minimal .cbp-l-caption-desc{position:relative;left:0;opacity:0;-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out}.cbp-caption-minimal .cbp-l-caption-title{-webkit-transform:translateY(-50%);transform:translateY(-50%)}.cbp-caption-minimal .cbp-l-caption-desc{-webkit-transform:translateY(70%);transform:translateY(70%)}.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-title,.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-desc{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.cbp-caption-minimal .cbp-caption-activeWrap{top:0;background-color:#000;background-color:rgba(0,0,0,0.8);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.cbp-caption-minimal .cbp-caption:hover .cbp-caption-activeWrap{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"}.cbp-caption-moveRight .cbp-caption-activeWrap{left:-100%;top:0;-webkit-transition:-webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);transition:transform 0.6s cubic-bezier(0.19, 1, 0.22, 1)}.cbp-caption-moveRight .cbp-caption:hover .cbp-caption-activeWrap{-webkit-transform:translateX(100%);transform:translateX(100%)}.cbp-caption-overlayBottom .cbp-caption-activeWrap{height:60px;background-color:#181616;background-color:rgba(24,22,22,0.7);-webkit-transition:-webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);transition:transform 0.6s cubic-bezier(0.19, 1, 0.22, 1)}.cbp-caption-overlayBottom .cbp-caption:hover .cbp-caption-activeWrap{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.cbp-caption-overlayBottomAlong .cbp-caption-defaultWrap,.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap{-webkit-transition:-webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);transition:transform 0.6s cubic-bezier(0.19, 1, 0.22, 1)}.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap{height:60px}.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap{-webkit-transform:translateY(-30px);transform:translateY(-30px)}.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-activeWrap{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.cbp-caption-overlayBottomPush .cbp-caption-defaultWrap{-webkit-transition:top 0.6s cubic-bezier(0.19, 1, 0.22, 1);transition:top 0.6s cubic-bezier(0.19, 1, 0.22, 1)}.cbp-caption-overlayBottomPush .cbp-caption-activeWrap{bottom:-60px;height:60px;-webkit-transition:bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1);transition:bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1)}.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap{top:-60px}.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-activeWrap{bottom:0}.cbp-caption-overlayBottomReveal .cbp-caption-defaultWrap{z-index:2;-webkit-transition:top 0.5s cubic-bezier(0.19, 1, 0.22, 1);transition:top 0.5s cubic-bezier(0.19, 1, 0.22, 1)}.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap{bottom:0;z-index:1;height:60px}.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap{top:-60px}.cbp-caption-overlayRightAlong .cbp-caption-defaultWrap,.cbp-caption-overlayRightAlong .cbp-caption-activeWrap{-webkit-transition:-webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);transition:transform 0.6s cubic-bezier(0.19, 1, 0.22, 1)}.cbp-caption-overlayRightAlong .cbp-caption-activeWrap{top:0;left:-50%;width:50%}.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-defaultWrap{-webkit-transform:translateX(25%);transform:translateX(25%)}.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-activeWrap{-webkit-transform:translateX(100%);transform:translateX(100%)}.cbp-caption-pushDown .cbp-caption-defaultWrap,.cbp-caption-pushDown .cbp-caption-activeWrap{-webkit-transition:-webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);transition:transform 0.6s cubic-bezier(0.19, 1, 0.22, 1)}.cbp-caption-pushDown .cbp-caption-activeWrap{top:-102%;height:102%}.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-defaultWrap{-webkit-transform:translateY(100%);transform:translateY(100%)}.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-activeWrap{-webkit-transform:translateY(99%);transform:translateY(99%)}.cbp-caption-pushTop .cbp-caption-activeWrap,.cbp-caption-pushTop .cbp-caption-defaultWrap{-webkit-transition:-webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);transition:transform 0.6s cubic-bezier(0.19, 1, 0.22, 1)}.cbp-caption-pushTop .cbp-caption-activeWrap{height:102%}.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-defaultWrap{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-activeWrap{-webkit-transform:translateY(-99%);transform:translateY(-99%)}.cbp-caption-revealBottom .cbp-caption-defaultWrap{z-index:2;-webkit-transition:-webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);transition:transform 0.6s cubic-bezier(0.19, 1, 0.22, 1)}.cbp-caption-revealBottom .cbp-caption-activeWrap{top:0;z-index:1}.cbp-caption-revealBottom .cbp-caption:hover .cbp-caption-defaultWrap{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.cbp-caption-revealLeft .cbp-caption-activeWrap{left:100%;top:0;-webkit-transition:-webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);transition:transform 0.6s cubic-bezier(0.19, 1, 0.22, 1)}.cbp-caption-revealLeft .cbp-caption:hover .cbp-caption-activeWrap{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.cbp-caption-revealTop .cbp-caption-defaultWrap{z-index:2;-webkit-transition:-webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);transition:transform 0.6s cubic-bezier(0.19, 1, 0.22, 1)}.cbp-caption-revealTop .cbp-caption-activeWrap{top:0;z-index:1}.cbp-caption-revealTop .cbp-caption:hover .cbp-caption-defaultWrap{-webkit-transform:translateY(100%);transform:translateY(100%)}.cbp-caption-zoom .cbp-caption-defaultWrap{-webkit-transition:-webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);transition:transform 0.6s cubic-bezier(0.19, 1, 0.22, 1)}.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap{-webkit-transform:scale(1.25);transform:scale(1.25)}.cbp-caption-zoom .cbp-caption-activeWrap{opacity:0;top:0;background-color:rgba(0,0,0,0.9);-webkit-transition:opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);transition:opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1)}.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap{opacity:1}.cbp-caption-opacity .cbp-item{padding:1px}.cbp-caption-opacity .cbp-caption,.cbp-caption-opacity .cbp-caption-activeWrap,.cbp-caption-opacity .cbp-caption-defaultWrap{background-color:transparent}.cbp-caption-opacity .cbp-caption{border:1px solid transparent}.cbp-caption-opacity .cbp-caption:hover{border-color:#EDEDED}.cbp-caption-opacity .cbp-caption-defaultWrap{opacity:1;-webkit-transition:opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);transition:opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1)}.cbp-caption-opacity .cbp-caption:hover .cbp-caption-defaultWrap{opacity:.8}.cbp-caption-opacity .cbp-caption:hover .cbp-caption-activeWrap{top:0}.cbp-caption-expand .cbp-caption-activeWrap{height:auto;background-color:transparent}.cbp-caption-expand .cbp-caption{border-bottom:1px dotted #eaeaea}.cbp-caption-expand .cbp-caption-defaultWrap{cursor:pointer;font:500 15px/23px "Roboto", sans-serif;color:#474747;padding:12px 0 11px 26px}.cbp-caption-expand .cbp-caption-defaultWrap svg{position:absolute;top:16px;left:0}.cbp-caption-expand .cbp-l-caption-body{font:400 13px/21px "Roboto", sans-serif;color:#888;padding:0 0 20px 26px}.cbp-caption-expand-active{-webkit-transition:height .4s !important;transition:height .4s !important}.cbp-caption-expand-active .cbp-item{-webkit-transition:left .4s, top .4s !important;transition:left .4s, top .4s !important}.cbp-caption-expand-open .cbp-caption-activeWrap{-webkit-transition:height .4s;transition:height .4s}.cbp-l-filters-alignCenter{margin-bottom:30px;text-align:center;font:400 12px/21px sans-serif;color:#DADADA}.cbp-l-filters-alignCenter .cbp-filter-item{color:#949494;cursor:pointer;font:400 13px/21px "Open Sans", sans-serif;padding:0 12px;transition:all .3s ease-in-out;position:relative;overflow:visible;margin:0 0 10px;display:inline-block}.cbp-l-filters-alignCenter .cbp-filter-item:hover{color:#2D2C2C}.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active{color:#2D2C2C;cursor:default}.cbp-l-filters-alignCenter .cbp-filter-counter{background:none repeat scroll 0 0 #626161;border-radius:3px;color:#FFFFFF;font:400 11px/18px "Open Sans", sans-serif;margin:0 auto;padding:4px 0;text-align:center;width:34px;position:absolute;bottom:0;left:0;right:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0;-webkit-transition:all .25s ease;transition:all .25s ease}.cbp-l-filters-alignCenter .cbp-filter-counter:after{content:"";position:absolute;bottom:-4px;left:0;right:0;margin:0 auto;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #626161;display:none}.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter:after{display:block}.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter{bottom:30px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}.cbp-l-filters-alignLeft{margin-bottom:30px}.cbp-l-filters-alignLeft .cbp-filter-item{background-color:#fff;border:1px solid #cdcdcd;cursor:pointer;font:400 12px/30px "Open Sans", sans-serif;padding:0 13px;position:relative;overflow:visible;margin:0 8px 10px 0;display:inline-block;color:#888888;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.cbp-l-filters-alignLeft .cbp-filter-item:hover{color:#111}.cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item-active{background-color:#6C7A89;border:1px solid #6C7A89;color:#fff;cursor:default}.cbp-l-filters-alignLeft .cbp-filter-counter{display:inline}.cbp-l-filters-alignRight{margin-bottom:30px;text-align:right}.cbp-l-filters-alignRight .cbp-filter-item{background-color:transparent;color:#8B8B8B;cursor:pointer;font:400 11px/31px "Open Sans", sans-serif;padding:0 14px;position:relative;overflow:visible;margin:0 0 10px 5px;border:1px solid #E4E2E2;text-transform:uppercase;display:inline-block;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cbp-l-filters-alignRight .cbp-filter-item:hover{color:#2B3444}.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter:after{display:block}.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter{bottom:44px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}.cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active{color:#FFFFFF;background-color:#049372;border-color:#049372;cursor:default}.cbp-l-filters-alignRight .cbp-filter-counter{background:none repeat scroll 0 0 #049372;border-radius:3px;color:#fff;font:400 11px/18px "Open Sans", sans-serif;margin:0 auto;padding:4px 0;text-align:center;width:34px;position:absolute;bottom:0;left:0;right:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0;-webkit-transition:opacity .25s ease, bottom .25s ease;transition:opacity .25s ease, bottom .25s ease}.cbp-l-filters-alignRight .cbp-filter-counter:after{content:"";position:absolute;bottom:-4px;left:0;right:0;margin:0 auto;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #049372;display:none}.cbp-l-filters-button{margin-bottom:30px}.cbp-l-filters-button .cbp-filter-item{background-color:#FFFFFF;border:1px solid #ECECEC;color:#888888;cursor:pointer;font:400 12px/32px "Open Sans", sans-serif;margin:0 10px 10px 0;overflow:visible;padding:0 17px;position:relative;display:inline-block;-webkit-transition:color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;transition:color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out}.cbp-l-filters-button .cbp-filter-item:hover{color:#545454;border-color:#DADADA}.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active{background-color:#545454;color:#fff;border-color:#5d5d5d;cursor:default}.cbp-l-filters-button .cbp-filter-counter{background-color:#545454;border-radius:3px;color:#fff;font:400 11px/18px "Open Sans", sans-serif;margin:0 auto;padding:4px 0;text-align:center;width:34px;position:absolute;bottom:0;left:0;right:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transition:opacity .25s ease, bottom .25s ease;transition:opacity .25s ease, bottom .25s ease}.cbp-l-filters-button .cbp-filter-counter:after{content:"";position:absolute;bottom:-4px;left:0;right:0;margin:0 auto;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #545454;display:none}.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter:after{display:block}.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter{bottom:44px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}.cbp-l-filters-buttonCenter{margin-bottom:30px;text-align:center}.cbp-l-filters-buttonCenter .cbp-filter-item{background-color:#FFFFFF;border:1px solid #ECECEC;color:#888888;cursor:pointer;font:400 12px/32px "Roboto", sans-serif;margin:0 10px 10px 0;overflow:visible;padding:0 17px;position:relative;display:inline-block;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cbp-l-filters-buttonCenter .cbp-filter-item:hover{color:#5d5d5d}.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active{color:#3B9CB3;border-color:#8CD2E5;cursor:default}.cbp-l-filters-buttonCenter .cbp-filter-counter{background-color:#68ABBC;border-radius:3px;color:#fff;font:400 11px/18px "Roboto", sans-serif;margin:0 auto;padding:4px 0;text-align:center;width:34px;position:absolute;bottom:0;left:0;right:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transition:opacity .25s ease, bottom .25s ease;transition:opacity .25s ease, bottom .25s ease}.cbp-l-filters-buttonCenter .cbp-filter-counter:after{content:"";position:absolute;bottom:-4px;left:0;right:0;margin:0 auto;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #68ABBC;display:none}.cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter:after{display:block}.cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter{bottom:44px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}.cbp-l-filters-dropdown{margin-bottom:40px;height:38px;position:relative;z-index:5}.cbp-l-filters-dropdownWrap{width:200px;position:absolute;right:0;background:#4d4c4d}.cbp-l-filters-dropdownHeader{font:400 12px/38px "Open Sans", sans-serif;margin:0 17px;color:#FFF;cursor:default;position:relative}.cbp-l-filters-dropdownHeader:after{border-color:#fff transparent;border-style:solid;border-width:5px 5px 0;content:"";height:0;position:absolute;right:0;top:50%;width:0;margin-top:-1px}.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownHeader:after{border-width:0 5px 5px}.cbp-l-filters-dropdownList{display:none;list-style:none outside none;margin:0;padding:0}.cbp-l-filters-dropdownList>li{margin:0;list-style:none}.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownList{display:block;margin:0}.cbp-l-filters-dropdownList .cbp-filter-item{background:transparent;color:#b3b3b3;width:100%;text-align:left;font:400 12px/40px "Open Sans", sans-serif;margin:0;padding:0 17px;cursor:pointer;border:none;border-top:1px solid #595959}.cbp-l-filters-dropdownList .cbp-filter-item:hover{color:#e6e6e6}.cbp-l-filters-dropdownList .cbp-filter-item-active{color:#fff;cursor:default}.cbp-l-filters-dropdownWrap .cbp-filter-counter{display:inline}.cbp-l-filters-dropdown-floated{float:right;margin-top:-2px;margin-left:20px;width:200px}.cbp-l-filters-list{margin-bottom:30px;content:"";display:table;clear:both}.cbp-l-filters-list .cbp-filter-item{background-color:transparent;color:#585252;cursor:pointer;font:400 12px/35px "Open Sans", sans-serif;padding:0 18px;position:relative;overflow:visible;margin:0 0 10px;float:left;border:1px solid #3288C4;border-right-width:0;-webkit-transition:left .3s ease-in-out;transition:left .3s ease-in-out}.cbp-l-filters-list .cbp-filter-item:hover{color:#000}.cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active{cursor:default;color:#FFFFFF;background-color:#3288C4}.cbp-l-filters-list-first{border-radius:6px 0 0 6px}.cbp-l-filters-list-last{border-radius:0 6px 6px 0;border-right-width:1px !important}.cbp-l-filters-list .cbp-filter-counter{display:inline}@media only screen and (max-width: 600px){.cbp-l-filters-list .cbp-filter-item{margin-right:5px;border-radius:6px;border-right-width:1px}}.cbp-l-filters-work{margin-bottom:30px;text-align:center}.cbp-l-filters-work .cbp-filter-item{background-color:#FFFFFF;color:#888;cursor:pointer;font:600 11px/37px "Open Sans", sans-serif;margin:0 5px 10px 0;overflow:visible;padding:0 16px;position:relative;display:inline-block;text-transform:uppercase;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.cbp-l-filters-work .cbp-filter-item:hover{color:#fff;background:#607D8B}.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active{background:#607D8B;color:#fff;cursor:default}.cbp-l-filters-work .cbp-filter-counter{font:600 11px/37px "Open Sans", sans-serif;text-align:center;display:inline-block;margin-left:8px}.cbp-l-filters-work .cbp-filter-counter:before{content:'('}.cbp-l-filters-work .cbp-filter-counter:after{content:')'}.cbp-l-filters-big{margin-bottom:30px;text-align:center}.cbp-l-filters-big .cbp-filter-item{color:#444;cursor:pointer;font:400 15px/22px "Roboto", sans-serif;margin:0 15px 10px 0;padding:10px 23px;position:relative;display:inline-block;border:1px solid transparent;text-transform:uppercase;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.cbp-l-filters-big .cbp-filter-item:hover{color:#888}.cbp-l-filters-big .cbp-filter-item.cbp-filter-item-active{border-color:#d5d5d5;cursor:default;color:#444}.cbp-l-filters-text{margin-bottom:30px;text-align:center;font:400 12px/21px "Lato", sans-serif;color:#DADADA;padding:0 15px}.cbp-l-filters-text .cbp-filter-item{color:#949494;cursor:pointer;font:400 13px/21px "Lato", sans-serif;padding:0 12px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;position:relative;overflow:visible;margin:0 0 10px;display:inline-block}.cbp-l-filters-text .cbp-filter-item:hover{color:#2D2C2C}.cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active{color:#2D2C2C;cursor:default}.cbp-l-filters-text .cbp-filter-counter{background:none repeat scroll 0 0 #626161;border-radius:3px;color:#FFFFFF;font:400 11px/16px "Lato", sans-serif;margin:0 auto;padding:4px 0;text-align:center;width:32px;position:absolute;bottom:0;left:0;right:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0;-webkit-transition:all .25s ease;transition:all .25s ease}.cbp-l-filters-text .cbp-filter-counter:after{content:"";position:absolute;bottom:-4px;left:0;right:0;margin:0 auto;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #626161;display:none}.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter:after{display:block}.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter{bottom:30px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}.cbp-l-filters-text-sort{display:inline-block;font:400 13px/21px "Lato", sans-serif;color:#949494;margin-right:15px}.cbp-l-filters-underline{margin-bottom:30px}.cbp-l-filters-underline .cbp-filter-item{border-bottom:3px solid transparent;cursor:pointer;font:600 14px/21px "Open Sans", sans-serif;padding:8px 10px;position:relative;overflow:visible;margin:0 20px 10px 0;display:inline-block;color:#787878;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.cbp-l-filters-underline .cbp-filter-item:hover{color:#111}.cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active{border-bottom-color:#666;color:#444;cursor:default}.cbp-l-filters-underline .cbp-filter-counter{display:inline}.cbp-animation-quicksand{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-quicksand .cbp-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out}.cbp-animation-quicksand .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-quicksand .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-quicksand .cbp-item-on2off .cbp-item-wrapper{-webkit-animation:quicksand-off .6s ease-out both;animation:quicksand-off .6s ease-out both}.cbp-animation-quicksand .cbp-item-off2on .cbp-item-wrapper{-webkit-animation:quicksand-on .6s ease-out both;animation:quicksand-on .6s ease-out both}@-webkit-keyframes quicksand-off{100%{opacity:0;-webkit-transform:scale3d(0, 0, 0)}}@keyframes quicksand-off{100%{opacity:0;transform:scale3d(0, 0, 0)}}@-webkit-keyframes quicksand-on{0%{opacity:0;-webkit-transform:scale3d(0, 0, 0)}}@keyframes quicksand-on{0%{opacity:0;transform:scale3d(0, 0, 0)}}.cbp-animation-fadeOut,.cbp-animation-boxShadow{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-fadeOut .cbp-item,.cbp-animation-boxShadow .cbp-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out}.cbp-animation-fadeOut .cbp-item,.cbp-animation-boxShadow .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-fadeOut .cbp-item-wrapper,.cbp-animation-boxShadow .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-fadeOut .cbp-item-on2off .cbp-item-wrapper,.cbp-animation-boxShadow .cbp-item-on2off .cbp-item-wrapper{-webkit-animation:fadeOut-off .6s ease-in-out both;animation:fadeOut-off .6s ease-in-out both}.cbp-animation-fadeOut .cbp-item-off2on .cbp-item-wrapper,.cbp-animation-boxShadow .cbp-item-off2on .cbp-item-wrapper{-webkit-animation:fadeOut-on .6s ease-in-out both;animation:fadeOut-on .6s ease-in-out both}@-webkit-keyframes fadeOut-off{0%{opacity:1}80%,100%{opacity:0}}@keyframes fadeOut-off{0%{opacity:1}80%,100%{opacity:0}}@-webkit-keyframes fadeOut-on{0%{opacity:0}100%{opacity:1}}@keyframes fadeOut-on{0%{opacity:0}100%{opacity:1}}.cbp-animation-flipOut{-webkit-transition:height .7s ease-in-out;transition:height .7s ease-in-out;will-change:height}.cbp-animation-flipOut .cbp-item{-webkit-transition:-webkit-transform .7s ease-in-out;transition:transform .7s ease-in-out}.cbp-animation-flipOut .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-flipOut .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-flipOut .cbp-item-on2off .cbp-item-wrapper{-webkit-animation:flipOut-out .7s both ease-in;animation:flipOut-out .7s both ease-in}.cbp-animation-flipOut .cbp-item-off2on .cbp-item-wrapper{-webkit-animation:flipOut-in .7s ease-out both;animation:flipOut-in .7s ease-out both}@-webkit-keyframes flipOut-out{50%,100%{-webkit-transform:translateZ(-1000px) rotateY(-90deg);opacity:0.2}}@keyframes flipOut-out{50%,100%{transform:translateZ(-1000px) rotateY(-90deg);opacity:0.2}}@-webkit-keyframes flipOut-in{0%,50%{-webkit-transform:translateZ(-1000px) rotateY(90deg);opacity:0.2}}@keyframes flipOut-in{0%,50%{transform:translateZ(-1000px) rotateY(90deg);opacity:0.2}}.cbp-animation-flipBottom{-webkit-transition:height .7s ease-in-out;transition:height .7s ease-in-out;will-change:height}.cbp-animation-flipBottom .cbp-item{-webkit-transition:-webkit-transform .7s ease-in-out;transition:transform .7s ease-in-out}.cbp-animation-flipBottom .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-flipBottom .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-flipBottom .cbp-item-on2off .cbp-item-wrapper{-webkit-animation:flipBottom-out .7s both ease-in;animation:flipBottom-out .7s both ease-in}.cbp-animation-flipBottom .cbp-item-off2on .cbp-item-wrapper{-webkit-animation:flipBottom-in .7s ease-out both;animation:flipBottom-in .7s ease-out both}@-webkit-keyframes flipBottom-out{50%,100%{-webkit-transform:translateZ(-1000px) rotateX(-90deg);opacity:0.2}}@keyframes flipBottom-out{50%,100%{transform:translateZ(-1000px) rotateX(-90deg);opacity:0.2}}@-webkit-keyframes flipBottom-in{0%,50%{-webkit-transform:translateZ(-1000px) rotateX(90deg);opacity:0.2}}@keyframes flipBottom-in{0%,50%{transform:translateZ(-1000px) rotateX(90deg);opacity:0.2}}.cbp-animation-scaleSides{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-scaleSides .cbp-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out}.cbp-animation-scaleSides .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-scaleSides .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-scaleSides .cbp-item-on2off .cbp-item-wrapper{-webkit-animation:scaleSides-out .9s ease both;animation:scaleSides-out .9s ease both}.cbp-animation-scaleSides .cbp-item-off2on .cbp-item-wrapper{-webkit-animation:scaleSides-in .9s ease both;animation:scaleSides-in .9s ease both}@-webkit-keyframes scaleSides-out{50%,100%{-webkit-transform:scale(0.6);opacity:0}}@keyframes scaleSides-out{50%,100%{transform:scale(0.6);opacity:0}}@-webkit-keyframes scaleSides-in{0%,50%{-webkit-transform:scale(0.6);opacity:0}}@keyframes scaleSides-in{0%,50%{transform:scale(0.6);opacity:0}}.cbp-animation-skew{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-skew .cbp-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out}.cbp-animation-skew .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-skew .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-skew .cbp-item-on2off .cbp-item-wrapper{-webkit-animation:skew-off .6s ease-out both;animation:skew-off .6s ease-out both}.cbp-animation-skew .cbp-item-off2on .cbp-item-wrapper{-webkit-animation:skew-on .6s ease-out both;animation:skew-on .6s ease-out both}@-webkit-keyframes skew-off{100%{opacity:0;-webkit-transform:scale3d(0, 0, 0) skew(20deg, 0)}}@keyframes skew-off{100%{opacity:0;transform:scale3d(0, 0, 0) skew(20deg, 0)}}@-webkit-keyframes skew-on{0%{opacity:0;-webkit-transform:scale3d(0, 0, 0) skew(0, 20deg)}}@keyframes skew-on{0%{opacity:0;transform:scale3d(0, 0, 0) skew(0, 20deg)}}.cbp-animation-fadeOutTop{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-fadeOutTop .cbp-wrapper-outer{overflow:visible}.cbp-animation-fadeOutTop .cbp-item{-webkit-perspective:1000px;perspective:1000px;overflow:visible}.cbp-animation-fadeOutTop .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-fadeOutTop .cbp-wrapper-helper .cbp-item-wrapper{-webkit-animation:fadeOutTop-out .6s both ease-in-out;animation:fadeOutTop-out .6s both ease-in-out}.cbp-animation-fadeOutTop .cbp-wrapper .cbp-item-wrapper{-webkit-animation:fadeOutTop-in .6s both ease-in-out;animation:fadeOutTop-in .6s both ease-in-out}@-webkit-keyframes fadeOutTop-out{0%{-webkit-transform:translateY(0);opacity:1}50%,100%{-webkit-transform:translateY(-30px);opacity:0}}@keyframes fadeOutTop-out{0%{transform:translateY(0);opacity:1}50%,100%{transform:translateY(-30px);opacity:0}}@-webkit-keyframes fadeOutTop-in{0%,50%{-webkit-transform:translateY(-30px);opacity:0}100%{-webkit-transform:translateY(0);opacity:1}}@keyframes fadeOutTop-in{0%,50%{transform:translateY(-30px);opacity:0}100%{transform:translateY(0);opacity:1}}.cbp-animation-slideLeft{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-slideLeft .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-slideLeft .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-slideLeft .cbp-wrapper-helper .cbp-item-wrapper{-webkit-animation:slideLeft-out .8s both ease-in-out;animation:slideLeft-out .8s both ease-in-out}.cbp-animation-slideLeft .cbp-wrapper .cbp-item-wrapper{-webkit-animation:slideLeft-in .8s both ease-in-out;animation:slideLeft-in .8s both ease-in-out}@-webkit-keyframes slideLeft-out{0%{opacity:1;transform:scale(1)}25%{opacity:.75;-webkit-transform:scale(0.8)}75%{opacity:.75;-webkit-transform:scale(0.8) translateX(-200%)}100%{opacity:.75;-webkit-transform:scale(0.8) translateX(-200%)}}@keyframes slideLeft-out{0%{opacity:1;transform:scale(1)}25%{opacity:.75;transform:scale(0.8)}75%{opacity:.75;transform:scale(0.8) translateX(-200%)}100%{opacity:.75;transform:scale(0.8) translateX(-200%)}}@-webkit-keyframes slideLeft-in{0%,25%{opacity:.75;-webkit-transform:scale(0.8) translateX(200%)}75%{opacity:.75;-webkit-transform:scale(0.8)}100%{opacity:1;-webkit-transform:scale(1) translateX(0)}}@keyframes slideLeft-in{0%,25%{opacity:.75;transform:scale(0.8) translateX(200%)}75%{opacity:.75;transform:scale(0.8)}100%{opacity:1;transform:scale(1) translateX(0)}}.cbp-animation-sequentially{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-sequentially .cbp-wrapper-outer{overflow:visible}.cbp-animation-sequentially .cbp-item{-webkit-perspective:1000px;perspective:1000px;overflow:visible}.cbp-animation-sequentially .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-sequentially .cbp-wrapper-helper .cbp-item-wrapper{-webkit-animation:fadeOutTop-out .6s both ease;animation:fadeOutTop-out .6s both ease}.cbp-animation-sequentially .cbp-wrapper .cbp-item-wrapper{-webkit-animation:fadeOutTop-in .6s both ease-out;animation:fadeOutTop-in .6s both ease-out}.cbp-animation-3dflip{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-3dflip .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-3dflip .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-3dflip .cbp-wrapper-helper .cbp-item-wrapper{-webkit-transform-origin:0% 50%;transform-origin:0% 50%;-webkit-animation:flip-out 0.6s both ease-in-out;animation:flip-out 0.6s both ease-in-out}.cbp-animation-3dflip .cbp-wrapper .cbp-item-wrapper{-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-animation:flip-in 0.6s both ease-in-out;animation:flip-in 0.6s both ease-in-out}@-webkit-keyframes flip-out{100%{opacity:0;-webkit-transform:rotateY(90deg)}}@keyframes flip-out{100%{opacity:0;transform:rotateY(90deg)}}@-webkit-keyframes flip-in{0%{opacity:0;-webkit-transform:rotateY(-90deg)}100%{opacity:1;-webkit-transform:rotateY(0deg)}}@keyframes flip-in{0%{opacity:0;transform:rotateY(-90deg)}100%{opacity:1;transform:rotateY(0deg)}}.cbp-animation-flipOutDelay{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-flipOutDelay .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-flipOutDelay .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-flipOutDelay .cbp-wrapper-helper .cbp-item-wrapper{-webkit-animation:flipOut-out 1s both ease-in;animation:flipOut-out 1s both ease-in}.cbp-animation-flipOutDelay .cbp-wrapper .cbp-item-wrapper{-webkit-animation:flipOut-in 1s both ease-out;animation:flipOut-in 1s both ease-out}.cbp-animation-slideDelay{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-slideDelay .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-slideDelay .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-slideDelay .cbp-wrapper-helper .cbp-item-wrapper{-webkit-animation:slideDelay-out 0.5s both ease-in-out;animation:slideDelay-out 0.5s both ease-in-out}.cbp-animation-slideDelay .cbp-wrapper .cbp-item-wrapper{-webkit-animation:slideDelay-in 0.5s both ease-in-out;animation:slideDelay-in 0.5s both ease-in-out}@-webkit-keyframes slideDelay-out{100%{-webkit-transform:translateX(-100%)}}@keyframes slideDelay-out{100%{transform:translateX(-100%)}}@-webkit-keyframes slideDelay-in{0%{-webkit-transform:translateX(100%)}100%{-webkit-transform:translateX(0)}}@keyframes slideDelay-in{0%{transform:translateX(100%)}100%{transform:translateX(0)}}.cbp-animation-rotateSides{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-rotateSides .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-rotateSides .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-rotateSides .cbp-wrapper-helper .cbp-item-wrapper{-webkit-transform-origin:-50% 50%;-webkit-animation:rotateSides-out .5s both ease-in;transform-origin:-50% 50%;animation:rotateSides-out .5s both ease-in}.cbp-animation-rotateSides .cbp-wrapper .cbp-item-wrapper{-webkit-transform-origin:150% 50%;-webkit-animation:rotateSides-in .6s both ease-out;transform-origin:150% 50%;animation:rotateSides-in .6s both ease-out}@-webkit-keyframes rotateSides-out{100%{opacity:0;-webkit-transform:translateZ(-500px) rotateY(90deg)}}@keyframes rotateSides-out{100%{opacity:0;transform:translateZ(-500px) rotateY(90deg)}}@-webkit-keyframes rotateSides-in{0%{opacity:0;-webkit-transform:translateZ(-500px) rotateY(-90deg)}40%{opacity:0;-webkit-transform:translateZ(-500px) rotateY(-90deg)}}@keyframes rotateSides-in{0%{opacity:0;transform:translateZ(-500px) rotateY(-90deg)}40%{opacity:0;transform:translateZ(-500px) rotateY(-90deg)}}.cbp-animation-foldLeft{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-foldLeft .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-foldLeft .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-foldLeft .cbp-wrapper-helper .cbp-item-wrapper{-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-animation:foldLeft-out .7s both ease;animation:foldLeft-out .7s both ease}.cbp-animation-foldLeft .cbp-wrapper .cbp-item-wrapper{-webkit-animation:foldLeft-in .7s both ease;animation:foldLeft-in .7s ease both}@-webkit-keyframes foldLeft-out{100%{opacity:0;-webkit-transform:translateX(-100%) rotateY(-90deg)}}@keyframes foldLeft-out{100%{opacity:0;transform:translateX(-100%) rotateY(-90deg)}}@-webkit-keyframes foldLeft-in{0%{opacity:0.3;-webkit-transform:translateX(100%)}}@keyframes foldLeft-in{0%{opacity:0.3;transform:translateX(100%)}}.cbp-animation-unfold{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-unfold .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-unfold .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-unfold .cbp-wrapper-helper .cbp-item-wrapper{-webkit-animation:unfold-out .8s ease both;animation:unfold-out .8s ease both}.cbp-animation-unfold .cbp-wrapper .cbp-item-wrapper{-webkit-transform-origin:0% 50%;-webkit-animation:unfold-in .8s both ease;transform-origin:0% 50%;animation:unfold-in .8s both ease}@-webkit-keyframes unfold-out{90%{opacity:0.3}100%{opacity:0;-webkit-transform:translateX(-100%)}}@keyframes unfold-out{90%{opacity:0.3}100%{opacity:0;transform:translateX(-100%)}}@-webkit-keyframes unfold-in{0%{opacity:0;-webkit-transform:translateX(100%) rotateY(90deg)}}@keyframes unfold-in{0%{opacity:0;transform:translateX(100%) rotateY(90deg)}}.cbp-animation-scaleDown{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-scaleDown .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-scaleDown .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-scaleDown .cbp-wrapper-helper .cbp-item-wrapper{-webkit-animation:scaleDown-out .7s ease both;animation:scaleDown-out .7s ease both}.cbp-animation-scaleDown .cbp-wrapper .cbp-item-wrapper{-webkit-animation:scaleDown-in .6s ease both;animation:scaleDown-in .6s ease both}@-webkit-keyframes scaleDown-out{100%{opacity:0;-webkit-transform:scale(0.8)}}@keyframes scaleDown-out{100%{opacity:0;transform:scale(0.8)}}@-webkit-keyframes scaleDown-in{0%{-webkit-transform:translateX(100%)}}@keyframes scaleDown-in{0%{transform:translateX(100%)}}.cbp-animation-frontRow{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-frontRow .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-frontRow .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-frontRow .cbp-wrapper-helper .cbp-item-wrapper{-webkit-animation:frontRow-out .7s both ease;animation:frontRow-out .7s both ease}.cbp-animation-frontRow .cbp-wrapper .cbp-item-wrapper{-webkit-animation:frontRow-in .6s both ease;animation:frontRow-in .6s both ease}@-webkit-keyframes frontRow-out{100%{-webkit-transform:translateX(-60%) scale(0.8);opacity:0}}@keyframes frontRow-out{100%{transform:translateX(-60%) scale(0.8);opacity:0}}@-webkit-keyframes frontRow-in{0%{-webkit-transform:translateX(100%) scale(0.8)}100%{opacity:1;-webkit-transform:translateX(0%) scale(1)}}@keyframes frontRow-in{0%{transform:translateX(100%) scale(0.8)}100%{opacity:1;transform:translateX(0%) scale(1)}}.cbp-animation-rotateRoom{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-rotateRoom .cbp-item{-webkit-perspective:1000px;perspective:1000px}.cbp-animation-rotateRoom .cbp-item-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.cbp-animation-rotateRoom .cbp-wrapper-helper .cbp-item-wrapper{-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-animation:rotateRoom-out .8s both ease;animation:rotateRoom-out .8s both ease}.cbp-animation-rotateRoom .cbp-wrapper .cbp-item-wrapper{-webkit-transform-origin:0% 50%;transform-origin:0% 50%;-webkit-animation:rotateRoom-in .8s both ease;animation:rotateRoom-in .8s both ease}@-webkit-keyframes rotateRoom-out{90%{opacity:.3}100%{opacity:0;-webkit-transform:translateX(-100%) rotateY(90deg)}}@keyframes rotateRoom-out{90%{opacity:.3}100%{opacity:0;transform:translateX(-100%) rotateY(90deg)}}@-webkit-keyframes rotateRoom-in{0%{opacity:.3;-webkit-transform:translateX(100%) rotateY(-90deg)}}@keyframes rotateRoom-in{0%{opacity:.3;transform:translateX(100%) rotateY(-90deg)}}.cbp-animation-bounceBottom{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-bounceBottom .cbp-wrapper-helper{-webkit-animation:bounceBottom-out .6s both ease-in-out;animation:bounceBottom-out .6s both ease-in-out}.cbp-animation-bounceBottom .cbp-wrapper{-webkit-animation:bounceBottom-in .6s both ease-in-out;animation:bounceBottom-in .6s both ease-in-out}@-webkit-keyframes bounceBottom-out{100%{-webkit-transform:translateY(100%);opacity:0}}@keyframes bounceBottom-out{100%{transform:translateY(100%);opacity:0}}@-webkit-keyframes bounceBottom-in{0%{-webkit-transform:translateY(100%);opacity:0}100%{-webkit-transform:translateY(0);opacity:1}}@keyframes bounceBottom-in{0%{transform:translateY(100%);opacity:0}100%{transform:translateY(0);opacity:1}}.cbp-animation-bounceLeft{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-bounceLeft .cbp-wrapper-helper{-webkit-animation:bounceLeft-out .6s both ease-in-out;animation:bounceLeft-out .6s both ease-in-out}.cbp-animation-bounceLeft .cbp-wrapper{-webkit-animation:bounceLeft-in .6s both ease-in-out;animation:bounceLeft-in .6s both ease-in-out}@-webkit-keyframes bounceLeft-out{100%{-webkit-transform:translateX(-100%);opacity:0}}@keyframes bounceLeft-out{100%{transform:translateX(-100%);opacity:0}}@-webkit-keyframes bounceLeft-in{0%{-webkit-transform:translateX(-100%);opacity:0}100%{-webkit-transform:translateX(0);opacity:1}}@keyframes bounceLeft-in{0%{transform:translateX(-100%);opacity:0}100%{transform:translateX(0);opacity:1}}.cbp-animation-bounceTop{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-bounceTop .cbp-wrapper-helper{-webkit-animation:bounceTop-out .6s both ease-in-out;animation:bounceTop-out .6s both ease-in-out}.cbp-animation-bounceTop .cbp-wrapper{-webkit-animation:bounceTop-in .6s both ease-in-out;animation:bounceTop-in .6s both ease-in-out}@-webkit-keyframes bounceTop-out{100%{-webkit-transform:translateY(-100%);opacity:0}}@keyframes bounceTop-out{100%{transform:translateY(-100%);opacity:0}}@-webkit-keyframes bounceTop-in{0%{-webkit-transform:translateY(-100%);opacity:0}100%{-webkit-transform:translateY(0);opacity:1}}@keyframes bounceTop-in{0%{transform:translateY(-100%);opacity:0}100%{transform:translateY(0);opacity:1}}.cbp-animation-moveLeft{-webkit-transition:height .6s ease-in-out;transition:height .6s ease-in-out;will-change:height}.cbp-animation-moveLeft .cbp-wrapper-helper{-webkit-animation:moveLeft-out .6s both ease-in-out;animation:moveLeft-out .6s both ease-in-out}.cbp-animation-moveLeft .cbp-wrapper{-webkit-animation:moveLeft-in .6s both ease-in-out;animation:moveLeft-in .6s both ease-in-out}@-webkit-keyframes moveLeft-out{100%{-webkit-transform:translateX(-100%);opacity:0}}@keyframes moveLeft-out{100%{transform:translateX(-100%);opacity:0}}@-webkit-keyframes moveLeft-in{0%{-webkit-transform:translateX(100%);opacity:0}100%{-webkit-transform:translateX(0);opacity:1}}@keyframes moveLeft-in{0%{transform:translateX(100%);opacity:0}100%{transform:translateX(0);opacity:1}}.cbp-displayType-bottomToTop{-webkit-perspective:1000px;perspective:1000px}.cbp-displayType-bottomToTop .cbp-item{-webkit-animation:fadeInBottomToTop .3s both ease-in;animation:fadeInBottomToTop .3s both ease-in}@-webkit-keyframes fadeInBottomToTop{0%{opacity:0;-webkit-transform:translateY(50px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes fadeInBottomToTop{0%{opacity:0;transform:translateY(50px)}100%{opacity:1;transform:translateY(0)}}.cbp-displayType-fadeIn{-webkit-animation:fadeIn .5s both ease-in;animation:fadeIn .5s both ease-in}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.cbp-displayType-fadeInToTop{-webkit-perspective:1000px;perspective:1000px;-webkit-animation:fadeInToTop .5s both ease-in;animation:fadeInToTop .5s both ease-in}@-webkit-keyframes fadeInToTop{0%{opacity:0;-webkit-transform:translateY(30px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes fadeInToTop{0%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}.cbp-displayType-sequentially .cbp-item{-webkit-animation:fadeIn .5s both ease-in;animation:fadeIn .5s both ease-in}.cbp-lightbox img{display:block;border:0;width:100%;height:auto}.cbp-popup-ie8bg{position:absolute;width:100%;height:100%;min-height:100%;top:0;left:0;z-index:-1;background:#000;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"}.cbp-popup-wrap{height:100%;text-align:center;position:fixed;width:100%;left:0;top:0;display:none;overflow-y:hidden;-webkit-overflow-scrolling:touch;overflow-x:hidden;z-index:9990;padding:0 10px}.cbp-popup-wrap video{outline:0 none}.cbp-popup-lightbox{background:rgba(0,0,0,0.8);display:flex;justify-content:center;align-items:center}.cbp-popup-singlePage{background:#fff;padding:0}.cbp-popup-wrap:before{content:"";display:inline-block;height:100%;vertical-align:middle}.cbp-popup-content{position:relative;display:inline-block;vertical-align:middle;text-align:left;max-width:100%}.cbp-popup-singlePage .cbp-popup-content{position:relative;z-index:1;margin-top:145px;max-width:1024px;vertical-align:top;width:94%}.cbp-popup-singlePage .cbp-popup-content-basic{position:relative;z-index:1;margin-top:104px;vertical-align:top;width:100%;display:inline-block;text-align:left}.cbp-popup-lightbox-figure{position:relative}.cbp-popup-lightbox-bottom{left:0;position:absolute;top:100%;width:100%;margin-top:3px}.cbp-popup-lightbox-title{padding-right:70px;font:400 12px/18px "Open Sans", sans-serif;color:#eee}.cbp-popup-lightbox-counter{position:absolute;top:0;right:0;font:400 12px/18px "Open Sans", sans-serif;color:#eee}.cbp-popup-lightbox-img{width:auto;max-width:100%;height:auto;display:block;margin:40px 0 40px;box-shadow:0 0 8px rgba(0,0,0,0.6)}.cbp-popup-lightbox-img[data-action]{cursor:pointer}.cbp-popup-lightbox-isIframe .cbp-popup-content{width:75%}@media only screen and (max-width: 768px){.cbp-popup-lightbox-isIframe .cbp-popup-content{width:95%}}.cbp-popup-lightbox-isIframe .cbp-lightbox-bottom{left:0;position:absolute;top:100%;width:100%;margin-top:3px}.cbp-popup-lightbox-iframe{position:relative;height:0;padding-bottom:56.25%;background:#000}.cbp-popup-lightbox-iframe iframe{position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6)}.cbp-popup-lightbox-iframe audio{margin-top:27%}.cbp-popup-singlePage .cbp-popup-navigation-wrap{position:absolute;top:0;left:0;width:100%;z-index:9990;height:104px;background-color:#3D4750}.cbp-popup-singlePage .cbp-popup-navigation{position:relative;width:100%;height:100%}.cbp-popup-singlePage-sticky .cbp-popup-navigation-wrap{position:fixed;top:0 !important}.cbp-popup-singlePage-counter{color:#fff;position:absolute;margin:auto;right:40px;top:0;bottom:0;font:400 13px/30px "Open Sans", sans-serif;height:30px}@media only screen and (max-width: 768px){.cbp-popup-singlePage-counter{right:3%}}.cbp-popup-next,.cbp-popup-prev,.cbp-popup-close{padding:0;border:medium none;position:absolute;cursor:pointer;outline:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cbp-popup-lightbox .cbp-popup-prev,.cbp-popup-lightbox .cbp-popup-next,.cbp-popup-lightbox .cbp-popup-close{visibility:hidden}.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next,.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev,.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close{visibility:visible}.cbp-popup-lightbox .cbp-popup-prev{background:url("css/images/cbp-sprite.png") no-repeat scroll 0 0 transparent;width:44px;height:44px;top:0;bottom:0;left:20px;margin:auto}.cbp-popup-lightbox .cbp-popup-prev:hover{background-position:0 -46px}.cbp-popup-singlePage .cbp-popup-prev{background:url("css/images/cbp-sprite.png") no-repeat scroll 0 -92px transparent;width:44px;height:44px;margin:auto;top:0;right:108px;bottom:0;left:0}.cbp-popup-singlePage .cbp-popup-prev:hover{background-position:0 -138px}.cbp-popup-lightbox .cbp-popup-next{background:url("css/images/cbp-sprite.png") no-repeat scroll -46px 0 transparent;width:44px;height:44px;top:0;bottom:0;right:20px;margin:auto}.cbp-popup-lightbox .cbp-popup-next:hover{background-position:-46px -46px}.cbp-popup-singlePage .cbp-popup-next{background:url("css/images/cbp-sprite.png") no-repeat scroll -46px -92px transparent;width:44px;height:44px;margin:auto;top:0;right:0;bottom:0;left:108px}.cbp-popup-singlePage .cbp-popup-next:hover{background-position:-46px -138px}.cbp-popup-lightbox .cbp-popup-close{background:url("css/images/cbp-sprite.png") no-repeat scroll -92px 0 transparent;height:40px;width:40px;right:20px;top:20px}.cbp-popup-lightbox .cbp-popup-close:hover{background-position:-92px -46px}.cbp-popup-singlePage .cbp-popup-close{background:url("css/images/cbp-sprite.png") no-repeat scroll -92px -92px transparent;height:44px;width:44px;margin:auto;top:0;right:0;bottom:0;left:0}.cbp-popup-singlePage .cbp-popup-close:hover{background-position:-92px -138px}.cbp-popup-singlePage .cbp-popup-ie8bg{background-color:#fff}@media only screen and (max-width: 360px), (max-height: 600px){.cbp-popup-next,.cbp-popup-prev,.cbp-popup-close{-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8)}.cbp-popup-lightbox .cbp-popup-close{right:10px;top:10px}.cbp-popup-lightbox .cbp-popup-next{right:10px}.cbp-popup-lightbox .cbp-popup-prev{left:10px}.cbp-popup-singlePage .cbp-popup-navigation-wrap{height:84px}.cbp-popup-singlePage .cbp-popup-content{margin-top:120px}}.cbp-popup-loadingBox{width:100%;height:100%;position:absolute;top:0;left:0}.cbp-popup-lightbox .cbp-popup-loadingBox:after{border-left:3px solid rgba(255,255,255,0.3);border-right:3px solid rgba(255,255,255,0.3);border-bottom:3px solid rgba(255,255,255,0.3);border-top:3px solid rgba(255,255,255,0.85)}.cbp-popup-ready .cbp-popup-loadingBox{visibility:hidden;display:none}.cbp-popup-loading .cbp-popup-loadingBox{visibility:visible;display:block}.cbp-popup-transitionend{overflow-y:scroll}.cbp-popup-singlePage{left:100%;-webkit-transition:left .6s ease-in-out;transition:left .6s ease-in-out}.cbp-popup-singlePage.cbp-popup-loading .cbp-popup-content{opacity:0}.cbp-popup-singlePage-open{left:0}.cbp-popup-singlePage.cbp-popup-singlePage-fade{left:0;opacity:0;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}.cbp-popup-singlePage-open.cbp-popup-singlePage-fade{opacity:1}.cbp-popup-singlePage.cbp-popup-singlePage-right{left:-100%;-webkit-transition:left .6s ease-in-out;transition:left .6s ease-in-out}.cbp-popup-singlePage-open.cbp-popup-singlePage-right{left:0}.cbp-l-project-title{color:#454444;font:600 42px/46px "Open Sans", sans-serif;letter-spacing:2px;margin-bottom:15px;text-align:center;text-transform:uppercase}.cbp-l-project-subtitle{color:#787878;font:400 14px/21px "Open Sans", sans-serif;margin:0 auto 50px;max-width:500px;text-align:center}.cbp-popup-singlePage .cbp-popup-content .cbp-l-project-img{display:block;margin:0 auto;max-width:100%}.cbp-l-project-container{overflow:hidden;margin:40px auto 0;clear:both}.cbp-l-project-desc{float:left;width:62%}.cbp-l-project-details{float:right;width:38%;padding-left:60px;margin-bottom:15px}@media only screen and (max-width: 768px){.cbp-l-project-title{font-size:30px;line-height:34px}.cbp-l-project-desc{width:100%}.cbp-l-project-details{width:100%;margin-top:20px;padding-left:0}}.cbp-l-project-desc-title{border-bottom:1px solid #cdcdcd;margin-bottom:22px;color:#444}.cbp-l-project-desc-title span,.cbp-l-project-details-title span{border-bottom:1px solid #747474;display:inline-block;margin:0 0 -1px 0;font:400 16px/36px "Open Sans", sans-serif;padding:0 5px 0 0}.cbp-l-project-desc-text{font:400 13px/20px "Open Sans", sans-serif;color:#555;margin-bottom:20px}.cbp-l-project-details-title{border-bottom:1px solid #cdcdcd;margin-bottom:19px;color:#444}.cbp-l-project-details-list{margin:0;padding:0;list-style:none}.cbp-l-project-details-list>li,.cbp-l-project-details-list>div{border-bottom:1px dotted #DFDFDF;padding:inherit;color:#666;font:400 12px/30px "Open Sans", sans-serif}.cbp-l-project-details-list>li:last-child,.cbp-l-project-details-list>div:last-child{border:none}.cbp-l-project-details-list strong{display:inline-block;color:#696969;font-weight:600;min-width:100px}.cbp-l-project-details-visit{color:#FFFFFF;float:right;clear:both;text-decoration:none;font:400 11px/18px "Open Sans", sans-serif;margin-top:25px;background-color:#62B57B;padding:8px 19px;text-transform:uppercase;letter-spacing:.5px}.cbp-l-project-details-visit:hover{opacity:0.9;color:#fff}.cbp-l-project-related-wrap{font-size:0;margin:0;padding:0}.cbp-l-project-related-item{margin-left:5%;max-width:30%;float:left}.cbp-l-project-related-item:first-child{margin-left:0}.cbp-l-project-related-title{font:700 14px/18px "Open Sans", sans-serif;color:#474747;margin-top:20px}.cbp-l-project-related-link{text-decoration:none}.cbp-l-project-related-link:hover{opacity:0.9}.cbp-l-member-img{float:left;width:40%;margin-top:20px}.cbp-l-member-img img{border:1px solid #e2e2e2;width:auto;max-width:100%;height:auto;display:inline-block;border:0}.cbp-l-member-info{margin-top:20px;padding-left:25px;float:left;width:60%}@media only screen and (max-width: 768px){.cbp-l-member-img{width:100%;text-align:center}.cbp-l-member-info{width:100%;padding-left:0}}.cbp-l-member-name{font:400 28px/28px "Open Sans", sans-serif;color:#474747}.cbp-l-member-position{font:400 13px/21px "Open Sans", sans-serif;color:#888;margin-top:6px}.cbp-l-member-desc{font:400 12px/18px "Open Sans", sans-serif;margin-top:25px;color:#474747}.cbp-popup-singlePageInline-open{-webkit-transition:height .5s ease 0s !important;transition:height .5s ease 0s !important}.cbp-popup-singlePageInline-open .cbp-item{-webkit-transition:-webkit-transform .5s ease 0s !important;transition:transform .5s ease 0s !important}.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline:after{display:none;visibility:hidden}.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-content,.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-navigation{-webkit-transition-delay:0;transition-delay:0}.cbp-popup-singlePageInline{width:100%;position:absolute;top:0;left:0;z-index:0;overflow:hidden}.cbp-popup-singlePageInline .cbp-popup-content{opacity:0;width:100%;z-index:1;min-height:300px}.cbp-popup-singlePageInline .cbp-popup-content,.cbp-popup-singlePageInline .cbp-popup-navigation{-webkit-transition:opacity .4s ease-in .2s;transition:opacity .4s ease-in .2s}.cbp-popup-singlePageInline .cbp-popup-navigation{opacity:0;position:absolute;top:0;right:0;z-index:2;width:40px;height:40px}.cbp-popup-singlePageInline .cbp-popup-close{background:url("css/images/cbp-sprite.png") no-repeat scroll -92px 0 transparent;height:40px;width:40px;right:20px;top:30px}.cbp-popup-singlePageInline .cbp-popup-close:hover{opacity:0.7}.cbp-popup-singlePageInline-ready{z-index:4}.cbp-popup-singlePageInline-ready .cbp-popup-content,.cbp-popup-singlePageInline-ready .cbp-popup-navigation{opacity:1}.cbp-popup-singlePageInline-ready:after{display:none;visibility:hidden}.cbp-singlePageInline-active{opacity:0.6 !important}.cbp-l-inline{margin:20px 0;overflow:hidden;background:#FAFAFA;padding:30px}.cbp-l-inline-left{float:left;width:44%}.cbp-l-project-img{max-width:100%}.cbp-l-inline-right{float:right;width:56%;padding-left:inherit}@media only screen and (max-width: 768px){.cbp-l-inline-left{width:100%;text-align:center;margin-top:40px}.cbp-l-inline-right{width:100%;padding-left:0;margin-top:20px}}.cbp-l-inline-title{font:400 28px/30px "Open Sans", sans-serif;color:#474747}.cbp-l-inline-subtitle{font:400 13px/21px "Open Sans", sans-serif;color:#888;margin-top:7px}.cbp-l-inline-desc{font:400 13px/20px "Open Sans", sans-serif;color:#474747;margin-top:25px;margin-bottom:20px}.cbp-l-inline-view-wrap{text-align:right}.cbp-l-inline-view{font:400 13px/35px "Open Sans", sans-serif;color:#9C9C9C;margin-top:40px;display:inline-block;padding:0 20px;border:1px solid #ccc;text-decoration:none}.cbp-l-inline-view:hover{color:#757575}.cbp-l-inline-details{margin-bottom:15px;font:13px/22px "Open Sans", sans-serif}.cbp-l-loadMore-defaultText,.cbp-l-loadMore-button-defaultText{display:block}.cbp-l-loadMore-loadingText,.cbp-l-loadMore-noMoreLoading,.cbp-l-loadMore-button-loadingText,.cbp-l-loadMore-button-noMoreLoading{display:none}.cbp-l-loadMore-loading .cbp-l-loadMore-loadingText,.cbp-l-loadMore-loading .cbp-l-loadMore-button-loadingText{display:block}.cbp-l-loadMore-loading .cbp-l-loadMore-defaultText,.cbp-l-loadMore-loading .cbp-l-loadMore-noMoreLoading,.cbp-l-loadMore-loading .cbp-l-loadMore-button-defaultText,.cbp-l-loadMore-loading .cbp-l-loadMore-button-noMoreLoading{display:none}.cbp-l-loadMore-stop .cbp-l-loadMore-noMoreLoading,.cbp-l-loadMore-stop .cbp-l-loadMore-button-noMoreLoading{display:block}.cbp-l-loadMore-stop .cbp-l-loadMore-defaultText,.cbp-l-loadMore-stop .cbp-l-loadMore-loadingText,.cbp-l-loadMore-stop .cbp-l-loadMore-button-defaultText,.cbp-l-loadMore-stop .cbp-l-loadMore-button-loadingText{display:none}.cbp-l-loadMore-bgbutton{text-align:center}.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link{border:1px solid #DEDEDE;color:#7E7B7B;display:inline-block;font:400 13px/40px "Lato", sans-serif;min-width:80px;text-decoration:none;padding:0 50px;margin-top:50px;outline:0;box-shadow:none;letter-spacing:1px;-webkit-transition:color .25s;transition:color .25s}.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link:hover,.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-loading{color:#B0B0B0}.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-stop{cursor:default;color:#B0B0B0}.cbp-l-loadMore-button{text-align:center}.cbp-l-loadMore-button .cbp-l-loadMore-link,.cbp-l-loadMore-button .cbp-l-loadMore-button-link{border:1px solid #DEDEDE;color:#7E7B7B;display:inline-block;font:400 12px/36px "Open Sans", sans-serif;min-width:80px;text-decoration:none;padding:0 30px;outline:0;margin-top:40px;box-shadow:none;-webkit-transition:color .25s;transition:color .25s}.cbp-l-loadMore-button .cbp-l-loadMore-link:hover,.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover,.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-loading{color:#B0B0B0}.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-stop,.cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-stop,.cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-button-stop{cursor:default;color:#B0B0B0}.cbp-l-loadMore-text{text-align:center}.cbp-l-loadMore-text .cbp-l-loadMore-link,.cbp-l-loadMore-text .cbp-l-loadMore-text-link{font:400 15px "Open Sans", sans-serif;color:#7E7B7B;text-decoration:none;cursor:pointer;margin-top:50px;display:block}.cbp-l-loadMore-text .cbp-l-loadMore-stop,.cbp-l-loadMore-text .cbp-l-loadMore-text-stop{color:#B0B0B0;cursor:default}.cbp-mode-slider{-webkit-transition:height 0.35s cubic-bezier(0.22, 0.6, 0.345, 1);transition:height 0.35s cubic-bezier(0.22, 0.6, 0.345, 1)}.cbp-mode-slider .cbp-wrapper,.cbp-mode-slider .cbp-item{-webkit-transition:-webkit-transform 0.35s cubic-bezier(0.22, 0.6, 0.345, 1);transition:transform 0.35s cubic-bezier(0.22, 0.6, 0.345, 1)}.cbp-mode-slider .cbp-wrapper{cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.cbp-mode-slider-dragStart *{cursor:move !important;cursor:-ms-grabbing !important;cursor:-webkit-grabbing !important;cursor:-moz-grabbing !important;cursor:grabbing !important}.cbp-mode-slider-dragStart .cbp-wrapper{-webkit-transition:none;transition:none}.cbp-nav-next,.cbp-nav-prev{position:relative;background:#7c8b90;cursor:pointer;display:inline-block;margin-left:1px;height:22px;width:21px}.cbp-nav-next{border-radius:0 2px 2px 0}.cbp-nav-prev{border-radius:2px 0 0 2px}.cbp-nav-next:hover,.cbp-nav-prev:hover{opacity:0.8}.cbp-nav-next:after,.cbp-nav-prev:after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;background:url("css/images/cbp-sprite.png") no-repeat;height:10px;width:7px}.cbp-nav-next:after{background-position:-134px 0}.cbp-nav-prev:after{background-position:-134px -12px}.cbp-nav-stop{opacity:0.5 !important;cursor:default !important}.cbp-nav{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cbp-nav-controls{position:absolute;top:-51px;right:0;z-index:100}.cbp-nav-pagination{position:absolute;bottom:-30px;right:0;z-index:100;left:0;text-align:center}.cbp-nav-pagination-item{position:relative;width:10px;height:10px;border-radius:50%;margin:0 4px;display:inline-block;cursor:pointer;background:#c2c2c2;-webkit-transition:background 0.5s;transition:background 0.5s}.cbp-nav-pagination-active{background:#797979}.cbp-pagination-item{max-width:100px;display:inline-block;cursor:pointer;margin-top:10px;margin-right:5px;position:relative}.cbp-pagination-item img{display:block;width:100%;height:auto;border:0}.cbp-pagination-item:after{content:'';position:absolute;top:0;width:100%;height:100%;background:rgba(0,0,0,0.5);-webkit-transition:background .5s ease-in-out;transition:background .5s ease-in-out}.cbp-pagination-active:after{background:transparent}.cbp-slider-wrap,.cbp-slider-item{margin:0;padding:0;list-style-type:none}.cbp-slider .cbp-nav-controls{position:static}.cbp-slider .cbp-nav-next,.cbp-slider .cbp-nav-prev{background:transparent;position:absolute;margin:auto;top:0;bottom:0;z-index:100;width:44px;height:44px}.cbp-slider .cbp-nav-next{right:25px;left:auto}.cbp-slider .cbp-nav-prev{left:25px;right:auto}.cbp-slider .cbp-nav-next:after,.cbp-slider .cbp-nav-prev:after{background:url("css/images/cbp-sprite.png") no-repeat;width:44px;height:44px}.cbp-slider .cbp-nav-next:after{background-position:-46px -92px}.cbp-slider .cbp-nav-next:hover:after{background-position:-46px -46px}.cbp-slider .cbp-nav-prev:after{background-position:0 -92px}.cbp-slider .cbp-nav-prev:hover:after{background-position:0 -46px}.cbp-slider .cbp-nav-pagination{text-align:right;bottom:20px;right:25px;left:auto}.cbp-slider-edge .cbp-nav-controls{position:static}.cbp-slider-edge .cbp-nav-next,.cbp-slider-edge .cbp-nav-prev{background:transparent;position:absolute;margin:auto;top:0;bottom:0;z-index:100;width:44px;height:44px}.cbp-slider-edge .cbp-nav-next{right:-14px;left:auto}.cbp-slider-edge .cbp-nav-prev{left:-14px;right:auto}.cbp-slider-edge .cbp-nav-next:after,.cbp-slider-edge .cbp-nav-prev:after{background:url("css/images/cbp-sprite.png") no-repeat;width:9px;height:16px}.cbp-slider-edge .cbp-nav-next:after{background-position:-134px -24px}.cbp-slider-edge .cbp-nav-prev:after{background-position:-134px -42px}.cbp-slider-edge .cbp-nav-pagination{bottom:-50px}.cbp-slider-edge .cbp-nav-pagination-item{border:2px solid #0f0f0f;opacity:0.4;background:transparent}.cbp-slider-edge .cbp-nav-pagination-active{background:#000}.cbp-slider-inline{position:relative}.cbp-slider-inline .cbp-slider-item{position:absolute;width:100%;top:0;transition:left .5s ease}.cbp-slider-inline .cbp-slider-item--active{position:relative;z-index:2}.cbp-slider-wrapper{position:relative;overflow:hidden}.cbp-slider-controls{position:absolute;top:0;right:0;z-index:100;opacity:0;-webkit-transition:opacity .7s ease-in-out;transition:opacity .7s ease-in-out}.cbp-slider-inline-ready .cbp-slider-controls{opacity:1}.cbp-slider-next,.cbp-slider-prev{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;float:left;cursor:pointer;position:relative;width:36px;height:36px;background:#547EB1}.cbp-slider-next{margin-left:1px}.cbp-slider-next:after,.cbp-slider-prev:after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;background:url("css/images/cbp-sprite.png") no-repeat;width:9px;height:16px}.cbp-slider-next:after{background-position:-134px -60px}.cbp-slider-prev:after{background-position:-134px -78px}.cbp-l-grid-agency .cbp-caption:after{position:absolute;content:'';width:0;height:0;border-bottom:10px solid #fff;border-right:10px solid transparent;border-left:10px solid transparent;bottom:0px;left:50%;margin-left:-5px;z-index:1}.cbp-l-grid-agency.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap{-webkit-transform:scale(1.15);transform:scale(1.15)}.cbp-l-grid-agency-title{margin-top:18px;font:700 17px/24px "Lato", sans-serif;color:#666;text-align:center}.cbp-item:hover .cbp-l-grid-agency-title{color:#222}.cbp-l-grid-agency-desc{font:400 12px/21px "Open Sans", sans-serif;color:#aaa;text-align:center}.cbp-l-grid-work.cbp-caption-zoom .cbp-caption-activeWrap{background-color:rgba(0,0,0,0.7)}.cbp-l-grid-work .cbp-item{padding:3px}.cbp-l-grid-work .cbp-item-wrapper{background-color:#fff;box-shadow:0 1px 1px rgba(0,0,0,0.2);padding:7px 7px 27px;border-top:1px solid #F4F4F4}.cbp-l-grid-work-title{margin-top:17px;font:400 17px/25px "Roboto Condensed", sans-serif;color:#607D8B;text-align:center;text-transform:uppercase;display:block}.cbp-l-grid-work-title:hover{color:#365D67}.cbp-l-grid-work-desc{font:400 11px/16px "Open Sans", sans-serif;color:#888888;text-align:center;text-transform:uppercase}.cbp-l-grid-blog-title{font:400 18px/30px "Open Sans", sans-serif;color:#444;display:block;margin-top:17px}.cbp-l-grid-blog-title:hover{color:#787878}.cbp-l-grid-blog-date{font:400 12px/18px "Open Sans", sans-serif;color:#787878;display:inline-block}.cbp-l-grid-blog-comments{font:400 12px/18px "Open Sans", sans-serif;color:#3C6FBB;display:inline-block}.cbp-l-grid-blog-comments:hover{opacity:.8}.cbp-l-grid-blog-desc{font:400 13px/18px "Open Sans", sans-serif;color:#9B9B9B;margin-top:9px}.cbp-l-grid-blog-split{margin:0 4px;font:400 13px/16px "Open Sans", sans-serif;color:#787878;display:inline-block}.cbp-l-grid-clients{height:180px}.cbp-l-clients-title-block{font:400 32px/53px "Roboto", sans-serif;color:#666464;text-align:center;margin-bottom:40px}.cbp-l-grid-faq .cbp-item{width:100%}.cbp-l-grid-projects-title{font:700 14px/21px "Open Sans", sans-serif;color:#474747;margin-top:15px}.cbp-l-grid-projects-desc{font:400 12px/18px "Open Sans", sans-serif;color:#888888;margin-top:5px}.cbp-l-grid-masonry-projects .cbp-caption-activeWrap{background-color:#59a3b6;background-color:rgba(89,163,182,0.95)}.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft,.cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight{background-color:#545454}.cbp-l-grid-masonry-projects-title{font:500 15px/22px "Roboto", sans-serif;color:#59a3b6;text-align:center;display:block;margin-top:12px}.cbp-l-grid-masonry-projects-title:hover{color:#457C8B}.cbp-l-grid-masonry-projects-desc{font:400 12px/18px "Roboto", sans-serif;color:#b2b2b2;text-align:center}.cbp-l-grid-team-name{font:400 17px/24px "Open Sans", sans-serif;color:#456297;display:block;text-align:center;margin-top:18px}.cbp-l-grid-team-name:hover{color:#34425C}.cbp-l-grid-team-position{font:italic 400 13px/21px "Open Sans", sans-serif;color:#999;text-align:center}.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap{background-color:#64C28E;background-color:rgba(101,199,150,0.95)}.cbp-l-grid-mosaic-flat .cbp-l-caption-title{color:#FFFFFF;font:400 14px/21px "Lato", sans-serif;text-transform:uppercase;letter-spacing:2px;display:inline-block}.cbp-l-grid-mosaic-flat .cbp-l-caption-title:after{content:'';display:block;width:40%;height:1px;background-color:#fff;margin:8px auto 0}.cbp-l-grid-mosaic-projects .cbp-caption-activeWrap{background-color:#59a3b6;background-color:rgba(89,163,182,0.97)}.cbp-l-grid-mosaic .cbp-caption-activeWrap{background-color:#FFEA71;background-color:rgba(255,234,113,0.95)}.cbp-l-grid-mosaic .cbp-l-caption-title{color:#5A5A5A;font:500 18px/22px "Roboto", sans-serif;text-transform:uppercase;margin-bottom:5px}.cbp-l-grid-mosaic .cbp-l-caption-desc{color:#585858;font:400 13px/20px "Roboto", sans-serif}.cbp-l-slider-title-block{border-bottom:1px solid #cdcdcd;margin-bottom:22px}.cbp-l-slider-title-block div{padding:0 2px 6px 0;display:inline-block;border-bottom:1px solid #a9a5a5;color:#5e5e5e;margin-bottom:-1px;font:15px/21px "Roboto", sans-serif}.cbp-l-grid-slider-team-name{float:left;font:20px/30px "Roboto", sans-serif;color:#494949;margin-top:16px}.cbp-l-grid-slider-team-position{clear:both;font:14px/21px "Roboto", sans-serif;color:#A6A6A6}.cbp-l-grid-slider-team-desc{font:13px/20px "Roboto", sans-serif;color:#969696;margin-top:15px}.cbp-l-grid-slider-team-social{float:right;margin-top:22px}.cbp-l-grid-slider-team-social a{margin-left:4px}.cbp-l-grid-slider-team-social a:hover{opacity:0.8}.cbp-l-slider-testimonials-wrap{background:#f8f9f9;padding:80px 0 110px;border-width:1px 0;border-style:solid;border-color:#dce1e2}.cbp-l-grid-slider-testimonials-body{color:#424242;max-width:800px;margin:0 auto;font:20px/32px sans-serif;text-align:center;padding:0 20px}.cbp-l-grid-slider-testimonials-footer{font:12px/19px "Roboto", sans-serif;color:#777;text-align:center;margin-bottom:10px;margin-top:30px}.cbp-l-grid-tabs{height:100px}.cbp-l-grid-tabs .cbp-item{font:14px/24px "Lato", sans-serif;max-width:700px;width:100%;margin:0 auto;right:0;text-align:center;color:#5a5a5a}.cbp-l-testimonials-title-block{position:relative;text-align:center;font:26px/36px "Roboto", sans-serif;color:#E7E7E7;margin-bottom:60px}.cbp-l-testimonials-title-block:after{content:'';position:absolute;margin:0 auto;width:23px;height:2px;bottom:-6px;background-color:#C2C2C2;left:0;right:0}.cbp-l-testimonials-wrap{background:#2D2D2D;padding:60px 0 110px}.cbp-l-grid-testimonials-body{color:#e7e7e7;max-width:800px;margin:0 auto;font:20px/32px "Roboto", sans-serif;text-align:center;padding:0 20px}.cbp-l-grid-testimonials-footer{font:12px/19px "Roboto", sans-serif;color:#C2C2C2;text-align:center;margin-bottom:40px;margin-top:35px}.cbp-search{position:relative;width:220px;margin-bottom:40px}.cbp-search .cbp-search-nothing{display:none}.cbp-search-icon{position:absolute;width:32px;height:100%;top:0;right:0;text-align:center;cursor:pointer;pointer-events:none}.cbp-search-icon:after{content:'';display:block;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzczNzM3MyIgZD0iTTEyMTYgODMycTAtMTg1LTEzMS41LTMxNi41VDc2OCAzODQgNDUxLjUgNTE1LjUgMzIwIDgzMnQxMzEuNSAzMTYuNVQ3NjggMTI4MHQzMTYuNS0xMzEuNVQxMjE2IDgzMnptNTEyIDgzMnEwIDUyLTM4IDkwdC05MCAzOHEtNTQgMC05MC0zOGwtMzQzLTM0MnEtMTc5IDEyNC0zOTkgMTI0LTE0MyAwLTI3My41LTU1LjV0LTIyNS0xNTAtMTUwLTIyNVQ2NCA4MzJ0NTUuNS0yNzMuNSAxNTAtMjI1IDIyNS0xNTBUNzY4IDEyOHQyNzMuNSA1NS41IDIyNSAxNTAgMTUwIDIyNVQxNDcyIDgzMnEwIDIyMC0xMjQgMzk5bDM0MyAzNDNxMzcgMzcgMzcgOTB6Ii8+PC9zdmc+") no-repeat scroll center center;width:100%;height:100%;pointer-events:none}.cbp-search-input{height:36px;padding:0 32px 0 12px;margin:0;border-radius:1px;border:1px solid #c6c3c4;font:400 12px "Open Sans", sans-serif;width:100%}.cbp-search-input[value]+.cbp-search-icon{pointer-events:auto}.cbp-search-input[value]+.cbp-search-icon:after{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzczNzM3MyIgZD0iTTE0OTAgMTMyMnEwIDQwLTI4IDY4bC0xMzYgMTM2cS0yOCAyOC02OCAyOHQtNjgtMjhsLTI5NC0yOTQtMjk0IDI5NHEtMjggMjgtNjggMjh0LTY4LTI4bC0xMzYtMTM2cS0yOC0yOC0yOC02OHQyOC02OGwyOTQtMjk0LTI5NC0yOTRxLTI4LTI4LTI4LTY4dDI4LTY4bDEzNi0xMzZxMjgtMjggNjgtMjh0NjggMjhsMjk0IDI5NCAyOTQtMjk0cTI4LTI4IDY4LTI4dDY4IDI4bDEzNiAxMzZxMjggMjggMjggNjh0LTI4IDY4bC0yOTQgMjk0IDI5NCAyOTRxMjggMjggMjggNjh6Ii8+PC9zdmc+")}.cbp-search-nothing{position:absolute;top:0;padding:0 0 30px;text-align:center;width:100%;font:13px "Open Sans", sans-serif}.cbp-l-project-social{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.cbp-social-fb,.cbp-social-twitter,.cbp-social-googleplus,.cbp-social-pinterest{margin-right:9px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.cbp-social-fb:hover,.cbp-social-twitter:hover,.cbp-social-googleplus:hover,.cbp-social-pinterest:hover{opacity:.8}.cbp-social-fb:focus,.cbp-social-twitter:focus,.cbp-social-googleplus:focus,.cbp-social-pinterest:focus{outline:none}.cbp-social-fb path{fill:#415C9B}.cbp-social-twitter path{fill:#55acee}.cbp-social-googleplus path{fill:#E57371}.cbp-social-pinterest path{fill:#cb2027}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
