@charset "UTF-8";
/* CSS Document */

@media (max-width: 1200px) {

.coin-right {
    width: 250px;
    height: auto;
}

.coin-left {
    width: 250px;
    height: auto;
}

}

@media (max-width: 991px) {

.media-title {
    position: relative;
    left: 0;
    top: 25%;
}

.media-title h2 {font-size: 24px;}

.flexslider .flex-control-nav {
    right: 34%;
}

ul#menu li {
    display: none;
}

.coin-right {
    display: none;
}

.coin-left {
    display: none;
}

.roadmap-building img {
    right: 4px;
}


.service-col {
    width:100%;
    text-align: initial;
}

}


@media (max-width: 768px) {

body {font-size:13px;}
h1 {font-size:30px;}
h2 {font-size:24px;}
h3 {font-size:18px;}
p {font-size:14px;}
.small-font {font-size:12px;}

.home-wrapper {
    width:100%;
    padding-left:15px;
    padding-right: 15px;
}

ul.home-btn li {
    margin: 10px;
}

.about-col {
	padding:30px 15px;
	min-height: auto;
}

.media-title {
    top: 0;
}

.flexslider .flex-control-nav {
    right: 44%;
    bottom: -30px;
}

.tokensale-table {
	width:100%;
	padding: 15px 30px;
}

.roadmap-title {display: none;}

.roadmap-title-s {
	display: block;
}

.building-pad {
    padding-left: 30px;
}

.white-popup {
    padding-bottom: 100px !important;
}

.roadmap-square {
    width:20px;
    height: 20px;;
}

.roadmap-info p {font-size: 12px;}


}

@media (max-width: 576px) {	

td:nth-child(odd) {
	font-size: 18px;
	width: 30px;
}

td:nth-child(even) {
	font-size: 12px;
}

.team-circle {
	max-width:170px;
	max-height:170px;
	display: inline-block;
	background: url(img/team-circle.png) no-repeat;
	background-size: 100%;
	padding:10px;
	margin-bottom: 15px;
}

.team-image {
	width:140px;
	height: 140px;
	line-height: 140px;
}

.contact-wrapper {
	width:100%;
}

ul.social li {
	margin:10px 5px;
}

.social-links {
	width:40px;
	height:40px;
	line-height: 40px;
}

#roadmap h3 {font-size: 16px;}

.roadmap-info {
	padding-top:10px;
}

.branch-l {
    padding-left: 75%;
}

.branch-r {
    padding-right: 77%;
}

.copyright {
	bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

.copyright-text {
	width:200px;
}



}

