/* Add here all your CSS customizations */

/* --------------------------------------
   Layout
   -------------------------------------- */
html.dark #header {
	background: #1d2127 url(../img/casa/back_gray.jpg)  center center;
}

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}
.body {
    background: url(../img/casa/bg3.jpg) repeat top left scroll;
}
html.dark .extraLinks {
    
}
html.dark #header nav ul.nav-top li {
}

.box-content button.btn-default {
	margin-top: 9px;
}
html.dark .slider-container {
	background: #fff;
}

.post h2 {
    margin-top: 9px;
    margin-bottom: 6px;
}
p {
    color: #eee;
}
.thumbnails {
    margin-bottom: 10px;
    
}
.thumbnail img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.thumbnail img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.thumbnail {
    overflow: hidden;
}
.thumbnail .caption h3 {
    text-align: center;
	margin-top: 9px;
    margin-bottom: 9px;
}
#side ul.list-unstyled > li {
color: #fff;
}
#contactForm label {
    color: #fff;
}
html.dark .pagination > li > a:hover,
html.dark .pagination > li > span {
    color: #fff;
	background-color: #0088cc;
	border-color: #242830;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	background-color:#0088cc;
}
#mainBox {
    background: rgba(0, 0, 0, 0.6);
    padding-top: 15px;
}

#mainBox .img-thumbnail {
    margin-top: 16px;
}
html.dark #mainBox #mainLink a:hover {
    color:yellow;
    text-decoration: none;
}
html.dark .form-control {
    background-color: #e3e3e3;
    border-color: #ccc;
}
#myForm .form-group {
	color:#fff;
}

#myForm #contactFormSubmit {
	margin-bottom:12px;	
}

label.error {
    margin-top: 0;
}
#footer.light {
	padding-top: 0;
	
}
html.dark hr.mine {
    margin: 30px 0 30px 0;
    background-color: #d4d4d4;
}
html.dark .center {
    color: #f2f;
    text-align: center;
}
html.dark .centerBlue {
    color: #00acec;
    text-align: center;
    margin-bottom: 0;
}
html.dark .centerText {
    text-align:center;
}
html.dark #accordion .myText {
    color:deepskyblue;
    font-size: 1.3em;
    margin: 0;
    padding: 0;
}

/* --------------------------------------
   Navbar
   -------------------------------------- */
aside h4 {
    
}
aside .small {
    color: #f4f4f4;
}
aside ul.nav-list > li > a {
	color: #75cbf6;
    font-size: 1em;
}
aside ul.nav-list > li > a:hover {
	color: #fff;
}
aside .btn .btn-default a {
    color: #75cbf6;
}
aside .btn-dark {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #171717;
	border-color: #171717;
}

.btn-dark:hover {
    color: #75cbf6;
	border-color: #242424;
	background-color: #242424;
}

.phone a {
	color: #eee;
}
.phone a:hover {
	color: #0088cc;
	text-decoration: none;
}

/* --------------------------------------
   Media Queries
   -------------------------------------- */

/* Portrait & landscape phone */
@media (max-width: 480px) {
    body {
        font-size: 14px;
    }
    
    article.post {
        margin-left: 0;
    }
	article.post-large {
        margin-left: 0;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
	
}

/* Large desktop */
@media (min-width: 1200px) {
	
}






