
/* HOMEPAGE CUSTOM SELECT */

#select-navigation {
	width: 310px;
  margin: 0 auto;
}

@media only screen and (max-width: 380px){
	#select-navigation {
		width: 95% !important;
	}

	#select-navigation .dropdown {
	  width: 100% !important;
	}
}

@media only screen and (min-width: 480px) and (max-width: 990px){
	#select-navigation {
		width: 415px;
	}

	#select-navigation .dropdown {
	  width: 415px !important;
	  font-size: 18px !important;
	}

	#select-navigation .choose {
		font-size: 18px !important;
	}
}

@media only screen and (min-width: 990px) {
	#select-navigation {
		width: auto;
		margin: auto;
	}

	#select-navigation .dropdown {
	  width: 310px;
	}
}

#select-navigation .dropdown .select span {
	width: 0%;
	overflow: hidden; /* Ensures the content is not revealed until the animation */
	border-right: .15em solid #d83272; /* The typwriter cursor */
	white-space: nowrap; /* Keeps the content on a single line */
	margin: 0 auto;
	letter-spacing: 0px; 
}

#select-navigation.animate-type .dropdown .select span {
	opacity: 1;
	animation: 
		typewriter 2s steps(17) 1s 1 normal both,
		blinkTextCursor 500ms steps(14) 6 normal both;
}

#select-navigation.animate-type .dropdown#solutions .select span {
	opacity: 1;
	animation: 
		typewriter 2s steps(17) 3.3s 1 normal both,
		blinkTextCursor 500ms steps(17) 10 normal both;
}

@keyframes typewriter{
  from{width: 0;}
  to{width: 87%;}
}

@keyframes blinkTextCursor{
  from{border-right-color: #d83272;}
  to{border-right-color: transparent;}
}

/*Custom Styling Selectbox*/
#select-navigation .choose {
	display: block;
	width: auto;
	margin: 0;
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
}

@media only screen and (min-width: 990px) {
	#select-navigation .choose {
		display: inline-block;
		text-align: center;
		font-size: 18px;
	}
}

@media only screen and (min-width: 1100px) {
	#select-navigation .choose {
		font-size: 20px;
	}
}
	
#select-navigation .dropdown {
  position: relative;
  display: block;
  vertical-align: middle;
  height: 30px;
  width: 310px;
  max-width: 100%;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 0;
  border-bottom: 1px solid #d83272;
  color: #d83272;
  font-size: 16px;
  font-weight: bold;
  text-align: left
}

#select-navigation #occupation {
	margin-bottom: 30px;
}

@media only screen  and (min-width: 990px) {
	#select-navigation .dropdown {
		display: inline-block;
		margin: 0 17px;
		font-size: 18px;
	}

	#select-navigation #occupation {
		margin-bottom: 0;
	}
}

@media only screen  and (min-width: 1100px) {
	#select-navigation .dropdown {
		font-size: 20px;
	}
}

#select-navigation .dropdown#solutions {
  width: 310px;
}

@media only screen  and (min-width: 990px) {
	#select-navigation .dropdown#solutions {
	  width: 325px;
	}
}

@media only screen  and (min-width: 1100px) {
	#select-navigation .dropdown#solutions {
	  width: 370px;
	}
}

#select-navigation .dropdown .select {
	cursor: pointer;
	display: block;
}

#select-navigation .dropdown .select span {
	position: absolute;
	top: 2px;
	display: block;
	margin: 0;
	float: left;
	line-height: 1.3;
}

#select-navigation .dropdown .select > i {
	font-size: 20px;
	color: #d83272;
	cursor: pointer;
	transition: all .3s ease-in-out;
	float: right;
	margin: 6px 10px 0 0;
}

#select-navigation .dropdown.active .select > i {
	transform: rotate(180deg)
}

#select-navigation .dropdown .dropdown-menu {
	position: absolute;
	top: 35px;
	left: 0;
	display: none;
	background-color: #ffffff;
	width: 100%;
	margin: 1px 0 0 0;
	border-radius: 0;
	overflow: hidden;
	overflow-y: auto;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.42);
	-moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.42);
	box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.42);
}

#select-navigation .dropdown .dropdown-menu li {
	padding: 10px;
	font-weight: normal;
	transition: all .2s ease-in-out;
	cursor: pointer
} 

#select-navigation #solutions.dropdown .dropdown-menu li {
	display: none;
} 

#select-navigation .dropdown .dropdown-menu {
	padding: 0;
	list-style: none
}

#select-navigation .dropdown .dropdown-menu li:hover {
	background-color: #d83272;
	color: #ffffff;
}

#select-navigation .tw-custom-button {
	margin-top: 20px;
	padding: 20px 40px !important;
	vertical-align: middle;
}

@media only screen  and (min-width: 990px) {
	#select-navigation .tw-custom-button {
		margin-top: 0px;
	}
}


/* HEADER CUSTOM SEARCH */

.header-search .search-container {
	position: absolute;
	top: 3px;
	right: 40px;
	transition: visibility 0ms, opacity 300ms linear;
	opacity: 0;
	visibility: hidden;
}

.header-search form {
	width: 385px;
	height: 35px;
	float: left;
}

.header-search form .search-btn {
	visibility: hidden;
}

.header-search .search-input {
	position: absolute;
	top: 0;
	right: 0;
	width: 385px;
	min-height: 35px;
	margin: 0;
	padding: 3px 12px;
	background-color: #efefef;
	border-radius: 0;
}

 .search-open .search-container {
	opacity: 1;
	visibility: visible;
}

.search-open #header-search-btn {
	background-color: #d83272;
	color: #ffffff;
}

.search-open #header-search-btn:hover {
	background-color: #cd125a;
}

#header-search-btn,
#header-close-btn {
	position: absolute;
	width: 40px;
	height: 35px;
	padding: 4px 9px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
}

#header-search-btn {
	top: 3px;
	right: 0;
	color: #767676;
	font-size: 16px;
}

#header-close-btn {
	right: 385px;
	background-color: #d83272;
	color: #ffffff;
}

#header-close-btn:hover {
	background-color: #cd125a;
}



/* RED CUSTOM BUTTON */

.tw-custom-button {
	display: inline-block;
	padding: 20px;
	border-radius: 40px 40px 40px 40px;
	background-color: #d83272;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}

.tw-custom-button:hover {
	background-color: #cd125a;
	color: #ffffff;
}

@media only screen and (min-width : 768px) {
	.tw-custom-button {
		padding: 20px 30px 20px 30px;
	}
}

@media only screen and (min-width : 1025px) {
	.tw-custom-button {
		padding: 20px 40px 20px 40px;
	}
}



/* HOMEPAGE SERVICES SECTION */

#outer-panel {
	position: relative;
	display: block;
	overflow: hidden;
}

.color-background {
	position: relative;
	display: block;
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
}

.panel {
	height: 100vh;
	width: 100%;
	margin-bottom: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	overflow: hidden;
}

#outer-panel-mobile .panel {
	margin-bottom: 0;
	height: auto;
}

@media only screen and (max-width : 1000px) {
	#outer-panel-mobile .panel {
		background-image: none !important;
	}
}

#slide-info-box {
	position: absolute;
	right: 0;
	width: 630px;
	height: 70vh;
	min-height: 700px;
	margin-top: 29vh;
	z-index: 10;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 95%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 95%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#efefef 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 0px 43px -13px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 43px -13px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 43px -13px rgba(0,0,0,0.75);
	text-align: left;
	overflow: hidden;
}


#outer-panel-mobile #slide-info-box {
	position: relative;
	right: 0;
	height: auto;
	min-height: 0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width : 680px) {
	#outer-panel-mobile #slide-info-box {
		width: 90%;
	}
}

@media only screen  and (min-width : 1000px) {
	#outer-panel-mobile #slide-info-box {
		right: 4%;
		margin-right: 0;
	}
}

@media only screen  and (min-width : 1100px) {
	#slide-info-box {
		right: 1%;
	}
}

@media only screen  and (min-width : 1300px) {

	#outer-panel-mobile #slide-info-box {
		right: 8%;
	}
}

@media only screen  and (min-width : 1500px) {
	#slide-info-box {
		right: 8%;
	}

	#outer-panel-mobile #slide-info-box {
		right: 12%;
	}
}

@media only screen and (min-width : 1700px) {
	#slide-info-box  {
		right: 15%;
	}
}

@media only screen and (min-width : 1920px) {
	#slide-info-box  {
		right: 20%;
	}
}

.info-container {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 650px;
	padding: 60px 60px 20px;
	transition: opacity .5s ease-in-out;
}

#outer-panel-mobile  .info-container {
	opacity: 1;
	position: relative;
	height: auto;
}

@media only screen and (max-width : 440px) {
	#outer-panel-mobile .info-container {
		padding: 30px;
	}
}

.panel0 #panel0 {
	opacity: 1;
	z-index: 100;
}

.panel1 #panel1 {
	opacity: 1;
	z-index: 100;
}

.panel2 #panel2 {
	opacity: 1;
	z-index: 100;
}


.copy a.tw-custom-button {
	display: inline-block;
	margin-top: 20px;
	background-color: #d83272;
	color: #ffffff;
}

.copy a.tw-custom-button:hover {
	background-color: #cd125a;
	color: #ffffff;
}

#slide-info-box .content-callout {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	padding: 40px 60px 0;
	border-top: 1px solid #e6e6e6;
}

#outer-panel-mobile #slide-info-box .content-callout {
	position: relative;
	width: 100%;
	margin-top: 60px;
	padding: 40px 0 20px;
	border-top: 1px solid #e6e6e6;
}



#slide-info-box .content-callout img {
	display: inline-block;
	max-width: 100px;
	max-height: 100px;
	margin-right: 20px;
	vertical-align: middle;
}

#slide-info-box .content-callout div {
	display: inline-block;
	width: 73%;
	vertical-align: middle;
}

@media only screen and (max-width : 480px) {
	#outer-panel-mobile  #slide-info-box .content-callout img {
		display: none;
	}

	#outer-panel-mobile  #slide-info-box .content-callout div {
		width: 90% !important;
	}

}

@media only screen and (max-width : 650px) {
	#outer-panel-mobile  #slide-info-box .content-callout div {
		width: 60%;
	}

}

#slide-info-box .content-callout p,
#slide-info-box .content-callout a {
	display: block;
	margin-bottom: 0;
	line-height: 1.4;
}

#slide-info-box .content-callout a {
	margin-top: 7px;
	color: #d83272;
	font-weight: bold;
}
