html {
    font: normal 13px/1.4 font-family: 'Nunito', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
}
html,
body {
	background-color:#02687f;
    height: 100%;
    min-height: 100%;
}
body { margin: 0; }
a { background-color: transparent; }
a:active,
a:hover { outline: 0; }
a {
    color: #2498e3;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #188dd9;
    text-decoration: underline;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
.page-container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}
.page-content-wrapper
 {
    box-sizing: border-box;
    display: table-row;
}
.page-content-wrapper { height: 100%; }
.page-header {
    padding: 0 10px;
    min-height: 50px;
    border-bottom: 1px solid #1c2229;
    background: #222a32;
}

.page-content {
    margin: auto;
    padding: 10% 10px 10% 10px;
    max-width: 960px;
}

.page-info-wrapper { }
.page-info {
    max-width:596px;
		margin:0 auto;
		border:1px solid #87adbc;
        box-sizing: border-box;
        padding:40px 20px;
		background-color:#fff;
		text-align:center;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		-webkit-box-shadow: 10px 10px 0px 0px rgba(68,39,93,0.3);
		-moz-box-shadow: 10px 10px 0px 0px rgba(68,39,93,0.3);
		box-shadow: 10px 10px 0px 0px rgba(68,39,93,0.3);
}

	.page-info p { color:#aac2ca; font-family: 'Nunito', sans-serif; font-size:18px; margin-bottom:0; margin-top:40px; }
	.page-info h1 { color:#02687f; font-family: 'Nunito', sans-serif; font-size:24px; font-weight:bold; margin-top:10px; }
	
	.page-info .img { background:url(../img/globe.png) no-repeat center center; background-size: 409px 228px; height:228px; width:100%; }
	.page-info .kolaycar { margin-left:10px; margin-top:-20px; position:absolute; text-align:left; }
	.page-info .kolaycar img { max-height:35px; max-width:102px; }

@media (max-width: 767px) {
	.page-content {
        padding-right: 20px;
        padding-left: 20px;
    }
    .page-info {
		max-width:596px;
		margin:0 auto;
		border:1px solid #87adbc;
        box-sizing: border-box;
        padding:40px 20px;
		background-color:#fff;
        
		text-align:center;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		-webkit-box-shadow: 10px 10px 0px 0px rgba(68,39,93,0.3);
		-moz-box-shadow: 10px 10px 0px 0px rgba(68,39,93,0.3);
		box-shadow: 10px 10px 0px 0px rgba(68,39,93,0.3);
    }
	
	.page-info p { color:#aac2ca; font-family: 'Nunito', sans-serif; font-size:18px; margin-bottom:0; margin-top:40px; }
	.page-info h1 { color:#02687f; font-family: 'Nunito', sans-serif; font-size:24px; font-weight:bold; margin-top:10px; }
	
	.page-info .img { background:url(../img/globe.png) no-repeat center center; background-size: 409px 228px; }
	.page-info .kolaycar { margin-left:10px; margin-top:-20px; position:absolute; text-align:left; }
	.page-info .kolaycar img { max-height:35px; max-width:102px; }
}
@media (max-width: 480px) {
	
	.page-content {
        padding-right: 20px;
        padding-left: 20px;
    }
    .page-info {
		max-width:596px;
		margin:0 auto;
		border:1px solid #87adbc;
        box-sizing: border-box;
        padding:40px 20px;
		background-color:#fff;
        
		text-align:center;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		-webkit-box-shadow: 10px 10px 0px 0px rgba(68,39,93,0.3);
		-moz-box-shadow: 10px 10px 0px 0px rgba(68,39,93,0.3);
		box-shadow: 10px 10px 0px 0px rgba(68,39,93,0.3);
    }
	
	.page-info p { color:#aac2ca; font-family: 'Nunito', sans-serif; font-size:18px; margin-bottom:0; margin-top:0px; }
	.page-info h1 { color:#02687f; font-family: 'Nunito', sans-serif; font-size:24px; font-weight:bold; margin-top:10px; }
	
	.page-info .img { background:url(../img/globe.png) no-repeat center center; background-size: 250px 139px; }
	.page-info .kolaycar { margin-left:10px; margin-top:-20px; position:absolute; text-align:left; }
	.page-info .kolaycar img { max-height:35px; max-width:102px; }

}
@media (min-width: 596px) {

    
	
    }
}

@media (max-width: 767px) {

}
/* Desktop and bigger */
@media (min-width: 768px) {
   
}