@import "grid.css";
@import "font-awesome.css";

@import url(http://fonts.googleapis.com/css?family=Istok+Web:400);
@import url(http://fonts.googleapis.com/css?family=Istok+Web:700);

@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('/sites/ci.yreka.ca.us/fonts/sourcesanspro-semibold-webfont.eot');
    src: url('/sites/ci.yreka.ca.us/fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sites/ci.yreka.ca.us/fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('/sites/ci.yreka.ca.us/fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('/sites/ci.yreka.ca.us/fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('/sites/ci.yreka.ca.us/fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
    width: 100%;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

body {
    position: relative;
    color: #555;
    font: 16px/1.5em Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#homeEvent {
	background-color: #F2DD66;
	border: 1px #CDBD5E solid;
	/*margin-top: -30px;*/
}

#logo {
	margin: 0;
	padding: 0;
}


#change-font {
	text-align: right;
	padding-bottom: 6px;
	padding-top: 6px;
	clear: both;
	width: 100%;
	font-size: .9em;
}

#main-image-home {
	float: right;
}


.published_date {
	font-size: .8em;
	font-style: italic;
	text-align: right;
	margin-top: 1.5em;
}

div.addthis_toolbox.addthis_32x32_style.addthis_default_style {
	width: 110px;
	margin: auto;
}

#policeBadge {
	float: left;
	margin: 24px 16px 12px 0px;
}


@media (min-width: 768px) {
	#contact-info {
		color: #eee;
		float: right;
		text-align: center;
		max-width: 200px;
		margin-top: 55px;
		margin-right: 0px;
	}
	
	#phonenumber {
		font-size: 30px;
		font-weight: bold;
		color: #FFF;
		line-height: 1.4em;
	}
}


@media (min-width: 480px) and (max-width: 767px) {
	#contact-info {
		color: #eee;
		float: right;
		text-align: center;
		max-width: 200px;
		margin-top: 55px;
		margin-right: -23px;
	}
	
	#phonenumber {
		font-size: 30px;
		font-weight: bold;
		color: #FFF;
		line-height: 1.4em;
	}
}

@media (max-width: 479px) {
	#contact-info {
		color: #eee;
		float: right;
		text-align: center;
		max-width: 200px;
		margin-right: 0;
		margin-top: 40px;
		clear: both;
	}
	
	#phonenumber {
		font-size: 22px;
		font-weight: bold;
		color: #FFF;
		line-height: 1.4em;
	}
}

strong {
    font-weight: 700;
}

address {
    font-style: normal;
}

p {
    margin-top: 12px;
    margin-bottom: 10px;
}

input, textarea {
    border-radius: 0 !important;
    outline: none !important;
}


@media (min-width: 480px) {
	.float.left { float: left; } 
	.float.right { float: right;}
	.float.left { margin: 10px 20px 10px 0; } 
	.float.right { margin: 10px 0 10px 20px; }
}



@media (max-width: 479px) {
	.float.left { float: none; } 
	.float.right { float: none; }
}


.keyline {
	border: 1px solid #666;
	padding: 1px;
}


/****Heads****/

#masthead-design img {
	width: 100%;
	height: 50px;
}


h1, h2, h3, h4, h5, h6 {
    color: #1e2731;
    font-family: "source_sans_prosemibold", "Lucida Grande", Helvetica, Arial, sans-serif;
    margin-top: .75em;
	margin-bottom: .5em;
	line-height: 1.1em;
}

h1 {
	font-size: 30px;
	color: #CE4D30;
}

h2 {
    font-size: 25px;
    color: #165580;
}

h3 {
    font-size: 22px;
    color: #1a3597;
}

h4 {
    font-size: 18px;
}


/****Lists****/


#cms ul,
#cms ol,
.eventsCityCouncil ul,
.eventsPlanning ul,
.sidebox ol,
.sidebox ul {
    padding-left: 1em;
    margin-left: 1em;
    margin-bottom: 1em;
   }

.list {

}


/****Links****/

a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
}

	
.box h3 a {
	color: #C22932;
}

.box h3 a:hover {
	color: #333;
}


.content a {
	color: #035aa9;
	text-decoration: underline
}

a:hover {
    color: #CE4D30;
}

#footer a {
	text-decoration: underline;
    color: #FFF;
    outline: none;
    transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
}

#footer a:hover {
    color: #333;
}

a:hover.home-btn {
	color: #FFF;
	border: 1px solid #333;
}

a:hover.home-btn.red {
	background-color: #651C02;
}

a:hover.home-btn.orange {
	background-color: #945704;
}

a:hover.home-btn.green {
	background-color: #526A02;
}


/*** sidebox ***/

.sidebox .heading {
    font-weight: bold;
    background-color: #486F8D;
    padding: 5px 10px;
    color: white;
}
.sidebox .body {
    background-color: #EEE;
    padding: 0px 10px 5px 10px;
}


div.sh_show {
	color: #035AA9;
	text-decoration: underline;
	cursor: pointer;
	padding: 3px 10px;
}
div.sh_hide {
	display: none;
	padding: 5px 30px;
}



/*header*/


header {
    display: block;
    position: relative;
    z-index: 800;
    background-color: #000; 
    /* background: url(/sites/chamber.wrinkledog.com/images/design/slide.jpg) center 0 no-repeat; */
}

.page1 header {
    padding-bottom: 99px;
}

header:before {
    left: 0;
    right: 0;
    top: 0;
    height: 0px;
    background-color: #000;
    position: absolute;
    /* background: url(/sites/chamber.wrinkledog.com/images/design/header_before.png) 0 0 repeat; */
    content: '';
}

header h1 {
    position: relative;
    text-align: center;
    z-index: 990;
    float: left;
    margin-top: -7px;
}


header h1 a {
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;    
    text-indent: -999px;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

header h1 a img {
    display: block;
}

.socials {
    color: #fff;
}

.mobile-nav {
	color: #fff;
	float: left;
}

.socials .fa,
.mobile-nav .fa {
    font-size: 30px;
	color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 2px #339;
}

.socials .fa+.fa,
.mobile-nav .fa+.fa  {
    margin-left: 16px;
}

.socials a:hover.fa {
	color: #CCC;
}
.header_overlay {
    /* padding-top: 10px; 
    background: url(/sites/chamber.wrinkledog.com/images/design/header_overlay.png) 0 0 repeat;
    */
}

/****Content****/

.content {
    background-color: #FFF;
    padding-bottom: 40px;
    padding-top: 20px;
    margin-bottom: 1px;
}


@media (min-width: 768px) and (max-width: 979px) {
	.content-home {
		min-height: 1450px !important;
	}
}

.page1 .content {
    padding-bottom: 101px;
}

.style1 {
    font-size: 14px;
    line-height: 27px;
    font: 14px/27px 'Istok Web', sans-serif;
    padding: 0 50px 51px;
}



/*******Search******/

.search_block {
    padding: 52px 0 51px;
    background: url(/sites/chamber.wrinkledog.com/images/design/page1_img.jpg) center 0 no-repeat;
}

.search_title {
    padding: 9px 0;
    font: bold 24px/18px 'Istok Web', sans-serif;
    text-shadow: 1px 1px #4d5969;
    color: #f3d344;
}

#search {
    margin-left: -18px;
    margin-right: 100px;
    position: relative;
}

#search .rel {
    position: relative;
}

#search label {
    display: block;
}

#search  .rel {
}

#search input {
     width: 100%;
     background: url(/sites/chamber.wrinkledog.com/images/design/search_overlay.png) 0 0 repeat;
     height: 39px;
     border: none;
     padding: 6px 50px 6px 12px;
     font: 14px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
     color: #fff;
     box-sizing: border-box;
    -webkit-appearance: none;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}

#search a {
    display: block;
    position: absolute;
    background-color: #f3d142;
    left: 100%;
    width: 96px;
    text-align: center;
    top: 1px;
    cursor: pointer;
    color: #303e4f;
    padding: 11px 0 9px;
    margin-left: 5px;
    font: 14px/18px 'Istok Web', sans-serif;
}

#search a:hover {
    background-color: #303e4f;
    color: #f3d142;
}

/****Separators****/

.sep__1 {
    height: 19px;
}

/****Text styles****/
.text1 {
    font: 16px/21px 'Istok Web', sans-serif;
    color: #1e2731;
    margin-bottom: 10px;
}

.text2 {
    font: bold 24px/21px 'Istok Web', sans-serif;
    color: #1e2731;
    margin-bottom: 10px;
    padding-top: 3px;
}

.text1.tx__1 {
    margin-bottom: 8px;
}

.text1.tx__2 {
    margin-bottom: 12px;
}



.color1 {
    color: #e7c322;
}

.color1 a:hover, a.color1:hover {
    color: #1e2731;
}

.color2 {
    color: #1e2731;
}

.td_underline {
    text-decoration: underline;
}

/****Map****/

.map {
    overflow: hidden;
    padding-top: 5px;
}

.map figure {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.map figure iframe {
    width: 100%;
    height: 456px;
    max-width: 100%;
}

.address1 {
    display: block;
}

.address1 dt {
    margin-bottom: 21px;
}

.address1+.address1 {
    margin-top: 24px;
}

.address1 dd span {
    min-width: 72px;
    display: inline-block;
    text-align: left;
}

.address1 dd span.col1 {
    min-width: 0;
}

/**Footer**/

#footer {
    display: block;
    background-color: #818A8E;
    border-top: 10px solid #C3C6CC;
    color: #9da7b2;
    padding: 20px 0 40px 0;
}

#footer p {
	color: #eee;
	font-size: .9em;
	text-align: right;
}

@media (max-width: 979px) {
	footer p {
		text-align: center !important;
	}
}

@media (max-width: 767px) {
	footer p {
		font-size: .8em !important;
		line-height: 1.4em;
	}
	
	footer h4 {
		font-size: .95em;
	}
}

#footer .center {
	text-align: center;
}

.footer_socials {
    padding-top: 20px;
    text-align: center;
}

.footer_socials .fa {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    line-height: 18px;
}

.footer_socials .fa:hover {
    color: #e7c322;
}

.footer_socials .fa+.fa {
    margin-left: 18px;
}

.ver {
    position: relative;
    padding-bottom: 29px;
}

.ver:after {
    position: absolute;
    width: 1px;
    background-color: #d1d1d3;
    content: '';
    top: 40px;
    right: -1px;
    bottom: 0;
}

.copyright {
    text-align: center;
    font: 18px/36px 'Istok Web', sans-serif;
    color: #1e2731;
    padding-top: 47px;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 640px;
    overflow: hidden;
    width: 42px;
    height: 42px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    /*background: url(/sites/www.smithselfstorage.com/images/design/totop.png) no-repeat left 0; */
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 1120px) {

    .camera_prev {
        left: 5px;
        margin-top: 0;
        top: auto;
        bottom: 15px;
    }

    .camera_next {
        right: 5px;
        margin-top: 0;
        top: auto;
        bottom: 15px;
    }


    .copyright {
        float: none;
    }

}

@media only screen and (max-width: 979px) {

    .extra_wrapper {
        overflow: visible;
    }

    .address1 {
        float: none;
    }

    .address1 +.address1  {
        margin-left: 0;
        margin-top: 30px;
    }
    
     .map figure,  
     .map figure iframe,  
     #form input,
     #form textarea,  
     #form .success {
        width: 100% !important;
        float: none !important;
    }
     #form .success {
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
         -o-box-sizing: border-box;
         box-sizing: border-box;
    }

     .map figure {
     height: auto !important;
    }

    .map figure {
    	margin-bottom: 15px;
    }

    .nowrap {
        white-space: normal;
    }

    .address1 dd span  {
        min-width: 0;
    }

    .page1 h2:after {
        width: 100%;
        left: 0;
        right: 0;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    
    .block1 {
        padding-top: 40px;
    }

    #owl .item {
        font-size: 30px;
        line-height: 35px;
    }




}


@media only screen and (max-width: 479px) {
}