/* General layout */
#sp-main-body .container {
    padding-right: 0px;
    padding-left: 0px;
}


.sp-megamenu-parent >li >a {
    font-size: 16px; */
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
}

.sp-contact-info li {
    display: inline-block;
    margin: 0 10px;
    font-size: 100%;
}


/* Logo */

#sp-header .logo {
    display: inline-block;
    height: 80px;
    display: table;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    margin-top: 5px;
	margin-left: -20px;
}

#sp-header .logo a {
    font-size: 48px;
    line-height: 1;
    margin: 0;
    padding: 10px 10px;
    display: table-cell;
    vertical-align: middle;
	color: #3070A8;
	border: 5px solid #3070A8;
	border-radius: 10px;
}



/* Mashead title */

#geek-masthead-94 h1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#geek-masthead-94 > .inner {
    padding: 0px;
}


/*Contact Form Began*/
.formResponsive {
	margin: 20px 0 20px;
}
.formResponsive p span {
	font-size: 14px;
	color: #fff;
	font-family: Roboto Condensed, sans-serif;
	font-weight: 300;
}
.formResponsive .formHorizontal .formControlLabel {
	display: none;
}
.formResponsive .formHorizontal .formControls .formBody br {
	display: none;
}
.formResponsive .formHorizontal .formControls {
	margin-left: 0;
}
.formResponsive .formHorizontal p.formDescription {
	margin-top: 0;
}
.formResponsive .formHorizontal .rsform-block {
	margin-bottom: 11px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.formResponsive input[type="text"] {
	width: 100%;
	height: 47px;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-ms-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-o-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #4c4c4c;
	padding: 10px;
	margin-bottom: 0px;
	font-family: Roboto Condensed, sans-serif;
	font-size: 16px;
}
.formResponsive textarea {
	width: 100%;
	height: 147px;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-ms-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-o-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #4c4c4c;
	padding: 10px;
	margin-bottom: 0px;
	font-family: Roboto Condensed, sans-serif;
	font-size: 16px;
}
.rsform-block.rsform-block-submit {
	text-align: center;
	margin-bottom: 0px !important;
}
.rsform-block-submit .rsform-submit-button {
	width: 100% !important;
	height: 50px !important;
	box-sizing: border-box;
	text-align: center !important;
	box-shadow: none;
	border-radius: 2px !important;
	font-family: Open Sans, sans-serif;
	font-weight: 600;
	font-size: 24px !important;
	line-height: 50px !important;
	padding: 0px !important;
	border: 1px solid #01244d !important;
	background: #01326b !important;
	color: #ffffff !important;
	transition: all 0.2s linear !important;
}
.rsform-block-submit .rsform-submit-button:hover {
	background: #011843 !important;
}
.formResponsive input[type="text"]:focus {
	font-weight: bold;
}
::-webkit-input-placeholder {
color:#4c4c4c !important;
}
::-moz-placeholder {
color:#4c4c4c !important;
}
:-moz-placeholder {
color:#4c4c4c !important;
}
:-ms-input-placeholder {
color:#4c4c4c !important;
}
:-o-input-placeholder {
color:#4c4c4c !important;
}
input:-moz-placeholder {
color:#4c4c4c !important;
}
/*Contact Form Began*/


/*Map Began*/
.contact-map {
	margin: 20px 0;
	width: 100% !important;
}

@media (max-width:767px) {
.contact-map {
	max-height: 400px !important;
	}
}

@media (max-width:420px) {
.contact-map {
	max-height: 220px !important;
	}
}
/*Map End*/


#sp-right .sp-module h3.sp-module-title, #sp-left .sp-module h3.sp-module-title {
	font-size: 24px;
}
.sp-module.highlight1 {
	background: #d2dde2;
	color: #000;
	padding: 20px;
}
.sp-module.highlight1 h3.sp-module-title {
	background: #81959E;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -20px;
	padding: 15px 20px;
	color: #fff;
}
.sp-module.highlight2 {
	color: #000;
	padding: 20px;
	border: 1px solid #d2dde2;
}
.sp-module.highlight2 h3.sp-module-title {
	background: #758890;
	margin-left: -21px;
	margin-right: -21px;
	margin-top: -21px;
	padding: 15px 20px;
	color: #fff;
}
.sp-module.dark {
	color: #000;
	padding: 20px;
	border: 1px solid #d2dde2;
}
.sp-module.dark h3.sp-module-title {
	background: #4c4f51;
	margin-left: -21px;
	margin-right: -21px;
	margin-top: -21px;
	padding: 15px 20px;
	color: #fff;
}
.sp-module.gray {
	color: #000;
	padding: 20px;
	border: 1px solid #d2dde2;
}
.sp-module.gray h3.sp-module-title {
	background: #7c7d7e;
	margin-left: -21px;
	margin-right: -21px;
	margin-top: -21px;
	padding: 15px 20px;
	color: #fff;
}
.sp-module.gray-box {
	color: #fff;
	padding: 20px;
	background: #7c7d7e;
}

.sp-module.outlined {
	color: #000;
	padding: 20px;
	border: 1px solid #d2dde2;
}
.sp-module.outlined h3.sp-module-title {
	border-bottom: 1px solid #d2dde2;
	color: #000;
	padding: 0 0 10px;
}
.sp-module.red {
	color: #000;
	padding: 20px;
	border: 1px solid #d2dde2;
}
.sp-module.red h3.sp-module-title {
	background: #C0392B;
	margin-left: -21px;
	margin-right: -21px;
	margin-top: -21px;
	padding: 15px 20px;
	color: #fff;
}
.sp-module.red-box {
	color: #fff;
	padding: 20px;
	background: #C0392B;
}
.sp-module.red-box h3.sp-module-title {
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -20px;
	padding: 15px 20px;
	border-bottom: 1px solid #aa3427;
}
.sp-module.blue {
	color: #000;
	padding: 20px;
	border: 1px solid #d2dde2;
}
.sp-module.blue h3.sp-module-title {
	background: #3070A8;
	margin-left: -21px;
	margin-right: -21px;
	margin-top: -21px;
	padding: 15px 20px;
	color: #fff;
}
.sp-module.blue-box {
	color: #fff;
	padding: 20px;
	background: #3070A8;
}
.sp-module.blue-box h3.sp-module-title {
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -20px;
	padding: 15px 20px;
	border-bottom: 1px solid #2a608f;
}
.sp-module.green {
	color: #000;
	padding: 20px;
	border: 1px solid #d2dde2;
}
.sp-module.green h3.sp-module-title {
	background: #27AE61;
	margin-left: -21px;
	margin-right: -21px;
	margin-top: -21px;
	padding: 15px 20px;
	color: #fff;
}
.sp-module.green-box {
	color: #fff;
	padding: 20px;
	background: #27AE61;
}
.sp-module.green-box h3.sp-module-title {
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -20px;
	padding: 15px 20px;
	border-bottom: 1px solid #2ba05d;
}
.sp-module.orange {
	color: #000;
	padding: 20px;
	border: 1px solid #d2dde2;
}
.sp-module.orange h3.sp-module-title {
	background-color: #E67716;
	margin-left: -21px;
	margin-right: -21px;
	margin-top: -21px;
	padding: 15px 20px;
	color: #fff;
}
.sp-module.orange-box {
	color: #fff;
	padding: 20px;
	background: #E67716;
}
.sp-module.orange-box h3.sp-module-title {
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -20px;
	padding: 15px 20px;
	border-bottom: 1px solid #c96712;
}


#sp-presentation {
    background: #ffffff;
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
}

section#sp-event-count-down {
	background-color: #3070a8;
	color: #ffffff;
	margin-top: -8px;
	padding: 25px 0 40px;
	font-family: "Myriad Web Pro";
}
section#sp-event-count-down h3.sp-module-title {
	text-align: center;
}
#sp-our-valueable-speakers {
	color: #ffffff;
	text-align: center;
}
#sp-our-past-events-photo-gallery {
	text-align: center;
}
#sp-what-other-s-say {
	color: #ffffff;
}
section#sp-top-row1 {
	background-color: #3070a8;
	color: #ffffff;
	padding: 25px 0 40px;
	font-family: "Myriad Web Pro";
	text-align: center;
}
section#sp-top-row2 {
	background-color: #ffffff;
	color: #000000;
	padding: 25px 0 40px;
	font-family: "Myriad Web Pro";
	text-align: center;
}
section#sp-top-row3 {
	background-color: #3070a8;
	color: #ffffff;
	padding: 25px 0 40px;
	font-family: "Myriad Web Pro";
	text-align: center;
}
section#sp-above-columns {
	background-color: #ffffff;
	color: #000000;
	padding: 25px 0 40px;
	font-family: "Myriad Web Pro";
	text-align: center;
}


/* ------- */
#sp-main-body {
    padding: 30px 0;
}

#sp-top2 {
padding: 10px 0;
}

#sp-top2 ul.social-icons {
    margin: 0px;
    float: left;
}

#sp-top2 ul.social-icons {
    list-style: none;
    padding: 0;
    margin: -20px 0 0 0;
    float: right;
    display: inline-block;
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 20px;
}



.sp-module {
    margin-top: 30px;
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.sp-contact-info {
    font-size: 120%;
}


select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: auto;
	width: auto;
}


.member .avatar {
    width: 40% !important;
    margin: 0 auto !important;
}

article.item {
    margin-bottom: 30px;
}

.gkTabsWrap.vertical ol li:hover, .gkTabsWrap.vertical ol li.active, .gkTabsWrap.horizontal ol li:hover, .gkTabsWrap.horizontal ol li.active {
    color: #fff !important;
    text-shadow: 0 -1px 0 ##FFA500 !important; 
    background: #E67716 !important;
}

.gkTabsWrap.vertical ol {
    border-bottom: 3px solid #E67716 !important;
}

.gkTabsWrap.vertical ol li, .gkTabsWrap.horizontal ol li {
    font-size: inherit !important; 
}

.gkTabsItem {
    padding: 0px 2px !important;
}


.alert {
    border: 1px solid #eb4947;
}


/* Contact page with RSContact */

#contact-page .contact-top .cp-left {
  text-align: center;
}
#contact-page .contact-top .cp-right h3.title {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  color: #252525;
  margin-bottom: 30px;
}
/*
#contact-page .contact-top .cp-right .contact-ajax .ctajax-wrap .ctajax-element {
  float: none;
  width: 100%;
}
#contact-page .contact-top .cp-right .contact-ajax .ctajax-wrap .ctajax-element .el-control {
  margin: 0 0 15px;
}
#contact-page .contact-top .cp-right .contact-ajax .ctajax-wrap .ctajax-element .el-control .el-input {
  width: 100%;
  margin-bottom: 0;
  background: #f8f8f8;
  border-radius: 5px;
  border: none;
  font-size: 14px;
  color: #707070;
}
#contact-page .contact-top .cp-right .contact-ajax .ctajax-wrap .ctajax-element .el-control.ctajax-error,
#contact-page .contact-top .cp-right .contact-ajax .ctajax-wrap .ctajax-element .el-control.ctajax-ok {
  position: relative;
}
#contact-page .contact-top .cp-right .contact-ajax .ctajax-wrap .ctajax-element .el-control.ctajax-error .ca-tooltip,
#contact-page .contact-top .cp-right .contact-ajax .ctajax-wrap .ctajax-element .el-control.ctajax-error .icon-ok-sign.el-ok,
#contact-page .contact-top .cp-right .contact-ajax .ctajax-wrap .ctajax-element .el-control.ctajax-ok .ca-tooltip,
#contact-page .contact-top .cp-right .contact-ajax .ctajax-wrap .ctajax-element .el-control.ctajax-ok .icon-ok-sign.el-ok {
  position: absolute;
  top: 4px;
  right: 15px;
}
#contact-page .contact-top .cp-right .contact-ajax .ctajax-wrap .ctajax-element .el-control #cainput_submit {
  background: #f26522;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  padding: 10px 25px;
  border-radius: 5px;
  border-bottom: 2px solid #d54d0d;
}
#contact-page .contact-top .cp-right .contact-ajax .ctajax-wrap .ctajax-element .el-control #cainput_submit:hover {
  background: #d54d0d;
}
#contact-page .contact-top .cp-right .contact-ajax .ctajax-wrap .ctajax-element .row .el-control.ctajax-error .ca-tooltip,
#contact-page .contact-top .cp-right .contact-ajax .ctajax-wrap .ctajax-element .row .el-control.ctajax-error .icon-ok-sign.el-ok,
#contact-page .contact-top .cp-right .contact-ajax .ctajax-wrap .ctajax-element .row .el-control.ctajax-ok .ca-tooltip,
#contact-page .contact-top .cp-right .contact-ajax .ctajax-wrap .ctajax-element .row .el-control.ctajax-ok .icon-ok-sign.el-ok {
  right: 30px;
}
*/
#contact-page .contact-bottom {
  margin-top: 50px;
}
#contact-page .contact-bottom .address .add .name {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #252525;
}
#contact-page .contact-bottom .address .add ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#contact-page .contact-bottom .address .add ul li {
  display: block;
  position: relative;
  margin: 20px 0;
  margin-left: 30px;
}
#contact-page .contact-bottom .address .add ul li:before {
  font-family: fontawesome;
  position: absolute;
  top: 0;
  left: -30px;
  font-size: 18px;
}
#contact-page .contact-bottom .address .add ul li.ico-add:before {
  content: "\f015";
}
#contact-page .contact-bottom .address .add ul li.ico-phone:before {
  content: "\f095";
}
#contact-page .contact-bottom .address .add ul li.ico-email:before {
  content: "\f0e0";
}
#contact-page .contact-bottom .address .add ul li.ico-time:before {
  content: "\f017";
}
#contact-page .contact-bottom .address .add ul li a {
  color: #898989;
}
#contact-page .contact-bottom .address .add ul li a:hover {
  color: #f26522;
}

select.mod-rscontact-width-auto, textarea.mod-rscontact-width-auto, input[type="text"].mod-rscontact-width-auto, input[type="password"].mod-rscontact-width-auto, input[type="datetime"].mod-rscontact-width-auto, input[type="datetime-local"].mod-rscontact-width-auto, input[type="date"].mod-rscontact-width-auto, input[type="month"].mod-rscontact-width-auto, input[type="time"].mod-rscontact-width-auto, input[type="week"].mod-rscontact-width-auto, input[type="number"].mod-rscontact-width-auto, input[type="email"].mod-rscontact-width-auto, input[type="url"].mod-rscontact-width-auto, input[type="search"].mod-rscontact-width-auto, input[type="tel"].mod-rscontact-width-auto, input[type="color"].mod-rscontact-width-auto, .uneditable-input {
    height: auto;
	width: 100% !important;
    margin-bottom: 0;
    background: #f8f8f8;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    color: #707070;
	padding: 10px;
}