@import "animate.css";
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
/*========================================================
                    Main layout styles
=========================================================*/

* {box-sizing: border-box;}

/* scroll visible in mobile */
::-webkit-scrollbar {
    -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
    width: 25px;
}
::-webkit-scrollbar:horizontal {
    height: 25px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(159, 159, 159, .5);
    border-radius: 5px;
    border: 3px solid #ffffff;
}
::-webkit-scrollbar-track {
    border-radius: 5px;  
    background-color: #ffffff; 
}


body {
  font: 400 14px/22px 'Roboto', sans-serif;
  color: #959595;
  background: #ffffff;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #f3b202;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}

/* ======= Headers ======= */
h2 {
  font: 500 60px/54px 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #2f3133;
}
@media (max-width: 1366px) {
  h2 {
    font: 500 40px/45px 'Roboto', sans-serif;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 30px;
  }

}
h3 {
  font: 600 36px/60px 'Roboto', sans-serif;
  /*text-transform: uppercase;*/
  color: #2f3133;
  padding-bottom: 20px;
  display: inline-block;
}
.h3 {
  font: 700 38px/38px 'Roboto', sans-serif;
  color: #c00808;
  padding-bottom: 20px;
  display: inline-block;
	text-transform:uppercase;
}
.page4 h3 {
  padding-bottom: 15px;
}
h4 {
  font: 400 18px/26px 'Roboto', sans-serif;
  color: #3d3d3d;
}
h5 {
  font: 700 18px/25px 'Roboto', sans-serif;
  color: #2d2d2d;
  text-transform: uppercase;
}
h6 {
  font: 600 24px/30px 'Roboto', sans-serif;
  color: #464646;
  text-transform: uppercase;
}
@media (max-width: 979px) {
  h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
.h7 {
  display: block;
  font: 700 22px/25px 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #2d2d2d;
}
@media (max-width: 479px) {
  .h7 {
    font-size: 20px;
    line-height: 23px;
  }
}

.h2 {
  font: 700 62px/62px 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1366px) {
  .h2 {
    font: 500 40px/45px 'Roboto', sans-serif;
  }
}
@media (max-width: 767px) {
  .h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

p {
  font: 300 12px/18px 'Roboto', sans-serif;
  color: #606364;
}

p a {
  display: inline-block;
  font: 700 16px/16px 'Roboto', sans-serif;
  color: #4d4f50;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
p a:hover {
  color: #83c59d;
}
p .a2 {
  font: 300 12px/18px 'Roboto', sans-serif;
}
p span {
  display: inline-block;
  font: 600 16px/16px 'Roboto', sans-serif;
  color: #4d4f50;
  padding-bottom: 10px;
}
.p1 {
  font: 700 60px/60px 'Roboto', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.p2 {
  font: 400 15px/20px 'Roboto', sans-serif;
  color: #ffffff;
}
.p3 {
  font: 600 18px/18px 'Roboto', sans-serif;
  color: #4d4f50;
}
.p4 {
  font: 300 14px/24px 'Roboto', sans-serif;
  color: #fff;
	margin:0 auto;
}
.p5 {
  font: 300 13px/24px 'Roboto', sans-serif;
  color: #606364;
}
.p5 a {
  font: 300 13px/24px 'Roboto', sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #606364;
}
.p5 a:hover {
  color: #e9c67b;
}
.p6 {
  font: 600 15px/18px 'Roboto', sans-serif;
  color: #4d4f50;
  margin-top: 20px;
}
.heading2 {
  text-align: left;
  margin-bottom: 39px;
}
.heading2 h2 {
  color: #ffffff;
}
.heading2.heading2__inset1 {
  text-align: center;
}
.heading3 {
  text-align: center;
  margin-bottom: 64px;
}
/* ======= Box 9 + isotope items ======= */
#filters {
  margin-top: -5px;
  margin-bottom: 30px;
  /* ---- button-group ---- */
}
#filters .button {
  display: inline-block;
  background: transparent;
  border: none;
  text-transform: uppercase;
  color: #2f3133;
  font: 500 18px/18px 'Roboto', sans-serif;
  cursor: pointer;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#filters .button:hover {
  color: #e9c67b;
}
#filters .button:active,
#filters .button.is-checked {
  color: #e9c67b;
  outline: none;
}
#filters .button.is-checked {
  color: #e9c67b;
}
#filters .button:active {
  color: #e9c67b;
}
#filters .button-group:after {
  content: '';
  display: block;
  clear: both;
}
#filters .button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 40px;
  margin-bottom: 5px;
}
.isotope .box9 {
  display: block;
  position: relative;
}
.isotope .gall_item {
  display: inline-block;
  margin-bottom: 0;
}
.isotope .gall_item img {
  width: 100%;
  height: auto;
}
.isotope .element-item {
  display: inline-block;
  width: 370px;
  float: left;
  margin-bottom: 40px;
}

.isotope .element-item-paypal {
  display: inline-block;
  width: 260px;
  float: left;
  margin-bottom: 40px;
	padding:0 20px;
}

@media (max-width: 1199px) {
  .isotope .element-item {
    width: 300px;
  }
	
	.isotope .element-item-paypal {
    width: 260px;
  }
}
@media (max-width: 979px) {
  .isotope .element-item {
    width: 236px;
  }
	.isotope .element-item-paypal {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .isotope .element-item {
    width: 420px;
  }
	.isotope .element-item-paypal {
    width: 260px;
  }
}
@media (max-width: 479px) {
  .isotope .element-item {
    width: 270px;
  }
	.isotope .element-item-paypal {
    width: 260px;
		max-width:100%;
  }
	
}

/* ======= tabs ======= */
#tabs {
  margin-bottom: 25px;
}
#tabs .tabs-list {
  position: relative;
  padding-left: 100px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f0eeeb;
}
@media (max-width: 767px) {
  #tabs .tabs-list {
    margin-bottom: 20px;
    padding-left: 0px;
    border: none;
  }
}
#tabs .tabs-list .ui-state-focus {
  outline: medium none !important;
  border: none;
}
#tabs .tabs-list .ui-tabs-active .tab {
  background: #ffffff;
  color: #e9c67b;
  font: 500 15px/15px 'Ubuntu', sans-serif;
  border-top: 1px solid #f0eeeb;
  border-left: 1px solid #f0eeeb;
  border-right: 1px solid #f0eeeb;
}
@media (max-width: 767px) {
  #tabs .tabs-list .ui-tabs-active .tab {
    border: none;
    display: inline-block;
    text-align: center;
    width: auto;
  }
}
#tabs .tabs-list .ui-tabs-active .tab:after {
  bottom: -2px;
}
#tabs .tabs-list li {
  display: inline-block;
  margin-right: 4px;
}
@media (max-width: 1199px) {
  #tabs .tabs-list li {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  #tabs .tabs-list li {
    display: block;
    text-align: left;
    float: left;
    width: 200px;
  }
}
#tabs .tabs-list li a {
  outline: medium none !important;
  border: none;
}
#tabs .tab {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  color: #2f3133;
  position: relative;
  font: 500 15px/15px 'Roboto', sans-serif;
  text-transform: uppercase;
  background: #ffffff;
  text-align: center;
  padding: 10px 10px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 50px;
}
@media (max-width: 767px) {
  #tabs .tab {
    padding: 0px;
    font-size: 14px;
    line-height: 18px;
    border: none;
    display: inline-block;
    text-align: center;
    width: auto;
  }
}
#tabs .tab:after {
  position: absolute;
  content: '';
  background: #ffffff;
  width: 100%;
  height: 3px;
  bottom: 0px;
  left: 0;
}
#tabs .tab:hover {
  color: #e9c67b;
}
#tabs .pic_bord {
  padding: 12px;
  border: 1px solid #e5eaec;
  /* Landscape phone to portrait tablet */
}
@media (max-width: 767px) {
  #tabs .pic_bord {
    margin-bottom: 30px;
  }
}
/* ======= Buttons ======= */
.btn-default2 {
  display: inline-block;
  font: 400 14px/14px 'Roboto', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 24px;
  position: relative;
	border:1px solid #fff;
}
.btn-default2:before {
  content: '';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  background: url(../images/btn_arrow.png) no-repeat 0 0;
  width: 21px;
  height: 5px;
  display: inline-block;
  right: 0;
  margin-left: 16px;
  float: right;
  top: 5px;
}
.btn-default2:hover {
  background: #ce0705;
  color: #ffffff;
	border:1px solid #ce0705;
}
.btn-default2:hover:before {
  cursor: pointer;
}
.btn-link {
  margin-top: 20px;
  display: inline-block;
  font: 300 15px/15px 'Roboto', sans-serif;
  color: #2f3133;
  text-transform: uppercase;
  padding: 0px;
  background: none;
  position: relative;
}
.btn-link:hover {
  color: #83c59d;
}
.btn_2 {
  display: inline-block;
  font: 600 16px/16px 'Roboto', sans-serif;
  color: #2f3133;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_2:hover {
  color: #83c59d;
}
.btn_3 {
  font: 500 18px/24px 'Roboto', sans-serif;
  color: #4d4f50;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 0px;
}
.btn_3:hover {
  color: #e9cb63;
}
.btn_4 {
  font: 500 18px/18px 'Roboto', sans-serif;
  color: #248efb;
	border:1px solid #248efb;
	padding:14px 20px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 0px;
}
.btn_4:hover {
  color: #1c3f62;
	border:1px solid #1c3f62;
}
.btn_4_mem {
  font: 500 13px/13px 'Roboto', sans-serif;
  color: #444343;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 0px;
}
.btn_4_mem:hover {
  color: #b5e1c6;
}
.btn_5 {
  font: 300 12px/18px 'Roboto', sans-serif;
  color: #e9c67b;
  text-transform: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
  margin-bottom: 0px;
}
.btn_5:hover {
  color: #2f3133;
}
.btn-simple {
  font: 600 14px/13px 'Roboto', sans-serif;
  color: #4b4b4b;
  text-transform: uppercase;
  display: inline-block;
}
.btn-simple:hover {
  color: #69c5ab;
}
.custom-font {
  font: 400 14px/21px "Roboto", sans-serif;
  color: #7c7c7c;
}

.join-mem-left {
	float:left;
}
.join-mem-right {
	float:right;
}
/* ======= Wrappers ======= */
.wrapper1 {
  padding: 160px 0 70px;
	overflow:hidden;
	text-align:center;
	margin:0 auto;
	width:1170px;
	max-width:95%;
}
.wrapper1 .p4 {
  max-width: 1025px;
}
@media (max-width: 1366px) {
  .wrapper1 {
    padding: 130px 0 40px;
  }
}
.wrapper2 {
  padding: 65px 0 40px;
}
.wrapper3 {
  padding: 76px 0 42px;
}
@media (max-width: 1366px) {
  .wrapper3 {
    padding: 50px 0 40px;
  }
}
.wrapper4 {
  padding: 50px 0 50px;
  border-bottom: 1px solid #f0eeeb;
}
.wrapper4 p > a {
  margin-bottom: 10px;
}
/* ======= Gallery1 ======= */
.gall_item {
  display: inline-block;
  margin-bottom: 25px;
  margin-top: 5px;
  background: none;
}
.gall_item img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: auto;
}
.gall_item:hover img {
  opacity: 0.5;
}
.gallery .clear {
  height: 35px;
}

/* ======= event ======= */
.event_item {
  display: inline-block;
  margin-bottom: 25px;
  margin-top: 5px;
  background: none;
}
.event_item img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: auto;
}
.event_item:hover img {
  opacity: 0.5;
}
.event_item .clear {
  height: 35px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  background: #121212;
  z-index: 100;
  position: relative;
  /*  height: 150px;*/
}

.center-left {
	color:#fff;
	font-style:italic;
	font-size:0.9em;
	float:left;
}
.center-right {
	float:right;
	padding-top:3px;
}
.snsicon {
	background: #e5e5e5;
	display: inline-block;
	color: #7d7b7c;
	font-size: 16px;
	width: 23px;
	height: 23px;
	text-align: center;
	vertical-align: middle;
	margin: 0 1px 10px;
	padding-top:6px;
}

.kr-but {
	background: none;
	display: inline-block;
	color: #e5e5e5;
	border:2px solid #e5e5e5;
	font-size: 14px;
	width: 55px;
	height: 21px;
	line-height:17px;
	text-align: center;
	vertical-align: middle;
	margin: 0 1px 10px;
	padding-top:6px;
	font-weight:600;
	font-family: 'Nanum Gothic', sans-serif;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


#header #stuck_container {
  padding: 20px 0 15px;
}
@media (max-width: 1366px) {
  #header #stuck_container {
    padding: 20px 0 15px;
  }
}
#header #stuck_container.isStuck {
  padding: 10px 0;
}
#header #stuck_container.isStuck .sf-menu > li:after {
  display: none;
}
.bord_block {
  border-bottom: 1px solid #f0eeeb;
}
/* ======= Logo ======= */
.head-left {
  display: inline-block;
  text-align: left;
  float: left;
}

.head-right {
  display: inline-block;
  text-align: right;
  float: right;
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
/* ======= Second level sub menu variables ======= */
nav {
  float: right;
  display: inline-block;
	margin-top:25px;
	margin-left:9%;
	margin-right:2%;
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: left;
  display: inline-block;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:hover:after {
  cursor: pointer;
}
.sf-menu > li > a {
  text-transform: uppercase;
  font: 400 13px/13px 'Roboto', sans-serif;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  padding: 16px 8px 16px 8px;
  letter-spacing: 2px;
	border:2px solid #121212;
}
.sf-menu > li > a:hover {
  color: #f43e3a;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
	border:2px solid #f43e3a;
}
.sf-menu > li > a:active {
  color: #f43e3a;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
	border:2px solid #f43e3a;
}
.sf-menu .sfHover > a {
  color: #f43e3a;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
	border:2px solid #f43e3a;
}
.sf-menu > li.current > a {
  color: #f43e3a;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
	border:2px solid #f43e3a;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #ffffff;
}
.sf-menu > li.sfHover > a {
  color: #ffffff;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  display: none;
  min-width: 250px;
  font: 400 14px/14px 'Roboto', sans-serif;
  position: absolute;
  top: 50px;
  left: 0;
  background: #69b446;
  text-align: left;
  padding: 9px 0 7px 0;
  z-index: 200;
}
.sf-menu ul li {
  padding: 14px 0 14px;
  position: relative;
  display: block;
}
.sf-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
  margin-left: 27px;
  letter-spacing: 2px;
}
.sf-menu ul li a:hover {
  color: #2f3133;
}
.sf-menu ul > .sfHover > a:after {
  color: #ffffff;
}
.sf-menu ul li.sfHover > a {
  color: #ffffff;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -5px;
  left: 175px;
  margin-left: 2px;
  background: #508a36;
  padding: 6px 0 6px 0;
  z-index: 4;
  text-align: left;
}
.sf-menu ul ul li {
  padding-left: 20px;
  padding-bottom: 11px;
}
.sf-menu ul ul li a {
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
}
.sf-menu ul ul li a:hover {
  color: #2f3133;
}
@media only screen and (max-width: 979px) {
	.sf-menu > li {
  float: none;
  position: relative;
  text-align: center;
	}
  .sf-menu > li > a {
    padding: 16px 10px 16px 10px;
    letter-spacing: 1px;
  }
	nav {
    width: 100%;
    float: none;
		display:block;
		margin:0 auto;
		padding:10px 0;
		text-align: center;
  }
	.head-left {
  display: block;
  text-align: center;
  float: none;
	}
	.head-right {
  display: block;
  text-align: center;
  float: none;
	}
	
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
		display:block;
		margin:0 auto;
		padding:10px 0;
  }
	.head-left {
  display: block;
  text-align: center;
  float: none;
	}
	.head-right {
  display: block;
  text-align: center;
  float: none;
	}
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #2f3133;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    background: #ffffff;
    font: 400 13px/13px 'Roboto', sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
	
	
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
  background: #252525;
  background-size: cover;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  position: relative;
  z-index: 50;
  overflow: hidden;
}
#content .sub_banner {
  position: relative;
  z-index: 0;
  margin-bottom: 0 !important;
  width: 100%;
  height: auto;
	top:0;
}

#content.common {
  padding-top: 85px;
}
.title-sub {
	width:100%;
	max-width:1200px;
	text-align:center;
	font: 700 38px/38px 'Roboto', sans-serif;
  color: #c00808;
  padding-bottom: 20px;
  display: inline-block;
	text-transform:uppercase;
}
p.title-sub-line {
	width:100%;
	max-width:90px;
	margin:0 auto;
	text-align:center;
	background-color:#bdbdbd;
	height:5px;
	margin-top:30px;
	margin-bottom:20px;
}
/*-----------  CAMERA  ---------------*/
.camera_pag_ul {
  display: none;
}
.slider_box {
  position: relative;
  display: block;
  margin-top: 0px;
}
.slider_box_new {
  position: relative;
  display: block;
  margin-top: 0px;
}
.slider_wrapper {
  position: relative;
  /*overflow: hidden;*/
}
.slider_wrapper > div {
  width: 100%;
  position: relative;
  left: 0;
}
.caroufredsel_wrapper {
  top: 0 !important;
}
.camera_wrap {
  position: relative;
  display: none;
  z-index: 0;
  margin-bottom: 0 !important;
  width: 100%;
  height: 950px;
}

.camera_wrap .caption {
  background: none;
  height: 270px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 90px;
  /* Landscape phone to portrait tablet */
}
.camera_wrap .caption .p1 {
		text-shadow: 3px 3px 3px #000;
  }
	
@media (max-width: 767px) {
  .camera_wrap .caption {
    display: none;
  }
	
}

@media (max-width: 1366px) {
  .camera_wrap .caption {
    top: 175px;
  }
  .camera_wrap .caption .p1 {
    font: 700 52px/52px Roboto, sans-serif;
  }
  .camera_wrap .caption .p2 {
    font: 400 15px/20px Roboto, sans-serif;
  }
  .camera_wrap .caption .mar_t_58 {
    margin-top: 30px!important;
  }
  .camera_wrap .caption .btn-default2 {
    padding: 18px;
  }
}
.camera_wrap img {
  max-width: 10000px;
}
.camera_fakehover {
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.camera_src {
  display: none;
}
.cameraCont,
.cameraContents {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cameraSlide {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.cameraContent {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.camera_target {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 0;
}
.camera_overlayer {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.camera_target_content {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.camera_target_content .camera_link {
  background: #f00;
  display: block;
  height: 100%;
  text-decoration: none;
}
.camera_loader {
  background: #ffffff url('../images/camera-loader.gif') no-repeat center;
  background: rgba(255, 255, 255, 0.9) url('../images/camera-loader.gif') no-repeat center;
  border: 1px solid #ffffff;
  border-radius: 18px;
  height: 36px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  margin: -18px 0 0 -18px;
  top: 35%;
  width: 36px;
  z-index: 3;
}
.camerarelative {
  overflow: hidden;
  position: relative;
}
.imgFake {
  cursor: pointer;
}
.camera_commands > .camera_stop {
  display: none;
}
.showIt {
  display: none;
}
.camera_clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 25px;
  position: relative;
}
@media (max-width: 1100px) {
  .camera_wrap .caption {
    top: 75px;
  }
}
@media (max-width: 979px) {
  .camera_wrap .caption {
    top: 65px;
  }
}
/*-----------  CAMERA END ---------------*/
/*-----------  Other---------------*/
.max-with_1 {
  max-width: 680px;
}
.max-with_2 {
  max-width: 233px;
}
.mar_t_58 {
  margin-top: 35px !important;
}
.mar_t_-56 {
  margin-top: -120px;
  /* Landscape phone to portrait tablet */
}
@media (max-width: 767px) {
  .mar_t_-56 {
    margin-top: 0;
  }
}
.pad_1 {
  padding: 57px 18px;
}

.pad_1_sub {
  padding: 25px 18px;
}

.pad_t_9 {
  padding-top: 90px;
}
.pad_t_65 {
  padding-top: 65px;
}
.mar_t_1 {
  margin-top: 10px;
}
.mar_t_2 {
  margin-top: 20px;
}
.mar_t_25 {
  margin-top: 25px;
}

.mar_t_35 {
  margin-top: 35px;
}
.mar_t_2 {
  margin-top: 20px;
}
.mar_t_3 {
  margin-top: 30px;
	font-size: 15px;
}

.mar_t_3-testimonial {
  margin-top: 30px;
	font-size: 15px;
}

/* about text */
.mar_t_3_3 {
	font-size:15px;
	line-height:190%;
	color:#000;
}
.mar_t_3_4 {
	font-size:17px;
	line-height:190%;
	color:#000;
}
/* end of about text */
.mar_t_4 {
  margin-top: 40px;
}
.mar_t_cont {
  margin-bottom: 30px;
}
.mar_t_5 {
  margin-top: 50px;
}
.mar_t_7 {
  margin-top: 70px !important;
}
.mar_t_8 {
  margin-top: 25px !important;
}
.mar_t_8_new {
  margin-top: 30px !important;
}
.mar_t_6 {
  margin-top: 35px !important;
}
.mar_t_6-2 {
  margin-top: 25px !important;
}
.mar_t_65 {
  margin-top: 65px !important;
}
.mar_t_7 {
  margin-top: 70px !important;
}
.mar_t_100 {
  margin-top: 100px !important;
}
.mar_t_15 {
  margin-top: 15px;
}
.pad_b_4 {
  padding-bottom: 40px;
}
.pad_b_8 {
  padding-bottom: 50px;
	border-bottom:1px dotted #d2d2d1;
}
.pad_b_7 {
  padding-bottom: 70px;
}
.pad_b_95 {
  padding-bottom: 95px;
}
.pic_bord {
  padding: 12px;
}
.extra-wrap {
  overflow: hidden;
}

.extra-wrap-index {
  overflow: hidden;
}

.img_indent {
  float: left;
  margin-right: 20px;
}
.img_indent_testimonial {
  float: left;
  margin-right: 20px;
	border-radius: 50%;
}

.width1 {
  display: inline-block;
  width: 80px;
	color:#eeefef;
}

.width2 {
  display: inline-block;
  width: 80px;
	color:#606364;
}
.width2_new {
  display: inline-block;
  width: 50px;
	color:#606364;
}
/* ======= media ======= */
@media (min-width: 979px) and (max-width: 1200px) {
  .img_indent {
    float: none;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  h3 {
    font: 500 26px/40px 'Roboto', sans-serif;
  }
  .mar_t_8 {
    margin-top: 30px !important;
		vertical-align:top;
  }
  #tabs .mar_t_25 {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .block_1 a {
    display: inline-block;
    font: 500 13px/13px 'Roboto', sans-serif !important;
  }
  .mar_t_7 {
    margin-top: 30px !important;
  }
  .img_indent {
    float: none;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  h3 {
    font: 700 26px/40px 'Roboto', sans-serif;
  }
  .mar_t_3 {
    margin-top: 15px;
		text-align:center;
  }
	
	.mar_t_3-testimonial {
    margin-top: 15px;
		text-align:left;
  }
	
	.mar_t_3_3 {
	margin-top: 15px;
	width:95%;
	margin:0 auto;
	}
	
	.extra-wrap {
  width:57%;
	border:1px solid none;
	}
	
	.extra-wrap-index {
  width:95%;
	text-align:center;
	margin:0 auto;
	border:1px solid none;
	}
	
  .mar_t_8 {
    margin-top: 20px !important;
  }
  #tabs .mar_t_25 {
    margin-top: 0;
  }
  .camera_wrap .caption {
    top: 25px;
  }
  .camera_wrap .caption .p1 {
    font: 700 42px/42px Roboto, sans-serif;
  }
  .camera_wrap .caption .p2 {
    font: 400 15px/20px Roboto, sans-serif;
  }
  .camera_wrap .caption .mar_t_58 {
    margin-top: 30px!important;
  }
  .camera_wrap .caption .btn-default2 {
    padding: 18px;
  }
	
	.pic_bord {
  margin:0 auto;
	text-align:center;
	}
	
	.event_div {
		padding-top:15px;
	}
	.event-desc-l {
	font: 600 12px/12px 'Roboto', sans-serif;
  max-width:50%;
	}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .block_1 a {
    display: inline-block;
    font: 500 13px/13px 'Roboto', sans-serif;
  }
  .mar_t_7 {
    margin-top: 30px !important;
  }
  .img_indent {
    float: none;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  h3 {
    font: 500 26px/40px 'Roboto', sans-serif;
  }
  .mar_t_3 {
    margin-top: 15px;
  }
	
	.mar_t_3-testimonial {
    margin-top: 15px;
  }
	
  .mar_t_8 {
    margin-top: 20px !important;
  }
  #tabs .mar_t_25 {
    margin-top: 0;
  }
  .camera_wrap .caption {
    top: 5px;
  }
  .camera_wrap .caption .p1 {
    font: 600 30px/30px Roboto, sans-serif;
  }
  .camera_wrap .caption .p2 {
    font: 400 12px/15px Roboto, sans-serif;
  }
  .camera_wrap .caption .mar_t_58 {
    margin-top: 10px!important;
  }
  .camera_wrap .caption .btn-default2 {
    padding: 8px;
  }
  .banner_1, .banner_l_sub {
    margin-top: 0 !important;
  }
  .mar_t_6 {
    margin-top: 20px !important;
  }
  .pad_b_8 {
    padding-bottom: 20px;
  }
  .mar_t_65 {
    margin-top: 10px !important;
  }
  .pad_b_4 {
    padding-bottom: 20px;
  }
  #footer {
    padding: 5px 0 35px !important;
  }
  #filters .button {
    display: block;
  }
  .pad_t_65 {
    padding-top: 10px;
  }
	
}
/* ======= Banners ======= */
.banner_1 {
  width: 100%;
  display: block;
  position: relative;
  background: #c01712;
  margin-top: 0;
	padding: 50px 0;
}
.banner_1 p > a {
  margin-bottom: 0;
}
.banner_1 h2 {
  font: 600 24px/24px 'Roboto', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -1px;
  display: inline-block;
}
.banner_1 p
{
  color: #ffffff;
  margin-top: 15px;
	font: 400 13px/13px 'Roboto', sans-serif;
}
.pad_1_form {
	padding-top:20px;
	overflow:hidden;
}
@media (max-width: 1366px) {
  .banner_1
 {
    padding: 50px 20px;
  }
  .banner_1 p
 {
    color: #ffffff;
    margin-top: 5px;
		font: 400 13px/13px 'Roboto', sans-serif;
  }
  .banner_1 h2
 {
    font: 600 24px/24px 'Roboto', sans-serif;
  }
}
@media (max-width: 979px) {
  .banner_1 h2
 {
    font: 500 20px/20px 'Roboto', sans-serif;
  }
	.banner_1 .pad_1
 {
    padding: 30px 20px;
		overflow:hidden;
  }
	.banner_1 .pad_1_sub
 {
    padding: 26px 20px;
		overflow:hidden;
  }
	
}

/* ======= Box 1 Professional business solutions ======= */
.box1 .top {
  background: #dfc95f;
  height: 147px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 979px) {
  .box1 .top {
    height: 90px;
  }
}
.box1 .top img {
  border-radius: 300px;
  position: absolute;
  left: 50%;
  margin-left: -85px;
  bottom: -62px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .box1 .top img {
    width: 70%;
    height: auto;
    margin-left: -60px;
    bottom: -60px;
  }
	
.block_1 time {
  position: relative;
	width:55%;
  float: none;
  margin-right:0;
  display: block;
  letter-spacing: -5px;
}



}
.box1 .content {
  text-align: center;
  padding: 89px 38px 47px;
  background: #ffffff;
  box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.03);
}
.box1 h3 {
  margin-bottom: 21px;
}
.box1 h3 a:hover {
  color: #dfc95f;
}
.box1 .btn-simple {
  margin-top: 38px;
}
.box1.box1__inset1 .top {
  background: #69c5ab;
}
.box1.box1__inset1 h3 a:hover {
  color: #69c5ab;
}
.box1.box1__inset2 .top {
  background: #df5f83;
}
.box1.box1__inset2 h3 a:hover {
  color: #df5f83;
}
.box1.box1__inset3 .top {
  background: #6ea9df;
}
.box1.box1__inset3 h3 a:hover {
  color: #6ea9df;
}



@media (max-width: 1199px) {
  .box1 .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .box1 {
    margin-bottom: 60px;
  }
}
.block_1 {
  overflow: hidden;
  margin-top: 20px;
}
.block_1 .p10 span {
  margin-bottom: 0;
  padding-bottom: 0;
}
.block_1 .p10  {
  font-size:14px;
}
.block_1 time {
  position: relative;
  float: left;
  margin-right: 30px;
  display: inline-block;
  letter-spacing: -5px;
}
.block_1 time span {
  font: 400 12px/18px 'PT Sans', sans-serif;
  color: #2f3133;
  text-transform: uppercase;
  display: block;
  position: relative;
  text-align: right;
  right: 2px;
  top: 0;
  letter-spacing: 0px;
}
.block_1 time em {
  font: 600 70px/70px 'Roboto', sans-serif;
  color: #2f3133;
  text-transform: uppercase;
  display: block;
  position: relative;
  text-align: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block_1 a {
  display: inline-block;
  font: 600 16px/16px 'Roboto', sans-serif;
  color: #2f3133;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block_1 a:hover {
  color: #83c59d;
}
.block_1:hover time em {
  color: #83c59d;
}
.block_2 {
  display: block;
  max-width: 250px;
}
.block_2 i {
  color: #2f3133;
  text-align: left;
  font-size: 60px;
  display: block;
  line-height: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* ======= Banner 4 Testimonials ======= */
.banner4 {
  background: #e04c64;
  padding: 66px 0 73px;
}
.banner4 h2 {
  color: #ffffff;
}
/* ======= Box 5 We offer the bset services ======= */
.box5 {
  position: relative;
  padding-left: 53px;
  margin-bottom: 22px;
}
.box5 .label {
  position: absolute;
  left: 0;
  top: -3px;
  font: 700 30px/30px 'Roboto', sans-serif;
  color: #464646;
}
.box5 h3 {
  color: #454545;
  margin-bottom: 11px;
  line-height: 29px;
}
/* ======= Box 6 Business planning ======= */
.box6 p > a {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .box6 {
    margin-bottom: 50px;
  }
  .box6 img {
    width: 100%;
  }
	.banner_1 .pad_1
 {
    padding: 50px 20px;
  }
	.banner_1 .pad_1_sub
 {
    padding: 26px 20px;
  }
}
/* ======= Address block ======= */
address {
  font: 300 14px/20px 'Roboto', sans-serif;
  text-transform: none;
  color: #eeefef;
  position: relative;
  display: block;
}
address a.sns {
	font-size:1.6em;
}
.email_link {
	color:#e3a603;
}
address a.sns:hover {
  color: #0ca248;
}
@media (max-width: 767px) {
  address {
    display: block;
  }
}
address span {
  display: inline-block;
}

.page5-bgc {background:#ededed;padding:15px 0;border-top:2px solid #d9d9d9;}

.page5 address {
  font: 300 14px/14px 'Roboto', sans-serif;
  color: #606364;
}
.page5 address span {
  display: inline-block !important;
}
/*.page5 address em {
  font: 300 15px/15px 'Roboto', sans-serif;
  color: #2f3133;
  padding-bottom: 15px;
  display: block;
}*/

.page5 address em {
  font: 300 14px/14px 'Roboto', sans-serif;
  color: #606364;
  padding-bottom: 15px;
  display: block;
	line-height:18px;
}	
	
.page5 address a {
  color: #248efb;
  text-decoration: underline;
}
.page5 address a:hover {
  color: #15324f;
}

p.address-other-state {font-size:1.4em;font-weight:600;padding-bottom:15px;text-transform:uppercase;}

p.address-other-state2 {font-size:1.0em;font-weight:600;padding-bottom:12px;text-transform:uppercase;}

.contact-add-cover {background-color:#edeeee;border-top:1px solid #c8c9ca;border-bottom:1px solid #c8c9ca;padding:25px 0;margin:0 auto;}
.contact-add-size {width:100%;max-width:1200px;margin:0 auto;padding-bottom:35px;}
.address-space-bot {margin-bottom:55px;}

@media (max-width: 767px) {
  .page5 address {
    display: block;
  }
}
.page5 address span {
  display: block;
}
/* ======= Box 7 Privacy Policy ======= */
.box7 {
  margin-bottom: 23px;
  margin-top: -3px;
}
.box7 .heading {
  display: block;
  font: 700 18px/21px "Roboto", sans-serif;
  color: #464646;
  text-transform: uppercase;
  margin-bottom: 1px;
}
.box7 p {
  font: 400 14px/21px "Roboto", sans-serif;
  color: #7c7c7c;
}
.box7 .simple-link {
  margin-top: 33px;
  margin-bottom: 2px;
}
/* ======= Google Map  ======= */
.content_map {
  color: #ffffff;
  position: relative;
  text-align: center;
  height: 439px;
  margin-top: 100px;
}
.content_map .rel {
  position: relative;
  z-index: 10;
}
.content_map .gmap {
  height: 439px;
}
@media (max-width: 1366px) {
  .content_map {
    margin-top: 50px;
  }
}
.page5 .content_map {
  margin-top: 0px;
  height: 430px;
}
.page5 .content_map > div {
  height: 430px !important;
  overflow: hidden;
}

/* ======= Simple link ======= */
.simple-link {
  display: inline-block;
  color: #78d3c9;
}
.simple-link:hover {
  color: #464646;
}
/* ======= List 1 ======= */
.list_1 {
  list-style: none;
  display: block;
}
.list_1 li {
  overflow: hidden;
  display: block;
  padding-bottom: 25px;
}
.list_1 li > span {
  font: 500 60px/60px 'Roboto', sans-serif;
  color: #79cd9b;
  width: 70px;
  display: block;
  float: left;
}
.list_1 li + li {
  padding-top: 23px;
  border-top: 1px solid #f0eeeb;
}
/* ======= Social buttons 1 ======= */
.socials1 li {
  display: inline-block;
  text-align: center;
}
.socials1 li + li {
  margin-left: 20px;
}
.socials1 li a i {
  color: #5b5b5b;
  text-align: center;
  font-size: 30px;
  display: block;
  line-height: 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials1 li a i:hover {
  color: #69c5ab;
}
/* ======= Social buttons 2 ======= */
.socials2 li {
  display: inline-block;
  text-align: center;
}
.socials2 li + li {
  margin-left: 9px;
}
.socials2 li a i {
  color: #5b5b5b;
  text-align: center;
  font-size: 14px;
  width: 31px;
  height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dedede;
  display: block;
  line-height: 31px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials2 li a i:hover {
  background: #69c5ab;
  color: #ffffff;
  border-color: #69c5ab;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding: 65px 0 95px;
  font: 300 10px/10px 'Roboto', sans-serif;
  color: #7f8081;
  text-transform: uppercase;
	/*border-top: 1px solid #f0eeeb;*/
	background:#19191b;
}
#footer .privacy-block {
  margin-top: 34px;
}
#footer .privacy-block .logo {
  font: 700 22px/22px 'Roboto', sans-serif;
  color: #7f8081;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}
#footer .privacy-block .logo:hover {
  color: #e9c67b;
}
#footer h3 {
  padding-bottom: 10px;
	color:#eeefef;
}
#footer p {
  font: 300 14px/20px 'Roboto', sans-serif;
  text-transform: none;
  color: #eeefef;
}
#footer .socials1 {
  text-align: right;
  margin-top: -8px;
}
.snsicon_foot {
	background: #656565;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	margin: 0 1px 10px;
	padding-top:5px;
}
@media (max-width: 767px) {
  #footer .phone {
    margin-top: 20px;
  }
  #footer .socials1 {
    margin-top: 30px;
    text-align: left;
  }
}


/*============== select =================================*/
.grid-select-style {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa url("../images/icon-select.png") no-repeat 95% 50%;
}
.grid-select-style select {
    padding: 12px 10px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
		font-weight:500;
		font-size:1.1em;
		font-family:'Roboto', sans-serif;
}
.grid-select-style select:focus {
    outline: none;
}
button.grid-select-search {
	padding:12px 5px;
	background-color:#ffad00;
	width:100%;
	color:#000;
	text-align:center;
	font-weight:600;
	font-size:1.0em;
	font-family:'Roboto', sans-serif;
	text-transform:uppercase;
	border:0;
	-webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
	border:1px solid #ffad00;
}
button.grid-select-search:hover {
	background-color:#c01712;
	color:#ffad00;
	border:1px solid #ffad00;
}
/*==== mozilla =====*/
@-moz-document url-prefix() {
  select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }
}/*======= IE10 =====*/
select::-ms-expand {
    display: none;
}
/*============ index 4 column ================*/
.advan-bg {
	width:125px;
	height:125px;
	border-radius:50%;
	background-color:#24458d;
	margin:0 auto;
	color:#fff;
}
.advan-img {
	padding-top:18px;
	padding-left:18px;
	margin:0 auto;
	text-align:center;
	vertical-align:middle;
}
.advan-cont {
	width:100%;
	text-align:center;
}
p.advan-cont-title {
	font-weight:600;
	font-size:1.2em;
	padding-top:15px;
	line-height:135%;
	padding-bottom:10px;
	text-transform:uppercase;
	text-align:center;
}
p.advan-cont-sub {
	font-weight:300;
	font-size:1.0em;
	padding-bottom:20px;
	text-align:center;
}
.advan-main-title {
	text-align:center;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:60px;
	overflow:hidden;
}
.advan-main-title h3 {font-weight:700;text-transform:uppercase;color:000;}
.advan-line {
	width:100%;
	max-width:100px;
	height:4px;
	background-color:#18377a;
	margin:0 auto;
	text-align:center;
}
.advan-bg-img {
	background-image: url('../images/advan-bg.jpg');
	background-repeat:no-repeat;
	background-position:right bottom;
	width:100%;
	height:100%;
	z-index:-9999;
	overflow:hidden;
}
.advan-space-top {padding-top:50px;}

/*=========== ABOUT =================*/
.page2 {padding:50px 0;}
p.about-context {font-size:16px;padding:15px 0;line-height:180%;color:#000;}
li.about-feature-list {
	font-size:17px;
	padding:10px 0;
	color:#000;
	font-weight:600;
	list-style:disc;
	list-style-position: inside;
	letter-spacing:0.03em;
}

/*====== pro list ===========*/
/* item list table */
div.m-scroll_ex {
    width: 100%;
    height: 35vh;
    overflow: scroll;
		border:1px solid #d1d2d4;
}
div.m-scroll_ex_s { 
    width: 100%;
    height: 28vh;
    overflow: scroll;
		border:1px solid #d1d2d4;
}
div.m-no-scroll_ex {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.m-item-view {
    table-layout: auto;
    width: 100%;	
}

.m-item-view th {
   color:#fff;
	 text-align:center;
	 background-color:#474747;
	 font-size:1.1em;
	 font-weight:600;
	 padding:16px 12px;
	 white-space:nowrap;
}
.m-item-view td {
   color:#000;
	 text-align:center;
	 background-color:#fff;
	 font-size:1.0em;
	 font-weight:400;
	 padding:11px 12px;
	 border-bottom:1px solid #dddbdb;
	 white-space:nowrap;
}
.m-item-view tr:nth-child(odd) td {
    background-color:#f4f4f4;
}
.m-item-view td:first-child {
	text-align:left;
}
#pro-list {
	overflow:hidden;
	padding-bottom:15px;
	border-bottom:1px solid #797a7a;
}
.pro-list-tile {
	display:inline-block;
	float:left;
	width:50%;
	font-weight:700;
	font-size:1.2em;
	color:#0e4e8a;
}
.pro-list-year {
	display:inline-block;
	float:left;
	width:50%;
	font-weight:700;
	font-size:1.2em;
	text-align:right;
	color:#000;
}
.fa-pro-arrow {
	color:#0e4e8a;
	font-weight:700;
	font-size:1.3em;
}
#pro-list-sub {
	overflow:hidden;
	padding:20px 0;
	margin:0 auto;
	text-align:center;
}
.pro-list-result {
	display:inline-block;
	float:left;
	width:50%;
	font-weight:300;
	font-size:1.0em;
	color:#000000;
	text-align:left;
}
.pro-list-search {
	display:inline-block;
	float:left;
	width:50%;
	font-weight:300;
	font-size:1.0em;
	color:#0e4e8a;
	text-align:right;
}
.pro-search-input {
	width:100%;
	max-width:200px;
	padding:5px 0;
	border:1px solid #0e4e8a;
	border-radius:3px;
}
.pro-list-num {
	width:100%;
	max-width:150px;
	margin:0 auto;
	font-size:1.3em;
	text-align:center;
}
/*.m-video-responsive {overflow:hidden;width:100%;padding-bottom:56.25%;position:relative;height:0;}*/

/****** vimeo full screen ********/
.embed-container-vimeo {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.embed-container-vimeo iframe,
.embed-container-vimeo object,
.embed-container-vimeo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

input.part_num_search {width:100%;height:45px;border:1px solid #eee;}


/*================ pagination ==========*/
.pagination {
    display: inline-block;
		
}
.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.pagination a.active {
    background-color: red;
    color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.newsletter {float:right;}
input.newsletter_input {border:1px solid #cccccc;height:35px;width:65%;background:#fff;color:#000;font-size:1.2em;}
button.newsletter-but {height:35px;padding:0 20px;text-transform:uppercase;font-size:1.2em;color:#000;background:#ffad00;border:1px solid #db9c03;font-weight:600;}

/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #83c59d;
  font-size: 42px;
  line-height: 38px;
  z-index: 2000;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #2f3133;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}

@media only screen and (max-width: 500px) {
  .center-left {
    display: none;
  }
	.center-right {
		width:90%;
		float:none;
		text-align:center;
		margin:0 auto;
	}
	.join-mem-left {
	float:none;
	text-align:center;
	}
	.join-mem-right {
	float:none;
	padding:10px 0;
	text-align:center;
	}
	.advan-bg-img {
	background-image: url('../images/advan-bg-sm.jpg');
	background-position:center bottom;
	}
	.h3 {
  font: 700 27px/27px 'Roboto', sans-serif;
	}
	#pro-list {
	border:0;
	}
	.pro-list-tile {
		display:block;
		float:none;
		width:100%;
		border-bottom:1px solid #797a7a;
		padding:15px 0;
	}
	#pro-list-sub {
		padding:13px 0;
	}
	.pro-list-year {
		display:block;
		float:right;
		width:100%;
		padding:10px 0;
		border-bottom:1px solid #797a7a;
	}
	.pro-list-result, .pro-list-search {
		display:block;
		float:none;
		width:100%;
		text-align:center;
		line-height:25px;
	}
	.pro-search-input {
		max-width:85%;
	}
}

@media only screen and (max-width: 767px) {
	.advan-bg-img {
	background-image: url('../images/advan-bg-sm.jpg');
	background-position:center bottom;
	}
	#pro-list {
	border:0;
	}
	.pro-list-tile {
		display:block;
		float:none;
		width:100%;
		border-bottom:1px solid #797a7a;
		padding:15px 0;
	}
	#pro-list-sub {
		padding:13px 0;
	}
	.pro-list-year {
		display:block;
		float:right;
		width:100%;
		padding:10px 0;
		border-bottom:1px solid #797a7a;
	}
	.pro-list-result, .pro-list-search {
		display:block;
		float:none;
		width:100%;
		text-align:center;
		line-height:25px;
	}
	.pro-search-input {
		max-width:85%;
	}
	
}
/*Core variables and mixins*/
