body {font-family: 'Roboto Slab', serif;}

body, html {
    height: 100%;
}

.sticky {
  position: static;
  top: 0px;
  padding-bottom:30px;
}

.sticky .banner {
	display:none;
}

.vidcontainer {
	position:relative;
}

.vidcontainer a {
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	font-size:0;
}

.content {
  height: 100%;
}

	.content.col-sm-12 {
		padding-left: 2rem;
		padding-right: 2rem
	}

.navbar-bg {
	background: #227dab;
}
.bottom-navbar-bg {
	background: #227dab;
}

header {
	background: url("../img/CBEGroup-NIC_7041.jpg");
	background-size: cover;
	background-position: 0 0;
	padding: 150px 0;
	color: #fff;
}

header h1{font-size: 70px;}
title {padding: 50px 0;
}
.carousel-bg {
	background-color: #8ab8ca;
}

.carousel-caption {
    position: absolute;
    right: 38%;
    left: 7%;
	top: 80px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 80%);
}

.carousel-caption h1 {
	font-size: 50px;
}

.carousel-caption h3 {
	font-size: 1.4em;
}

.carousel-caption .btn-blue {
	font-size:15px;
}

.carousel-caption p {font-size: 30px;}
.carousel-caption h5 {
    font-size: 17px;
    right: -80%;
    position: absolute;
    bottom: -100%;
}

.sponser-img {
	max-height: 100px;
    max-width: 100px;
    display: -webkit-box;
    margin: auto;
}

.sponser-box {
	background: #fff;
    padding: 20px;
    border-radius: 10px;
	display: table;
    height: 100%;
    width: 100%;
}

.sponser-box a {
	display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.sponser-box img {
	max-height:60px;
}

.sponser-box-right {
    border: 1px solid #e4e4e4;
    padding: 20px;
}

.sponser-box-right p {
	font-size:0.94rem;
}

.ad-p {
    font-size: 11px;
    margin-bottom: 0;
    color: #bdbdbd;
}

.social-share {
    padding: 10px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}


.buyer-box {
    border: 1px solid lightgrey;
    padding: 20px 20px 40px;
    min-height: 350px;
	width:100%;
	text-align: center;
	position: relative;
}

.more-info {
    bottom: 10px;
    left: 0;
	right: 0;
    position: absolute;
}

.more-info a {
    font-size: 12px;
}
.img-center {    
	margin: 0 auto;
    display: -webkit-box;
}

.menu-circle {
	background: #4d7487 !important;
	padding: 50px 0;
	height: 150px;
	width: 150px;
	margin: 0 auto;
	border-radius: 110px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

	.menu-circle:hover {
		background: #1a546b !important;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}

.menu-circle-one {
    background: url("/assets/img/boxs/portugal-3029665__480.jpg");
}
.menu-circle-two {
    background: url("/assets/img/boxs/mountains-1149727__480.jpg");
}
.menu-circle-three {
    background: url("/assets/img/boxs/close-up-1869614__480.jpg");
}

.events-boxs {
    border-radius: 10px;
}

.events .row .col-sm-4 {
	display:none;
}

.events .row .col-sm-4:nth-of-type(1), .events .row .col-sm-4:nth-of-type(2), .events .row .col-sm-4:nth-of-type(3) {
	display:block;
}

.events .row .col-sm-4:nth-of-type(1) .events-box-one {
    background: url("/assets/img/boxs/close-up-1869614__480.jpg");
}

.events .row .col-sm-4:nth-of-type(2) .events-box-one {
    background: url("/assets/img/boxs/portugal-3029665__480.jpg");
}
.events .row .col-sm-4:nth-of-type(3) .events-box-one {
    background: url("/assets/img/boxs/mountains-1149727__480.jpg");
}

.events-boxs {
	display: table;
    min-height: 284px;
	width:100%;
}

.events-boxs .padding-t-b-50 {
	display: table-cell;
    padding: 0;
    vertical-align: middle;
	position:relative;
}

.events-boxs .padding-t-b-50 a {
	font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.layer {
	background-color: rgba(26, 84, 107, 0.85);
	width: 100%;
	height: 100%;
	border-radius: 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.layer:hover {
    background-color: rgba(57, 86, 154, 0.4);
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}

.search-header {
	background: #227dab;
	color:#FFF;
	padding: 10px 20px;
	border-radius: 10px 10px 0px 0px;
}

.search-pannel {
	background: #e1e4ed;
	padding: 25px 20px;
}

.archive-country {
	margin-top: 10px;
    width: 23%;
    display: inline-block;
    margin-right: 2%;
}

.archive-country:nth-of-type(4n) {
	margin-right:0;
}

.archive-country a {
    background: #f6f6f6;
    padding: 10px 10px 10px 40px;
    border-radius: 10px;
    display: block;
    text-align: left;
    color: #212529;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px;
}

.archive-country a:hover {
	color:#FFF;
	background:#3b5998;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px;
}

#Country h4:nth-of-type(1) {
	margin-top:0;
}

#Country h4 {
	margin-top:35px;
}

.archive-country p {
    margin-bottom: 0;
}






.white-box {
	background: #fff;
    border: 1px solid #dcdee2;
    padding: 30px 20px;
    border-radius: 5px;
    margin: 5px 0;
	display: inline-block;
	width:100%;
}

	.white-box.col-sm-3 {
		margin: 0 1%;
	}

	.white-box h4 {
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}

.white-box h4 a {
	color:#212529;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

	.white-box h4 a:hover {
		color: #227dab;
		text-decoration: none;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

.white-box p {
	width:100% !important;
	font-family: 'Roboto Slab', serif;
    font-size: 16px;
}

a.viewmore {
	color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

span.projectcode {
    color: #007bff;
    font-size: 1.3em;
	float:right;
}

.white-box h5 {
	color: #007bff;
    font-size: 1.2em;
}

.bid_date
{
	font-weight:bold;
	margin-bottom: .5rem;
}


.grey-box {
	background: #f7f7f7;
    border: 1px solid #dcdee2;
    padding: 30px 20px;
    border-radius: 5px;
    margin: 5px 0;
}

footer {
    padding: 50px 0;
	width:100%;
	clear:both;
}

footer a {
    color: #fff;
    list-style: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

footer #social a:hover {
	text-decoration:none;
	color:rgba(0,0,0,0.5);
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

footer a:hover {
    color: #fff;
    list-style: none;
}
footer ul {
    padding: 0;
    list-style: none;
}

footer hr {border-top: 1px dotted #fff;}

.white {color: #fff;}
.arrow {color: #9eadce;}
.light-blue {color: #2e88ad}

.title-dark-blue {
	background: #1a546b;
}
.title-dark-light-blue {
	background: #227dab;
}

section.title-dark-light-blue {
	margin-top:1px;
}

.pale-white {
	background: #e1e4ed;
}

	.pale-white > .container {
		max-width:none;
	}

.btn-blue {
	background-color: #214588;
}

	.btn-blue:hover {
		color: #FFF;
		background-color: #1a546b;
	}


.box {
	padding: 19px;
	margin-bottom: 20px;
	background-color: #e1e4ed;
	border: none;
	border-radius: 4px;
}


.border-radius-5 {border-radius: 5px;}

.font-14 {font-size: 14px;}

.padding-t-b-10{padding: 10px 0;}
.padding-t-b-20{padding: 20px 0;}
.padding-t-b-30{padding: 30px 0;}
.padding-t-b-50{padding: 50px 0;}

.padding-l-r-0 {
    padding-left: 0;
    padding-right: 0;
}

/** Margin Top **/
.margin-top-10 {margin-top: 10px;}
.margin-top-20 {margin-top: 20px;}
.margin-top-30 {margin-top: 30px;}
.margin-top-40 {margin-top: 40px;}
.margin-top-50 {margin-top: 50px;}
.margin-top-60 {margin-top: 60px;}
.margin-top-70 {margin-top: 70px;}
.margin-top-80 {margin-top: 80px;}
.margin-top-90 {margin-top: 90px;}
.margin-top-100 {margin-top: 100px;}


/** Margin Right **/
.margin-right-10 {margin-right: 10px;}
.margin-right-15 {margin-right: 15px;}
.margin-right-20 {margin-right: 20px;}
.margin-right-30 {margin-right: 30px;}
.margin-right-40 {margin-right: 40px;}
.margin-right-50 {margin-right: 50px;}
.margin-right-60 {margin-right: 60px;}
.margin-right-70 {margin-right: 70px;}
.margin-right-80 {margin-right: 80px;}
.margin-right-90 {margin-right: 90px;}
.margin-right-100 {margin-right: 100px;}

/** Margin bottom **/
.margin-bottom-0 {margin-bottom: 0px;}
.margin-bottom-10 {margin-bottom: 10px;}
.margin-bottom-20 {margin-bottom: 20px;}
.margin-bottom-30 {margin-bottom: 30px;}
.margin-bottom-40 {margin-bottom: 40px;}
.margin-bottom-50 {margin-bottom: 50px;}
.margin-bottom-60 {margin-bottom: 60px;}
.margin-bottom-70 {margin-bottom: 70px;}
.margin-bottom-80 {margin-bottom: 80px;}
.margin-bottom-90 {margin-bottom: 90px;}
.margin-bottom-100 {margin-bottom: 100px;}

/** Margin Left **/
.margin-left-10 {margin-left: 10px;}
.margin-left-20 {margin-left: 20px;}
.margin-left-30 {margin-left: 30px;}
.margin-left-40 {margin-left: 40px;}
.margin-left-50 {margin-left: 50px;}
.margin-left-60 {margin-left: 60px;}
.margin-left-70 {margin-left: 70px;}
.margin-left-80 {margin-left: 80px;}
.margin-left-90 {margin-left: 90px;}
.margin-left-100 {margin-left: 100px;}

/* Main Styles */

.form-inline .btn {
	padding: .65rem .75rem;
}

.nav-item a, .productmenu ul li a {
	padding: .5rem 1rem;
	display: block;
	text-decoration: none;
}

.nav-item a.selected {
	color:#FFF;
}

#carouselVideo {
	margin-top:70px;
}

.carousel-caption h1 {
	width: auto;
	float: none;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	height: auto;
}

input.btnSearch {
	position:relative;
	font-size:0;
	height:50px;
	width:50px;
}

input.btnSearch:after {
	content: "\f002";
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

span.btn {
	-webkit-appearance: inherit;
	border-radius: 3px !important;
}

.form-inline {
	position:relative;
}

.btnsearch {
	font-size: 0;
    width: 41px;
    height: 39px;
    background: none;
    position: absolute;
    right: 0;
    border: none;
}

.header {
	display:none;
}

.nav, .productmenu ul {
	width:100%;
	border:none !important;
	background-image:none !important;
	display:block;
}

.nav.nav-tabs, .productmenu ul {
	display:flex;
	border-bottom: 1px solid #dee2e6 !important;
}

.cookiecms {
	padding:0 !important;
}

.bottom-navbar-bg {
	width: 100%;
	padding-left: 3rem;
	padding-right: 3rem;
}

	.bottom-navbar-bg > .container {
		max-width: none;
	}

	.carousel-inner .carousel-item#first .row .col-2:nth-of-type(6), .carousel-inner .carousel-item#first .row .col-2:nth-of-type(7), .carousel-inner .carousel-item#first .row .col-2:nth-of-type(8), .carousel-inner .carousel-item#first .row .col-2:nth-of-type(9), .carousel-inner .carousel-item#first .row .col-2:nth-of-type(10) {
		display: none;
	} 

.carousel-inner .carousel-item#second .row .col-2:nth-of-type(1), .carousel-inner .carousel-item#second .row .col-2:nth-of-type(2), .carousel-inner .carousel-item#second .row .col-2:nth-of-type(3), .carousel-inner .carousel-item#second .row .col-2:nth-of-type(4), .carousel-inner .carousel-item#second .row .col-2:nth-of-type(5) {
	display:none;
}  

#carouselExampleFade {
	width:100%;
}

.carousel-inner .carousel-item#first, .carousel-inner .carousel-item#second {
	margin-left: 7.5%;
}

.carousel-inner .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 17%;
    max-width: 17%;
}

.carousel-inner .carousel-control-prev {
	left: 3%;
	width:5%;
}

.carousel-inner .carousel-control-next {
	right: 3%;
	width:5%;
}

.logo-footer {
	display:none;
}

.padding-t-b-20 .logo-footer {
	display:block;
}

#projects .margin-top-10, #projects hr {
	display:none;
}

#projects .margin-top-10:nth-of-type(1), #projects .margin-top-10:nth-of-type(2), #projects .margin-top-10:nth-of-type(3), #projects .margin-top-10:nth-of-type(4), #projects .margin-top-10:nth-of-type(5), #projects .margin-top-10:nth-of-type(6), #projects hr:nth-of-type(1), #projects hr:nth-of-type(2), #projects hr:nth-of-type(3), #projects hr:nth-of-type(4), #projects hr:nth-of-type(5) {
	display:block;
}

.bottom-navbar-bg .navbar-expand-lg {
	display:none;
}

.ajax__calendar_container {
	z-index:1;
}

p.searchoptions {
	float: left;
	display:inline-block;
    padding-right: 40px;
}

p.searchoptions:nth-of-type(1) {
	padding-left:20px;
}

p.searchoptions:nth-of-type(3) {
	padding-right:0;
}

.padding-t-b-20-20 {
	padding:20px;
}

p.floatright {
	float:right;
	width:auto !important;
}

p.floatright a, .trackreport a {
	padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	text-decoration:none;
}

.newscontainer.project .actions .trackreport .ui-icon {
	display:none;
}

h3.countrytitle {
	background: #227dab;
	padding: 20px 20px 28px;
	font-size: 1.6rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: #FFF;
	margin-top: 5px;
	border-radius: 5px;
	margin-bottom: 1px;
}

.tab-content img {
	max-width:100%;
}

textarea.form-control {
    height: 120px;
}

.full-width {
	width:100%;
}

.ui-state-error {
	margin-bottom:20px;
}

ul.trackedreports a.ui-icon {
	display:inline-block;
}

ul.trackedreports {
	list-style:none;
	padding-left:0;
}

ul.trackedreports li:nth-child(odd) {
	background: #f0f0f0;
    padding: 10px;
    border-radius: 3px;
}

ul.trackedreports li:nth-child(even) {
	background: #FFF;
    padding: 10px;
    border-radius: 3px;
}

ul.trackedreports li a {
	color:#3b5998;
	text-decoration:none;
}

.accountnav .loginregister p {
	font-size: 1em;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.cookieloginregister {
    padding: 0 !important;
	margin-top:1px;
}

.col-sm-3 {
	position:relative;
}

.col-sm-3 .menu-circle i a {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 38px;
    right: 38px;
}

.cms a {
	word-break: break-all;
}

.news_story_image img {
	border-radius: 4px;
}

.col-lg-3 .news_story_image img {
	max-width: 80px;
}

.accountnav .bottom-navbar-bg {
	margin-bottom: 0px;
	padding-left: 0;
	padding-right: 0;
}

.dropdown-submenu {
    position:relative;
}

li.dropdown-submenu > a::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .25em solid;
    border-right: .25em solid transparent;
    border-bottom: 0;
    border-left: .25em solid transparent;
}

.languages {
	padding-right:12px;
}

.translate {
	padding: 0.58rem 0.5rem;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #FFF;
	background-color: #227dab;
	background-clip: padding-box;
	border: solid 2px #FFF;
	border-radius: 0.2rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	width: 100px;
}

@media (min-width: 980px) {

	.white-box.fixedheight {
		min-height: 400px;
	}

	.leftpadd {
		padding-left: 2rem;
	}

	.rightpadd {
		padding-right: 2rem;
	}
}



	@media (min-width: 768px) {
		.dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu {
			display: block;
		}

		.dropdown-menu {
			margin-top: 0;
		}

		.dropdown-toggle {
			margin-bottom: 2px;
		}

		.navbar .dropdown-toggle, .nav-tabs .dropdown-toggle {
			margin-bottom: 0;
		}

		#navbar {
			text-align: center;
		}
	}


	@media only screen and (max-width: 1232px) {

		.form-inline .form-control {
			width: 130px;
		}
	}

	@media only screen and (max-width: 1213px) {

		.form-inline .form-control {
			width: 110px !important;
		}

		.navbar-expand-lg .navbar-nav .nav-link, .nav-item a.selected {
			font-size: 0.9rem;
		}
	}


	@media only screen and (max-width: 1180px) {

		.translate {
			font-size: 0.8rem;
			width: 90px;
		}

		.navbar-expand-lg .navbar-nav .nav-link, .nav-item a.selected {
			font-size: 0.85rem;
			padding-right: .4rem;
			padding-left: .4rem;
		}
	}


	@media only screen and (max-width: 1190px) {
		.form-inline .form-control {
			width: 150px;
		}
	}

	@media only screen and (max-width: 1110px) {
		.nav-item a, .nav-item a.selected {
			font-size: 0.85rem;
		}

		.navbar-expand-lg .navbar-nav .nav-link {
			padding-right: .3rem;
			padding-left: .3rem;
		}

		.carousel-caption {
			bottom: auto;
			top: 8%;
		}
	}

	@media only screen and (max-width: 1033px) {
		.form-inline .form-control {
			width: 80px !important;
		}
		/*.navbar-expand-lg .navbar-nav > li:first-child {
		display:none;
	}*/
	}

	@media only screen and (max-width: 990px) {
		.carousel-caption {
			right: 25%;
		}

			.carousel-caption h1 {
				font-size: 40px;
			}

			.carousel-caption h3 {
				font-size: 1.2em;
			}

		.carousel-inner .col-2 {
			padding-left: 5px;
			padding-right: 5px;
		}

		.carousel-control-next, .carousel-control-prev {
			width: 10%;
		}

		.col-sm-9.content {
			width: 100%;
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%;
		}

		.col-sm-3#content {
			width: 100%;
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%;
		}

		.container {
			max-width: 100%;
		}

		.col-sm-9.content .col-sm-3 {
			-ms-flex: 0 0 25%;
			flex: 0 0 32%;
			max-width: 33%;
		}

		span.projectcode {
			float: none;
			display: block;
			padding-bottom: 6px;
		}

		.events-boxs h2 {
			font-size: 1.5rem;
		}

		.form-inline .form-control {
			width: auto;
		}

		.team .col-sm-3 {
			-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%;
			margin-bottom: 25px;
		}

		.navbar-nav .dropdown-menu {
			display: block;
			color: #212529;
			background-color: transparent;
			border: none;
			padding: 0;
		}

			.navbar-nav .dropdown-menu a {
				color: rgba(255,255,255,.5);
			}

				.navbar-nav .dropdown-menu a:hover {
					color: rgba(255,255,255,.75);
				}

		.form-inline .form-control, .translate {
			width: 200px !important;
		}
	}

	@media only screen and (max-width: 900px) {
		.col-sm-3.buyers {
			-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%;
		}
	}

	@media only screen and (max-width: 768px) {
		.carousel-caption {
			left: 3%;
			right: 3%;
			top: 15px;
		}

			.carousel-caption .btn-blue {
				margin-top: 5px;
			}

		.carousel-control-next, .carousel-control-prev {
			width: 5%;
		}

		.margin-top-50 {
			margin-top: 25px;
		}

		a.btn-success {
			width: 100%;
		}

		.h3, h3 {
			font-size: 1.4rem;
		}

		footer .col-sm-4 {
			-ms-flex: 0 0 33.333333%;
			flex: 0 0 100%;
			max-width: 100%;
			margin-bottom: 30px;
		}

			footer .col-sm-4#social {
				padding-bottom: 15px;
			}

		.archive-country {
			width: 47%;
			margin-right: 2%;
		}

			.archive-country:nth-of-type(4n) {
				margin-right: 0;
			}

		.nav-item a {
			padding: .5rem 0.7rem;
		}
	}

	@media only screen and (max-width: 570px) {
		.col-sm-3 .navbar-toggler {
			margin-left: auto;
			margin-right: auto;
		}

		.carousel-inner .col-2 {
			padding-left: 0px;
			padding-right: 0px;
			margin-right: -1px;
		}

		.carousel-inner .row .col-2:nth-of-type(1) .sponser-box, .carousel-inner .row .col-2:nth-of-type(6) .sponser-box {
			border-radius: 10px 0 0 0;
		}

		.carousel-inner .row .col-2:nth-of-type(2) .sponser-box, .carousel-inner .row .col-2:nth-of-type(7) .sponser-box {
			border-radius: 0 0 0 0;
		}

		.carousel-inner .row .col-2:nth-of-type(3) .sponser-box, .carousel-inner .row .col-2:nth-of-type(8) .sponser-box {
			border-radius: 0 10px 0 0;
		}

		.carousel-inner .row .col-2:nth-of-type(4) .sponser-box, .carousel-inner .row .col-2:nth-of-type(9) .sponser-box {
			border-radius: 0 0 0 10px;
		}

		.carousel-inner .row .col-2:nth-of-type(5) .sponser-box, .carousel-inner .row .col-2:nth-of-type(10) .sponser-box {
			border-radius: 0 0 10px 0;
		}

		.carousel-inner .carousel-item#first, .carousel-inner .carousel-item#second {
			margin-left: 8.5%;
		}

		.carousel-inner .row .col-2:nth-of-type(1), .carousel-inner .row .col-2:nth-of-type(2), .carousel-inner .row .col-2:nth-of-type(3), .carousel-inner .row .col-2:nth-of-type(6), .carousel-inner .row .col-2:nth-of-type(7), .carousel-inner .row .col-2:nth-of-type(8) {
			flex: 0 0 42%;
			max-width: 42%;
		}

		.carousel-inner .row .col-2:nth-of-type(4), .carousel-inner .row .col-2:nth-of-type(5), .carousel-inner .row .col-2:nth-of-type(9), .carousel-inner .row .col-2:nth-of-type(10) {
			flex: 0 0 42%;
			max-width: 42%;
		}

		.menu-circle {
			padding: 24px 0;
			height: 90px;
			width: 90px;
		}

		.carousel-caption h1 {
			display: none;
		}

		.events-boxs {
			margin-bottom: 40px;
		}

		p.searchoptions {
			display: block;
			float: none;
			width: 100%;
			padding-left: 20px;
		}

		.team .col-sm-3 {
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%;
		}

		#popup {
			width: 350px;
			height: 136px;
		}

		#carouselExampleFade .carousel-inner {
			width: 92%;
			background: #FFF;
			margin: auto;
			border-radius: 10px;
		}
	}

	@media only screen and (max-width: 480px) {
		.col-sm-3.buyers {
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%;
		}
	}