﻿.round {
	width:50px;
	height:50px;
	background-color:#77b55a;
	border:1px solid #4b8f29;
	color:#fff;
	font-size:1em;

	-webkit-border-radius: 25px; 
	-moz-border-radius: 25px;
	border-radius: 25px; 

	-webkit-box-shadow: 0 0 10px rgba(0,0,0, .75); 
	-moz-box-shadow: 0 0 10px rgba(0,0,0, .75); 
	box-shadow: 2px 2px 15px rgba(0,0,0, .75);
}

.round:hover {
	background:#72b352; 
	border:1px solid #72b352;

	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0, .75);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0, .75);
	box-shadow: 0px 0px 5px rgba(0,0,0, .75);
}

.cb-slideshow {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 2.5em;
    padding: 5px;
    color: #ff0000;
    filter: invert(100%);
}

@media (max-width: 767px) {
    .cb-slideshow  {
      font-size: 1.5em;
    }
}


.columns {
        position: relative;
        clear: both;
    }

	.columns .left-col, .columns .left-col-second {
		position: relative;
		float: left;
		width: 25%;
	}
	
    .columns .right-col {
        float: right;
        width: 75%;
        padding-left: 20px;
        position: relative;
        margin-bottom: 115px;
    }
	

    @media screen and (max-width: 1024px) {
        .columns .left-col, .columns .left-col-second {
            width: 25%;
        }
    }

    .columns .left-col-second {
        clear: left;
    }

    @media screen and (max-width: 767px) {
	    .columns {
	       display: flex;
	       flex-direction: column-reverse;
	    }		
    
        .columns .left-col {
	        width: 100%;
	        padding-left: 20px;
	        position: relative;
        }

        .columns .left-col-second {
            width: 100%;
            padding-left: 13px;
            padding-right: 13px;
            margin-bottom: 0;
        }
        
        
	    .columns .right-col {
	        width: 100%;
	        padding-left: 20px;
	        position: relative;
	        margin-bottom: 115px;
	    }
        
    }


	.photo-descr-container {
	 margin: 60px 20px 20px 20px;	
	}
  
    .photo-date {
        color: #A62B60;
        font-size: 1.8rem;
        padding: 0 20px 20px 20px;
    }
	
	.photo-heading {
        font-style: italic;
        font-size: 1.2rem;
        font-weight: 500;
        padding: 0 20px 20px 20px;
    }

    .photo-descr {
        padding: 0 20px 30px 20px;
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 22px;
    }

