/*
	SpecificSections.css
	Copyright (c) 2013, ObjectWeb Srl. All rights reserved.
*/


/* General
------------------------------------------------------------------------------------------------- */
body {
	overflow-x: hidden;
}

.section {
	margin-bottom: 80px !important;
}

.content.col-xs-12 {
	padding: 0;
}

.section.no-margin,
header .section,
footer .section,
.section.menu {
	margin-bottom: 0 !important;
}

.section-title {
	margin-bottom: 40px;
	color: #002e51;
}

.title-center .section-title {
	text-align: center;
}

.section-title .section-subtitle {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 300;
}

.section-title h1, 
.section-title .h2, 
.section-title h2 {
	margin: 0;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
}

#utility.col-md-3 {
  padding-left: 0;
}

#content.col-md-9 {
	padding-left: 90px;
	padding-right: 0;
}

.utility .section {
	margin-bottom: 50px !important;
}

.utility .section-title .section-subtitle {
  text-transform: uppercase;
}

.utility .section-title h1, 
.utility .section-title .h2, 
.utility .section-title h2 {
  text-transform: none;
}

.btn.btn-secondary {
  background-color: #eaeaea;
}

.btn.btn-secondary:hover {
  background-color: #ccc;
}

.modal .close-modal {
  background-color: #005495;
  color: #FFF;
  width: 40px;
  display: inline-block;
  height: 40px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  top: -20px;
  font-size: 22px;
}

.modal .close-modal:hover {
  background-color: #002e51;
  color: #FFF;
}

.btn-big {
	padding: 20px 40px;
	border-radius: 60px;
}

.contact-fixed {
  display: none;
}

@media(max-width:1200px){
	#content.col-md-9 {
		padding-left: 15px;
	}
}

@media(max-width:991px){
	.section {
		margin-bottom: 50px !important;
	}
	.section-title h1, .section-title .h2, .section-title h2 {
	  font-size: 22px;
	}
	.section-title {
	  margin-bottom: 20px;
	}
	#content.col-md-9, #utility.col-md-3 {
		padding: 0;
	}
	.utility .section {
		margin-bottom: 50px !important;
	}
}

@media(max-width:767px){
	.section {
		margin-bottom: 30px !important;
	}

	.section-title h1, .section-title .h2, .section-title h2 {
	  font-size: 20px;
	}
	.section-title {
	  margin-bottom: 20px;
	}
	.section-title .section-subtitle {
	  font-size: 16px;
	}
	.utility .section {
		margin-bottom: 30px !important;
	}
	.modal .close-modal {
		right: -5px;
		top: -5px;
		z-index: 3;
	}
}

.cms-search-xs,
.header-social,
.cms-search,
.login #login,
.trimble-section {
	display: none;
}
/* ---------------------------------------------------------------------------------------------- */


/* Header
------------------------------------------------------------------------------------------------- */
header {
	padding: 30px 0px;
	position: fixed;
	width: 100%;
	top: 0;
	transition: all 0.4s ease 0s;
	z-index: 9999;
}

header.shrink {
    background-color: #002e51;
}

.navbar-brand {
	background-image: url("/Sites/441/WebExplorer/LogoWhite.png");
	height: 40px;
	width: 250px;
	background-size: cover;
	margin-top: 0px;
}

header > .container {
	position: relative;
}

.header-top {
    transition: all 0.4s ease 0s;
    text-align: right;
    position: absolute;
    right: 0px;
    top: 6px;
}

.modal-header {
	text-align: left;
}

@media(max-width:1200px){
	.navbar-brand {
	  width: 231px;
	  height: 37px;
	}
}

@media(max-width: 767px){

	header {
		padding: 15px 0px;
	}
	
	.navbar-brand {
		width: 200px;
		height: 32px;
	}

	.header-top {
		top: 5px;
	}
}

.header-white .navbar-brand {
	background-image: url("/Sites/441/WebExplorer/Logo.png");
}

.header-white header.shrink .navbar-brand {
	background-image: url("/Sites/441/WebExplorer/LogoWhite.png");
}
/* ---------------------------------------------------------------------------------------------- */



/* Banner Cookie
------------------------------------------------------------------------------------------------- */
.cookie-consents {
    z-index: 9 !Important;
}

.cookie-consents a:hover {
	color: #fff;
}

/*.cookie-consents .cookie-buttons .cookie-btn:nth-child(2) {
	display: none;
}*/

.cookie-consents .cookie-buttons a.evidence {
	background-color: #50A2FF !Important;
}

.cookie-consents .cookie-buttons a.evidence:hover {
	background-color: #fff !Important;
}

input#tct1InputCheckbox {
  height: 13px !important;
}

.cookie-consents .cookie-options .tab-cookie-type-options label {
  color: #FFF;
}

.change-cookie-consents {
	background-color: #50A2FF;
	color: #FFF;
	padding: 2px 10px;
	font-size: 16px;
	display: inline-block;
}

.cookie-consents .banner-intro .banner-logo {
  display: none !important;
}

.cookie-consents .banner-intro {
  padding-left: 0 !important;
}

.cookie-consents {
  font-size: 11px;
}

.cookie-consents .cookies-details .cookie-declaration-tab .cookies-table {
  font-size: 11px;
}
/* ---------------------------------------------------------------------------------------------- */


/* Mobile Header
------------------------------------------------------------------------------------------------- */
.header-image .section-title {
	margin-bottom: 0px;
}

.header-image h2 {
	font-size: 23px;
	font-weight: 300
}

.header-image h2 span {
	font-size: 37px;
	font-weight: 600
}

.header-image .subtitle {
	font-size: 31px;
	text-transform: uppercase;
	font-weight: 300;
}

@media(max-width: 767px){
	.header-image h2 {
		font-size: 18px;
	}
	
	.header-image h2 span {
		font-size: 27px;
	}

	.header-image .subtitle {
		font-size: 20px;
	}

	.header-image {
		margin-top: 0px;
	}
}

.video-wrapper {
    position: relative;
}

.video-wrapper .overlay-shadow {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: top center;
	background-image: url("../Images/ShadowHeader.png");
	position: absolute;
}

.video-wrapper .title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 20px;
}

.video-wrapper .text-container {
  text-align: right;
}

.video-wrapper .text-container {
	color: #FFFFFF;
	margin-top: -125px;
	position: absolute;
	text-align: right;
	top: 50%;
	width: 100%;
	z-index: 1;
	font-size: 18px;
}

.video-wrapper .text-container .sub-title {
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  text-transform: uppercase;
}

@media(max-width: 991px){
	.video-wrapper .title {
		display: none;
	}
		
	.video-wrapper .sub-title {
		display: none;
	}
}

@media(max-width: 767px){
	.header-image .image {
		margin-bottom: 20px;
	}
}
/* ---------------------------------------------------------------------------------------------- */


/* Footer
------------------------------------------------------------------------------------------------- */
.footer {
	background-color: #002e51;
	padding: 50px 0px;
	color: #fff;
}

.footer .logo {
	width: 250px;
	margin-bottom: 50px;
}

.footer .first-column {
  	padding-right: 150px;
}

.footer .second-column div {
	margin-bottom: 5px;
}

.footer .second-column a {
	margin-bottom: 5px;
	display: inline-block;
	color: #fff;
}

.footer .second-column a:hover {
	color: #50A2FF;
}

.footer .third-column div {
	margin-bottom: 5px;
}

#footer-copyright {
  text-align: right;
  font-size: 13px;
  margin-top: 20px;
}

#footer-copyright a {
	color: #fff;
}

#footer-copyright a:hover {
	color: #50A2FF;
}

#footer-copyright a + a::before {
	content: "|";
	margin: 0 20px;
	color: #FFF;
}

@media(max-width: 991px){
	.footer .logo {
		margin-bottom: 30px;
	}
	
	.footer .first-column {
		width: 50%;
		margin-bottom: 30px;
	}

	.footer .second-column {
		float: left;
		width: 50%;
	}
}

@media(max-width: 767px){

	.footer {
		padding: 30px 0px;
	}
	
	.footer .first-column {
		padding-right: 50px;
	}

	.footer .logo {
		max-width: 170px;
		margin-bottom: 15px;
	}

	.footer .second-column {
		float: left;
		width: 100%
	}

	#footer-copyright  {
		text-align: center;
		margin-top: 10px;
	}
}

@media(max-width: 500px){
	.footer .first-column {
		padding-right: 0px;
		margin-bottom: 15px;
	}	
}
/* ---------------------------------------------------------------------------------------------- */



/* Landing Page
------------------------------------------------------------------------------------------------- */
.sketchup-free-trial-section {
	background-color: #f8f8f8;
    padding: 50px 0;
}

.sketchup-free-trial-section .section-title {
	margin-bottom: 20px;
}

.sketchup-free-trial-section .text {
	margin-bottom: 20px;
}

.sketchup-free-trial-section .italic-text {
	margin-top: 20px;
	font-style: italic;
}

.main-features {
	background-color: #002e51;
	padding: 100px 0px;
	color: #fff;
}

.main-features .section-title {
	color: #fff;
}

.main-features .item {
	margin-top: 20px;
}

.main-features .item .title {
	position: relative;
	font-weight: 600;
	padding-left: 70px;
	margin-bottom: 20px;
}

.main-features .item .title .icon {
	width: 60px;
	position: absolute;
	left: 0px;
	top: -13px;
}

.main-features .item .text {
	padding-right: 50px;
}

.compare-planes,
.compare-planes th {
	text-align: center;
}

.compare-planes th {
	font-weight: 300;
	color: #002e51;
}

.compare-planes th span {
	font-weight: 600;
	text-transform: uppercase;
}

.compare-planes td {
	vertical-align: middle !important;
	width: 15%;
	white-space: normal !IMPORTANT;
}

.compare-planes td.text-column {
	text-align: left;
	max-width: 400px;
	width: 450px;
	padding: 10px;
}

.compare-planes td.text-column .title {
	 text-transform: uppercase;
	 color: #002e51;
	 font-weight: 600;
	 margin-bottom: 5px;
	 cursor: pointer;
}

.compare-planes td.text-column .title i {
	padding-right: 5px;
}


.compare-planes td i.fas.fa-check-circle {
	color: #269526;
	font-size: 20px;
}

.compare-planes td i.fa-minus-circle {
	color: #ccc;
	font-size: 20px;
}

.product-grid .item {
	box-shadow: rgba(0, 0, 0, 0.06) 0px 7px 68px 7px;
	padding: 30px;
	text-align: center;
}

.product-grid > .text {
	font-weight: 600;
	margin-top: 30px;
}

.product-grid .item .image img {
	margin: 0 auto;
}

.product-grid .item .title {
	color: #005495;
	text-transform: uppercase;
	font-weight: 600;
	margin: 10px 0px;
	display: block;
	padding: 0px 20px;
}

.product-grid .item .description {
	text-align: left;
}

.product-grid .item .description span {
	color: #005495;
	font-weight: 300;
	font-style: italic;
	margin-top: 10px;
	display: block;
}

.product-grid .item .price {
	color: #005495;
	font-weight: 600;
	margin: 7px 0px;
}

@media(max-width: 1200px){
	.main-features .item .text {
		padding-right: 0px;
	}

	.product-grid .item {
		padding: 15px;
	}
}

@media(max-width: 991px){
	.main-features {
		padding: 50px 0px;
	}

	.main-features .item {
		margin-top: 10px;
	}

	.main-features .item .title .icon {
		top: -10px;
	}

	.product-grid .item {
		margin-bottom: 30px;
		padding: 20px;
	}

	.product-grid .col-sm-6:nth-child(3) .item,
	.product-grid .col-sm-6:nth-child(4) .item{
		margin-bottom: 0px;
	}
}

@media(max-width: 767px){

	.sketchup-free-trial-section {
		padding: 30px 15px;		
	}
	
	.main-features {
		padding: 30px 0px;
	} 
	
	.main-features .item .title {
		padding-left: 45px;
		margin-bottom: 10px;
	}

	.main-features .item .title .icon {
		width: 40px;
	}
	
	.main-features .item .title br {
		display: none;
	} 

	.main-features .item .text {
		margin-bottom: 20px;
	}

	.main-features .col-sm-6:last-child .item .text {
		margin-bottom: 0px;
	}

	.product-grid .item {
		padding: 15px;
		margin-bottom: 15px;
	}

	.product-grid .col-sm-6:nth-child(3) .item,
	.product-grid .col-sm-6:nth-child(4) .item {
		margin-bottom: 15px;
	}

	.compare-planes,
	.compare-planes th {
		text-align: center;
	}
	
	.compare-planes th {
		font-weight: 300;
		color: #002e51;
	}
	
	.compare-planes th span {
		font-weight: 600;
		text-transform: uppercase;
	}
	
	.compare-planes td {
		vertical-align: middle !important;
		width: 10%;
		white-space: revert-layer;
	}
	
	.compare-planes td.text-column {
		text-align: left;
		max-width: 300px;
		width: 300px;
		padding: 10px;
	}
	
	.compare-planes td.text-column .title {
		 text-transform: uppercase;
		 color: #002e51;
		 font-weight: 600;
		 margin-bottom: 5px;
	}
	
	.compare-planes td.text-column .title i {
		padding-right: 5px;
	}
	
	
	.compare-planes td i.fas.fa-check-circle {
		color: #269526;
		font-size: 20px;
	}
	
	.compare-planes td i.fa-minus-circle {
		color: #ccc;
		font-size: 20px;
	}

	.product-grid .item .image img {
		max-width: 200px;
	}
}


/* ---------------------------------------------------------------------------------------------- */