/*

	Template Author : pixelhint.com
	Author Email    : contact@pixelhint.com
	Template Name   : Crafty
	
	
	*****************************************
	
	
	- Header
	- Billboard
	- Services/features
	- Conference Info
	- Info section
	- Take To Action section
	- Form
    - footer
	- Responsive code
	
*/



/*  Fonts  */
@font-face {
	font-family: 'lato_regular';
	src: url('/fonts/lato-regular.eot');
	src: url('/fonts/lato-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/lato-regular.woff') format('woff'), url('/fonts/lato-regular.ttf') format('truetype'), url('/fonts/lato-regular.svg#LatoRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'lato_bold';
	src: url('/fonts/lato-bold.eot');
	src: url('/fonts/lato-bold.eot?#iefix') format('embedded-opentype'), url('/fonts/lato-bold.woff') format('woff'), url('/fonts/lato-bold.ttf') format('truetype'), url('/fonts/lato-bold.svg#LatoBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700);
/*  General CSS*/
.wrapper {
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
::selection {
	color: #ffffff;
	background: #353434;
}
::-moz-selection {
	color:#ffffff;
	background:#353434;
}
.feature a, .cta a.cta_btn, .conference #c_navigation a, header ul.social li a, header nav ul li a {
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
}
a {
	color: #00ade3;
	text-decoration: none;
}
a:hover {
	color: #00ade3;
}

/*  header  */
header {
	/*position: fixed;*/
	width: 100%;
	/*height: 260px;*/
	/*background: #00ADE3;*/
	z-index: 1;
	/*padding-bottom: 20px;*/
	/*box-shadow: 0px 1px 3px 1px #243A6D;*/
	/*border-bottom: solid 2px #243A6D;*/
}
header small {
	display: inline-block;
	line-height: 28px;
	font-size: 20px;
	color: #243A6D;
}
header .logo {
	/*float: left;*/
	margin-top: 21px;
	width: 80%;
	max-width: 400px;

}
header .menu_icon {
	display: block;
	width: 35px;
	height: 35px;
	background: url('/local/templates/adviseandconsult-one/index_files/menu_icon.png') no-repeat;
	float: right;
	margin-top: 23px;
	display: none;
}
header .tele {
	display: block;
	float: right;
	margin-top: 11px;
	color: #fff;
	font-size: x-large;

}
.mmlogo {
	background: white;
	padding: 0 5px;
	border: #00678a solid thin;
}

header nav {
	overflow: hidden;
	display: block;
	margin: 10px auto auto auto;
	/* margin: 0 auto; */
	padding: 13px 0px;
	/* border-top: 1px #7f161e solid; */
	z-index: 9999;
}
header nav ul {
	list-style: none;
}
header nav ul li {
	float: left;
	margin-left: 35px;
	font-size: 13px;
	font-family: 'lato_bold', arial;
	letter-spacing: 1px;
	color: #3f0b12;
}
header nav ul li:first-child {
	margin-left: 0;
}
header nav ul li a {
	text-decoration: none;
	color: #0A246A;
	font-weight: bold;
}
header nav ul li a:hover {
	color: #00A9E2;
}
li.phone {
	display:none;
}
/*  Billboard  */
.billboard {
	width: 100%;
	height: 580px;
	background: url("/images/banner.png") no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	overflow: hidden;
}
.billboard .caption {
	margin-left: 515px;
	margin-top: 220px;
}
.billboard .caption p {
	display: inline-block;
	color: #c22026;
	font-family: 'lato', 'arial';
	font-weight: lighter;
	font-size: 35px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.8);
	margin-bottom: 2px;
	text-transform: uppercase;
	z-index: 8888;
}
.billboard a.cta_btn {
	display: inline-block;
	padding: 20px 60px;
	background-color: #c22026;
	color: #fff;
	font-family: "lato_regular", arial;
	font-size: 20px;
	text-decoration: none;
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
.billboard a.cta_btn:hover {
	background: #7f161e;
}
/*  Services/features  */
.features {
	width: 100%;
	padding-top: 100px;
	background: #f7f7f7;
	overflow: hidden;
}
.features h2 {
	font-family: "lato_regular", arial;
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: right;
	margin-bottom: 8px;
	color: #c22026;
}
.features .feature {
	display: block;
	width: 28.83333333333333%;
	height: auto;
	float: left;
	margin-right: 6.666666666666667%;
	margin-bottom: 100px;
}
.features .feature:nth-child(3n+0) {
	margin-right: 0;
}
.feature .ficon {
	display: block;
	width: 18.78612716763006%;
	float: left;
	margin-right: 11.5606936416185%;
}
.feature .details_exp {
	display: block;
	width: 69.36416184971098%;
	float: left;
}
.feature h3 {
	margin-bottom: 20px;
	color: #00ade3;
	font-family: "lato_bold", arial;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 1px;
}
.feature p {
	margin-bottom: 20px;
	color: #9e9e9e;
	font-family: "lato_regular", arial;
	font-size: 15px;
	line-height: 22px;
}
.feature a {
	color: #00ade3;
	font-family: "lato_regular", arial;
	font-size: 15px;
	text-decoration: none;
	letter-spacing: .5px;
}
.feature a:hover {
	color: #00ade3;
}
.feature a span {
	font-family: arial;
	margin-left: 10px;
}
/*  conference  */
.conference {
	text-align: center;
	padding: 50px 0;
}
.conference h2 {
	color: #00ade3;
	font-family: "lato_regular", arial;
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 8px;
}
.cddc_wrapper {
	max-width: 75%;
	margin: 10px auto 60px;
}
.cddc_wrapper img {
	float: left;
	margin-right: 20px;
}
.cddc_wrapper p {
	text-align: left;
}
.caroufredsel_wrapper {
	max-width: 1040px!important;
	margin: 0 auto!important;
}
.conference .conf_slider {
	max-width: 1040px!important;
	height: auto;
	overflow: hidden;
}
.conference .conf_slider .c {
	max-width: 1040px!important;
	text-align: center;
	float: left;
	height: auto;
}
.conference p {
	color: #8e8d8d;
	font-family: "lato_regular", arial;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1px;
}
.conference p.author {
	color: #686767;
	font-family: "lato_bold", arial;
	font-size: 16px;
	font-weight: bold;
	margin-top: 40px;
}
.conference #c_navigation a {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: #dadada;
	text-decoration: none;
	margin-right: 10px;
	margin-top: 40px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
}
.conference #c_navigation a.selected {
	background: #bebebe;
}
.conference a {
	color: #c22026;
	text-decoration: none;
}
.conference a:hover {
	color: #7f161e;
}
/*  Info Section  */
.info {
	width: 100%;
	overflow: hidden;
	background: #c22026;
}
.info_pic {
	display: block;
	width: 50%;
	height: 405px;
	float: left;
	background: url('/images/info_img.jpeg') no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);

}
.info_details {
	display: block;
	width: 50%;
	height: 245px;
	float: left;
	padding: 80px 0;
}
.info_details h3 {
	color: #fff;
	font-family: "lato_bold", arial;
	font-size: 30px;
	font-weight: bold;
	font-weight: bold;
	text-transform: uppercase;
	max-width: 560px;
	margin: 0 0 3.333333333333333% 40px;
	letter-spacing: 1px;
	line-height: 40px;
}
.info_details p {
	color: #ededed;
	font-family: "lato_regular", arial;
	font-size: 16px;
	max-width: 560px;
	margin: 0 0 3.333333333333333% 40px;
	letter-spacing: 1px;
	line-height: 30px;
}
.info_details a {
	color: #fff;
	font-family: "lato_regular", arial;
	font-size: 16px;
	margin: 0 0 0 40px;
	text-decoration: none;
}
.info_details a span {
	margin-left: 10px;
}
/*  Call To Action Section  */
.cta {
	display: block;
	text-align: center;
	padding: 100px 0px;
	box-shadow: 0 6px 5px -6px gray;
	-webkit-box-shadow: 0 6px 5px -6px gray;
	-moz-box-shadow: 0 6px 5px -6px gray;
}
.cta h3 {
	color: #6b6b6b;
	font-family: "lato_bold", arial;
	font-size: 34px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.cta p {
	color: #7f7c7c;
	font-family: "lato_regular", arial;
	font-size: 17px;
	margin-top: 20px;
	letter-spacing: .5px;
	max-width: 1024px;
	margin: 30px auto;
}
.cta a.cta_btn {
	display: inline-block;
	padding: 20px 60px;
	background-color: #c22026;
	color: #fff;
	font-family: "lato_regular", arial;
	font-size: 20px;
	text-decoration: none;
	margin-top: 60px;
	text-transform: uppercase;
	letter-spacing: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
.cta a.cta_btn:hover {
	background: #7f161e;
}
/*  Form  */
form {
	width: 90%;
	margin: 0;
	min-width: 200px;
}
textarea {
	height: 200px;
}
input, textarea {
	float: left;
	width: 100%;
	max-width: 100%;
	border: none;
	margin: 0.5rem 0;
	padding: 0.5rem 1rem;
	border-radius: 0.3rem;
	background: darken(#000000, 100%);
	color: darken(#010101, 100%);
	background-color: #f7f7f7;
}
#submit {
	background: $green;
	color: #fff;
	width: auto;
	float: left;
}
&[type=submit] {
	 background: $green;
	 color: #000;
	 width: auto;
	 float: left;
 }
input[name=submit] {
	margin-left: 10px;
	/* background-color: #ccc; */
	cursor: pointer;
	*/ 	display: inline-block;
	/* padding: 20px 60px; */
	background-color: #c22026;
	color: #fff;
	font-family: "lato_regular", arial;
	/* font-size: 20px; */
	text-decoration: none;
	/* margin-top: 60px; */
	text-transform: uppercase;
	letter-spacing: 1px;
	-moz-border-radius: 0.3rem;
	-webkit-border-radius: 0.3rem;
	border-radius: 0.3rem;
}
input[name=submit]:hover {
	/*color: #fff;
	background-color: #aaa;*/
	background: #7f161e;
}
&::placeholder {
	 color: darken(#f9f9f9, 50%);
 }
&.error {
	 background: $red;
	 color: #fff;
 }
&::placeholder {
	 color: darken($red, 60%);
 }
textarea {
	height: 10rem;
}
.captcha {
	float: left;
}
input[name=question] {
	width: 4rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	text-align: right;
	padding-right: 0;
}
[name=captcha] {
	width: 50px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding-left: 0.5rem;
	float:right;
}
&::placeholder {
	 text-align: center;
 }
.form {
	overflow: hidden;
	margin: 0px auto;
	padding: 80px;
	text-align: center;
}
.form form {
	width: 90%;
	margin: 0 auto;
	min-width: 200px;
	max-width: 800px;
}
.form h3 {
	color: #6b6b6b;
	font-family: "lato_bold", arial;
	font-size: 34px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
/*  Footer  */
footer {
	padding: 100px 0;
	border-top: 1px #dedede solid;
	background: #f7f7f7;
	text-align: center;
}
footer .rights {
	color: #3b3b3b;
	font-family: "lato_regular", arial;
	font-size: 14px;
	margin-top: 30px;
	line-height: 25px;
}
footer .rights a {
	text-decoration: none;
	font-family: 'lato_regular', arial;
	color: #c22026;
}
footer .rights a:hover {
	color: #7f161e;
}
footer ul.social {
	list-style: none;
	margin: 30px auto 30px;
	width: 235px;
	padding-bottom: 30px;
}
footer ul.social li {
	float: left;
	margin-left: 10px;
}
footer ul.social li a {
	display: block;
	width: 35px;
	height: 35px;
	background: url('/images/socialmedia_icons.png') no-repeat;
}
footer ul.social li a:hover {
	background: url('/images/socialmedia_hover.png') no-repeat;
}
footer ul.social li a {
	display: block;
	width: 35px;
	height: 35px;
}
footer ul.social li a.fb {
	background-position: 0 0;
}
footer ul.social li a.twitter {
	background-position: -35px 0;
}
footer ul.social li a.linkedin {
	background-position: -69px 0;
}
footer ul.social li a.gplus {
	background-position: -103px 0;
}
footer ul.social li a.youtube {
	background-position: -138px 0;
}
/*  Secondary Page Content  */
.content-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0px 0 80px;
	color: #9e9e9e;
	font-family: "lato_regular", arial;
	font-size: 16px;
	line-height: 1.2;
	border-top: solid 2px #243A6D;
}
.content-wrapper h1 {
	/*color: #67CDB0;*/
	color: #00ADE3;906

font-size: 22px;
	margin-bottom: 0px;
	letter-spacing: 2px;
	line-height: 30px;
	margin-top: 22px;
}
.content-wrapper h2 {
	margin: 25px 0;
	color: #767575;
	font-family: "lato_bold", arial;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.content-wrapper p {
	margin: 20px 0;
}
.content {
	width: 67%;
	padding: 10px;
	overflow: hidden;
}
.column {
	width: 33%;
	padding: 10px;
}
.column img {
	width: 100%;
	height: auto;
	margin: 10px 0;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}
.columnColor img {
	width: 250px;
	height: auto;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
}
}
.content .feature .ficon {
	display: block;
	width: auto;
	float: left;
	margin-right: 11.5606936416185%;
	margin-top: 30px;
}
.content .feature .details_exp {
	margin-top: 30px;
}
.content .caroufredsel_wrapper {
	background-color: #f7f7f7;
}
.content .conf_slider {
	max-width: 1040px!important;
	height: auto;
	overflow: hidden;
}
.content .conf_slider .c {
	max-width: 1040px!important;
	text-align: center;
	float: left;
	height: auto;
}

.content p .conf_slider {
	color: #8e8d8d;
	font-family: "lato_regular", arial;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1px;
}
.content p.author {
	color: #686767;
	font-family: "lato_bold", arial;
	font-size: 16px;
	font-weight: bold;
	margin-top: 40px;
}
.content #c_navigation{
	text-align:center;
	display:block;
}
.content #c_navigation a {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: #dadada;
	text-decoration: none;
	margin-right: 10px;
	margin-top: 40px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
}
.content #c_navigation a.selected {
	background: #bebebe;
}
.content .conf_slider .b {
	max-width: 1040px!important;
	text-align: center;
	float: left;
	height: 220px;
}
.content #b_navigation{
	text-align:center;
	display:block;
}
.content #b_navigation a {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: #dadada;
	text-decoration: none;
	margin-right: 10px;
	margin-top: 40px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
}
.content #b_navigation a.selected {
	background: #bebebe;
}
.column a.cta_btn {
	display: inline-block;
	padding: 20px 60px;
	background-color: #c22026;
	color: #fff;
	font-family: "lato_regular", arial;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
.column a.cta_btn:hover {
	background: #7f161e;
}
.experts .feature{
	display: block;
	width: 40%;
	height: auto;
	float: left;
	margin-right: 6.666666666666667%;
	margin-bottom: 50px;
}
.experts {
	-moz-column-count: 2;
	-moz-column-gap: 2.5em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2.5em;
	column-count: 2;
	column-gap: 2.5em;
	color: #c22026;
}
.experts li{
	list-style-type: none;
	margin-left: 0px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom: 50px;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*  Responsive code  */
@media (max-width:1200px) {
	.wrapper {
		padding: 0 40px;
	}
	.info_pic, .info_details {
		width: 100%;
	}
	.info_details {
		height: auto;
		padding: 40px 0;
	}
	.info_details h3, .info_details p, .info_details a {
		max-width: 80%;
		display: block;
		text-align: center;
		margin: 40px auto;
	}

}
@media (max-width:1000px) {
	.cta {
		width: 80%;
		margin: 0 auto;
	}
	header .menu_icon {
		display: block;
	}
	li.phone {
		display:block;
	}
	header .tele {
		display:none;
	}
	header nav {
		display: block;
		background: #00ADE3;
		margin: 21px 0 0 0;
		padding: 0;
		border-left: 0;
		border-top: 1px #007da9 solid;
		overflow: hidden;
		text-align: center;
		position: relative;
		z-index: 9999;
		display: none;
		box-shadow: 0px 1px 3px 1px #007da9;
	}
	header nav {
		border-bottom-left-radius: 2px;
		-webkit-border-bottom-left-radius: 2px;
		-moz-border-bottom-left-radius: 2px;
		-o-border-bottom-left-radius: 2px;
		border-bottom-right-radius: 2px;
		-webkit-border-bottom-right-radius: 2px;
		-moz-border-bottom-right-radius: 2px;
		-o-border-bottom-right-radius: 2px;
	}
	header nav.show_menu {
		display: block;
	}
	header nav ul li {
		margin: 0;
		width: 100%;
		border-bottom: 1px #007da9 solid;
	}
	header nav ul li:last-child {
		border-bottom: 0;
	}
	header nav ul li a {
		display: block;
		width: 100%;
		padding: 20px 0;
	}
	header nav ul li a:active {
		display: block;
		width: 100%;
		padding: 20px 0;
		background: #007da9;
	}
	header {
		/*height: 80px;*/
	}
	.billboard .caption {
		margin-top: 150px;
		text-align: center;
		margin-left: 0;
	}
}
@media (max-width:800px) {
	header {
		position: relative;
	}
	header .logo {
		float: none;
		/*max-width: 60%;*/
	}
	.billboard .caption {
		margin-top: 50px;
	}
	.features .feature {
		width: 46.66666666666667%;
		margin-right: 6.666666666666667%!important;
	}
	.features .feature:nth-child(2n+2) {
		margin-right: 0!important;
	}
	.conference p {
		font-size: 13px;
	}
	.content-wrapper {
		display: block;
	}
	.content, .column {
		width: 100%;
	}
	.content-wrapper {
		padding: 25px 0 80px;
	}
}
@media (max-width:500px) {
	.features .feature {
		width: 100%;
		margin-right: 0!important;
	}
	.experts {
		-moz-column-count: 1;
		-moz-column-gap: 2.5em;
		-webkit-column-count: 1;
		-webkit-column-gap: 2.5em;
		column-count: 1;
		column-gap: 2.5em;
		color: #c22026;
	}
	.content-wrapper h1 {
		margin-top: 0;
		padding-top: 0;
	}
}

.flex-container {
	display: flex; /* or inline-flex */
	flex-direction: row;
}

.flex-container div {
	text-align: center;
	padding: 10px;
}

.bottom-image {
	width: 100%
}
.no-break {
	text-wrap: avoid;
	white-space: nowrap;
}
