/*
Theme Name: CDO Conclave
Theme URI: http://conclave.com/
Version: 1.0
Author: CDO Conclave
*/
/* general */
* { padding: 0px; margin: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html, body { font-family: 'proxima_nova_rgregular'; font-size: 14px; color: #585858; font-weight: normal; }
input, select, textarea { font-size: 14px; color: #000; }
img { border: 0px; display: block; }
a, input, button { outline: none !important; -webkit-transition: 0.30s; -moz-transition: 0.30s; transition: 0.30s; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
/* wrapper */
#wrapper { width: 100%; float: left; overflow: hidden; }	
#wrapper #registernow { padding: 10px 30px; width: 225px; position: fixed; bottom: 70px; right: 0px; font-size: 22px; font-family: 'proxima_nova_rgregular'; color: #fff; text-decoration: none; z-index: 999; border: 1px solid #e8dddd; background: #e42520; } 
	
	/* main */
	.main { margin: 0 auto; width: 1140px; }	
	
	/* header wrapper */
	#headerWrapper { width: 100%; height: 145px; float: left; position: fixed; top: 0; left: 0; z-index: 999; background: #fff; padding: 5px 0 5px; border-bottom: 1px solid #f8c031; }
		
	  /* social area */
	  .socialArea { padding: 36px 0 20px; float: right; }
	  .socialArea ul { list-style: none; float: right; }
	  .socialArea li { margin: 0 0 0 5px; float: left; }
	  .socialArea li a { width: 32px; height: 31px; display: inline-block; font-size: 22px; color: #f16f30; text-align: center; text-decoration: none; line-height: 30px; } 
	  .socialArea li a:hover { color: #fcd731; } 
	  
	  /* info area */
	  .infoArea { padding: 21px 23px 0 0; float: right; }
	  .infoArea span { padding: 0 8px 0 17px; margin-top: 9px; float: left; font-size: 14px; color: #fff; line-height: 11px; border-right: 1px solid #fff; }
	  .infoArea span cite { font-style: normal; color: #fcc626; }
	  .infoArea span:nth-child(2n) { border-right: none; }
	  .infoArea a { padding: 5px 0 6px 0; margin-left: 13px; width: 77px; float: left; font-size: 14px; color: #fff; text-align: center; text-decoration: none; border-radius: 3px; background: #575757; }
	  .infoArea a:hover { background: #fcc626; }
	  .infoArea h4 { padding: 8px; border-radius: 3px; background: #fcc626; color: #fff; display: inline-block; font-weight: 700; float: left;} 
	  .logoArea { float: left; margin: -5px 0 0; }
	  
	  /* menu area */
	  .menuArea { padding: 8px 0 2px; float: right; }
	  .menuArea ul { list-style: none; }
	  .menuArea li { padding: 0 5px; float: left; position: relative; }
	  .menuArea li:last-child { padding-right: 0px; }
	  .menuArea li a { padding: 2px 10px 10px; display: block; color: #282828; font-family: 'proxima_nova_rgregular'; font-size: 17px; text-decoration: none; text-transform: uppercase; }
	  .menuArea li:last-child a { padding-right: 0; }
	  .menuArea li a:hover, .menuArea li a.active, .menuArea .current-menu-item a { color: #f16f30; }
	  .menuArea ul .sub-menu { display: none; background: #fcd731; border: 1px solid #fcd731; position: absolute; left: 5px; width: auto; min-width: 190px; padding: 5px 0; }
	  .menuArea ul .sub-menu li { padding: 0 1px; float: none; display: block; font-size: 12px; border-bottom: 1px solid #fcd731; }
	  .menuArea ul .sub-menu li a { display: block; font-size: 15px; color: #363636; padding: 7px 15px; } 
	  .menuArea ul li:hover > .sub-menu { display: block; }
	  .menuArea ul .sub-menu li a:hover, .menuArea ul .sub-menu .current-menu-item a { color: #f16f30; }
	  
	  /* top partner area */
	  .top-partner { padding: 0 2% 0 5%; float: left; margin: 5px 0 0 5px; text-align: right; }
	  .top-partner span { display: inline-block; font-size: 14px; margin: 38px 5px 0 0; vertical-align: top; }
	  .top-partner img { display: inline-block; }
	  
	  /* mobilemenu area */ 
	  .mobilemenuArea { display: none; }
	  .mobilemenuArea .mobile { padding: 1px 6px; position: absolute; top: 35px; right: 15px; font-size: 28px; color: #f9c032; line-height: 28px; border: 1px solid #f9c032; }
	  .mobilemenuArea ul { padding: 10px 0 0 0; width: 100%; display: none; position: absolute; top: 115px; left: 0px; list-style: none; background: rgba(0,0,0,0.9); z-index: 999; }	
	  .mobilemenuArea li { display: block; border-bottom: 1px solid #ccc; }
	  .mobilemenuArea li a { padding: 8px 15px; display: block; font-size: 18px; color: #fff; text-decoration: none; }
	  .mobilemenuArea li a:hover, .mobilemenuArea li a.active { color: #f16f30; background: #fff; }
		
	/* banner wrapper */
	#bannerWrapper { width: 100%; float: left; position: relative; margin-top: 120px; }
	
		#bannerWrapper ul, #bannerWrapper ol { list-style: none; }
		#bannerWrapper .slides li { width: 100%; height: 500px; float: left; background-position: center center; background-repeat: no-repeat; background-size: cover; }
		#bannerWrapper .flex-prev, #bannerWrapper .flex-next { width: 50px; height: 50px; position: absolute; font-size: 0px; border-radius: 50%; z-index: 99; }
		#bannerWrapper .flex-prev { top: 41%; left: 0px; background: #fcc626 url('images/prev.png') no-repeat center; }
		#bannerWrapper .flex-next { top: 41%; right: 0px; background: #fcc626 url('images/next.png') no-repeat center; }
		#bannerWrapper .flex-control-paging { margin-left: -38px; position: absolute; bottom: 30px; right: 20%; z-index: 999; }
		#bannerWrapper .flex-control-paging li { margin-right: 5px; float: left; }
		#bannerWrapper .flex-control-paging li a { width: 15px; height: 15px; display: block; font-size: 0px; cursor: pointer; background: #ddd; border-radius: 50%; }
		#bannerWrapper .flex-control-paging li a.flex-active, #bannerWrapper .flex-control-paging li a:hover { background: #f59c31; }
		#bannerWrapper.loading { background: url('images/ajax-loader.gif') no-repeat center; } 
		#bannerWrapper.loading .flexslider { opacity: 0; height: 550px;}
	
		/* banner area */
		.bannerArea { padding: 0; width: 100%; height: 100%; float: left;/* background: rgba(0, 0, 0, 0.4);*/ } 
		.bannerArea .overlay { padding:13% 0 0; width: 82%; }
		.bannerArea .overlay h1 { text-shadow: 2px 2px 3px #000; color:#fff; font-family: 'proxima_novasemibold'; font-size:52px; line-height: 58px; font-weight:normal; margin:0 0 30px;}  
		.border{width:70px; height:2px; margin:0 auto; background:#ddd;} 
		#scroll { margin-left: -25px; z-index: 99; position: absolute; bottom: -25px; left: 50%; }  
		.topbg { position: absolute; left: 4.5%; top: 0; z-index: 9; width: 55%; }
		.topbg img { height: 270px; } 
		.bottombg { position: absolute; left: 50%; margin-left: 22px; bottom: -2px; z-index: 9; } 
		.bannerArea .event-links a { background: #009e9f; border: 1px solid #009e9f; color: #fff; font-size: 20px; padding: 8px 20px; text-decoration: none; text-transform: uppercase; }  
		.bannerArea .event-links a:hover { background: #027a7b; border: 1px solid #027a7b; } 
		
		/* event counter */
		#main_countedown_1 .element_conteiner { padding-right: 5px; }
		#main_countedown_1 .countdown { text-align: left !important; }
		#main_countedown_1 .time_description { color: #fff !important; font-family: 'proxima_novalight' !important; font-size: 16px !important; }
		#main_countedown_1 .time_description, #main_countedown_1 .time_left { color: #fff !important; font-family: 'proxima_nova_rgregular' !important; font-size: 18px; }
		#main_countedown_1 .time_left { background: #7654a1 !important; font-weight: normal; border-radius: 1px !important; }
		
	/* event wrapper */
	#eventWrapper { width: 100%; float: left; background: #fafafa; padding: 65px 0 45px; }
		
		/* event area */
		.eventArea { margin:  0 0 20px; width: 100%; float: left; text-align: center; } 
		.pageArea .text .eventArea { padding: 0 0 20px; width: 100%; float: left; }  
		.eventArea h2 { font-family: 'proxima_nova_rgregular'; font-size: 55px; line-height: 58px; text-transform: uppercase; margin: 0 0 20px; } 
		.eventArea h2, .featuresArea h3, 
		.responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover, .responsive-tabs .responsive-tabs__list__item:hover,
		.pageArea h2, .featuresArea .features-right h4 { color: #f16f30; background: -webkit-linear-gradient(#fcd731, #f16f30); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
		.eventArea h4 { color: #f8c031; font-family: 'proxima_nova_rgregular'; font-size: 22px; line-height: 32px; text-align: center; text-transform: uppercase; margin: 0 0 15px; } 
		.eventArea .event-inner p, .pageArea .text .eventArea .event-inner p { margin-bottom: 20px; font-family: 'proxima_nova_rgregular'; font-size: 18px; line-height: 34px; padding: 0 5%; }
		.eventArea .event-inner .event-links, .pageArea .text .eventArea .event-inner .event-links { margin-top: 35px; }  	 
		.eventArea .event-inner a, .pageArea .text .eventArea .event-inner a,
		.eventArea .event-inner a:hover, .pageArea .text .eventArea .event-inner a:hover, .agenda-link a, .home-speaker .event-links a, .home-speaker .event-links a:hover,
		.registerArea .register .sub, .wpcf7-form .sub, .registerArea .register .sub:hover, .wpcf7-form .sub:hover, .popup .sub, .popup .sub:hover { 
		  margin: 10px 15px 10px 0px; 
		  padding: 15px 40px 10px; 
		  display: inline-block; 
		  font-size: 22px; 
		  font-family: 'proxima_nova_rgregular'; 
		  color: #fff; 
		  text-decoration: none; 
		  text-transform: uppercase;
		  background: #f17030; /* For browsers that do not support gradients */
		  background: -webkit-linear-gradient(left, #fcd731 , #f17030); /* For Safari 5.1 to 6.0 */
		  background: -o-linear-gradient(right, #fcd731, #f17030); /* For Opera 11.1 to 12.0 */
		  background: -moz-linear-gradient(right, #fcd731, #f17030); /* For Firefox 3.6 to 15 */
		  background: linear-gradient(to right, #fcd731 , #f17030); /* Standard syntax */ 
		} 
		
	/* features wrapper */
	#featuresWrapper { padding: 80px 0; width: 100%; float: left; }
	#featuresWrapper { background: url("images/discussion-bg.jpg") no-repeat scroll center bottom; background-size: cover; }
		
		/* features area */  
		.featuresArea .features { width: 100%; }  
		.featuresArea .features-left { width: 55%; float: left; padding: 0; }
		.featuresArea .features-right { width: 45%; float: left; padding: 0 0 0 2%; }
		.featuresArea .features-right h4 { margin: 0 0 15px; font-size: 24px; text-transform: uppercase; }
		.featuresArea ul { list-style-image: url("images/bullet.jpg"); padding-left: 40px; margin: 0 } 
		.featuresArea h3 { margin: 0 0 25px; color: #f59c31; font-size: 36px; text-transform: uppercase; line-height: 40px; }  
		.featuresArea .features .pt-icon { font-size: 22px; color: #363636; } 
		.featuresArea .features .pt-icon span { display: inline-block; vertical-align: super; padding: 5px 0; }  
		.featuresArea .agenda-link { text-align: center; padding-top: 20%; } 
		.featuresArea .agenda-link a { padding: 15px 50px 10px;  } 
		
	/* special features wrapper */
	#spfeaturesWrapper { padding: 60px 0 30px; width: 100%; float: left; background: url("images/inspire-bg.jpg") no-repeat scroll center bottom; background-size: cover; text-align: center; }
		
		/* special features area */  
		.spfeaturesArea .spfeatures { width: 100%; color: #fff; } 
		.spfeaturesArea h2 { margin-bottom: 0px; font-size: 36px; text-transform: uppercase; line-height: 40px; color: #fff; }  
		.spfeaturesArea h3 { margin: 0; font-size: 31px; line-height: 40px; } 
		.spfeaturesArea .spfeatures .col-3 { width: 33.3333%; padding: 0; margin: 15px 0 25px; }
		.spfeaturesArea .spfeatures img { margin: 0 0 5px; display: inline-block; }  
		.spfeaturesArea .spfeatures h3 { margin: 0; font-family: 'proxima_novasemibold'; text-transform: uppercase; font-size: 22px; line-height: 26px; }
		.spfeaturesArea .spfeatures p { margin: 0; font-size: 16px; padding: 0 6%; }  
		
    .page-title { padding: 50px 0 50px; margin-bottom: 50px; width: 100%; float: left; background: url("images/title-bg.jpg") no-repeat scroll center center; background-size: cover; } 
	.page-title .main h1 { color: #231f20; font-size: 73px; margin: 0; text-transform: uppercase;     background: -webkit-linear-gradient(#f27930,#fbce31);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
		
	/* register wrapper */
	#registerWrapper { width: 100%; float: left; position: relative; padding: 0 0 50px; } 
		
		/* register area */
		.registerArea { font-family: 'proxima_nova_rgregular'; width: 100%; height: 100%; float: left; position: relative; z-index: 99; color: #fff; } 
		.registerArea .register-left, .registerArea .register-right { width: 50%; float: left; padding: 0 5% 0 2%; }
		.registerArea .register-right { padding: 6% 2% 0 2%; }
		.registerArea .register-left h2 { font-family: 'proxima_nova_rgregular'; font-size: 15px; margin: 5px 0 30px; color: #009e9f; line-height: 24px; } 
		.pageArea .text .registerArea .register-left h3 { font-family: 'proxima_novasemibold'; font-size: 30px; margin: 0; color: #363636; }  
		.registerArea .register-left h4 { font-family: 'proxima_novasemibold'; font-size: 18px; margin: 30px 0 5px; color: #363636; text-transform: uppercase; }  
		.registerArea .register-left ul { list-style-type: none; } 
		.registerArea .register-left ul li { margin-bottom: 10px; font-size: 18px; line-height: 24px; color: #363636; }
		.registerArea .register .wpcf7-form-control-wrap, .wpcf7-form-control-wrap { margin-bottom: 15px; width: 100%; float: left; } 
		.registerArea .register .style, .wpcf7-form .style { padding: 15px 20px; width: 100%; height: 50px; float: left; font-family: 'proxima_nova_rgregular'; font-size: 18px; color: #333; border: 1px solid #fcd731; border-bottom-color: #f9b346; border-right-color: #f9b346; }
		.registerArea .register textarea, .wpcf7-form textarea { padding: 12px 20px; width: 100%; height: 121px; float: left; font-family: 'proxima_nova_rgregular'; font-size: 18px; color: #333; border: 1px solid #fcd731; border-bottom-color: #f9b346; border-right-color: #f9b346; }
		#mapWrapper .wpcf7-form textarea { height: 100px; resize: none; }
		.registerArea .register .sub, .wpcf7-form .sub, .registerArea .register .sub:hover, .wpcf7-form .sub:hover { margin: 20px 0 10px; clear: both; float: right; cursor: pointer; border: 0; } 
		.registerArea .register .style::-moz-placeholder, .wpcf7-form .style::-moz-placeholder { color: #777 !important; opacity: 1; }
		.registerArea .register .style:-ms-input-placeholder, .wpcf7-form .style:-ms-input-placeholder { color: #777 !important; opacity: 1; }
		.registerArea .register .style::-webkit-input-placeholder, .wpcf7-form .style::-webkit-input-placeholder { color: #777 !important; opacity: 1; }
		.registerArea .register div.wpcf7-response-output { display: block !important; float: left; margin: 0; text-align: center; width: 100%;}
		.registerArea .register select option { color: #585858;}
		.fancybox-wrap { z-index: 99999!important; }
		span.wpcf7-not-valid-tip { color: #ff1200 !important; font-size: 14px; }
		.marbot20 { margin-bottom: 20px; } 
		
    /* home speakers wrapper */
	.home-speaker #speakersWrapper { width: 100%; height: auto; float: left; position: relative; background: #fef2e3; } 
		
		/* speakers area */
		.home-speaker .speakersArea { padding: 60px 0 70px; width: 100%; height: 100%; float: left; position: relative; z-index: 99; }
		.home-speaker .speakersArea h2 { padding: 0 0 20px; font-size: 38px; text-align: center; text-transform: uppercase; }
		.home-speaker .speakersArea .speakers { margin: 25px auto; width: 100%; position: relative; text-align: center; }
		.home-speaker .speakersArea .speakers .speak { margin: 0 20px 0 0; width: 260px; float: left;  } 
		.home-speaker .speakersArea .speakers .text { padding: 0; width: 100%; float: left; }
		.home-speaker .speakersArea .speakers a .text { color: #585858 !important; }
		.home-speaker .speakersArea .speakers .image {  margin: 0 auto 18px auto; width: 146px; height: 146px; overflow: hidden; display: block; text-align: center; padding: 3px; background: #f4a23f; border-radius: 50%; }
		.home-speaker .speakersArea .speakers .image img { max-width: 100%; display: inline-block; border-radius: 50%; } 
		.home-speaker .speakersArea .speakers .image img, .pageArea .speakersArea .speakers .image img, .speaker-prof .image img { -webkit-filter: grayscale(100%); filter: grayscale(100%); transition: 0.5s ease; -webkit-transition: 0.5s ease; }
		.home-speaker .speakersArea .speakers .image img:hover, .pageArea .speakersArea .speakers .image img:hover, .speaker-prof .image img:hover { -webkit-filter: grayscale(0%); filter: grayscale(0%); }
		.home-speaker .speakersArea .speakers h4 { margin-bottom: 3px; font-family: 'proxima_novalight'; font-size: 24px; color: #f16f30; }
		.home-speaker .speakersArea .speakers p { padding: 0 30px 0 30px; font-family: 'proxima_novalight'; font-size: 14px; line-height: 20px; color: #363636; margin: 0; }
        .home-speaker .speakersArea .speakers .cmpny { font-family: 'proxima_novasemibold'; font-size: 16px; }
		.home-speaker .speakersArea .speakers .email { padding: 20px 0 0; width: 100%; float: left; text-align: center; border-radius: 0 0 1px 1px; }
		.home-speaker .speakersArea .speakers .email a { font-size: 18px; color: #8ec549; text-decoration: none; }
		.home-speaker .speakersArea .speakers .email a:hover { text-decoration: underline; } 
		.home-speaker .speakersArea .get { width: 70%; margin: 35px auto 0; text-align: center; }
		.home-speaker .speakersArea .get p, .home-speaker .speakersArea .get p a, .home-speaker .speakersArea .get a.reg, .home-speaker .speakersArea .get span { color: #fff !important; font-family: 'proxima_novalight'; font-size: 18px; }  
		.home-speaker .speakersArea .get p a:hover { color: #8ec549 !important; }   
		.home-speaker .speakersArea .speakers .owl-prev { position: absolute; top: 41%; left: -40px;  font-size: 0px; }
		.home-speaker .speakersArea .speakers .owl-prev:before { font-family: FontAwesome; content: "\f104"; font-size: 38px; color: #fcd731; }
		.home-speaker .speakersArea .speakers .owl-next { position: absolute; top: 41%; right: -40px;  font-size: 0px; }
		.home-speaker .speakersArea .speakers .owl-next:before { font-family: FontAwesome; content: "\f105"; font-size: 38px; color: #fcd731; } 
		.home-speaker .speakersArea .event-links a { margin-right: 0; }
		
	/* speakers wrapper */
	#speakersWrapper { width: 100%; float: left; position: relative; }  
		
		/* speakers area */ 
		.pageArea .speakersArea { padding: 0px; width: 100%; height: 100%; float: left; position: relative; z-index: 99; } 
		.pageArea .speakersArea .speakers { width: 100%; position: relative; }
		.speakers-left, .speakers-right { width: 50%; float: left; }
		.speakers-left { padding: 2% 5% 5% 0%; } 
		.speakers-right, .partners-left { margin-top: 2%; }
		.pageArea .speakersArea .speakers .speak { margin: 0 20px 25px 0; width: 260px; float: left; border-radius: 3px; background: #fff; border: 1px solid #fcd731; border-bottom-width: 5px;  border-bottom-color: #f4a23f; border-right-color: #f4a23f; } 
		.pageArea .speakersArea .speakers .text { padding: 25px 0 0 0; width: 100%; min-height: 315px; float: left; }
		.pageArea .speakersArea .speakers a .text { color: #585858 !important; }
		.pageArea .speakersArea .speakers .image, .speaker-prof .image { padding: 3px; margin: 0 auto 18px auto; width: 146px; height: 146px; display: block; border-radius: 50%; background: #f4a23f; }
		.pageArea .speakersArea .speakers .image img, .speaker-prof .image img { max-width: 100%; border-radius: 50%; }
		.pageArea .speakersArea .speakers h4, .speaker-prof h4 { margin-bottom: 3px; font-family: 'proxima_nova_rgregular'; font-size: 20px; color: #f17030; text-align: center; }
		.pageArea .speakersArea .speakers p { padding: 0 14px; font-size: 15px; line-height: 20px; text-align: center; } 
		.pageArea .speakersArea .speakers .email { padding: 14px 0 17px 0; width: 100%; float: left; text-align: center; border-radius: 0 0 1px 1px; background: #f9c032; }
		.pageArea .speakersArea .speakers .email a { font-size: 14px; color: #fff; text-decoration: none; }
		.pageArea .speakersArea .speakers .email i { margin-right: 8px; }  
		.pageArea .speakersArea .get p { font-size: 22px; line-height: 26px; text-align: center; color: #fff; margin: 0 auto 80px; width: 80%; }  
		.pageArea .speakersArea .get p a { color: #e42520; text-decoration: none; font-size: 20px; }  
		.pageArea .speakersArea .get p a:hover { color: #157f39; }   
		.pageArea .speakersArea .speakers .owl-prev { position: absolute; top: 41%; left: 0px;  font-size: 0px; }
		.pageArea .speakersArea .speakers .owl-prev:before { font-family: FontAwesome; content: "\f104"; font-size: 38px; color: #f9c032; }
		.pageArea .speakersArea .speakers .owl-next { position: absolute; top: 41%; right: 0px;  font-size: 0px; }
		.pageArea .speakersArea .speakers .owl-next:before { font-family: FontAwesome; content: "\f105"; font-size: 38px; color: #f9c032; } 
		.clear { clear: both; } 
		.speaker-prof { max-height: 500px; overflow-y: auto; text-align: center; } 
		.speaker-prof .image { margin: 20px auto 10px; }
		.speaker-prof .desgntn { font-size: 16px; text-align: center; margin-bottom: 10px; }
		.speaker-prof p { text-align: justify; padding: 0 15px; font-size: 15px;  line-height: 20px; margin-bottom: 10px; }
		
	/* partners wrapper */
	#partnersWrapper { width: 100%; float: left; min-height: 500px; }	
		
		/* partners area */
		.pageArea .text .partnersArea { padding: 0; width: 100%; float: left; }   
		.pageArea .text .partnersArea h3 { margin-bottom: 5px; font-family: 'proxima_nova_rgbold'; font-size: 28px; color: #666;margin-top: 20px; }
		.partners-left { width: 50%; float: left; }
		.partners-right { padding: 2% 0 5% 5%; }
		.pageArea .text .sponsors p { margin-bottom: 10px; }
		.pageArea .text .sponsors form { margin-top: 25px; }
		.pageArea .text .sponsors p, .pageArea .text .sponsors p a { line-height: 30px; font-size: 22px; color: #363636; } 
		.pageArea .text .sponsors { margin: 0 0 25px; }  
		.pageArea .text .sponsors a { text-decoration: none; background: none; padding: 0; }
		.pageArea .text .sponsors a:hover { background: transparent; color: #f16f30; }
		.pageArea .text .sponsors a i { margin: 2px 3px 0 0; }  
		.martop25 { margin-top: 25px; } 
		.pageArea .text .partnersArea .sponsor-slider { margin: 5px 0 65px; text-align: center; } 
		.pageArea .text .partnersArea .sponsor-item { margin: 10px 0; padding: 0 10px; text-align: center; display: inline-block; } 
		.pageArea .text .partnersArea .sponsor-slider h4 { font-family: 'proxima_nova_rgregular'; font-size: 20px; margin: 0 0 5px; text-align: center; } 
		.pageArea .text .partnersArea .sponsor-slider img { display: inline-block; margin: 5px 0 2px; } 
		.pageArea .text .partnersArea .sponsor-slider a { background: none; padding: 0; }
		.partner-prof h4 { margin: 15px 0 !important; font-size: 22px !important; }
		.partner-prof p { margin-bottom: 10px !important; }
		.partner-prof p a { text-decoration: none; color: #444; }
		.partner-prof p a:hover { color: #f9c032; } 
		.agenda-main { margin-bottom: 80px; }
		.agenda-main form .sub, .agenda-main form .sub:hover { margin-right: 15px; }
	
	/* map wrapper */
	#mapWrapper { width: 100%; float: left; padding: 0 0 60px; }
	
		/* map area */
		#mapWrapper .main { position: relative; }
		.mapArea { width: 100%; height: 100%; float: left; }
		.mapArea .acf-map { width: 100%; height: 350px; }  
		
     /* venue wrapper */
	#venueWrapper { width: 100%; float: left; padding: 0 0 100px; } 
		
		/* venue area */
		.venueArea { width: 100%; height: 100%; float: left; position: relative; z-index: 99; font-size: 18px; } 
		.pageArea .text .venueArea .date { padding-right: 10px; margin: 0 8px 5px 0; display: block; }
		.pageArea .text .venueArea .date, .pageArea .text .venueArea .place, .pageArea .text .contact-main p, .pageArea .text .contact-main p a { font-size: 22px; line-height: 30px; display: block; color: #363636; } 
		.pageArea .text .contact-main p { margin-bottom: 10px; }
		.pageArea .text .contact-main p a { display: inline-block; } 
		.pageArea .text .venueArea form { margin-top: 25px; } 
		.pageArea .text .venueArea .phone, .pageArea .text .venueArea .email a { font-size: 22px; display: block; text-decoration: none; margin-bottom: 5px; padding: 0; color: #363636; } 
		.pageArea .text .contact-main p a:hover, .pageArea .text .venueArea .email a:hover { color: #f16f30; }
		.pageArea .text .mob-venueWrapper{display: none !important; position: static !important;} 
		.contact-left { width: 35%; float: left; padding-right: 5%; }
		.contact-right { width: 65%; float: left; }
		.venueArea .wpcf7 .sub { clear: none; margin-right: 15px; } 
		#mapWrapper .wpcf7, .agenda-main .wpcf7 { margin: 0px -15px; }
		#mapWrapper .wpcf7-form-control-wrap, .agenda-main .wpcf7-form-control-wrap { float: left; margin-bottom: 15px; padding: 0 15px; width: 50%; }
		
	/* news wrapper */
	#newsWrapper { width: 100%; float: left; background: #515584; display: none; }	
		
		/* news area */
		.news-page { background: #f5f5f5; }
		.newsArea { padding: 0 0 70px; width: 100%; float: left; }
		.newsArea h2, .newsArea h1 { margin-bottom: 50px; padding-left: 40px; color: #213a42; background: rgba(0, 0, 0, 0) url("images/border.png") no-repeat scroll left center; font-size: 40px; font-family: 'proxima_nova_rgbold'; }
		.newsArea .news { width: 100%; height: 390px; float: left; padding: 45px 30px; background: #fff; } 
		.newsArea .date { font-size: 15px; color: #666; }  
		.newsArea  h5 { font-size: 16px; margin: 10px 0 12px; text-transform: uppercase; line-height: 24px; }
		.newsArea  h5 a { color: #f59c31; text-decoration: none; font-family: 'proxima_nova_rgregular'; }
		.newsArea  h5 a:hover { color: #f16f30; }
		.newsArea  p, .newsArea .blog-col .post-desc { font-size: 15px; line-height: 24px; } 
		.newsArea .owl-item { padding: 0 10px; }
		.newsArea .owl-prev { position: absolute; top: 41%; left: -40px;  font-size: 0px; }
		.newsArea .owl-prev:before { font-family: FontAwesome; content: "\f104"; font-size: 38px; color: #fff; }
		.newsArea .owl-next { position: absolute; top: 41%; right: -40px;  font-size: 0px; }
		.newsArea .owl-next:before { font-family: FontAwesome; content: "\f105"; font-size: 38px; color: #fff; } 
		.newsArea h1 { color: #4c2772; background: rgba(0, 0, 0, 0) url("images/border.png") no-repeat scroll center bottom; } 
		.newsArea .blog-col { width: 31%; padding: 45px 30px; margin: 1.5% 1%; float: left; background: #fff; }
		.navigation { margin: 30px 20px 0; }
		.navigation .older { float: right; }
		.navigation a { color: #666; font-family: 'proxima_nova_rgbold'; font-size: 15px; text-decoration: none; } 
		.navigation a:hover { color: #4c2772; } 
		
		/* page wrapper */
	#pageWrapper { width: 100%; float: left; }
		
		/* page area */
		.full-page .pageArea { padding: 120px 0 0; width: 100%; float: left; }
        .single .pageArea { padding: 165px 0 80px; }
		.pageArea { padding: 120px 0 67px; width: 100%; float: left; }
		.pageArea h1 { color: #fff; font-size: 54px; margin: 0; }
		.pageArea h2 { margin: 20px 0; color: #009e9f; font-family: 'proxima_nova_rgbold'; font-size: 30px; }
		.pageArea .text { width: 100%; float: left; }
		.pageArea .text p { margin-bottom: 20px; font-size: 17px; line-height: 24px; }
		.pageArea .text a { display: inline-block; font-size: 18px; color: #f9c032; text-decoration: none; }
		.pageArea .text a:hover { color: #f59c31; }
		.pageArea .text em { display: block; }
		.pageArea .text img { margin: 0 auto; display: block; clear: both; text-align: center;}
		.pageArea .text h3 { font-size: 18px; }
		.pageArea .text h3 a { background: none; color: #000; }
		.pageArea .text h3 a:hover { color: #fff; } 
		
	
	/* footer wrapper */
	#footerWrapper { width: 100%; float: left; } 
		
		/* copyright area */
		.copyrightArea { padding: 25px 0 28px 0; width: 100%; background: #4c4c4c; }
		.copyrightArea p { font-size: 12px; color: #fff; text-align: center; line-height: 20px; }
		.copyrightArea p a { color: #fcd731; text-decoration: none; }
		.copyrightArea p a:hover { color: #f17030; }
		
		.col-2 { width: 48%; float: left; margin: 0.8% 1%; } 
		.col-3 { width: 30%; float: left; margin-right: 5%; } 
		.last { margin-right: 0 !important; } 
		
		/* popup */
		.fancybox-inner { overflow: hidden !important; }
		.fancybox-skin { padding: 10px 25px 30px !important; border-radius: 0 !important; }
		.popup h3 { margin: 15px 0 20px; font-family: 'proxima_nova_rgregular'; font-size: 18px; text-align: center; text-transform: uppercase; color: #f59c31; }
		.popup .wpcf7-form-control-wrap { margin: 0 0 10px 0; width: 100%; float: left; }
		.popup.wpcf7-form-control-wrap:nth-of-type(2n) { float: right; } 
		.popup .wpcf7-form-control { padding: 0 7px; width: 100%; height: 35px; float: left; float: left; font-size: 14px; color: #000; border: 1px solid #f9c032; border-bottom-color: #f9b346; border-right-color: #f9b346; }
		.popup .sub, .popup .sub:hover { color: #fff; cursor: pointer; border: 0; font-size: 15px; text-transform: uppercase; padding: 8px; } 
		.popup .wpcf7-form-control.wpcf7-not-valid { border: 1px solid #F00; }
		.popup .wpcf7-not-valid-tip { display: none !important; } 
		.popup div.wpcf7-validation-errors { margin: 10px 0 0 0; width: 100%; float: left; }
		div.wpcf7-mail-sent-ng, div.wpcf7-mail-sent-ok { clear: both; color: #333 !important; }
		div.wpcf7-validation-errors { color: #333 !important; }
		div.wpcf7-response-output { clear: both; }
		
		.desc h2 { padding: 8px 0 8px 0; font-size: 20px; } 
		.desc p { padding: 5px 0; font-size: 14px; line-height: 22px; }
		
		div .bx-wrapper .bx-viewport { background: none !important; }
		
		#agendadoc { display: none; clear: both; padding: 0; font-size: 16px; text-align: center; }
		#agendadoc a { text-decoration: none; background: none; color: #f9c032; display: block; margin: 3px 0 0; } 
		.fancybox-wrap, .fancybox-skin { z-index: 9999999 !important; }
		
		#inline7 p { line-height: 22px; margin-bottom: 15px; font-size: 15px; }
		#inline7 a { color: #011d3a; font-size: 15px; text-decoration: none; }
		#inline7 a:hover, #inline7 a:focus { color: #e01dbc; }
		#inline7 h3 { margin-bottom: 12px; }  
		
		
		.responsive-tabs__list__item--active:after, .responsive-tabs__list__item--active:before {
			top: 100%;
			left: 50%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
		} 
		
		/* Custom Scrollbar */
		.scrollbar-path-vertical, .scrollbar-path-horizontal {
			position: absolute;
			background-color: #c4c4c4;
			background-color: rgba(196,196,196,0.8);
			z-index: 100;
		}
		.scrollbar-path-horizontal {
			bottom: 5px;
			left: 0;
			width: 100%;
			height: 10px;
		}
		.scrollbar-path-vertical {
			right: 2px;
			top: 0 !important;
			height: 100% !important;
			width: 7px !important;
		}
		.scrollbar-path-vertical {
			box-shadow: inset 1px 0px 1 rgba(0,0,0,0.1);
			-moz-box-shadow: inset 1px 0px 1 rgba(0,0,0,0.1);
			-webkit-box-shadow: inset 1px 0px 0 rgba(0,0,0,0.1);
		}
		.scrollbar-path-horizontal {
			box-shadow: inset 0px 1px 1 rgba(0,0,0,0.1);
			-moz-box-shadow: inset 0px 1px 1 rgba(0,0,0,0.1);
			-webkit-box-shadow: inset 0px 1px 0 rgba(0,0,0,0.1);
		}
		.scrollbar-handle {
			position: relative;
			top: 0;
			left: 0;
			background-color: #444;
			cursor: pointer;
		}
		.scrollbar-path-vertical .scrollbar-handle {
			height: 50% !important;
			width: 7px !important;
		}
		.scrollbar-path-horizontal .scrollbar-handle {
			width: 20%;
			height: 100%;
		}
		.scrollbar-path-vertical, .scrollbar-path-horizontal, .scrollbar-handle {
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
		}
		.scrollbar-content {
			padding: 0 15px 0 0;
			width: 100%;
		}
.outer_image_section{
width: 100%;
    float: left;
}
.image_section{
     width: 509px;
    margin-left: auto;
    margin-right: auto;
}
.inner_image_section{
    width: 198px;
    padding-top: 0 !important;
}
.left_image_section {
    float: left;
    margin-top: -18px !important;
}
.right_image_section {
     float: left;
     padding-left: 25px !important;
    margin-top: -35px !important;
}
.inner_sms_sponser{
      float: left;
    width: 300px;
       margin-top: -44px !important;
}
.last_right {
       margin: -22px 0 0 14px !important; 
}
.inner_mywidth{
    width: 867px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-top: 0;
    margin-top: -24px;
}
.outer_mywidth{
     width: 100%;
    float: left;
    padding-top: 15px;
}
.mywidth {
    float: left;
}
.mywidth2 {
margin-left: 5px;
}
.mywidth3{
    margin-left: 13px;
}
.captcha .captcha-1{
    padding-left: 0 !important;
}
.captcha .captcha-1 input{
    width: 100%;
    height: 50px;
    float: left;
    font-family: 'proxima_nova_rgregular';
    font-size: 18px;
    color: #333;
    border: 1px solid #fcd731;
    border-bottom-color: #f9b346;
    border-right-color: #f9b346;
}
.captcha-1 .wpcf7-captchar{
    width: 100%;
    height: 50px;
    float: left;
    font-family: 'proxima_nova_rgregular';
    font-size: 18px;
    color: #333;
    border: 1px solid #fcd731;
    border-bottom-color: #f9b346;
    border-right-color: #f9b346;
}
.message .captcha-1{
    padding-left: 0;
}
.class_liferay {
margin-right:0px !important;
}
.class_software_grp_img {
margin-left:0px !important;
}
.class_software {
margin-left:0px !important;
}
.inner_silver_sponser a{
margin-right:25px !important;
}
.class_software img{
	    width: 145px !important;
    height: 45px !important;
}
.inner_silver_sponser h4{
margin-bottom: -16px !important;
}
.partner_sponser{
float:left !important;	
width:100% !important;
}
.partner_sponser_inner{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: table;	
}
.partner_sponser_left{
float: left;	
}
.partner_sponser_right{
    float: left;
    margin: -35px 0 0 16px;
}
.partner_sponser_left h4{
	
}
.partner_sponser_right h4{
	
}
.partner_sponser_left img{
    margin: 15px 1px 0 1px !important;	
}
.partner_sponser_right img{
	
}
.footertext {
    display: block;
    float: left;
    width: 85%;
	margin-right: 12px;
	clear: left;
}   
.footerlogo{
	display: inline-block;
}
.footerlogo img{
	    margin: 0 auto;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	/* Styles */
	.footertext {
    display: block;
    float: left;
    width: 100%;
    margin-right: 12px;
    
}
	.footerlogo{
		display: block;
	}
	.footerlogo {
	    margin: 0 auto;
	    display: block;
	    text-align: center;
	    width: 58px;
	}
	
	.footerlogo img {
    padding-top: 16px;
	}
}
/*Css for Banners*/
.bannertext{
	margin-left: 413px;
    position: absolute;
    top: 40px;
}
.headingtext{
	text-shadow: 1px 1px 4px rgba(150, 150, 150, 1);
	color: #ffffff;
	font-size: 41px;
}
.subbannertext{
	    text-shadow: 1px 1px 4px rgba(150, 150, 150, 1);
		color: #ffffff;
		font-size: 16px;
}
.subbannertextbank{
	float:right; text-shadow: 1px 1px 4px rgba(150, 150, 150, 1);
		color: #ffffff;
		font-size: 16px; font-style: italic;
}
.subbannertext{
	width: 65%;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	/* Styles */
.bannertext {
    margin-left: 20px;
    position: absolute;
    top: 40px;
}
.headingtext {
    text-shadow: 1px 1px 4px rgba(150, 150, 150, 1);
    color: #ffffff;
    font-size: 21px;
}
}
/*Top banner inner pages Css*/
.page-title {
    padding: 50px 0 50px;
    margin-bottom: 50px;
    width: 100%;
    float: left;
    background: url(images/title-bg.jpg) no-repeat scroll center center;
    background-size: contain;
    background-position-x: 793px;
    background-position-y: 0px;
}
  .subbannertext.thirdbannerbackground{
    position: absolute;
    right: 34px;
    bottom: 82px;
    width: 37%;
    background: #f17030;
    background: -webkit-linear-gradient(left, #fcd731 , #f17030);
    background: -o-linear-gradient(right, #fcd731, #f17030);
    background: -moz-linear-gradient(right, #fcd731, #f17030);
    background: linear-gradient(to right, #fcd731 , #f17030);
    padding: 17px;
   }
.bannertext.thirdbannerheading {
    margin-left: -80px;
    padding: 9px;
    background: #f17030;
    background: -webkit-linear-gradient(left, #fcd731 , #f17030);
    background: -o-linear-gradient(right, #fcd731, #f17030);
    background: -moz-linear-gradient(right, #fcd731, #f17030);
    background: linear-gradient(to right, #fcd731 , #f17030);
}
/*Top banner Button Css
*/
    .topbnnerbutton{
    	 margin: 10px 15px 10px 0px;
    padding: 15px 40px 10px;
    display: inline-block;
    font-size: 22px;
    font-family: 'proxima_nova_rgregular';
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: #f17030;
    background: -webkit-linear-gradient(left, #fcd731 , #f17030);
    background: -o-linear-gradient(right, #fcd731, #f17030);
    background: -moz-linear-gradient(right, #fcd731, #f17030);
    background: linear-gradient(to right, #fcd731 , #f17030);
    }
   
   .topbannerbuttonpos{
   	 position: absolute;
    right: 144px;
    bottom: 84px;
    box-shadow: 0px 0px 0px 1px #2d3236;
   }
   
 
a.topbnnerbutton.topbannerbuttonpos.thirdbuttonmod {
    left: 122px;
    right: unset;
}

.pageArea .text #partnersWrapper img {
    display: inline-block!important;
}

.pageArea .text #partnersWrapper p{
	text-align: center;
}


.linkscolor p a {
    color: #8724ca;
}