body {	
	background-color: #f4f4f4;
	font-family: "RobotoRegular";
}
nav {
	background-color: white !important;
}
.navlogo {
	text-transform: uppercase;
	font-weight: 600;
	color: black !important;
	font-size: 26px;
}
.navlogo-green {
	/*color: #208e4e;*/
	color: #2ecc71;
}
.navlinks {
	text-transform: uppercase;
	font-weight: 600;
}
.navlinks-color {
	color: #6c6d6d !important;
}
.main-h1 {
	text-align: center;
	font-weight: 500;
	color: #6c6d6d;
}
.wrap {
	margin: 0 auto;
}
.offerwall {	
	background-color: white;
	padding-bottom: 25px;
	border-radius: 3px;
	border: 1px solid #e4e4e4;
}
.content {
	font-family: 'RobotoRegular', sans-serif;
	font-size: 14px;
	margin: 10px auto;
	padding: 0 20px 0 20px;
	line-height: 1.4;
}
.content-h {
	font-family: 'RobotoRegular', sans-serif;
	font-size: 21px;
	margin: 15px auto;
	padding: 0 20px 0 20px;
	font-weight: 600;
	color: #6c6d6d;
}
.content-footer {
	font-size: 12px;
}
.offer-link {
	color: black;
	margin-top: 20px;
	text-decoration: none;
	min-height: 190px;
}
.offer-link:hover {
	color: black;
	text-decoration: none;
}
.offer-block {
	background-color: #f9f9f9;
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	padding: 0;
	margin: 0;
}
.offer-block:hover {
	text-decoration: none;
	border: 1px solid #2ecc71;
}
.panel-logo {}

.table > tbody > tr > td {
	padding: 3px;
	vertical-align: center;	
	line-height: 1.45;
}
.logo {
    display: block;
    max-height: 40px;
    margin: 0 auto;
}
.panel-body {
	padding: 10px 3px 10px 3px;
}
.btn-custom {
    display: block;
    margin: 0 auto;
    width: 80%;
    font-size: 14px;
    color: #f4f4f4;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #2ecc71;
    border-radius: 3px;
    border-top: 1px solid #29b765;
    border-left: 1px solid #29b765;
    border-right: 1px solid #29b765;
    border-bottom: 2px solid #29b765;
    padding: 8px 5px 8px 5px;
    box-shadow: 0px 0px 5px 0px #c0c0c0;
}
.btn-custom:hover {    
    background-color: #2ecc71;
    border-top: 1px solid #29b765;
    border-left: 1px solid #29b765;
    border-right: 1px solid #29b765;
    border-bottom: 2px solid #29b765;
    color: #f4f4f4;
}
.table-text-exp {
	text-align: left;
	font-size: 11px;
	padding-left: 8px !important;
}

.table-text {
	text-align: left !important;
	font-size: 14px;
	color: #3c3c3c;
	font-weight: 600;
	padding: 0;
	margin: 0;
}
.table-text-desc {
	text-align: center;
	font-size: 13px;
	color: #6c6d6d;
	font-weight: 600;	
	line-height: 1.45;
	padding: 0;
	margin: 0;
}
.table-text-exp-offers {
	font-family: "Robotolight" !important;
	text-align: center;
	font-size: 10px;
	padding-left: 8px !important;
	letter-spacing: -0.1px;
}
.table-text-desc-offers {
	text-align: center;
	font-size: 17px;
	color: black;
	font-weight: 600;	
	line-height: 1.45;
	padding: 0;
	margin: 0;
}
footer {
	border: 1px solid #e4e4e4;
	background-color: white;
	padding: 50px 20px 20px 20px;
}
@media (max-width: 576px) {
	.navlogo {
		margin-left: 10px !important;
	}
	.main-h1 {
		font-size: 26px;
		font-weight: 600;
	}
	.logo {
	    max-height: 75px;
	}
	.table-text {
		font-size: 14px;
		letter-spacing: -0.5px;
	}
	.table-text-exp {		
		font-family: "Robotolight";
		font-size: 13px;
		letter-spacing: -0.5px;
	}
	.table-text-desc {
		font-size: 14px;
		letter-spacing: -0.5px;
	}
	/*.modalblock-p {
		font-size: 18px !important;
		margin-top: 10px !important;
	}*/
	/*.modalblock-div {
		font-size: 12px !important;
		margin-top: 7px !important;
	}*/
	.table-text-exp-offers {
		font-family: "Robotolight";
		font-size: 13px;
	}
	.modal-backdrop {
		display: none !important;
	}
}

@media (min-width: 768px) {	
	.navlogo {
		margin-left: 10px !important;
	}
	.logo {
	    max-height: 75px;
	}
	.table-text {
		font-size: 14px;
		letter-spacing: -0.5px;
	}
	.table-text-exp {		
		font-family: "Robotolight";
		font-size: 13px;
		letter-spacing: -0.5px;
	}
	.table-text-desc {
		font-size: 14px;
		letter-spacing: -0.5px;
	}
	.adresrow {
	height: 35px !important;
	}
}

@media (min-width: 992px) {
	.navlogo {
		margin-left: 20px !important;
	}
	.logo {
        max-height: 60px;
	}
	.btn-custom {
		font-size: 12px;
	}
	.table-img {
		height: 15px;
		float: right;
	}
	.table-text {
		font-size: 12px;
	}
	.top-button {
		font-size: 10px;
	}
	.adresrow {
	height: 35px !important;
	}
}
@media (min-width: 1200px) {
	/*.navlogo {
		margin-left: 160px !important;
	}
	.navlinks {
		margin-right: 160px !important;
	}*/
	.logo {
	    max-height: 65px;
	}
	.btn-custom {
		font-size: 14px;
	}
	.table-img {
		height: 20px;
	}
	.table-text {
		text-align: center;
		font-size: 14px;
	}
	.top-button {
		font-size: 11px;
	}
	.adresrow {
	height: 35px !important;
	}
}

/*modal*/
.modalcase {
	text-decoration: none;
	color: black;
	max-width: 600px;
	display: block;
	height: 60px;
	margin: 10px auto 0 auto;
	border: 1px solid grey;
	padding: 5px;
	border-radius: 3px;
	background-color: #f9f9f9;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}
.modal-title {	
	color: #6c6d6d;
	text-transform: uppercase;
	font-weight: 600;
}
.modalcase:hover {
	text-decoration: none;
	color: black;
	border: 1px solid #2ecc71;
}
.modalblock-img {
	height: 50px;
}
.modalblock-p {
	font-size: 18px !important;
	text-align: center;
	margin-top: 10px;
	color: #3c3c3c;
	font-weight: 600;
}
.modalblock-div {
	margin-top: 5px;
	font-size: 14px;
}

/*Popup*/
#msg_pop{
background-color: rgba(0, 0, 0, 0.7);
display: none;
position: fixed;
z-index: 99999;
bottom: 30px;
left:30px;
width: 250px;
padding: 10px;
color:#fff;
font-size:13px;
line-height:13px;
-webkit-box-shadow: 0px 0px 10px #999;
-moz-box-shadow: 0px 0px 10px #999;
box-shadow: 0px 0px 10px #999;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
#msg_pop h4{
margin:0;
text-align:center;
font-size:15px;
}
 
#msg_close{
display:block;
position:absolute;
top:5px;
right:10px;
line-height:15px;
width:16px;
height:16px;
text-align:center;
color:#fff;
cursor:pointer;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}
#msg_close:hover {
background-color:#fff;
color:#000;
}
.fadeIn{
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn; 
     animation-duration: 0.4s; 
    -webkit-animation-duration: 0.4s;
     animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     
     visibility: visible !important; 
}
  
@keyframes fadeIn {
    0% {transform: scale(0.7);opacity: 0.5;}
    80% {transform: scale(1.1);}       
    100% {transform: scale(1);opacity: 1;}       
}
  
@-webkit-keyframes fadeIn {
    0% {-webkit-transform: scale(0.7);opacity: 0.5;}
    80% {-webkit-transform: scale(1.1);}       
    100% {-webkit-transform: scale(1);opacity: 1;}       
}