@charset "UTF-8";

.img_roundcorners {
	float:left;
	border-radius: 8px;
/*	border-width: 0;*/
}

/* Style the Image Used to Trigger the Modal */
#myImg {
	float:right;
	border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 10%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,40,0.9); /* Black w/ opacity */
}

#myImg2 {
	float:right;
	border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg2:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 10%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,40,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 90%;
   /* max-width: 700px;*/
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
   /* max-width: 700px;*/
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 100%;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}



@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen /*and (max-width: 700px)*/{
    .modal-content {
        width: 100%;
    }
}


/*--------------------------------------------*/

@media (max-width: 1800px){
}

@media (max-width: 1200px){

#fltrt_mainpage {  /* float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	width:55%;        /* IF WIDTH IS TOO WIDE BREAK TO ' next line */
/*	height:99%;*/
	margin-left: 8px;
	margin-right:8px;
	margin-top:8px;
	text-align:left;
	color:rgb(214,214,214);
	font-size:90%;
	background-color:rgb(100,100,114);
	/*background-image:url(../images/box_bg2.jpg);*/
	padding:10px;
	border-radius:12px;

	border-color:rgba(114,144,112,1.00);
	border-width:1px;
	border-style:solid;
	line-height:160%;
}

@media (max-width: 720px){

#fltrt_mainpage {  /* float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	width:49%;        /* IF WIDTH IS TOO WIDE BREAK TO ' next line */
/*	height:99%;*/
	margin-left: 8px;
	margin-right:8px;
	margin-top:8px;
	text-align:left;
	color:rgb(214,214,214);
	font-size:12px;
	background-color:rgb(100,100,114);
	/*background-image:url(../images/box_bg2.jpg);*/
	padding:16px;
	border-radius:12px;

	border-color:rgba(114,144,112,1.00);
	border-width:1px;
	border-style:solid;
	line-height:170%;



}

@media (max-width: 600px){

	#fltlft { /*  float an element left in your page. */
	float: left;
	color:rgb(165,165,165);
	margin-right:1%;
	margin-top:8px;
	margin-left:1%;
	width:12%;
	padding:10px;
	border-radius:4px;
	border-color:rgba(114,144,112,1.00);
	border-width:1px;
	border-style:solid;
	background-color:rgb(100,100,114);
	font-size: 80%;
	line-height: 200%;
	
}

	
}

