/* ----------------------------------------------
	Theme Name: Treviso
	Author: Chris Seymour
	Author URI: http://www.c5mix.com/	
 ------------------------------------------------ */


/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

html, body {
	height: 100%;
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}
a {
	outline: none!important;
        text-decoration: none;
}
#sidebar > ul > li.active.active-path > a {
	color: #ffffff!important;
}
#sidebar.col-sm-3 ul.nav.nav-pills.nav-stacked li.active.active-path a.active.active-path {
	color: #ffffff!important;
}
#wrapper a {
	outline: none!important;
        text-decoration: underline;
        color: #333333!important;
}
#wrapper a:hover {
        color: #121212!important;
}
a img {
	border: 0
}
img, object, embed {
	max-width: 100%;
}
img {
	width: auto;
	height: auto;
	-ms-interpolation-mode: bicubic;
}
* {
	outline: none;
}
/******************************************************************
	Text Selection Styles
******************************************************************/
::selection {
	background: #6093e7;
	color: #fff;
}
::-moz-selection {
 background: #6093e7;
 color: #fff;
}
::-webkit-selection {
 background: #6093e7;
 color: #fff;
}
/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 

#container {
}
.row {
}
.inner {
}
/* Header */

#header {
}
#logo {
}
.doolittleportfoliolist h2 a {
        font-family: 'top_secretregular';
}
/*  Main Navigation  */

#nav {
	background-color: #fff;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	border-color: #fff;
}
#nav .navbar-brand {
	height: 80px;
}
#nav .navbar-brand, #nav .navbar-brand h1 {
	font-family: 'Pacifico', cursive;
	font-size: 30px;
	/* customize_logo_color */ color:#333333; /* customize_logo_color */
	line-height: 50px;
}
#nav .navbar-brand h1, #nav .navbar-brand p {
	margin-top: 0;
	margin-bottom: 0;
}
#nav .navbar-nav a {
	text-transform: uppercase;
	font-size: .9em;
	font-weight: 300;
}
#nav .navbar-nav a {
	background: none!important;
	/* customize_main_nav_link */ color:#838282; /* customize_main_nav_link */
	-webkit-transition: color 400ms ease;
	-moz-transition: color 400ms ease;
	-o-transition: color 400ms ease;
	-ms-transition: color 400ms ease;
	transition: color 400ms ease;
}
#nav .navbar-nav a:hover, #nav .navbar-nav li.active > a, #nav .navbar-nav li.active-path > a {
	/* customize_main_nav_link_hover */ color:#00050d; /* customize_main_nav_link_hover */
}
#nav .navbar-nav li.active > a, #nav .navbar-nav li.active-path > a {
	font-weight: bold;
}
#nav .navbar-toggle {
	margin-top: 23px;
}
.navbar-default .navbar-toggle {
	border: none;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-fixed-top, .navbar-fixed-bottom {
	z-index: 990;
}
#nav .navbar navbar-default navbar-fixed-top ul ul ul {
	display: none;
}
#nav .navbar navbar-default navbar-fixed-top ul ul li:hover ul {
	display: block;
}
/* Feature */
#feature {
	/* customize_feature_background */ background-color:#000917; /* customize_feature_background */
	background-attachment: scroll;
	background-size: cover;
	/* customize_feature_text */ color:#ffffff; /* customize_feature_text */
	text-align: center;
	padding: 0;
	margin: 0;
	position: relative;
	max-width: 100%;
}
#feature .container {
	padding-top: 120px;
	padding-bottom: 60px;
}
body.page_type_home #feature {
	height: 97%;
	background-size: cover;
	background-position: center top;
}
body.page_type_home #feature .container {
	padding: 0;
	display: table;
	height: 100%;
}
body.page_type_home #feature .container .row {
	display: table-cell;
	vertical-align: middle;
}
#feature .rotate {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0 5px;
	font-weight: normal;
}
.overlay {
	background-image: url(/packages/theme_treviso/themes/treviso/images/overlay_light_diagonal.png);
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}
a.scrolldown {
	display: block;
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	cursor: pointer;
	color: #fff;
	line-height: 50px;
	text-align: center;
}
/* Callout */
#callout {
	font-size: 28px;
	line-height: 60px;
	/* customize_callout_background */ background-color:#f6f6f6; /* customize_callout_background */
	text-align: center;
	padding: 40px 0;
	/* customize_callout_text */ color:#616161; /* customize_callout_text */
	font-weight: 300;
}
/* Sections */
#sections {
}
/* Wrapper */
#wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
}
/* Content */
#content {
}
.page_type_portfolio_item #content {
	padding-top: 35px;
}
div.section.divider {
	width: 100%;
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 40px;
}
div.section.divider .section-title {
	font-weight: 400;
	/* customize_section_title */ color:#ffffff; /* customize_section_title */
	background-color: #FFF;
	margin-top: -20px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	font-size: 24px;
	text-transform: uppercase;
}
div.section.divider {
	/* customize_section_title_border */ border-color:#333333; /* customize_section_title_border */
}
/* Sidebar */
#sidebar {
}
/* Sub Navigation */
.nav > li > a:hover, .nav > li > a:focus {
	background-color: #f6f6f6;
}
.nav-pills > li > a {
	border-radius: 0px;
	padding: 5px 10px;
}
.nav-pills > li > a:before {
	content: url(/packages/theme_treviso/themes/treviso/images/15pxlogo.png);
	color: #CFCFCF;
}
.nav-pills > li.active.active-path > a:before {
	content: url(/packages/theme_treviso/themes/treviso/images/15pxlogo-inverted.png);
	color: #CFCFCF;
}
#sidebar > ul > li.active.active-path > ul {
	padding-left: 20px;
}
#sidebar > ul > li.active.active-path > ul > li {
    content: "\003e  ";
	list-style:none;
}
#sidebar > ul > li.active.active-path > ul > li > a:before {
    content: "\003e  ";
	list-style:none;
}

/* Footer */
#footer {
	/* customize_footer_background */ background-color:#525252; /* customize_footer_background */
	margin-top: 50px;
	padding: 30px 0 0;
	/* customize_footer_text */ color:#ffffff; /* customize_footer_text */
	text-align: center;
}
#footer a {
	/* customize_footer_link */ color:#ffffff; /* customize_footer_link */
}
#footer a:hover {
}
#footer-utility {
	/* customize_footer_utility_background */ background-color:#535354; /* customize_footer_utility_background */
	margin: 30px 0 0;
	padding: 15px 0;
	font-size: 12px;
}
#footer-utility p {
	margin: 0;
}
/* ------------------------------------------
   ELEMENTS
------------------------------------------- */ 


/* Page List */
h3.ccm-page-list-title {
	margin: 0 0 0.25em;
}
div.ccm-page-list-description {
	margin: 0 0 2em;
}
/* Portfolio Carousel */
div.section.block {
	width: 100%;
	height: 236px;
	background-color: #f6f6f6;
	text-align: center;
	float: left;
	cursor: pointer;
}
div.section.block h5 {
	margin-top: 15px;
	margin-bottom: 0;
}
div.section.block h6 {
	color: #838282;
	margin: 0;
}
div.section.block img {
	width: 100%;
	height: 236px;
	display: block;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 1;
}
div.section.block .content {
	width: 100%;
	height: 85px;
	position: absolute;
	z-index: 5;
	background-color: #f6f6f6;
	margin-top: 161px;
}
div.section.block .hover {
	width: 100%;
	height: 236px;
	position: relative;
	z-index: 10;
	display: none;
}
div.section.block .hover.content {
	width: 100%;
	height: 236px;
	position: relative;
	display: block;
	z-index: 10;
	margin-top: 0px;
	text-decoration: none;
	opacity: 0.5;
}
div.section.block .hover.content span {
	margin-top: 0;
	padding-top: 40px;
	font-size: 40px;
	font-weight: 400;
	color: #FFF;
	display: block;
}
div.section.block .hover.content h5 {
	font-weight: 400;
	color: #FFF;
}
div.section.block .hover.content h6 {
	font-weight: 400;
	color: #FFF;
}
/* Portfolio Grid List */
ul.portfoliofilter {
	width: 100%;
	text-align: center;
	margin: 20px 0 40px;
	padding: 0;
}
li.filter {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	line-height: 1.6em;
	background-color: #efefef;
	text-decoration: none;
	font-size: 12px;
	display: inline-block;
	font-weight: 300;
	text-transform: uppercase;
	cursor: pointer;
	padding: 5px 15px;
	border-radius: 3px;
	margin: 0px 5px;
}
li.filter.active {
	font-weight: 700;
	color: #FFF;
}
ul.portfolio {
	margin: 0 0 30px;
	padding: 0;
}
ul.portfolio li {
	cursor: pointer;
	display: none;
	opacity: 0;
}
.portfolioitem {
	display: block;
	padding-bottom: 85px;
	position: relative;
	overflow: hidden;
}
.portfolioitem img {
	width: 100%;
	vertical-align: middle;
}
.portfoliohover {
	-webkit-transition: background-color 600ms ease;
	-moz-transition: background-color 600ms ease;
	-o-transition: background-color 600ms ease;
	-ms-transition: background-color 600ms ease;
	transition: background-color 600ms ease;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 100;
	opacity: 0.75;
}
.portfoliohover a {
	display: block;
}
.portfoliohover .info {
	position: absolute;
	bottom: 0;
	margin-bottom: 25px;
	width: 100%;
	text-align: center;
}
.portfoliohover span {
	color: #FFF;
	font-size: 150px;
	font-weight: 300;
	line-height: 1.45;
	-webkit-transition: opacity, color 600ms ease;
	-moz-transition: opacity, color 600ms ease;
	-o-transition: opacity, color 600ms ease;
	-ms-transition: opacity, color 600ms ease;
	transition: opacity, color 600ms ease;
	opacity: 0;
	margin: 0;
	display: block;
}
.portfoliohover h5 {
	color: #4b4b4b;
	text-transform: uppercase;
	margin: 0;
}
.portfoliohover h6 {
	color: #ababab;
	font-weight: 300;
	margin: 0;
}
ul.portfolio li:hover .portfoliohover h5, ul.portfolio li:hover .portfoliohover h6, ul.portfolio li:hover .portfoliohover span {
	opacity: 1;
	color: #FFF;
}
/* Blog Carousel */
div.section.block.blog {
	text-align: left;
	height: 220px;
}
div.section.block.blog .hover {
	left: -10px;
}
div.section.block.blog img {
	height: 220px;
}
div.section.block span {
	text-align: center;
	display: block;
}
div.section.block.blog h5, div.section.block.blog h6, div.section.block.blog a {
	margin-left: 20px;
	margin-right: 20px;
}
div.section.block.blog h6 a {
	margin-left: 0;
	margin-right: 0;
}
div.section.block.blog .content h5 {
	margin-top: 10px;
}
div.section.block.blog .content {
	height: 220px;
}
div.section.block.blog .hover {
	height: 220px;
}
a.readmore {
	display: block;
	margin-top: 0;
	font-size: 12px;
}
div.section.block.blog .hover a.readmore {
	color: #FFF;
}
/* Blog List */
article.post {
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e7e7;
}
article.post:last-child {
	border-bottom: none;
}
div.postimage {
	width: 100%;
	position: relative;
}
div.postimage img {
}
article.post .hover {
	overflow: hidden;
}
div.posthover {
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
article.post .hover:hover div.posthover {
	opacity: 0.8;
}
article.post .hover:hover div.postinfo h6, article.post .hover:hover div.postinfo b {
	color: #FFF;
}
div.posthover a {
	display: block;
	font-size: 24px;
	text-align: center;
	color: #FFF;
	line-height: 170px;
}
div.postinfo {
	width: 100%;
	background-color: #f6f6f6;
	padding: 15px;
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	-ms-transition: background-color 0.4s;
	-o-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
div.postinfo h6 {
	margin: 0;
}
article.post h3 {
	clear: both;
	padding-top: 10px;
}
article.post p {
	clear: both;
	padding-top: 4px;
}
/* Person Block */
div.person {
	margin-top: 20px;
	margin-bottom: 20px;
}
div.person div.image {
	height: 250px;
	margin-bottom: 40px;
}
div.person div.info h2 {
	margin: 0;
}
div.person div.info h4 {
	margin: 0 0 5px;
}
div.person div.info span {
	margin-right: 15px;
}
div.person div.image img {
}
a.socialicon {
	background-image: url(/packages/theme_treviso/themes/treviso/images/socialicons.png);
	background-repeat: no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin: 20px 10px 0px 0px;
}
a.socialicon.linkedin {
	background-position: 0px 0px;
}
a.socialicon.linkedin:hover {
	background-position: 0px -30px;
}
a.socialicon.facebook {
	background-position: -30px 0px;
}
a.socialicon.facebook:hover {
	background-position: -30px -30px;
}
a.socialicon.twitter {
	background-position: -60px 0px;
}
a.socialicon.twitter:hover {
	background-position: -60px -30px;
}
a.socialicon.pinterest {
	background-position: -90px 0px;
}
a.socialicon.pinterest:hover {
	background-position: -90px -30px;
}
a.socialicon.dribbble {
	background-position: -120px 0px;
}
a.socialicon.dribbble:hover {
	background-position: -120px -30px;
}
/* BX Slider */
.bx-wrapper {
	margin-bottom: 40px!important;
}
.bx-wrapper .bx-viewport {
	background: none;
	border: none;
	box-shadow: none;
	left: 0;
}
.bx-wrapper .bx-prev {
	left: auto;
	right: 25px;
	background: url(/packages/theme_treviso/themes/treviso/images/carouselcontrols.png) no-repeat 0 0;
}
.bx-wrapper .bx-next {
	right: 0;
	background: url(/packages/theme_treviso/themes/treviso/images/carouselcontrols.png) no-repeat -20px 0px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -20px 0;
}
.bx-wrapper .bx-controls-direction a {
	background-image: url(/packages/theme_treviso/themes/treviso/images/carouselcontrols.png);
	background-repeat: no-repeat;
	top: -30px;
	z-index: 900;
	width: 20px;
	height: 20px;
	margin: 0;
}
/* Buttons */
.btn {
	border: 1px solid #494949;
	box-shadow: 0px 0px 1px;
}
.btn-primary, .bx-wrapper .bx-controls-direction a, .navbar-default .navbar-toggle, li.filter.active, .ccm-tags-display ul.ccm-tag-list li a, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .nav-pills > li.active-path > a, .nav-pills > li.active-path > a:hover, .nav-pills > li.active-path > a:focus, ul.portfolio li:hover .portfoliohover, div.section.block .hover.content, div.posthover {
	padding: 8px;
	/* customize_button_color */ background-color:#242424; /* customize_button_color */
}
article.post .hover:hover div.postinfo {
	padding: 15px;
	/* customize_button_color */ background-color:#242424; /* customize_button_color */
}
a.btn-primary {
	text-decoration: none;
}
a.btn-primary:hover {
	text-decoration: none;
}
a.btn {
	text-decoration: none;
}
a.btn-primary {
	text-decoration: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .bx-wrapper .bx-controls-direction a:hover, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .ccm-tags-display ul.ccm-tag-list li a:hover {
	text-decoration: none;
	/* customize_button_hover_color */ background-color:#080000; /* customize_button_hover_color */
}
/* Tags list */
.ccm-tags-display ul.ccm-tag-list {
	margin: 0 0 10px;
	padding: 0;
	overflow: hidden;
}
.ccm-tags-display ul.ccm-tag-list li {
	height: auto!important;
	padding: 0!important;
}
.ccm-tags-display ul.ccm-tag-list li a {
	color: #fff;
	display: block;
	padding: 6px 8px;
}
.ccm-tags-display ul.ccm-tag-list li a:hover {
	text-decoration: none;
}
/* Google Map */
.googleMapCanvas img {
	max-width: none;
}
/* Video ----------------------------- */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* alignment classes & additional classes*/

.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
/* concrete5 interface */
#ccm-page-controls-wrapper *, #ccm-page-controls-wrapper *:before, #ccm-page-controls-wrapper *:after, .ui-dialog *, .ui-dialog *:before, .ui-dialog *:after, .ccm-ui, .ccm-ui:before, .ccm-ui:after, .ccm-ui *, .ccm-ui *:before, .ccm-ui *:after {
	-moz-box-sizing: content-box!important;
	-webkit-box-sizing: content-box!important;
	box-sizing: content-box!important;
}
.ui-dialog input {
	display: inline-block;
	width: auto;
}
.ui-dialog select {
	width: auto;
}
div#ccm-page-status-bar {
	z-index: 998!important;
}
#ccm-page-controls-wrapper .breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.ccm-ui .popover .arrow, .ccm-ui .popover .arrow:after {
	border-style: none;
}
/* customize_miscellaneous */ blockquote {
  font-size: 1.6em;
  font-style: italic;
  color: #333;
  font-family: 'Playball', cursive;
  border-left: 5px solid #989898;
}
#fancybox-title-wrap {
  display: none;
}
.ccm-remo-expand-title {
  font-size: 1.35em;
  font-family: Oswald;
}
 /* customize_miscellaneous */

.page_type_full #feature {
	height: 97%;
}
.page_type_portfolio_item #feature {
	height: 97%;
}
.page_type_left_sidebar #feature {
	height: 97%;
}
.page_type_right_sidebar #feature {
	height: 97%;
}
#feature div.container h1 {
	text-shadow: 3px 3px 3px #000000, 1px 0 0 #454545, 0 1px 0 #454545, -1px 0 0 #454545, 0 -1px 0 #454545;
	font-size: 7em;
	font-family: 'Playball', cursive;
}
#feature div.container p {
	text-shadow: 3px 3px 3px #000000, 1px 0 0 #454545, 0 1px 0 #454545, -1px 0 0 #454545, 0 -1px 0 #454545;
	font-size: 2em;
}
#content article h2 a {
	color: #4b4b4b;
}
.doolittleportfoliolist {
	float: left;
	margin-bottom: 12px;
	width: 32%;
	min-height: 150px;
}
.doolittleportfoliolist img {
}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {
.navbar-header h1 {
	font-size: 1em!important;
}
.container .jumbotron {
	padding-left: 0px;
	padding-right: 0px
}
.jumbotron h1, .jumbotron .h1 {
	font-size: 43px
}
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
#feature div.container h1 {
	font-size: 3em;
}
#feature div.container p {
	font-size: 1em;
}
.doolittleportfoliolist {
	float: left;
	margin-bottom: 12px;
	width: 98%;
	height: auto;
}
}

@media (min-width: 768px) {
#nav .navbar-nav > li > a {
	line-height: 10px;
}
.lead {
	font-size: 18px;
}
ul.portfolio li {
	width: 50%;
	float: left;
}
div.postimage {
	float: left;
	height: 170px;
	width: 75%;
}
div.postinfo {
	float: none;
	height: auto;
	padding: 15px;
	width: 100%;
}
}

@media (min-width: 1px) and (max-width: 800px) {
body {
	font-size: 12px;
}
.heroscrolltext {
        font-size: .85em;
}
.heroscrolltext p {
        line-height: 1.15em!important;
}
}

@media (min-width: 1023px) and (max-width: 1199px) {
#nav .navbar-nav a {
	font-size: 13px;
}
}

@media (min-width: 900px) and (max-width: 1600px) {
.navbar-right {
	margin-top: 18px;
}
.navbar-nav.navbar-right:last-child {
	margin-top: 18px;
}
}

@media (min-width: 599px) and (max-width: 800px) {
body.page_type_home #feature {
	height: 90%;
	background-size: cover;
	background-position: center top;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
body.page_type_home #feature {
	margin-top: 10px;
	background-attachment: scroll;
	background-size: cover!important;
	background-position: center top;
}
}

/* Tablet to desktop
------------------------- */
@media (min-width: 1px) and (max-width: 767px) {
#feature {
	background-size: cover!important;
	background-repeat: no-repeat;
	background-position: center top;
}
#feature .container {
	padding-top: 60px!important;
	padding-bottom: 60px;
}
body.page_type_home #feature {
	margin-top: 10px;
	background-attachment: scroll;
	background-size: cover!important;
}
.homeh1secret {
	font-family: top_secretregular;
	margin: 0;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.35em;
}
.simple_image_gallery_image {
	width: 48%!important;
}
.miniSurveyView table.formBlockSurveyTable td {
	padding-bottom: 4px;
	width: 95%!important;
	float: left;
}
#callout {
	font-size: .65em;
	padding: 30px 0;
}
.navbar-header h1 {
	padding-top: 0px!important;
	margin-top: 0!important;
}
#nav .navbar-brand, #nav .navbar-brand h1 {
	height: 20px!important;
}
#nav .navbar-toggle {
	margin-top: 2px!important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) {
ul.portfolio li {
	width: 33.33%;
	float: left;
}
#feature {
	background-attachment: fixed;
}
}

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

@media (min-width: 1200px) {
ul.portfolio li {
	width: 25%;
	float: left;
}
div.postimage {
	width: 80%;
}
div.postinfo {
	width: 100%;
}
}
.portfolioitem {
	min-height: 335px;
}
.portfolioitem img {
	max-height: 250px;
}
.navbar-header h1 {
	margin-top: 12px;
}
#nav .navbar-brand, #nav .navbar-brand h1 {
	height: 50px;
}

@media (min-width: 768px) and (max-width: 1023px) {
#nav .navbar-nav > li > a {
	line-height: 10px!important;
}
#nav .navbar-nav a {
	font-size: 11px!important;
}
.navbar-nav>li>a {
	padding: 10px!important;
}
.nav>li>a {
	padding: 10px!important;
}
.homeh1secret {
	font-size: 1.85em!important;
}
}

@media (min-width: 768px) {
.navbar-header {
	width: 26%!important;
}
}

@media (min-width: 769px) and (max-width: 1199px) {
.navbar-header {
	text-align: center!important;
	width: 100%!important;
}
.navbar-right {
	float: none!important;
	/**text-align: center!important;**/
	width: 100%!important;
	margin-left: 0!important;
	padding-left: 0!important;
}
}
.navbar-header h1 {
	font-size: 1.8em;
	padding-top: 7px!important;
}
#sidebar.col-sm-3 div.ccm-page-list div.news_headline h2.ccm-page-list-title {
	line-height: 1.25em;
	text-decoration: none;
	font-size: 1em;
}
#sidebar.col-sm-3 div.ccm-page-list div.news_headline {
	padding-bottom: 0!important;
	width: 100%;
}
#sidebar.col-sm-3 div.ccm-page-list div.news_headline div.ccm-page-list-description {
	margin: 0!important;
	line-height: 1.4em;
	font-size: 0.9em;
}
.homeh1secret {
	font-family: top_secretregular;
	font-size: 2.35em;
}
#sidebar.col-sm-3 div.ccm-page-list div.news_headline h4 {
	font-family: "Playball", cursive !important;
	font-size: 1em !important;
	line-height: 1.5em !important;
	text-decoration: none !important;
}
.news_headline h4 {
	font-family: "Playball", cursive;
	line-height: 1.5em;
	text-decoration: none;
}

@media (min-width: 481px) and (max-width: 767px) {
.navbar-header h1 {
	font-size: 1.5em!important;
	padding-top: 0px!important;
}
}

@media (min-width: 1px) and (max-width: 480px) {
#feature {
	background-size: cover!important;
	background-repeat: no-repeat;
	background-position: center top;
	max-height: 60%;
}
}