body
{
	background: #ffffff;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
	color: #797979;
}

#footerMenu li
{
	display: inline-block;
	zoom: 1;
}

#footerMenu li a
{
	padding: 5px;
}

.anchor:before
{
	content: "";
	display: block;
	height: 90px;
	margin: -30px 0 0;
}

#stt
{
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	background-color: var(--wime-color-blue);
	color: white;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

#contactUs
{
	position: fixed;
	background-repeat: no-repeat;
	height: 75px;
	width: 250px;
	left: -160px;
	bottom: 70px;
	webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

}

#contactUs:hover
{
	left: 0px !important;
	transition-delay: 0.5;
}

#contactUs img
{
	width: 100%;
}

/*
@media screen and (max-width: 767px) {
	body {
		padding-top: 90px;
	}
}
	font-family: 'Muli', sans-serif;
	*/

h1,
h2,
h3,
h4,
h5,
h6
{


	line-height: inherit;
	color: #000;
}

h1
{
	font-size: 3em;
	line-height: normal;
}

h2
{
	font-size: 2em;
	padding-bottom: 10px;
}

h3
{
	font-size: 1.5em;
	margin-bottom: 0;
}

h3,
h3 a
{}

html
{
	-webkit-font-smoothing: antialiased;
}

a
{
	color: var(--wime-color-blue);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none !important;
}

a,
input,
button,
.form-control
{
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

a:hover,
a:active,
a:focus
{
	color: #378dcc;
	outline: none;
}

::-webkit-scrollbar
{
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-thumb
{
	cursor: pointer;
	background: var(--wime-color-blue);
	border-radius: 5px;
}

.section-title
{
	padding-bottom: 40px;
}

.section-title h2
{
	margin: 0;
}

.section-title small
{
	display: block;
}

.overlay
{
	background: rgba(20, 20, 20, 0.5);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-form
{
	background: #252020;
	border-radius: 100%;
	text-align: center;
	padding: 6em;
	width: 450px;
	height: 450px;
}

.entry-form h2
{
	color: #ffffff;
	margin: 0;
}

.entry-form .form-control
{
	background: transparent;
	border: 0;
	border-bottom: 1px solid;
	border-radius: 0;
	box-shadow: none;
	height: 45px;
	margin: 10px 0;
}

.entry-form .submit-btn
{
	background: #ffffff;
	border-radius: 50px;
	border: 0;
	color: #252020;
	width: 50%;
	height: 50px;
	margin: 30px auto;
	margin-bottom: 10px;
}

.entry-form .submit-btn:hover
{
	background: #3f51b5;
	color: #ffffff;
}

section
{
	position: relative;
	padding: 100px 0;
}

#team,
#testimonial
{
	background: #f9f9f9;
}

#team,
#testimonial
{
	text-align: center;
}

#google-map iframe
{
	border: 0;
	width: 100%;
	height: 390px;
}

.section-btn
{
	background: transparent;
	border-radius: 50px;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: inherit;
	font-weight: normal;
	padding: 15px 30px;
	transition: 0.5s;
}

.section-btn:hover
{
	background: #ffffff;
	border-color: transparent;
}

.preloader
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background: none repeat scroll 0 0 #ffffff;
}

.spinner
{
	border: 1px solid transparent;
	border-radius: 3px;
	position: relative;
}

.spinner:before
{
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 45px;
	height: 45px;
	margin-top: -20px;
	margin-left: -20px;
	border-radius: 50%;
	border: 1px solid #575757;
	border-top-color: #ffffff;
	animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner
{
	to
	{
		transform: rotate(360deg);
	}
}

@keyframes spinner
{
	to
	{
		transform: rotate(360deg);
	}
}

.custom-navbar
{
	background: #4D41F7;
	border-bottom: 0;
	-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	margin: 30px;
	padding: 20px;
	border-radius: 50px;
}

.custom-navbar .navbar-brand
{
	color: #454545;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	padding: 5px;
}

.custom-navbar .navbar-nav.navbar-nav-first
{
	margin-left: 20px;
}

.custom-navbar .navbar-nav.navbar-right li a
{
	padding-right: 12px;
	padding-left: 12px;
	margin-left: 4px;
}


.custom-navbar .navbar-nav.navbar-right li a .fa
{
	background: #378dcc;
	border-radius: 100%;
	color: #ffffff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
}

.custom-navbar .nav li a
{
	line-height: 40px;
	color: #575757;
	padding-right: 22px;
	padding-left: 22px;
}

.custom-navbar .navbar-nav>li>a:hover,
.custom-navbar .navbar-nav>li>a:focus
{
	background-color: transparent;
}

.custom-navbar .nav li a:hover
{
	background-color: #378dcc;
	color: #ffffff;
}

.custom-navbar .nav li.active>a
{

	background-color: #378dcc;
	color: #ffffff;
	/*
	background-color: #ff7b00 !important;
	border: 1px solid #a54d00 !important;
	*/
}

.custom-navbar .navbar-toggle
{
	border: none;
	padding-top: 10px;
}

.custom-navbar .navbar-toggle
{
	background-color: transparent;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.13);
	border-radius: 50px;
	width: 40px;
	height: 40px;
}

.custom-navbar .navbar-toggle .icon-bar
{
	background: #fff;
	border-color: transparent;
}


#home
{
	padding: 0;
}

#home h1
{
	color: #ffffff;
}

#home h3
{
	color: #f9f9f9;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	padding: 5px 0 40px 0;
}

@media (min-width: 768px)
{
	.home-slider .col-md-6
	{
		padding-left: 0;
	}
}

.home-slider .caption
{
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: left;
	background-color: rgba(20, 20, 20, 0.2);
	height: 100%;
	color: #fff;
	cursor: e-resize;
}

.home-slider .item
{
	background-repeat: no-repeat;
	background-attachment: local;
	background-size: cover;
	height: 650px;
}

.caption h3 a
{
	color: #FFF;
}

.caption h3 a:hover
{
	color: #FF3;
}

footer table tr
{
	color: #909090;
}

footer table td
{
	padding: 3px 5px 1px 1px;
}

#subFooter
{
	text-align: center;
	padding: 30px;
	background: #fff;
	color: #909090;
	font-size: 12px;
}

#heading
{}

#heading h1
{
	font-size: 13px;
	line-height: 16px;
	color: #757575;
	font-weight: normal;
	padding: 15px 0px 15px 0px;
	margin: 0;
}

#heading a
{
	color: #757575;
}

footer
{
	background: #2e4153;
	padding: 70px 0px 30px 0px;
}

footer .section-title
{
	padding-bottom: 10px;
}

#footerUl
{
	list-style: none;
	padding: 0px;
	line-height: 24px;

}


footer h2
{
	font-size: 20px;
}

footer a,
footer p
{
	color: #909090;
}

footer strong
{
	color: #d9d9d9;
}

footer address p
{
	margin-bottom: 0;
}

footer .social-icon
{
	margin-top: 25px;
	text-align: center;
}

.social-icon a
{
	background: #263849;
}

.footer-info
{
	margin-right: 2em;
}

.footer-info h2
{
	color: #ffffff;
	padding: 0;
}

.footer_menu h2
{
	margin-top: 2em;
}

.footer_menu ul
{
	margin: 0;
	padding: 0;
}

.footer_menu li
{
	display: inline-block;
	list-style: none;
	margin: 5px 10px 5px 0;
}

.newsletter-form .form-control
{
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	border-bottom: 1px solid #303030;
	height: 50px;
	margin: 5px 0;
}

.newsletter-form input[type="submit"]
{
	background: transparent;
	border: 1px solid #f9f9f9;
	border-radius: 50px;
	color: #ffffff;
	display: block;
	margin-top: 20px;
	outline: none;
	width: 50%;
}

.newsletter-form input[type="submit"]:hover
{
	background: #378dcc;
	border-color: transparent;
}

.newsletter-form .form-group span
{
	color: #909090;
	display: block;
	font-size: 12px;
	margin-top: 20px;
}

.social-icon
{
	position: relative;
	padding: 0;
	margin: 0;
}

.social-icon li
{
	display: inline-block;
	list-style: none;
	margin-bottom: 5px;
}

.social-icon li a
{
	border-radius: 100px;
	color: #378dcc;
	font-size: 15px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	text-align: center;
	transition: all 0.4s ease-in-out;
	position: relative;
	margin: 5px 5px 5px 0;
}

.social-icon li a:hover
{
	background: #378dcc;
	color: #ffffff;
}


@media screen and (max-width: 1170px)
{
	.custom-navbar .navbar-nav.navbar-nav-first
	{
		margin-left: auto;
	}
}

@media only screen and (max-width: 992px)
{

	section,
	footer
	{
		padding: 60px 0;
	}

	.home-slider .item
	{
		background-position: center center;
	}

	.feature-thumb,
	.about-info,
	.team-thumb,
	.footer-info
	{
		margin-bottom: 50px;
	}

	.contact-image
	{
		margin-top: 50px;
	}

	.navbar-nav
	{
		margin: 0;
	}

	.swiper-pagination
	{
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px)
{
	.custom-navbar .nav li a
	{
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media only screen and (max-width: 767px)
{
	.custom-navbar .navbar-nav.navbar-right li a
	{
		margin-bottom: 26px;
	}


	h1
	{
		font-size: 2.5em;
	}

	h1,
	h2,
	h3
	{
		line-height: normal;
	}

	.custom-navbar
	{
		-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
		box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
		padding: 10px 0;
		text-align: center;
	}

	.custom-navbar .navbar-brand
	{
		padding: 14px;
		margin-top: 2px;
	}

	.custom-navbar .navbar-brand,
	.custom-navbar .nav li a
	{
		line-height: normal;
	}

	.custom-navbar .nav li a
	{
		padding: 10px 25px;
	}

	.custom-navbar .navbar-brand,
	.top-nav-collapse .navbar-brand
	{
		color: #252525;
		font-weight: 600;
	}

	.custom-navbar .nav li a,
	.top-nav-collapse .nav li a
	{
		color: #575757;
	}

	.custom-navbar .navbar-nav.navbar-right li
	{
		display: inline-block;
	}

	.footer-info
	{
		margin-right: 0;
	}

	.footer-info.newsletter-form
	{
		margin-bottom: 0;
	}

	.entry-form
	{
		display: block;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 580px)
{
	h2
	{
		font-size: 1.8em;
	}

	#testimonial .item
	{
		padding: 2em;
	}

	.contact-image
	{
		margin-top: 0;
	}
}

@media only screen and (max-width: 480px)
{
	h1
	{
		font-size: 2em;
	}

	#home h3
	{
		font-size: 14px;
	}

	.entry-form
	{
		border-radius: 0;
		padding: 2em;
		max-width: 100%;
		max-height: 100%;
		width: inherit;
		height: inherit;
	}
}

@media screen and (max-width: 1191px)
{}

.strikethrough
{
	position: relative;
}

.strikethrough:before
{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 1px solid;
	border-color: inherit;

	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}


.select2-container--default .select2-selection--single .select2-selection__rendered
{
	color: #a9a9a9 !important;
}

.select2-container .select2-selection--single
{
	height: 34px !important;
}

.select2-container--default .select2-selection--single
{
	border: 1px solid #ccc !important;
	padding-top: 2px !important;
	font-size: 13px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
{
	top: 3px !important;
}

div#formCopertura .btn-default
{
	background: var(--wime-color-blue) !important;
	color: white;
	padding: 16px;
	width: 100%;
	border-radius: 40px;
	font-size: 18px;
}

div#formCopertura input[type="text"],
div#formCopertura textarea,
select
{
	border: 0 !important;
	height: 85px !important;
	padding: 2em !important;
	margin-bottom: 15px;
}