[contenteditable="false"]:active,
[contenteditable="false"]:focus{
border:none;
outline:none;
}

[contenteditable="true"]{
border: 1px dotted red;
}

html, body {
    height: 100%;
    margin: 0;         /* Reset default margin on the body element */
}


/* .modal-fullscreen */

.modal-fullscreen {
  background: transparent;
}

.modal-dialog {
  height: 100%;
}

.modal-content {
  height: 100%;
}
.modal-body {
  height: 80%;
}

.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: .97;
  filter: alpha(opacity=97);
}

iframe {
    display: block;       /* iframes are inline by default */
    background: #000;
    border: none;         /* Reset default border */
    width: 100%;
    height: 80%;
}


/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 1170px;
  }
}






.odsazeni_top {
    margin-top: 0px;
}
.odsazeni_top_admin {
    margin-top: 0px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Open Sans', sans-serif;   
	/*text-transform: uppercase;*/
	font-weight: 700;
 }
 
 h1,h3,h4,h6 {
    text-transform: uppercase;
 }
 
h3 {
font-size: 30px;
 }

 
 h5 {
padding-top: 40px;
 }
 
.ctverec H5 {
    margin: 5px 10px 5px 5px !important;
    padding-top: 20px;
    text-align: right;
    color: black;
}

.ctverec H5 SMALL {
    color: black !important; 
}
 
.nadpis {
    /* aaa color: #009EE3;*/
    color: #000000;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    padding-top: 40px;
 }
 
 .chlivek {
    padding-bottom: 10px;
 }
 
 
.transparent50 {
color: rgba(255, 255, 255, 0.5) !important;
 }
 
 .transparent30 {
color: rgba(255, 255, 255, 0.7) !important;
 }
 



/*=========================================
	vlastni styly
==========================================*/
.section {
    /*aaa background-color: #000000;*/
    background-color: #FFFFFF;
}

.section-1 {
    background-color: #e0dfdf;
    box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset;
    border-top: 1px solid rgba(0,0,0,0.2);
}

.section-2 {
    background-color: #d9d8d8;
    box-shadow: 0 1px 0 rgba(176,176,176,0.1) inset;
    border-top: 1px solid rgba(0,0,0,0.2);
    padding-top: 10px;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
    display: table;
}

[class*="obsah"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}


@media (max-width: 600px) {
    [class="cena"] {
        min-height: 100px !important;
}
}

@media (max-width: 600px) {
    [class*="obsah"] {
        float: none;
        display: block;
        vertical-align: top;
        min-height: 400px;
}
}



.v-middle {
    vertical-align: middle;
}



.container-1 {
    height: 5px;
}
.container-2 {
    height: 50px;
}

.container-3 {
    height: 150px;
}

.container-custom{
    width: 95%;
}

.section > .container > .row {
    margin: 15px 0px;
}

.height_1 {
    padding: 10px 4px;
}
.height_1px {
    height: 1px;
}


.bigger {
    width: 180%;
    height: 180%;
}

small {
    color: #009EE3 !important;
    /*display: block;
    padding: 10px 0;*/
 
}

.text-primary {
    color: #f8c400;
}

.odd{
   text-align: center;
   padding: 10px;
}

.even{
    text-align: center;
    padding: 10px;
  
}

.ramecek {
    background: white;
    padding: 10px;
    border: 1px solid gray;
}

.levy_ramecek {
    border-left: 4px solid #E20513;
}

.levy_ramecek_small {
    border-left: 2px dotted #E20513;
}

.polopenze {
    margin-top:50px;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


 .caption {
    background-color: #E20513;
    color: #FFFFFF;
    padding: 10px;
    font-weight: bolder;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

#caption_slide {
    -webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
    animation-delay: 2s;
    width: 60%;
    
    
    color: #ffffff;
    padding: 10px 0px 0px 0px;
}

#novinka {

    position: absolute;
    width: 210px;
    height: 210px;
    bottom: 60px;
    right: 30px;
    text-align: center;
    background:rgba(255,255,255,0.2);
    color: #ffffff;
}

.holder
{
    border: 6px solid #FFFFFF;
    float: left;
    margin: 20px;
    position: relative;   
    overflow: hidden;
    box-shadow: 0px 0px 5px #333333;   
    transition: 0.5s Ease;   
}

.stin_obrazku
{   
    color: rgba(0,0,0,0);   
    line-height: 50px;
}
.stin_obrazku:hover
{
    border: 6px solid #E0E0E0;
    color: rgb(255,255,255);
    line-height: 500px;
    box-shadow: 0px 0px 10px 7px #FFFFFF;   
}
.stin_obrazku > div
{
    position: absolute;
    top: 0px;
    left: 50px;
    font-size: 30px;
}


.panel {
      margin-bottom: 0px;
}


.skryta {
    display: none;
}

.white {
  color: white;
}

.black {
  color: black;
}

.yellow {
  color: #ECC300 !important;
}

.red {
  color: #E20513 !important;
}

.tucny-text {
  font-weight: bold;
}

A.white:hover{
  color: white;
}

.whiteborder {
  border: 1px solid white;
}

.img-responsive {
  display: inline;
}

.overflow_efekt{
 overflow-x: hidden;
}

.btn-link{
 color: black;
}

.btn-link:hover{
 color: gray;
}

.btn-default{
 color: black;
 transition: all 500ms ease;
}

.btn-default:hover{
 transition: all 500ms ease;
}

.alert-normal {
  color: #000000;
  background-color: white;
}

.alert-warning {
    background-color: #ffffff;
    border-color: gray;
    color: black;
    border-radius: 0px;
}

.stin_obrazku {
    padding:2px;
    border:solid;
    border-width: 2px;
    border-color: #f8c400;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
        
.stin_obrazku:hover {
    border-color: #C0C0C0;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.table-condensed TD, TH {
    color: black;
}

/*.fa-youtube:hover, .fa-facebook-official:hover {
    color: #301508;
}*/

.translate_page {
    position: absolute;
    z-index: 1200;
    right:0;
}

HR {
    background-color: #e0dfdf;
    height: 1px;
    box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset;
    border-top: 1px solid rgba(0,0,0,0.3);
}

.btn.btn-success {
    color: #ffffff;
    background-color: #5A2F1A;
    background-image: linear-gradient(to bottom, #5A2F1A, #419641);
    border-color: #3E8F3E #3E8F3E #3E8F3E;
}
.btn.btn-success:hover {
    color: #ffffff;
    background-color: #419641;
    background-image: linear-gradient(to bottom, #419641, #419641);
    border-color: #3E8F3E #3E8F3E #3E8F3E;
}

.btn.btn-danger {
    color: #ffffff;
    background-color: #D9534F;
    background-image: linear-gradient(to bottom, #D9534F, #C12E2A);
    border-color: #B92C28 #B92C28 #B92C28;
}
.btn.btn-danger:hover {
    color: #ffffff;
    background-color: #C12E2A;
    background-image: linear-gradient(to bottom, #C12E2A, #C12E2A);
    border-color: #B92C28 #B92C28 #B92C28;
}

.btn.btn-primary {
    color: white;
    background-color: #E20513;
    border-color: black;
    font-weight: 700;
    transition: all 500ms ease;
}
.btn.btn-primary:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #ffffff;
    transition: all 500ms ease;
}



.top1 { margin-top:1%; }
.top2 { margin-top:2%; }
.top3 { margin-top:3%; }
.top4 { margin-top:4%; }
.top5 { margin-top:5%; }
.top6 { margin-top:6%; }

.input-group[class*="col-"] {
  float: left; 
  padding-left: 15px;
  padding-right: 15px;
}
.help-block {
  font-size: 12px; 
}

.modal-dialog {
  width: 300px;
}
/* style all elements with a required attribute */
:required {
  background: #fceaea;
}

.navbar-logo {
    margin-top: -20px;
    height:60px;
    display: inline;
    transition: all .5s ease-in-out;
}

@media (max-width: 767px) {
    .navbar-logo {
    height:40px;
    margin-top: -6px;
    display: inline;
    transition: all .5s ease-in-out;
}
}

@media (max-width: 767px) {
    .navbar-logo {
    height:40px;
    margin-top: -6px;
    display: inline;
    transition: all .5s ease-in-out;
}
}

@media (max-width: 979px) {
    .navbar-logo {
    height:40px;
    margin-top: -6px;
    display: inline;
    transition: all .5s ease-in-out;
}
}

.navbar-logo-small {
    height:32px;
    display: inline;
    margin-top: -6px;
    transition: all .5s ease-in-out;
}

.navbar-text {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    margin-top: 0px;
    
}

.navbar-link {
    font-weight: bolder;
    color: #009EE3 !important ;
}

.navbar-link:hover {
color: #fb9c06 !important;
}










/*.navbar-toggle:hover {
    background-color: #FFFFFF !important;
}*/

.navbar-default .navbar-toggle {
    border-color: #ffffff;
}

.navbar-toggle {
    /*border-color: #C2BCBE !important;
    background-color: #00A0E3 !important;*/
    margin-top: 20px;
    margin-right: 5px;
    margin-bottom: 12px;
}


.open .line1 {
    transform: translate(0px,7px) rotate(-45deg);
}

.open .line2 {
    transform: translate(-120%);
    opacity: 0;
}

.open .line3 {
    transform: translate(0px,-5px) rotate(45deg);
}


.navbar-toggle .icon-bar {
    background-color: #C2BCBE;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #00AEEF;
}












/*=========================================
	TABLE
==========================================*/


table.tabulka_v_textu tr:nth-child(odd)    { background-color:#cbcaca; }
table.tabulka_v_textu tr:nth-child(even)    { background-color:#d2d1d1; } 

table.tabulka_v_textu {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    }
    
table.tabulka_v_textu td {
    margin: 2px 2px 2px 2px;
    padding: 6px 6px 6px 6px;
    border-top: 1px solid #AAAAAA;
    border-left: 0px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    border-right: 0px solid #AAAAAA;
    }  
    
    table.tabulka_v_textu caption {
    margin: 2px 2px 2px 2px;
    padding: 2px 2px 2px 2px;
    border-top: 1px solid #f8c400;
    border-bottom: 1px solid #f8c400;
    color:#f8c400 !important;
    text-align: left;
    }     
    
table.tabulka_v_textu thead tr td{
    font-weight: bold;
    background-color: #bbbbbb !important;
    color:#FFFFFF !important;
    
    } 
      

table.tabulka_v_textu th {
    font-weight: bolder;
    color: #ffffff;
    padding: 6px 6px 6px 6px;
    text-align: left;
    font-size: 16px;
    background-color: #0d0d0d;
    }   
    

      
table.tabulka_v_textu tbody tr:hover{
  background-color : #aaaaaa;
  color: black;
  }
  
table.tabulka_v_textu > tbody:first-of-type > tr > td:first-child{
  background-color : #bdbcbc;
  width: 25%;
  font-weight: bold;
  color: #000000;
  }
  
table.tabulka_balicek tr:nth-child(odd)    {  }
table.tabulka_balicek tr:nth-child(even)    { } 

table.tabulka_balicek {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 304px;
    height: 567px;
    background-repeat: no-repeat;
    overflow: hidden;
    float: left;
    }
    
table.tabulka_balicek td {
    font-size: 13px;
    margin: 2px 2px 2px 2px;
    padding: 2px 2px 2px 2px;
    border-top: 0px solid #51230E;
    border-left: 0px solid #51230E;
    border-bottom: 0px solid #51230E;
    border-right: 0px solid #51230E;
    color:#FFFFFF !important;
    }  
    
    table.tabulka_balicek caption {
    font-size: 13px;
    margin: 2px 2px 2px 2px;
    padding: 2px 2px 2px 2px;
    border-top: 1px solid #f8c400;
    border-bottom: 1px solid #f8c400;
    color:#f8c400 !important;
    text-align: left;
    }     
    

table.tabulka_balicek th {
    font-family: 'Open Sans', sans-serif;
    font-size: 34px;
    line-height: 30px;
    text-align: right;
    border: 0px solid black;
    padding: 40px 26px 0px 0px;
    height: 78px;
    }
    
table.tabulka_balicek th p {
    margin:0;
    }    


table.tabulka_balicek tr:nth-child(1) td{
    border: 0px solid blue;
    overflow: hidden;
    height: 384px;
    padding: 0px 15px 0px 15px;
    vertical-align: top;
    }
table.tabulka_balicek tr:nth-child(2) td{
    border: 0px solid black;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    font-size: 34px;
    padding: 10px 15px 0px 15px;
    text-align: center;
vertical-align: top;

    
    }         
  

/*=========================================
	HOVER
==========================================*/

.hvr-buzz-out {
  display: inline-block;
}

.hvr-float-shadow{
  display: block;
}

.hvr-underline-from-center:before {
 background: #000000;
}

.hvr-underline-reveal, .hvr-overline-reveal:before {
 background: #F21C25;
}


figcaption h2 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}



/*===========================================*/
.hovereffect {
  width: 100%;
  height: 100%;
  /*float: left;*/
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #ffffff;
  cursor: pointer;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: 100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #000;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  /*opacity: 0;
  //filter: alpha(opacity=0);*/
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
/*===========================================*/



/*=========================================
	BACK TO TOP
==========================================*/

.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #e20513;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

.scroll-down-bottom {
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: center;
    z-index:99999;
}
/*=========================================
	carousel INDICATORS
==========================================*/

.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index:2;
}







.carousel {
margin-top: 0px;
}
.carousel-indicators {
bottom: -10px;
}

.carousel-indicators li {
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 8px;
  width: 8px;
}

.carousel-indicators .active {
  height: 8px;
  width: 8px;
}

.carousel-caption {
top: 80px;
left: 0px;
}
#quote-carousel .carousel-control {

}



/*=========================================
	GRADIENTS
==========================================*/
.gradient_black {
background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.7) 20%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0.7) 80%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(1%,rgba(0,0,0,0)), color-stop(20%,rgba(0,0,0,0.7)), color-stop(50%,rgba(0,0,0,0.7)), color-stop(80%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.7) 20%,rgba(0,0,0,0.7) 50%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.7) 20%,rgba(0,0,0,0.7) 50%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.7) 20%,rgba(0,0,0,0.7) 50%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.7) 20%,rgba(0,0,0,0.7) 50%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

}
.gradient__gray {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0b7a1+0,261106+0,5a2f1a+12,5a2f1a+53,5a2f1a+89,261106+100 */
background: #f0b7a1; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwYjdhMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjYxMTA2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTIlIiBzdG9wLWNvbG9yPSIjNWEyZjFhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTMlIiBzdG9wLWNvbG9yPSIjNWEyZjFhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODklIiBzdG9wLWNvbG9yPSIjNWEyZjFhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI2MTEwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(left,  #f0b7a1 0%, #261106 0%, #5a2f1a 12%, #5a2f1a 53%, #5a2f1a 89%, #261106 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f0b7a1), color-stop(0%,#261106), color-stop(12%,#5a2f1a), color-stop(53%,#5a2f1a), color-stop(89%,#5a2f1a), color-stop(100%,#261106)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #f0b7a1 0%,#261106 0%,#5a2f1a 12%,#5a2f1a 53%,#5a2f1a 89%,#261106 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #f0b7a1 0%,#261106 0%,#5a2f1a 12%,#5a2f1a 53%,#5a2f1a 89%,#261106 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #f0b7a1 0%,#261106 0%,#5a2f1a 12%,#5a2f1a 53%,#5a2f1a 89%,#261106 100%); /* IE10+ */
background: linear-gradient(to right,  #f0b7a1 0%,#261106 0%,#5a2f1a 12%,#5a2f1a 53%,#5a2f1a 89%,#261106 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#261106',GradientType=1 ); /* IE6-8 */
}

.gradient_white {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,0.7+31,0.7+69,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 31%, rgba(255,255,255,0.7) 69%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(31%,rgba(255,255,255,0.7)), color-stop(69%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 31%,rgba(255,255,255,0.7) 69%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 31%,rgba(255,255,255,0.7) 69%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 31%,rgba(255,255,255,0.7) 69%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 31%,rgba(255,255,255,0.7) 69%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}


.shadows {
    text-shadow: 1px 1px 2px black
}

.box_shadows {
  background-color: #d5d5d5;
  padding: 6px;
  border: 1px solid #c2c2c2;
}

/*==================================================
 * Effect 2
 * ===============================================*/
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect2:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/*=========================================
	IMG hover
==========================================*/
.media_div {  
  position: relative;
  vertical-align: middle;
}

.media__image { display: block; }

.media__body {
  background: rgba(46, 22, 9, 0.7);
  bottom: 0;
  color: white;
  font-size: 1em;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 3.75em 3em;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.media__body:hover { opacity: 1; }

.media__body:after,
.media__body:before {
  border: 1px solid rgba(255, 255, 255, 0.7);
  bottom: 1em;
  content: '';
  left: 1em;
  opacity: 0;
  position: absolute;
  right: 1em;
  top: 1em;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.6s 0.2s;
  transition: 0.6s 0.2s;
}

.media__body:before {
  border-bottom: none;
  border-top: none;
  left: 2em;
  right: 2em;
}

.media__body:after {
  border-left: none;
  border-right: none;
  bottom: 2em;
  top: 2em;
}

.media__body:hover:after,
.media__body:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.media__body h2 {
    margin-top: 0;
 }

.media__body p { margin-bottom: 1.5em; }















