*{
	font-family: 'Roboto', sans-serif;
}
body{
	margin: 0;
	background-color: white;
}

.site-logo {
	width: 220px;
	margin: 0px 0;
	margin-right: 20px;
}
.navbar {
	background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 7px solid #f1c40f;
}
.nav-link, .navbar-light .navbar-nav .nav-link {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	transition: all 200ms ease-in;
	margin: 0 6px;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: white;
	background-color: #f1c40f;
}
.navbar-toggler {
	background-color: transparent;
	outline: none;
	border: none;
}
.cta-btn {
	padding: 8px 20px;
	background-color: #f1c40f;
	color: white;
	display: inline-block;
	transition: all 200ms ease-in;
}
.cta-btn:hover {
	background-color: #2c3e50;
	text-decoration: none;
	color: white;
}
.nav-contact {
	text-align: right;
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0;
}
.nav-contact h4{
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	margin-bottom: -5px;
}
.nav-contact img {
	width: 24px;
	height: 24px;
}
.nav-contact a {
	text-decoration: none;
	color: #2c3e50;
	font-weight: 700;
}
.nav-contact a span b {
	color: #f1c40f;
	font-size: 28px;
}

.center-container {
	width: 100%;
	text-align: center;
	padding: 20px 0;
}

.btn-common {
	padding: 8px 20px;
	background-color: #f1c40f;
	color: white;
	display: inline-block;
	transition: all 200ms ease-in;
}
.btn-common:hover {
	background-color: #2c3e50;
	text-decoration: none;
	color: white;
}

.btn-common.large {
	display: inline-block;
	margin: 0 auto;
	font-size: 20px;
	padding: 10px 24px;
}

input, select{
	height: 60px;
	padding: 20px;
	width: 100%;
	border: none;
	border-radius: 0px;
}
input[type="text"], select, textarea, input[type="date"], input[type="email"]{
	margin-bottom: 20px;
	background-color: #fbfbfb;    
	border: 1px solid #d6d4d4;
	font-size: 14px;
}

input[type="submit"]{
	background-color: #f1c40f;
	color: white;
	transition: all 200ms ease-in;
}

input[type="submit"]:hover{
	text-decoration: none;
	background-color: #2c3e50;
	color: white;
}

select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
textarea{
	width: 100%;
	border: none;
	padding: 20px;
	border: 1px solid #d6d4d4;
}
input[type="checkbox"], input[type="radio"]{
	height: inherit;
}
.form-common .checkbox, .form-common .radio{
	margin: 0 0 5px 0;
}
.form-common{
	background-color: white;
	padding: 40px;
	-webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 50px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.25);

}
.contact-submit{
	width: 200px;
}


/* SECTION - BANNER */
.home-banner{
	background: linear-gradient(to bottom right, rgba(50, 50, 50, 0.7) 0%, rgba(50, 50, 50, 0.7) 100%), url(../images/bg1.jpg) repeat 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    /*min-height: 600px;*/
    padding: 20px 0;
   	padding-bottom: 40px;
}

.headline{
	margin-top: 20px;
	margin-bottom: 80px;
	text-align: left;
}

.headline h1{
	color: white;
	margin: 0;
	font-size: 60px;
	font-weight: 700;
}

.headline h2{
	color: white;
	margin: 0;
	font-size: 32px;
}
.headline h3{
	margin: 5px;
	color: white;
	text-align: right;
	font-weight: 200;
	font-size: 21px;
}
.headline a{
	padding: 0px 40px;
	height: 60px;
	line-height: 60px;
	background-color: white;
	border-radius: 30px;
	display: inline-block;
	text-transform: uppercase;
	color: black;
	transition: all 200ms ease-in;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;

	-webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 50px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.25);
}
.headline a:hover{
	text-decoration: none;
	background-color: #e01076;
	color: white;
}

.banner-item {
	background-color: rgba(255,255,255, 0.8);
	display: inline-block;
	width: 100%;
	text-align: center;
	transition: all 200ms ease-in;
	margin-bottom: 70px;
}
.banner-item h3 {
	font-size: 18px;
	letter-spacing: 2px;
	margin-top: 30px;
	padding: 10px;
	color: #2c3e50;
}
.banner-item:hover {
	background-color: white;
	text-decoration: none;
}

.item-icon {
	background-color: #f1c40f;
	width: 100px;
	height: 100px;
	padding: 30px;
	border-radius: 50px;
	margin: 0 auto;
	margin-top: -50px;
	margin-bottom: 10px;
}


.form-header h1, .form-header h2, .form-header h3, .form-header h4{
	text-align: center;
	color: #2c3e50;
}
.form-header {
	margin-bottom: 30px;
}
.form-header h2{
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 40px;
}

.form-header h4{
	margin: 0;
	font-weight: 300;
	font-size: 18px;
}
.lander2{
	margin-bottom: 200px;
	background: linear-gradient(to bottom, rgba(70, 70, 70, 0.8) 0%, rgba(70, 70, 70, 0.8) 100%), url(../images/bg1.jpg) repeat 0 0;
   background-repeat: no-repeat;
    background-position: 100% 0%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;

    background-color: #f5f4f3;
}
.lander2 .form-common{
	margin: 60px 0 -200px 0;
}

.page-banner{
	background-color: #f1c40f;
    padding: 30px 0;
    color: #2c3e50;
    text-align: left;
}
.page-banner h1{

	font-size: 30px;
	font-weight: 600;
}

.page-content {
	padding: 60px 0;
	min-height: 500px;
	color: #2c3e50;
}
.page-content p{
	font-weight: 300;
	margin: 30px 0;
	font-size: 16px;
	line-height: 30px;
}
.page-content h2{
	font-size: 22px;
	font-weight: 700;
}
.page-content .form-common{
	margin-top: 40px;
}
.page-content h3 {
	font-size: 22px;
}

/* SECTIONS */
.section-common {
	padding: 60px 0;
}
.sec-title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
	padding: 15px 0;
	padding-left: 20px;
	border-left: 7px solid #f1c40f;
	background-color: #eee;
	margin-bottom: 0px;
}
.section-common h3 {
	font-size: 36px;
	margin: 30px 0;
}
.section-common p {
	font-size: 20px;
	line-height: 40px;
	font-weight: 300;
}

.section-common p a{
	font-size: 24px;
	font-weight: 600;
	color: #2c3e50;
	letter-spacing: 2px;
}
.section-cta {
	background-color: #f1c40f;
	color: white;
	padding: 50px 0;
}
.section-cta p {
	font-size: 24px;
}
.section-cta a {
	background-color: #2c3e50;
	color: white;
	padding: 10px 20px;
}



/* SEGUE */
.section-segue{
	background-color: #f1c40f;
    padding: 60px 0;
    text-align: center;
}
.section-segue h1{
	font-size: 30px;
	color: #2c3e50;
	font-weight: 700;
	margin: 10px 0;
}
.section-segue .btn-common{
	font-size: 20px;
	width: 100%;
}
.section-segue form{
	margin-top: 40px;
}

.section-segue input, .section-segue select{
	height: 60px;
	padding: 0 20px;
	width: 100%;
	border: none;
}
.section-segue input[type="submit"] {
	background-color: #2c3e50;
	color: white;
}




/* OFFER */

.offer{
	width: 100%;
	max-width: 500px;
    margin: 0 auto;
    /*margin-top: 200px;*/
    margin-bottom: 200px;
    position: relative;
    padding: 30px 10px;

	background-color: white;
	padding: 40px;
	-webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 50px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.25);

	text-align: center;
	color: #1e1d22;

}
.offer h4{
	padding: 10px 10px 10px 10px;
}
.alert-action, .alert-action:focus{
	text-decoration: none;
	color: white;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	width: 40%;
	height: 50px;
	line-height: 50px;
	display: inline-block;

	background-color: #f1c40f;

	transition: all 200ms ease-in;
	margin: 0 10px;
}
.alert-action:hover, .alert-action.cancel:hover{ 
	text-decoration: none;
	color: white;
	background-color: #2c3e50;	

}


/* ARTICLES */
.article {
	border: 1px solid #cccccc;
	margin-bottom: 30px;
}
.article-info {
	padding: 10px 20px;
}

.article h2{
	font-size: 22px;
	color: #4f4f4f;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 5px;
}
.article a:hover {
	text-decoration: none;
}
.article a:hover h2 {
	color: #f1c40f;
	transition: all 200ms ease-in;
}
.article img{
	width: 100%;
	object-fit: cover;
	max-height: 400px;
}
.article .author {
	font-size: 12px;
	margin-bottom: 30px;
	display: block;
}
.article .author a {
	color: #f1c40f;
	font-weight: 600;
	transition: all 200ms ease-in;
}
.article .author a:hover {
	color: #2c3e50;
}
.article .date {
	font-size: 14px;
	display: block;
}
.article-single img {
	width: 100%;
}

.article-title {
	margin: 0;
	padding: 15px 0;
	padding-left: 20px;
	border-left: 7px solid #f1c40f;
	background-color: #eee;
	margin-bottom: 20px;
	margin-top: 30px;
}
.article-title h1 {

	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.article-title ul {
	margin: 0;
	padding: 0;
}
.article-title li {
	display: inline-block;
	padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #333;
    font-size: 14px;
}
.article-title li:last-child {
    border-right: none;
}
.article-title li a{

    color: #f1c40f;
}

/* SIDE BAR */
.sidebar-box{
	margin-bottom: 30px;
}
h2.sidebar-heading{
	color: #4f4f4f;
	margin: 0 20px 10px 20px;


	font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 0;
    padding-left: 20px;
    border-left: 7px solid #f1c40f;
    background-color: #eee;
}
.sidebar-box li {
	list-style-type: circle;
}

.sidebar-box.posts li {
	list-style-type: none;
}

.sidebar-box.posts ul {
	margin: 0;
	padding: 0;
}
.sidebar-box.posts li a{
	line-height: inherit;
}
.sidebar-box li a{
	display: block;
	color: #333;
	line-height: 40px;
	transition: all 200ms ease-in;
}
.sidebar-box li a:hover{
	color: #f1c40f;
	text-decoration: none;
}
ul.sidebar-posts li a {
	margin: 0px 20px;
	padding: 20px 0;
	border-bottom: 1px solid #d6d4d4;
}
.sidebar-box li a img{
	width: 80px;
	height: 60px;
	object-fit: cover;
	overflow: hidden;
	margin-right: 20px;
    display: inline-block;
    float: left;
}
.bar-item span.post-title{
    width: calc(100% - 100px);
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px 0 0px 0;
    font-size: 16px;
}
.bar-item span.post-date{
    display: block;
    font-weight: 200;
}
p.sidebar-text{
	padding: 0 20px;
	font-size: 14px;
	margin-top: 0;
}
.sidebar-tags{
	padding: 20px;
}
.sidebar-tags a{
	padding: 10px 15px;
	margin: 6px 5px;
	transition: all 200ms ease-in;
	display: inline-block;
	color: #a5a5a5;
	border: 1px solid #d6d4d4;
}

.sidebar-tags a:hover{
	text-decoration: none;
	background-color: #f1c40f;
	border: 1px solid #f1c40f;
	color: white;
}

.sidebar-searchbox{
	padding: 0 20px 20px 20px;
}

.sidebar-searchbox input[type="text"]{
	display: inline-block;
	float: left;
	margin-right: -50px;
	height: 50px;
}
.sidebar-searchbox button{
	width: 50px;
	height: 50px;
	border: none;
	outline: none;
	background-color:  #f1c40f;
	background-image: url('../images/svg/icon-search.svg');
	display: inline-block;
	transition: all 200ms ease-in;
}
.sidebar-searchbox button:hover{
	background-color: #2c3e50;
}
.page-articles .form-common {
	box-shadow: none;
	border: 1px solid #d6d4d4;
}

/* MODAL */
.modal-content {
	padding: 20px 30px;
	border-radius: 0;
}
.modal-content h3 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.modal-agree {
	font-size: 11px;
}
.modal-content input[type="submit"] {
	margin: 20px 0;
}
.close-modal {
	text-align: center;
	display: block;
}


/* LIST */
.page-content a {
	color: #2c3e50;
}


/* FOOTER */

.section-footer {
	background-color: #1b2023;
	color: #777777;
}
.footer-title {
	color: white;
	font-size: 18px;
	border-bottom: 1px solid #777777;
	padding: 20px 0;
	margin-bottom: 15px;
}

.footer-social{
	margin-top: 20px;
}
.footer-social a{
	width: 40px;
	height: 40px;
	border-radius: 0px;
	border: 1px solid rgba(255,255,255,0.5);
	display: inline-block;
	transition: all 200ms ease-in;
	opacity: 0.5;
}
.footer-social a:hover{
	background-color: #f1c40f;
	opacity: 1;
	border: 1px solid #f1c40f;
}


a.facebook{
	background-image: url('../images/svg/icon-facebook.svg');
}
a.twitter{
	background-image: url('../images/svg/icon-twitter.svg');
}
a.pinterest{
	background-image: url('../images/svg/icon-pinterest.svg');
}
a.gplus{
	background-image: url('../images/svg/icon-gplus.svg');
}
a.linkedin{
	background-image: url('../images/svg/icon-linkedin.svg');
}
a.rss{
	background-image: url('../images/svg/icon-rss.svg');
}

.section-footer .common-link, .section-footer p {
	color: #777777;
	line-height: 30px;
}
.section-footer .common-link {
	display: block;
	transition: all 200ms ease-in;
}
.section-footer .common-link:hover {
	color: #f1c40f;
	text-decoration: none;
}
.section-footer .container {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-footer .copyright {
	background-color: #111314;
	padding: 20px 0;
	text-align: center;
	font-size: 16px;
}
.section-footer .copyright a{
	transition: all 200ms ease-in;
	color: #777;
}
.section-footer .copyright a:hover{
	color: #f1c40f;
}

/* DROP DOWN */

.dropbtn {
	padding: 8px 10px;
	margin: 0 2px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #2c3e50; color: white;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #f1c40f; color: white;}




/* SECTION - TESTIMONIAL */
.section-testimonial{
	padding: 50px 0;
	background: #f9f9f9;
}
.section-testimonial .section-title {
	text-align: center;
}
.section-testimonial .btn-common{
	display: inline-block;
	text-align: center;
}
.testimonial-item{
	padding: 40px;
	background: url(../images/icon-quote.jpg);
    background-size: 80px 80px;
    background-repeat: no-repeat;
    background-position: left 10px top 10px;
	background-color: white;
	margin: 20px 0;
	-webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 50px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.25);
	min-height:300px;
}
.testimonial-item p{
	font-weight: 300;
	font-size: 16px;
}
.testimonial-item img{
	width: 70px;
	height: 70px;
	margin-top: 10px;
	border-radius: 35px;
	display: block;
	margin-right: 15px;
	float: left;
}
.testimonial-item h2{
	font-size: 18px;
	display: block;
	color: #2c3e50;
	margin-bottom: 5px;
	padding-top: 10px;
	font-weight: 700;
}
.testimonial-item h3{
	font-size: 16px;
	display: block;
	font-weight: 300;
	margin: 0;
	margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 768px) {

}