/* 	CSS RESET
	http://meyerweb.com/eric/tools/css/reset/ 
   	v2.0 | 20110126
   	License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
NEWTON GANGSKA STYLES
Dark Blue 		rgb(20,43,73)
Normal Blue 	rgb(0,118,168)
Light Blue  	rgb(0,163,224)
*/

body {
	background:rgb(20,43,73);
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	width:100%;
	overflow-x:hidden;
	overflow-y: auto; 
}

a{color:#fff; text-decoration: none;}

.norm-blu {background-color:rgb(0,118,168);}
.lite-blu {background-color:rgb(0,163,224);}
.white-bg {background-color: #fff;}

h1 {font-size:2.5em; line-height: 40px;}
body > div {padding:0;}
div {
	text-align: center;
	padding:40px 50px;
}
.contact-div, .content-div, .img-div {
	padding:0;
}
.content-div a {color: rgb(20,43,73);}

.img-responsive {
	width:100%;
}
ul {
	width:125px; 
	height:25px;
	display:block;
	margin:15px auto 0;
}
ul > li {
	float:left;
	margin-right:5px;
}
ul > li:nth-child(3) {
	margin-right: 0;
}


/*BP*/


/* Extra small devices (phones, up to 480px) */
@media screen and (max-width: 767px) {
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

}
/* tablets/desktops and up ----------- */
@media (min-width: 992px) {
	body > div > div {
		position:absolute;
		border-radius: 50%;
	}
	.coming-soon-div {
    height: 360px;
    width: 360px;
    position: absolute;
    z-index: 14;
    top: -86px;
    padding: 0;
	}
	h1{
    font-size: 2.3em;
    line-height: 1.4em;
    font-weight: bold;
    width: 245px;
    display: block;
    margin: 135px auto 0;
	font-weight: bold;
	}
	.logo-div {
		z-index: 12;
    	height: 840px;
	    width: 850px;
	    top: -660px;
	    left: 100px;
	}
	.logo-div img {
	    z-index: 20;
	    bottom: 115px;
	    position: absolute;
	    right: 280px;
	}
	.content-div {
		width:555px;
		height:555px;
		z-index:13;
    	background-color: rgb(0,118,168);
    	left: 470px;
    	top: 189px;
	}
	.img-div{
	    width: 480px;
	    height: 480px;
	    position: relative;
	    overflow: hidden;
	    border-radius: 50%;
	    top: 40px;
	    left: 40px;
	}
	.text-div {
    border-bottom-left-radius: 300px;
    border-bottom-right-radius: 300px;
    height: 225px;
    padding: 0;
    position: relative;
    top: -220px;
    width: 530px;
    left: 15px;
    padding-top: 14px;
	}
	.text-div p {
    width: 442px;
    margin: 0 auto 80px;
    font-size: 15px;
	}

	.bg-div {
	    height: 560px;
	    width: 560px;
	    background-color: rgba(67, 138, 230, 0.2);
	    position: absolute;
	    top: 150px;
	    border-radius: 50%;
	    left: 420px;
	    z-index: 1;
	}
	.meantime-div {
		padding: 0;
	    height: 400px;
	    width: 400px;
	    border-radius: 50%;
	    position: absolute;
	    top: 170px;
	    left: 45px;
	    z-index: 9;
	}
	.social-div {
	    padding: 0;
	    height: 250px;
	    width: 250px;
	    border-radius: 50%;
	    position: absolute;
	    z-index: 10;
	    top: 480px;
	    left: 170px;
	}
	.social-div > p {
	    padding-top: 84px;
	    font-size: 22px;
	    font-weight: bold;
	    width: 160px;
	    display: block;
	    margin: 0 auto;
	}
	.meantime-div p {
		font-size:18px;
		line-height:1.4em;
	}
	.meantime-div p:first-child {    
	    padding-top: 140px;
	    font-size: 25px;
	    font-weight: bold;
	    width: 250px;
	    margin: 0 auto 5px;
	}
	ul{ 
		margin-top:10px;
	}
}
/* large desktops and up ----------- */
@media screen and (min-width: 1200px) {
}