


/*
  Template Name: Eventador - Premium Event, Conference & Meetup Landing Pages Pack
  Theme URL: https://themeforest.net/user/jthemes
  Description: Eventador - Premium Event, Conference & Meetup Landing Pages Pack
  Author: Jthemes
  Author URL: https://themeforest.net/user/jthemes
  Version: 1.0.0
  Website: www.jthemesstudio.com
  Tags: Responsive, HTML5, Jthemes, Conference, Meeting, Event, One Page, Landing
*/



html {
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
} 
 
body {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;
	font-weight: 300;
}

/*------------------------------------------------------------------*/
/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/*------------------------------------------*/
/*	PAGE CONTENT
/*------------------------------------------*/

#page { overflow: hidden; }

/*------------------------------------------*/
/*    Margin Top
/*------------------------------------------*/

.m-top-120 { margin-top: 120px; }
.m-top-110 { margin-top: 110px; }
.m-top-100 { margin-top: 100px; }
.m-top-90 { margin-top: 90px; }
.m-top-80 { margin-top: 80px; }
.m-top-70 { margin-top: 70px; }
.m-top-60 { margin-top: 60px; }
.m-top-50 { margin-top: 50px; }
.m-top-40 { margin-top: 40px; }
.m-top-35 { margin-top: 35px; }
.m-top-30 { margin-top: 30px; }
.m-top-25 { margin-top: 25px; }
.m-top-20 { margin-top: 20px; }
.m-top-15 { margin-top: 15px; }
.m-top-10 { margin-top: 10px; }
.m-top-5 { margin-top: 5px; }

/*------------------------------------------*/
/*    Margin Bottom
/*------------------------------------------*/

.m-bottom-120 { margin-bottom: 120px; }
.m-bottom-110 { margin-bottom: 110px; }
.m-bottom-100 { margin-bottom: 100px; }
.m-bottom-90 { margin-bottom: 90px; }
.m-bottom-80 { margin-bottom: 80px; }
.m-bottom-70 { margin-bottom: 70px; }
.m-bottom-60 { margin-bottom: 60px; }
.m-bottom-50 { margin-bottom: 50px; }
.m-bottom-40 { margin-bottom: 40px; }
.m-bottom-35 { margin-bottom: 35px; }
.m-bottom-30 { margin-bottom: 30px; }
.m-bottom-25 { margin-bottom: 25px; }
.m-bottom-20 { margin-bottom: 20px; }
.m-bottom-15 { margin-bottom: 15px; }
.m-bottom-10 { margin-bottom: 10px; }
.m-bottom-5 { margin-bottom: 5px; }
.m-bottom-0 { margin-bottom: 0; }

.m-right-10 { margin-right: 10px; }
.m-right-5 { margin-right: 5px; }

/*------------------------------------------*/
/*	ONSCROLL ANIMATIONS
/*------------------------------------------*/

.animated { visibility: hidden; }
.visible { visibility: visible; } 

/*------------------------------------------*/
/*   BACKGROUND SETTINGS FOR SECTION
/*------------------------------------------*/

.bg-scroll {
	width: 100%;
	background-attachment: fixed !important;
	background-repeat: no-repeat;
	background-position: center center;		
	background-size: cover;
}

.bg-fixed {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;		
	background-size: cover;
}

/*------------------------------------------*/
/*	HEADERS
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	letter-spacing: -0.5px;
}

/* Header H4 */
/*
h4.h4-small {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
}

h4 {
	font-size: 19px;
	line-height: 29px;
	margin-bottom: 10px;
}

h4.h4-lg {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
} 

h4.h4-huge {
	font-size: 26px;
	line-height: 36px;
}

/* Header H3 */
/*
h3.h3-small {
	font-size: 28px;
	line-height: 38px;
}

h3 {
	font-size: 30px;
	line-height: 38px;
	letter-spacing: -0.5px;
}

h3.h3-lg {
	font-size: 34px;
	line-height: 42px;
} 

h3.h3-huge {
	font-size: 38px;
	line-height: 46px;
} 

/* Header H2 */
/*
h2.h2-small {
	font-size: 42px;
	line-height: 52px;
}  

h2 {
	font-size: 46px;
	line-height: 56px;
	font-weight: 600;
	letter-spacing: -0.5px;
	margin-bottom: 25px;
}

h2.h2-lg {
	font-size: 50px;
	line-height: 60px;
} 

h2.h2-huge {
	font-size: 56px;
	line-height: 66px;
} 

/*------------------------------------------*/
/*	 LISTS
/*------------------------------------------*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*------------------------------------------*/
/*	 LINK SETTINGS
/*------------------------------------------*/

a {
	text-decoration: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

a:hover {
	color: #444;
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

/*------------------------------------------*/
/*	IMAGE SETTINGS
/*------------------------------------------*/

.img-responsive {
	display: inline-block; 
}

/*------------------------------------------*/
/*	 BUTTON SETTINGS
/*------------------------------------------*/

.btn {
	background-color: #e35029;
	color: #fff;
	font-size: 1rem;
	font-family: 'Poppins', sans-serif;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0;
	padding: 0.9rem 2rem;
	margin-top: 1.25rem;
	border: 2px solid #e35029;
	position:relative;
    z-index: 2;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;	     
  	-webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;   
}

.btn:before {  
	background-color: rgba(255, 255, 255, 0.15); 
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content:'';   
    z-index:-2;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.btn-yellow:before {  
	background-color: rgba(255, 255, 255, 0.25);
}

/*------------------------------------------*/
/*	 Button Size
/*------------------------------------------*/

.btn-medium {
	padding: 1.1rem 3.8rem;
}

/*------------------------------------------*/
/*	 Button Color
/*------------------------------------------*/

.btn-yellow {
	color: #333;
	background-color: #feca16;
	border-color: #feca16;
}

.btn-tra-white {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

.btn-tra-black {
	color: #444;
	background-color: transparent;
	border-color: #444;
}

/*------------------------------------------*/
/*	 Button Hover
/*------------------------------------------*/

.btn:hover {
	color: #fff;
}

.btn-yellow:hover {
	color: #333;
}

.btn:hover::before {
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

/*------------------------------------------*/
/*	 Button Focus
/*------------------------------------------*/

.btn:focus {
	color: #ffffff; 
    -webkit-box-shadow: none;
    box-shadow: none; 
}

/*------------------------------------------*/
/*   SECTION ID
/*------------------------------------------*/

span.section-id {
	color: #999;
	font-size: 14px; 
	line-height: 22px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	position: relative;	
	margin-bottom: 30px;	
}

/*------------------------------------------*/
/*	 SECTION TITLE
/*------------------------------------------*/

.section-title {
	position: relative;
	margin-bottom: 80px;	
}

.section-title h2 {
	color: #151515;
	letter-spacing: -1px;
	margin-bottom: 20px;
}

.section-title p {
	color: #777;
	font-size: 19px; 
	line-height: 29px;
}

/*------------------------------------------*/
/*	 TEXT COLORS FOR DEMOS
/*------------------------------------------*/

.white-color,
.white-color h2, 
.white-color h3, 
.white-color h4, 
.white-color h5, 
.white-color p, 
.white-color a, 
.white-color span {
	color: #fff;
}

/*------------------------------------------*/
/*	 PRELOAD ANIMATION
/*------------------------------------------*/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
	background-color: #333;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    margin: -35px 0 0 -35px;
}

.sk-folding-cube {
  	display: block;
  	width: 70px;
  	height: 70px;
  	position: relative;
  	-webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff5607;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}



/*------------------------------------------*/
/*	 HERO    
/*------------------------------------------*/

#hero {
	background-image: url(../images/hero3.jpg);		
	padding-top: 180px;
	padding-bottom: 160px;	
}

.hero-txt {
	position: relative;
	z-index: 2;
}

#hero h2 { 
	color: #e35029;
	font-size: 8.5rem;
	line-height: 1;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 8px;
	margin-bottom: 25px;
}

#hero h3 {
	color: #fff;
	font-size: 1.65rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 7px;
	margin-bottom: 25px;
}

#hero p { 
	color: #ddd;
	font-size: 1.4rem; 
	line-height: 1.5;
	padding: 0 8%;
	margin-bottom: 40px;
}

#hero p span { 
	color: #fff;
	font-weight: 500;
}

/*------------------------------------------*/
/*	 SELECT    
/*------------------------------------------*/

#select {	
	background-color: #131715;
	margin-top: -80px;
	padding-bottom: 50px;
	position: relative;
	z-index: 3;
}

#select .col-lg-4,
#inner-pages .col-lg-4 {
	position: relative;	
	z-index: 3;
	margin-bottom: 50px;
	text-align: center;
}

.select_link h4 {
	color: #fff;
	font-size: 1.05rem;
	line-height: 1;
	font-weight: 600;	
	padding-bottom: 6px; 
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-top: 2.5rem;
}

.select_link h4 span {
	border-bottom: 1px solid #e35029;
	margin-left: 5px;
}

.hover-overlay {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
    -webkit-box-shadow: 0 0 6px rgba(10, 10, 10, 0.5);
    -moz-box-shadow: 0 0 6px rgba(10, 10, 10, 0.5);
    box-shadow: 0 0 6px rgba(10, 10, 10, 0.5);
}

.hover-overlay img {
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;
}

/*------------------------------------------*/
/*	  Overlay Content 
/*------------------------------------------*/ 

.overlay-content {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	text-align: center;
	zoom: 1;
	opacity: 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

/*------------------------------------------*/
/*	  Overlay Background 
/*------------------------------------------*/ 

.item-overlay {
	opacity: 0;
	-moz-opacity: 0; 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 10, 10, 0.8);
	-moz-transition: opacity 400ms ease-out;
	-webkit-transition: opacity 400ms ease-out;
	-o-transition: opacity 400ms ease-out;
	transition: opacity 400ms ease-out;
}

/*------------------------------------------*/
/*	  Image Hover Effect 
/*------------------------------------------*/ 

.hover-overlay:hover > img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.hover-overlay:hover .item-overlay {
	opacity: 1; 
	-moz-opacity: 1; 
}

.select_link:hover .overlay-content {
	bottom: 40%;
	opacity: 1; 
	-moz-opacity: 1; 
}

/*------------------------------------------*/
/*	 INNER PAGES  
/*------------------------------------------*/ 

#inner-pages {
	background-color: #131715;
	padding-bottom: 40px;	
	text-align: center;
}

.pages-title {
	padding-bottom: 100px;
	position: relative;  
}

.pages-title h2 {
	margin-bottom: 20px;
}

.pages-title p {
	font-size: 1.25rem;

	padding: 0 25%;
}

.subtitle {
  margin: 0 0 2em 0;
}

.fancy {
  line-height: 0.5;
  text-align: center;
}

.fancy span {
	font-size: 3rem;
	line-height: 1;
 	display: inline-block;
 	position: relative;  
}

.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 15px;
  border-bottom: 2px solid #e35029;
  border-top: 2px solid #e35029;
  top: 15px;
  width: 380px;
}

.fancy span:before {
  right: 100%;
  margin-right: 25px;
}

.fancy span:after {
  left: 100%;
  margin-left: 25px;
}

/*------------------------------------------*/
/*	 FOOTER  
/*------------------------------------------*/   

.footer {
	background-color: #131715;
	padding-bottom: 60px;
}

.footer-copyright {
	padding-top: 60px;
	border-top: 1px solid #333;
}

.footer p {
	color: #ccc;
	font-weight: 300;
	letter-spacing: 0;
	margin-bottom: 5px;
}




/*------------------------------------------*/
/*	  SCROLL TO TOP 
/*------------------------------------------*/ 

#scrollUp {
	display: none;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-image: url(../images/icons/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color: rgba(35, 35, 35, 0.5);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;	
}

#scrollUp:hover {
	background-color: #222;
}

nav a#pull {  
    display: none;  
}


@media (min-width: 992px) and (max-width: 1199.99px) {

	.btn { font-size: 0.9rem; padding: 0.8rem 1.7rem; }

	#hero { padding-top: 170px; padding-bottom: 140px;	}
	#hero h2 { font-size: 7rem; letter-spacing: 4px; margin-bottom: 20px; }
	#hero h3 { font-size: 1.4rem; letter-spacing: 5px; margin-bottom: 20px; }
	#hero p { font-size: 1.15rem; line-height: 1.5; padding: 0 9%; margin-bottom: 35px; }

	#inner-pages { padding-bottom: 25px; }
	#select .col-lg-4, #inner-pages .col-lg-4 { margin-bottom: 40px; }
	.select_link h4 { font-size: 1rem; margin-top: 2.15rem; }

	.pages-title { padding-bottom: 80px; }
	.fancy span { font-size: 2.5rem; }
	.fancy span:before, .fancy span:after { top: 12px; width: 300px; }

	.footer p { font-size: 0.95rem; margin-bottom: 3px; }

}


@media (min-width: 768px) and (max-width: 991.99px) {	

	/* PRELOAD ANIMATION */
    #loader { margin: -30px 0 0 -30px; }
    .sk-folding-cube { display: block;width: 60px; height: 60px; }

    .btn { font-size: 0.9rem; padding: 0.8rem 1.7rem; }

	#hero { padding-top: 150px; padding-bottom: 140px;	}
	#hero h2 { font-size: 5.75rem; letter-spacing: 4px; margin-bottom: 15px; }
	#hero h3 { font-size: 1.15rem; letter-spacing: 4px; margin-bottom: 15px; }
	#hero p { font-size: 1rem; line-height: 1.5; padding: 0 2%; margin-bottom: 25px; }

	#inner-pages { padding-bottom: 25px; }
	.select_link h4 { font-size: 1rem; margin-top: 2.15rem; }

	.pages-title { padding-bottom: 80px; }
	.fancy span { font-size: 2.25rem; }
	.fancy span:before, .fancy span:after { top: 12px; width: 200px; }

	.footer p { font-size: 0.95rem; margin-bottom: 3px; }

}


@media (min-width: 576px) and (max-width: 767.99px) {	

	/* PRELOAD ANIMATION */
    #loader { margin: -30px 0 0 -30px; }
    .sk-folding-cube { display: block;width: 60px; height: 60px; }

    .btn { font-size: 0.9rem; padding: 0.8rem 1.7rem; }

	#hero { padding-top: 140px; padding-bottom: 140px;	}
	#hero h2 { font-size: 4.35rem; letter-spacing: 2px; margin-bottom: 15px; }
	#hero h3 { font-size: 1.1rem; font-weight: 400; letter-spacing: 1px; margin-bottom: 15px; }
	#hero p { font-size: 0.95rem; line-height: 1.5; padding: 0; margin-bottom: 25px; }

	#inner-pages { padding-bottom: 25px; }
	.select_link h4 { font-size: 1rem; margin-top: 2.15rem; }

	.pages-title { padding-bottom: 80px; }
	.fancy span { font-size: 2rem; }
	.fancy span:before, .fancy span:after { top: 10px; width: 140px; height: 10px; border-bottom: 1px solid #e35029; border-top: 1px solid #e35029; }
	.fancy span:before {margin-right: 15px; }
	.fancy span:after {margin-left: 15px; }

	.footer p { font-size: 0.95rem; margin-bottom: 3px; }

}	


@media (min-width: 416px) and (max-width: 575.99px) { 

	/* PRELOAD ANIMATION */
    #loader { margin: -30px 0 0 -30px; }
    .sk-folding-cube { display: block;width: 60px; height: 60px; }

    .btn { font-size: 0.9rem; padding: 0.8rem 1.7rem; }

	#hero { padding-top: 100px; padding-bottom: 140px;	}
	#hero h2 { font-size: 3.15rem; letter-spacing: 2px; margin-bottom: 10px; }
	#hero h3 { font-size: 1.1rem; font-weight: 400; line-height: 1.4; letter-spacing: 2px; margin-bottom: 10px; padding: 0 5%; }
	#hero p { font-size: 0.95rem; line-height: 1.5; padding: 0 2%; margin-bottom: 15px; }

	#select { margin-top: -50px; }
	#inner-pages { padding-bottom: 20px; }
	.select_link h4 { font-size: 1rem; margin-top: 2.15rem; }

	.pages-title { padding-bottom: 80px; }
	.fancy span { font-size: 2rem; }
	.fancy span:before, .fancy span:after { top: 10px; width: 140px; height: 10px; border-bottom: 1px solid #e35029; border-top: 1px solid #e35029; }
	.fancy span:before {margin-right: 15px; }
	.fancy span:after {margin-left: 15px; }

	.footer p { font-size: 0.95rem; margin-bottom: 3px; }
	
}


@media (min-width: 321px) and (max-width: 415px) { 

    /* PRELOAD ANIMATION */
    #loader { margin: -22px 0 0 -22px; }
    .sk-folding-cube { display: block; width: 44px; height: 44px; }

    .btn { font-size: 0.9rem; padding: 0.8rem 1.7rem; }

	#hero { padding-top: 100px; padding-bottom: 140px;	}
	#hero h2 { font-size: 2.5rem; letter-spacing: 2px; margin-bottom: 10px; }
	#hero h3 { font-size: 0.95rem; font-weight: 400; line-height: 1.4; letter-spacing: 1px; margin-bottom: 10px; padding: 0 2%; }
	#hero p { font-size: 0.9rem; line-height: 1.5; padding: 0; margin-bottom: 15px; }

	#select { margin-top: -50px; }
	#inner-pages { padding-bottom: 40px; }
	#select .col-lg-4, #inner-pages .col-lg-4 { margin-bottom: 20px; }
	.select_link h4 { font-size: 0.95rem; margin-top: 2.15rem; }

	.pages-title { padding-bottom: 60px; }
	.fancy span { font-size: 2rem; }
	.fancy span:before, .fancy span:after { top: 10px; width: 140px; height: 10px; border-bottom: 1px solid #e35029; border-top: 1px solid #e35029; }
	.fancy span:before {margin-right: 15px; }
	.fancy span:after {margin-left: 15px; }

	.footer p { font-size: 0.95rem; margin-bottom: 3px; }
	
}


@media (max-width: 320px) {	

    /* PRELOAD ANIMATION */
    #loader { margin: -22px 0 0 -22px; }
    .sk-folding-cube { display: block; width: 44px; height: 44px; }

    .btn { font-size: 0.9rem; padding: 0.8rem 1.7rem; }

	#hero { padding-top: 100px; padding-bottom: 140px;	}
	#hero h2 { font-size: 2.5rem; letter-spacing: 2px; margin-bottom: 10px; }
	#hero h3 { font-size: 0.95rem; font-weight: 400; line-height: 1.4; letter-spacing: 1px; margin-bottom: 10px; padding: 0 2%; }
	#hero p { font-size: 0.9rem; line-height: 1.5; padding: 0; margin-bottom: 15px; }

	#select { margin-top: -50px; padding-bottom: 15px; }
	#inner-pages { padding-bottom: 40px; }
	#select .col-lg-4, #inner-pages .col-lg-4 { margin-bottom: 20px; }
	.select_link h4 { font-size: 0.95rem; margin-top: 2.15rem; }

	.pages-title { padding-top: 25px; padding-bottom: 50px; }
	.fancy span { font-size: 1.75rem; }
	.fancy span:before, .fancy span:after { top: 10px; width: 140px; height: 10px; border-bottom: 1px solid #e35029; border-top: 1px solid #e35029; }
	.fancy span:before {margin-right: 15px; }
	.fancy span:after {margin-left: 15px; }

	.footer p { font-size: 0.95rem; margin-bottom: 3px; }

}
