@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,600,500,300,200);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url(https://fonts.googleapis.com/css?family=Playball);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One&subset=latin,latin-ext);
@import url(http://weloveiconfonts.com/api/?family=fontawesome);
@import 'http://fonts.googleapis.com/css?family=Montserrat:300,400,700';
@font-face {
     font-family: 'FontAwesome';
     src: url('../font/fontawesome-webfont.eot?v=3.2.1');
     src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
 }


@font-face {
    font-family: 'avenir_45_bookregular';
    
src: url('../fonts/avenir-book-webfont.eot');
    
src: url('../fonts/avenir-book-webfont.eot?#iefix') format('embedded-opentype'),
        
url('../fonts/avenir-book-webfont.woff2') format('woff2'),
         
url('../fonts/avenir-book-webfont.woff') format('woff'),
         
url('../fonts/avenir-book-webfont.ttf') format('truetype'),
         
url('../fonts/avenir-book-webfont.svg#avenir_45_bookregular') format('svg');
    
font-weight: normal;
    
font-style: normal;

}


#preloaderimg {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#ffffff; /* change if the mask should be a color other than white */
	z-index:99999999999999999999999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally on the screen */
	top:50%; /* centers the loading animation vertically on the screen */
	background-image:url(../images/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
	z-index:99999999999999999;
}


.owl-theme .owl-controls .owl-nav [class*=owl-prev5] {
		    background: #e4e4e4;
			color: #fff;
			border-radius: 100%;
			width: 40px;
			height: 40px;
			line-height: 10px;
			font-size: 2em;
			position: absolute;
			left: -45px;
			top: 60px;
			font-weight:200;
}
.owl-theme .owl-controls .owl-nav [class*=owl-next5]
{
			background: #e4e4e4;
			color: #fff;
			border-radius: 100%;
			width: 40px;
			height: 40px;
			line-height: 10px;
			font-size: 2em;
			position: absolute;
			right: -45px;
			top: 60px;
			font-weight:200;
			
}
.owl-theme .owl-controls .owl-nav [class*=owl-prev] {
	background-image:url(../images/arr-left.png);
	height:40px;
	width:40px;
	position: absolute;
    top: 43%;
    left: -45px;
	color:transparent;
	cursor: pointer;
	text-indent:-99999px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-next]
{
	background-image:url(../images/arr-right.png);
	height:40px;
	width:40px;
	position: absolute;
    top: 43%;
    right: -45px;
	color:transparent;
	cursor: pointer;
	text-indent:-99999px;
}
#demos{
    width: 80%;
    margin: 0 auto;
}

.owl-carousel .item {
	text-align: center;
	margin: 0 1em 0 0;
	width: 100%;
}

.owl-carousel .item img{
display:inline-block;
}

.footer-slider{
width: 100%; min-height: 50px;font-size: 0; text-align: center;
}
.speaker-slider{
width: 100%; height: auto; float: left;
}

#animated-example {
     text-align: center;
	     -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
	}


.animated1 { 
 	-webkit-animation-name: bounceIn;
 	-webkit-animation-duration: 2s;
 	-webkit-animation-iteration-count: 15;
 	-webkit-animation-timing-function: ease-out;
 	-webkit-animation-fill-mode: forwards;
	
 	animation-name: bounceIn;
 	animation-duration: 2s;
 	animation-iteration-count: 15;
 	animation-timing-function: ease-out;
 	animation-fill-mode: forwards;
} 

/*
 * Animation for webkit
*/
@-webkit-keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);} 
    60% {-webkit-transform: translateY(-15px);} 
} 
  
@keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-30px);} 
    60% {transform: translateY(-15px);} 
} 
  
/*
 * Adding the animation to our element
*/
.bounce { 
    -webkit-animation-name: bounce; 
    animation-name: bounce; 
}




body,div,h1,h2,p,ol,ul,li{margin:0;padding:0;border:0;}
@-webkit-viewport{width:device-width;}
@-moz-viewport{width:device-width;}
@-ms-viewport { width:device-width;}
@-o-viewport {width:device-width;}
@viewport{width:device-width;}

ul{    
line-height: 1.42857;
padding: 0px 0px 0px 0px;
}

html, body {min-height:100%;font-family: 'Lato', sans-serif;line-height:1.2em;font-weight:400;font-size:100%;color:#4d4d4d;/* border-top:#000 4px solid;*/}
*, *:after, *:before {}

a{color:#09246a;font-weight:400;outline: none;}
a:hover{color:#000000;}

input[type=checkbox]
{
 width:auto;
 float:left;
}




.musthead {
    width: 100%;
    margin: 0;
    padding: 0;
    background: url(../images/new-slide.jpg) no-repeat center top;
    height: 457px;
}
#bg-video {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 457px;
}
#overlay {
    background: rgba(0,0,0,.5);
    position: absolute;
    height: 457px;
    width: 100%;
    z-index: 999;
    text-align: center;
}



table
	{
		margin: 0 auto;
		border-collapse: collapse;
	}
	
td, th
	{
		padding: 1em;
		border: 1px solid #999;
	}
	
.table-container
	{
		width: 100%;
		overflow-y: auto;
		_overflow: auto;
		margin: 0 0 1em;
	}
	
.table-container::-webkit-scrollbar
	{
		-webkit-appearance: none;
		width: 14px;
		height: 14px;
	}
	
.table-container::-webkit-scrollbar-thumb
	{
		border-radius: 8px;
		border: 3px solid #fff;
		background-color: rgba(0, 0, 0, .3);
	}
	

.pull-right	{float:right!important;}

select, input,textarea {
    display:block;width:auto;height:30px;padding:0px 12px;font-size: 14px;line-height:1.428571429;color: #555555;vertical-align: middle;
    background-color: #f1f1f1;
    background-image: none;
    border:1px solid #a9a9a9!important;
    border-radius: 0px!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  font-weight:500;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

::-moz-selection{background:#d8e3f8;text-shadow:none;color:#09246a;}
::selection {background:#d8e3f8;text-shadow:none;color:#09246a;}

hr{display:block;height:1px;border:0;border-top:1px solid #ccc;width:100%;margin:1em 0;padding:0;}

.clearfix{clear:both;}

body
{
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	text-size-adjust:100%;
	margin:0;padding:0;
}


/* Navigation Top Menus */

.menu-link { display: none; }

nav{
  margin:0px;
  float:right;
}
  
.menu {
  -webkit-transition: all 0.3s ease;  
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu ul { 
  padding: 0px;
  margin:36px auto 0;
  width:100%;
  text-align:center;
  list-style: none;
  position: relative;
  display: inline-table;
}
.menu > li > ul.sub-menu {
	min-width: 10em;
	padding: 2px 0;
	background-color: #f4f4f4;
	border: 1px solid #CCC;
}
.menu ul li { padding: 0px; margin: 0 0em 0 0em; z-index:9;}
.menu ul li:last-child
{
 background-image:none;
}

.menu > ul > li{ display: inline-block; text-align:center; }
.menu ul li a{text-transform:capitalize; display:block;text-decoration: none; color: #000; letter-spacing:-0.05em; font-size:1.2em;font-weight:500;}

.menu ul li a.joinbtn
{ 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#544c4b+0,302928+83 */
/*background: #544c4b; 
background: -moz-linear-gradient(45deg, #544c4b 0%, #302928 83%); 
background: -webkit-linear-gradient(45deg, #544c4b 0%,#302928 83%); 
background: linear-gradient(45deg, #544c4b 0%,#302928 83%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#544c4b', endColorstr='#302928',GradientType=1 ); 
*/  color: #0078d7;
    border-radius: 5px;
    margin: 0px;
    padding: 0px 15px;
    height: 34px;
    line-height: 34px;
 	border: 1px solid #0078d7;
    font-weight: 600;
    letter-spacing: 0px;


 }
 
 .menu ul li a.joinbtn:hover
 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#302928+20,544c4b+82 */

color:#fff;
background-color: #0078d7;
background-image: -webkit-linear-gradient(45deg, rgb(0, 120, 215) 0%, rgb(11, 46, 116) 38%, rgb(11, 46, 116) 90%);
background-image: -o-linear-gradient(45deg, rgb(0, 120, 215) 0%, rgb(11, 46, 116) 38%, rgb(11, 46, 116) 90%);
background-image: -moz-linear-gradient(45deg, rgb(0, 120, 215) 0%, rgb(11, 46, 116) 38%, rgb(11, 46, 116) 90%);
border: 1px solid #0078d7;
 }


li.reg-button{
    margin: 15px !important;
    border-bottom: 0 !important;
}
.reg-button a{
color:#fff;
background-color: #cc2f27;
background-image: -webkit-linear-gradient(45deg, rgb(255, 89, 27) 0%, rgb(200, 49, 22) 38%, rgb(137, 11, 22) 90%);
background-image: -o-linear-gradient(45deg, rgb(255, 89, 27) 0%, rgb(200, 49, 22) 38%, rgb(137, 11, 22) 90%);
background-image: -moz-linear-gradient(45deg, rgb(255, 89, 27) 0%, rgb(200, 49, 22) 38%, rgb(137, 11, 22) 90%);
text-decoration:none;
padding: 0.6em 1.5em 0.7em 1.5em;
text-transform:uppercase;
margin-left: -0.8em;
font-weight:500;
border-radius: 4px;
cursor:pointer;
}

/*.menu ul li:first-child{background-image:none;border-left:2px solid #09246a; margin-left:0px;}
.menu ul li:first-child a{background-image:none;border-left:0px solid #09246a; margin-left:0px;}*/
.menu ul li a.active{color:#fff; background:#d21414; border:#901313 1px solid; border-radius:3px;}
.menu ul li a.active:hover{color:#fff; background:#d21414; border:#901313 1px solid; border-radius:3px;}

.menu ul li > a { height:auto; padding: 0 40px 0 0; font-family: 'avenir_45_bookregular'; font-size:18px;letter-spacing:1px; font-weight:500; }

/*.menu ul li:last-child a
{
 margin-right:0px;
}*/

.menu ul ul { 
  display: none; 
  position: absolute; 
 padding-top:31px;
  min-width: 5em;
  margin:0px 0 0 -2px;
  width:250px;
  text-align:left;
  z-index: 99999;
}

.menu ul li.toparrow
{
 background:url(../images/toparrow.jpg) 98% 15px no-repeat;
 margin-right:5px;
}


.menu ul li:hover > a{color:#2869db;}
.menu ul li:hover > ul {display:block;}

.menu ul ul > li { position: relative;}
.menu ul ul > li a { padding: 10px 18px 10px 18px; height: auto; background-image:none;text-transform:initial; border-bottom:1px solid #ffbd07; background-color: #ffcf0b; color:#000; font-weight:500; font-size:0.95em;}
.menu ul ul > li a span {text-transform:capitalize;}
.menu ul ul > li a:hover{background-color:#f1ce0a!important; color: #c30608;}

.menu ul ul ul{position:absolute;left:100%;top:0; padding-top:0px; left:241px;}

.menu ul li.iconhome img
{margin:0px 0 -6px 0;}


/*Listing page code start*/
.post {
    background: #fff;
    color: #333;
    margin: 0 0 30px 0;
    padding: 0 10px 0 0;
    border: none;
    box-shadow: 0 0 0 1px #eee;
    transition: all 0.3s linear;
	    min-height: 225px;
}
.post:hover {
/*-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
*/
-webkit-box-shadow: 0px 0px 7px 2px rgba(204,204,204,1);
-moz-box-shadow: 0px 0px 7px 2px rgba(204,204,204,1);
box-shadow: 0px 0px 7px 2px rgba(204,204,204,1);
}
.post-title a{
	text-decoration: none;
	font-size: 0.7em;
	line-height: 180%;
	font-weight: 400;
	color: #000000;
}
.post-title a:hover{
color:#0074c9;
transition: all .3s ease-out;
}
.post h2.post-title{
margin:0px;
position: relative;
top: 20px;
}
.post .img-thumbnail {
    overflow: hidden;
    background: #444;
    position: relative;
    float: left;
    width: 260px;
    height: 170px;
    margin: 18px;
    z-index: 1;
    padding: 0;
}
h2.post{
    color: #333;
    z-index: 0;
}
.post-info {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    margin-right: 15px;
    margin-left: 15px;
    color: #333;
    font-size: 11px;
	margin: 0px 0 15px;
	position:relative;
    top: 24px;
}

.entry-content
{
font-size: 1.1em;
position: relative;
top: 10px;
}


.date-info, .time-info, .location-info, .host-info{
margin-right: 8px !important;
display: inline;
color: #008ff8;
}
.author-info, .review-info, .comment-info, .time-info {
margin-right: 8px!important;
display: inline;
color: #008ff8;
}
.post-info a {
display: inline;
background: transparent;
color: #262626;
padding: 5px 10px;
padding-left: 0;
margin-bottom: 10px;
transition: all .3s ease-out;
text-decoration: none;
font-size: 1.2em;
font-weight: 500;
margin-left:4px;
}
.post-body {
line-height: 1.6em;
color: #333;
margin: 15px 0 0 0;
text-overflow: ellipsis;
font-size: 0.9em;
}
.post-info .entry-content{
max-height: 70px;
overflow: hidden;
}

.post a.read-more {
display: inline-block;
background-color: #0074c9;
color: #fff;
padding: 5px 10px 4px;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
border-radius: 2px;
transition: all .3s ease-out;
text-decoration: none;
margin: 2em auto 1em;
}
.post a.read-more:hover {
background:#0a44a9;
}
.post a.read-more:after {
    content: '\f0da';
    font-family: Fontawesome;
    font-weight: normal;
    text-align: center;
    margin-left: 5px;
    display: inline-block;
    transition: all .3s ease-out;
}
	.mainevent a{
	    color: #fff;
    text-decoration: none;
	}


.aboutbox{
width: 100%;
margin: 30px 0 0;
padding: 0px;
/*max-width:770px;*/
margin:0 auto;
}

.aboutbox p{
text-align:justify;
margin: 0px 0 20px;
padding: 0px;
font-size: 1.1em;
line-height: 1.5em;
color: #000;

}
.upcomingeventpart .program-list{
width:100%;
height:auto;
float:left;
margin:0;
padding:0;
}

.upcomingeventpart .section-breaker h2{
font-weight: 600;
font-size: 1.6em;
color: rgb(77, 77, 77);
margin: 0px;
padding: 30px 0px;
}
.upcomingeventpart .section-breaker .program-list h3{
font-size: 1em;
}
.upcomingeventpart .section-breaker .program-list-left{
width: 43%;
height: auto;
float: left;
padding-left: 7%;
position: relative;
margin-bottom: 30px;
}
.upcomingeventpart .section-breaker .program-list-right{
width: 43%;
height: auto;
float: right;
padding-left: 7%;
position: relative;
margin-bottom: 30px;
}

.upcomingeventpart .section-breaker .program-list ul li {
clear: both;
background: url(../images/arr1.png) no-repeat 0px 7px;
display: block;
width: 100%;
text-indent: 0;
padding: 5px 0 5px 25px;
text-decoration: none;
}
.program-listtt ul{
    margin-top: -15px;
    margin-bottom: 20px;
}
.program-listtt ul li{
	background: url(../images/arr1.png) no-repeat 0px 11px;
    display: block;
    width: 100%;
    text-indent: 0;
    padding: 5px 0 5px 25px;
    text-decoration: none;
    font-size: 1.1em;
    color: #000;
}

#nominateform {width:75%;background: white;padding: 0%;-webkit-box-shadow: 1px 1px 1px 2px #ccc;margin: 0 auto;border: #eaeaea 1px solid;}

#nominateform .td{width:32%;float:left;margin:0em 0 1em;padding:0;}
#nominateform .td1{width:100%;float:left;margin:0em 0 1em;padding:0;}
#nominateform .gfield_label{width:92%;float:left;font-weight:400;text-align:left;margin:0; padding:0;vertical-align:middle;}
#nominateform .gfield_label small{font-size:0.9em;color:#a3a3a3;}
#nominateform .medium{
	width: 100%;
	border: 1px solid #d3d3d3;
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	height: 35px;
	padding: 4px 15px;
	margin:0.5em 0 0 0;
}
#nominateform .button {
    display: block;
    width: auto;
    background-color: #f05f29;
    color: #fff;
    padding: 0 1.5em;
    text-transform: uppercase;
}
#nominateform .button:hover, #nominateform .button:focus {
    background: #f12b31;
    border-color: #f12b31;
    color: #fff;
}
#nominateform textarea{min-height:15em;}
#nominateform select.medium{margin:1.9em 0 0 0!important;}
#nominateform ol{width:100%;margin:0 0 1.5em;padding:0;counter-reset:item;}
#nominateform ol li{margin:0 0 1em 0;padding:0 0 0 2em;font-weight:300;text-align:left;text-indent:-2em;list-style-type:none;counter-increment:item;}
#nominateform ol>li:before {display:inline-block;width:1.5em;padding-right:0.5em;font-weight:bold;text-align:right;content:counter(item) ".";}

#nominateform ul{width:100%;margin:0 0 1.5em;padding:0;list-style-type:none;}
#nominateform ul li{width:100%;margin:0 0 0em!important;padding:0;font-weight:300;list-style-type:none; display:block;vertical-align:middle;}
#nominateform ul li input[type="checkbox"]{float:left;vertical-align:middle;margin:0;padding:0;}

#nominateform input[type="text"],input[type="checkbox"],input[type="email"]{float:left;font-weight:300;text-align:left;width:auto;}
#nominateform input[type="radio"]{float:left;margin: -0.3em 0.5em 0 0em;padding:0;font-weight:300;text-align:left;width:auto;}
#nominateform .Basic-nomination{width:100%;text-align:left;clear:both;margin:1em;padding:0;}
#nominateform .Basic-nomination input[type="checkbox"]{width:auto;float:left;margin:0 0.5em 0 0;text-align:left;padding:0;}
#nominateform .Basic-nomination label{width:45%;font-weight:400;float:left;margin:0em 0 0.5em;padding:0;text-align:left;}

#nominateform .fileContainer {
    overflow: hidden;
    position: relative;
}

#nominateform .fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
#nominateform .fileContainer {
    border: 1px solid #d3d3d3;
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
    float: left;
    padding:0.5em 1.1em 0.5em 2em;
    background:url(../images/upload_icon.png) #d3d3d3 left 0px no-repeat;
    margin-bottom:1em;
}

#nominateform .fileContainer [type=file] {
    cursor: pointer;
}
}


#nominateform .form-single-column-new span{width:100%!important;font-weight:300;clear:both!important;}
#nominateform .form-single-column-new span input[type="checkbox"]{width:auto;float:left;margin:0 0.5em 0 0;text-align:left;padding:0;}
#nominateform .form-single-column-new span label{width:auto;float:left;margin:0em;padding:0;text-align:left;}

.program-list-left .program-icon {
position: absolute;
left: 0;
top: 3px;
max-height: 45px;
width: auto;
}
.program-list-right .program-icon {
position: absolute;
left: 0;
top: 3px;
max-height: 45px;
width: auto;
}


/*Contact Page Coding Start*/
.table-responsive {
    min-height: .01%;
}
#tableform{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

#tableform select
{
	border: 1px solid #a9a9a9;
	border-radius: 4px !important;
	padding: 4px 7px;
	width: 95%;
	height:35px;
}


.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year
{
 	float:left !important;
}

.ui-datepicker .ui-datepicker-title select
{
	font-size: 0.85em !important;
    margin: 1px 0 !important;
    padding: 0 5px !important;
}

#tableform{
	margin-bottom:20px;
	background:#fff;
}
#tableform .td{
font-family: 'Lato', sans-serif !important;
width:33.33%;
float:left;
text-align:left;
}
#tableform .td1{
font-family: 'Lato', sans-serif !important;
width:100%;
float:left;
}

table#tableform tr td{
font-family: 'Lato', sans-serif !important;
width:33.33%;
}
.pricing-table legend {
    font-size: 1.4em;
    margin-bottom: 10px;
    border: 0;
    background: #eaeaea;
    width: 100%;
    padding: 1% 2%;
    margin-top: -1em;
}


.pricing-table .number {
    background: #c2130d;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: .8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
}

.gform_body{
margin-bottom:2em;
text-align:left;
}

.gform_body .gfield_required {
    color: #c02127;
    margin-left: 5px;
}
.gform_body .medium.textarea {
    height: 130px;
    width:98%;
}
.gform_body label {
   font-size: 0.85em;
    text-transform: uppercase;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
.gform_body .medium{
	width: 95%;
	border: 1px solid #d3d3d3;
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	height: 35px;
	padding: 4px 15px;
}
.gform_body.button {
    display: block;
    width: 100%;
    background-color: #f05f29;
    color: #fff;
    padding: 0 22px;
    text-transform: uppercase;
}
.gform_button.button:hover, .gform_button.button:focus {
    background: #f12b31;
    border-color: #f12b31;
    color: #fff;
}
.gform_button.button {
    display: block;
    background-color: #e31e24;
    color: #fff;
    padding: 0 22px;
    text-transform: uppercase;
	border: 0 !important;
}
.button{
    height: 40px;
    line-height: 38px;
    padding: 0;
    border: 1px solid #f05f29;
    font-weight: 500;
    text-align: center;
    color: #f05f29;
    background: rgba(0,0,0,0);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    cursor: pointer;
    overflow: hidden;
    position: relative;
    font-size: 14px;
	border-radius: 5px !important;
}
.contact-details{
width: 100%;
margin-bottom: 1em;
}
.contact-details h3{
font-weight: 400;
}
.contact-details p{
font-size: 1.1em;
line-height: 1.5em;
color:#000;
}
a.direction{
font-size: 0.8em;
font-weight: 600;
color: rgb(195, 12, 18);
letter-spacing: 2px;
}

/*Contact Page Coding End*/


/*article section css*/


.articleouter
{
 width:100%;
 border-bottom:#ebebeb 1px solid;
 margin:0 0 0em;
 padding:0 0 2em;
}

.articlepart
{
 width:100%;
 margin:0;
 padding: 2em 0 1em;
 
}

.articlepart h2
{
text-align: center;
margin: 0px 0 0 20px;
padding: 0.20em 0 1.3em;
font-size: 1.9em;
font-weight: 500;
color: #000;
}

.articlepart h2 span
{
 color:#f5b41b;
}



.articlepart h3
{
margin: 0;
padding: 0 0 0em;
font-size: 1.2em;
line-height:1.3em;
font-family: 'Lato', sans-serif !important;
font-weight:900 !important;
color: #dc1015;
}


.articlepart h3 a
{
 text-decoration:none;
 color:#f5b41b;
}

.articlepart h3 a:hover
{
 color:#000;
}


.articlepart h4
{
 margin: 0 0 0.90em;
padding:0;
font-size: 0.78em;
font-weight: 400;
color: #a4a4a4;
}


.articlepart p
{
margin: 0px 0 30px;
padding: 0px;
font-size: 1em;
line-height: 1.4em;
font-weight: 400;
color: #000;
font-family: 'Lato', sans-serif !important;
}

.articlecol
{
 width:21%;
 margin:0 2% 0 0;
 padding:0;
 float:left;
}

.articlecol .imgpart img
{
 width:100%;
 margin-bottom:0.45em;

}



.articlelastcol
{
 width:30%;
 margin:0 0 0 0;
 padding:0;
 float:left;
}

.articlelastcol ul
{
 margin:0;
 padding:0;
 list-style:none;
}

.articlelastcol ul li
{<a href="#" aria-label="Add to Cart" class="clickaddtocart hint--top">
 margin:0;
 padding: 0.55em 0 0.55em 1.6em;
 border-bottom:#ebebeb 1px solid;
  background:url(../images/arrow.png) left 17px no-repeat;
  font-weight:bold !important; 
}

.articlelastcol ul li a
{
 color:#000;
 text-decoration:none;
}

.articlelastcol ul li a:hover
{
 color:#2869db;
}

.articlelastcol ul li:last-child
{
 border-bottom:none;
 background-image:none;
 padding:0;
}

.articlelastcol ul li:first-child
{
 padding-top:0;
background:url(../images/arrow.png) left 8px no-repeat;
}



.articlelastcol ul li a.btnpart
{
background: #f5b41b;
color: #fff;
display: block;
padding: 0.40em 0.55em 0.50em;
width: 50%;
text-align: center;
border-radius: 23px;
margin:1em 0 0 1.5em;
}

.articlelastcol ul li a.btnpart:hover
{
 background:#383838;
}

.newsroom
{
 width:100%;
 margin:0;
 padding: 2em 0 1em;
}

.newsroom h2
{
text-align: center;
margin: 0px 0 0 20px;
padding: 0.20em 0 1.3em;
font-size: 1.9em;
font-weight: 500;
color: #000;
}

.newsdeatail
{
 width:100%;
 margin: 2em 0 1em;
 padding:0;
}

.newsdeatail .leftcol
{
 width:70%;
 margin:0;
padding: 0 3% 2em 0;
 float:left;
 border-right: #d3e0e0 1px solid;
}

.newsdeatail .leftcol h2
{
border-bottom: 1px solid #e1e2e4;
color: #000;
font-size: 2em;
font-weight: 900;
line-height: 1.3em;
margin: 0 0 7px;
padding: 0 0 10px;
}

.newsdeatail .leftcol h4
{
color: #a4a4a4;
font-size: 0.85em;
font-weight: 400;
margin: 0 0 0.6em;
padding: 0;
}


.newsdeatail .leftcol p
{
margin: 0px 0 30px;
padding: 0px;
font-size: 1.1em;
line-height: 1.5em;
font-weight: 400;
color: #000;
}

.newsdeatail .leftcol figure
{
 margin:0;
 padding:0;
}

.newsdeatail .leftcol figure img
{
width:100%;
margin: 0 0 1.5em;
padding: 0;
}


.newsdeatail .rightcol
{
 width:25%;
 margin:0;
 padding:0;
 float:right;
}

.newsdeatail .rightcol h2
{
color: #2869db;
margin: 0;
padding: 0 0 0.54em;
font-size: 1.5em;
line-height: 1.1em;
}

.newsdeatail .rightcol h2.logoheading
{
 padding: 1em 0 0.55em;
 color:#000;
}

.newsdeatail .rightcol h2.logoheading span
{
 color:#8e0606;
}



.newsdeatail .rightcol h2 span a
{
 color: #000;
 font-size: 0.65em;
 text-decoration:none;
}

.newsdeatail .rightcol ul
{
 margin:0;
 padding:0;
 list-style:none;
 width:100%;
}

.newsdeatail .rightcol ul li
{
margin: 0;
padding: 0.65em 0 0.65em 1.9em;
font-size: 1em;
 border-bottom:#d3e0e0 1px solid;
 background:url(../images/detailarrow.png) left 13px no-repeat;
}

.newsdeatail .rightcol ul li a
{
 color:#000;
 text-decoration:none;
}

.newsdeatail .rightcol ul li a:hover
{
 color:#910609;
}

.newsdeatail .rightcol ul li:last-child
{
 border-bottom:none;
}


.newsdeatail .rightcol ul.detaillogo li
{
 background-image:none;
 text-align:center;
 display:inline-block;
 padding:0.85em 0;
 width:100%;
}
.newsdeatail .rightcol ul.detaillogo li img{width:auto;}

.newsdeatail .rightcol ul.detaillogo li:last-child
{
 border-bottom:none !important;
}



/* new event detailpage css*/

.eventbanner
{
 width:100%;
background: rgba(0, 0, 0, 0.70) !important;
 padding: 5em 0 3.1em;
height: 100%;
}


.eventbanner h3
{
margin: 0;
padding: 0.15em 0 0 0;
font-size: 3.2em;
color: #ffbb19;
font-weight: 900;
text-align: center;
line-height: 1.1em;
}

.eventbanner h4
{
    margin: 0;
    padding: 0.25em 0 0.2em 0;
    font-size: 1.5em;
    color: #fff;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
}

ul.bannerlisting
{
 margin: 0.65em 0 0;
 padding:0;
 list-style:none;
 text-align:center;
}

ul.bannerlisting li
{
margin: 0;
padding: 0.35em 0.99em 0.55em 0;
font-size: 1.2em;
color: #fff;
border-radius: 24px;
display:inline-block;
}

ul.bannerlisting li span
{
 margin-right: 0.45em;
}


ul.bannerlisting li a
{
 background:#ffbb19;
 display:block;
 padding: 0.35em 1.5em 0.55em;
 font-size:0.85em;
color: #000;
font-weight: 600;
 text-decoration:none;
 border-radius: 22px;
}

ul.bannerlisting li a:hover
{
 background:#2869db;
 color:#fff;
}

.site-header
{
 width:100%;
 text-align:center;
 z-index:99999;
 background:#fff;
 padding:0;
}





ul.articlenavi
{
 margin:0;
 padding: 0.55em 0;
 list-style:none;
 text-align:center;
 background: #0078d7;

}

ul.articlenavi li
{
margin:0;
padding: 0 0.95em;
display:inline-block;
font-weight: 400;
}

ul.articlenavi li a
{
 color:#fff;
 text-decoration:none;
 font-weight: 600;
}

ul.articlenavi li a:hover
{
 color:#ffbb19;
}

.centertopic
{
 width:100%;
 background:#f7f8f9;
 padding: 3em 0;
}

.centertopic h2
{
 margin: 0!important;
padding: 0 0 1.9em!important;
text-align: center!important;
font-size: 2.3em!important;
color: #000!important;
font-weight: 900!important;
background:url(../images/red-border.jpg) center 46px no-repeat!important;
}

.centertopic .leftside
{
width: 48%;
 padding:0;
 float:left;
 margin: 0px 2% 0 0;
border: 7px solid #fff;
box-shadow: 0 1px 10px #ccc;
}

.centertopic .leftside img
{
width: 100%;

}


.centertopic .rightside
{
 width: 48%;
 margin:0;
 padding:0;
 float:right;
}
.centertopic .rightside h3
{
 margin:0;
padding: 0 0 0.55em;
    font-size: 1.1em;
	color:#000;
}

.centertopic .rightside h4
{
 margin:0;
padding: 1.2em 0 0.55em;
  font-size:1.1em;
  color:#000;
}

.centertopic .rightside p
{
 margin: 0;
padding: 0 0 0.75em;
font-size: 1.1em;
line-height: 1.5em;
}

.speakerssection
{
  width:100%;
  padding: 3em 0;
}

.speakerssection h2
{
 margin: 0!important;
 padding: 0 0 1.9em !important;
 text-align: center!important;
 font-size: 2.3em!important;
 color: #000!important;
 font-weight: 900!important;
 background:url(../images/red-border.jpg) center 46px no-repeat!important;
}

.speakerpart
{
width: auto;
float: left;
margin: 0.8em;
border: #ccc 1px solid;
padding: 0.25em 0.25em 2em;
text-align: center;
 box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  transition: box-shadow 0.3s ease-in-out;
}
.speakerpart img{
width:100% !important;
height:212px !important;
}


.parallax-window {
  /*  background: #000;*/
/*   background:transparent;
    min-height: 330px;*/
/*	opacity: .8;*/
background:url(../images/breadcrum.jpg) center 46px no-repeat;
background-attachment: fixed;
  /* center it */
  background-position: center center;
  /* Scale it nicely to the element */
  background-size: cover;
}



.speakerpart:hover
{
box-shadow: 0 5px 15px rgba(0,0,0,0.3);
border: #fff 1px solid;
}

.speakerpart.mrightnone
{
 margin-right:0 !important;
}

.speakerpart img
{
 width:100%;
}

.speakerpart h4
{
 margin: 20px 0 6px;
font-size: 20px;
color: #333;
}

.speakerpart h6
{
height: 35px !important;
font-size: 13px;
color: #757575;
margin: 0 0 15px;
}

.speakerpart p
{
color: #555;
font-size: 15px;
line-height: 22px;
padding: -1px 0 1em;
text-align: center;
padding: 0 1em 1em;
}

.speakerpart a
{
color: #fff;
font-size: 1.1em;
display: inline-block;
font-weight: 500;
text-decoration: none;
background: #;
background: #e0060c;
padding: 0.55em 1em 0.67em;
border-radius: 20px;
}

.speakerpart a:hover
{
background:#c7070c;
}

.attendpart
{
  width:100%;
 padding: 3em 0 1em;
  background:#f7f8f9;
}

.attendpart h2
{
 margin: 0!important;
padding: 0 0 1.9em!important;
text-align: center!important;
font-size: 2.3em!important;
color: #000!important;
font-weight: 900!important;
background:url(../images/red-border.jpg) center 46px no-repeat!important;
}

.attendpart .attendleftlist
{
    float: left;
    width: 40%;
    margin-right: 10%;
	margin-top: 5%;
}


.attendpart .attendleftlist .item2
{
    margin-bottom: 25px;
    clear: both;
    width: 100%;
    float: left;
    border-bottom: #ccc 1px dashed;
}


.attendpart .attendleftlist .item2 .count
{
    float: left;
    width: 10%;
    color: #e2292e;
    font-size: 24px;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
}


.attendpart .attendleftlist .item2 .content2 
{
     display: block;
    float: left;
    width: 90%;
}

.attendpart .attendleftlist .item2 .content2 h3
{
font-size: 24px;
color: #000;
margin:0;
padding:0;

}

.attendpart .attendleftlist .item2 .content2 p
{
font-size: 14px;
color: #757575;
}


.attendpart .attendrightlist
{
float: right;
width: 50%;
text-align: right;
}


.spnserpart
{
width:100%;
/*background:url(../images/sponserbg.jpg) center center no-repeat;
background-size:100%;*/
background: rgba(0, 0, 0, 0.70) !important;
 padding: 5em 0 3.1em;
}

.spnserpart .content_div {
    width: 720px;
    margin:0 auto;
}

.spnserpart .content_div h2 {
    float: left;
    font-size: 70px;
    color: #ffbb19;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
}

.spnserpart .content_div h2 span {
    display: block;
    color: #fff;
    font-size: 95px;
    line-height: 100px;
}

.spnserpart .content_div .event-of {
    width: 130px;
    float: left;
    color: #ffbb19;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    position: relative;
    top: 75px;
}

.spnserpart .content_div .event-of span {
    font-size: 36px;
    display: block;
}

.spnserpart .content_div .get-in-touch {
     background: #2869db;
    display: block;
    padding: 0.50em 1.2em 0.60em;
    color: #fff;
    text-decoration: none;
    border-radius: 18px;
    width: 23%;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 500;
    margin-top: 1em;
}


.spnserpart .content_div .get-in-touch:hover {
background:#003490
}

.eventcontact
{
width: 100%;
padding: 3em 0;
}

.eventcontact h2
{
margin: 0;
padding: 0 0 2.5em;
text-align: center;
font-size: 2.3em;
color: #000;
font-weight: 900;
background: url(../images/red-border.jpg) center 46px no-repeat;
}

ul.contactlisting
{
 margin:0;
 padding:0;
 list-style:none;
 width:100%;
 text-align:center;
}


ul.contactlisting li
{
 margin:0;
 padding: 0 2em;
 display:inline-block;
 border-right:#eeeeee 1px solid;
 vertical-align:top;
 min-height: 85px;
}

ul.contactlisting li:first-child
{
 padding-left:0;
}


ul.contactlisting li h4
{
 margin:0;
 padding: 0 0 0.65em;
 font-size:1.1em;
 font-weight:600;
 color:#000;
 text-align:left;
}

ul.contactlisting li a
{
 color:#000;
 text-decoration:none;
}

ul.contactlisting li a:hover
{
 color:#b70a0f;
}


ul.contactlisting li p
{
margin:0;
padding:0 0 0.5em;
color:#676767;
font-size:0.85em;
 text-align:left;
}

ul.contactlisting li p span
{
 float:left;
}

ul.contactlisting li p span img
{
 margin:0 10px 0 0;
}

ul.contactlisting li:last-child
{
padding-right:0;
border-right:none;
}

ul.eventform
{
 margin:0 0 2em;
 padding:0;
 list-style:none;
 width:100%;
 float:left;
}

ul.eventform li
{
margin: 0 2.8% 0 0;
 padding:0;
 float:left;
 width:28%;
}

ul.eventform li input
{
 margin:0 1em 0 0;
 padding:0 1em 0 50px;
 height:45px;
 border:#b0afaf 1px solid;
 width:85%;
 border-radius:5px;
 background:#fff;
}

ul.eventform li input.eventuser
{
 background:url(../images/eventuser1.png) 12px center no-repeat;
}

ul.eventform li input.eventmail
{
 background:url(../images/eventmail1.png) 12px center no-repeat;
}

ul.eventform li input.evenphone
{
 background:url(../images/eventphone1.png) 12px center no-repeat;
}


ul.eventform li input:focus
{
 outline:none !important;
 box-shadow:none !important;
border:#e0060c 1px solid !important;
}


ul.eventform li input[type=submit]
{
 width:auto;
 text-align:center;
 height:47px;
 background:#e0060c;
 margin-right:0;
 border:none !important;
 color:#fff;
 font-weight:600;
 padding:1em !important;
}



ul.eventform li:last-child
{
 margin-right:0;
 width:auto !important;
}


ul.eventform li input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
   font-family: 'Lato', sans-serif;
   font-weight:300;
}
ul.eventform li input::-moz-placeholder { /* Firefox 19+ */
 color: #000;
   font-family: 'Lato', sans-serif;
      font-weight:300;
}
ul.eventform li input:-ms-input-placeholder { /* IE 10+ */
 color: #000;
   font-family: 'Lato', sans-serif;
      font-weight:300;
}
ul.eventform li input:-moz-placeholder { /* Firefox 18- */
   color: #000;
   font-family: 'Lato', sans-serif;
      font-weight:300;
}

/*Listing page code end*/

.awardsection
{
width: 100%;
padding: 3em 0 1.5em;
border-bottom:#d8d8d8 1px solid;
}

.awardsection h2
{
margin: 0;
/*padding: 0 0 2.5em;*/
padding: 0 0 1.8em;
text-align: center;
font-size: 2.3em;
color: #000;
font-weight: 900;
background: url(../images/red-border.jpg) center 46px no-repeat;
}

.awardsection a.nominatebtn
{
background: #2869db;
color: #fff;
display: block;
padding: 0.55em 0 0.65em;
border-radius: 30px;
margin: 0.55em auto 0;
text-align: center;
width: 17%;
font-size: 1.2em;
font-weight: 600;
text-decoration:none;
}

.awardsection a.nominatebtn:hover
{
 background:#003592;
}


.awardsection h3
{
 margin:0;
 font-size: 1.4em;
padding: 0 0 0.45em;
 color:#000;
 font-weight: 500;
}

.awardsection ul
{
 margin: 0 0 1.8em;
 padding:0;
 list-style:none;
 font-family: 'Lato', sans-serif;
 text-align:left;
}

.awardsection ul li
{
margin: 0 0 0 1em;
padding: 0 0 0.35em 0em;
list-style: disc;
font-size: 1em;
font-family: 'Lato', sans-serif;
font-weight: 400;
}



.awardsection .listcol
{
 width:30%;
 margin:0 2% 0 0;
 padding:0;
 float:left;
 border-right:#d8d8d8 1px solid;
}

.awardsection .listcol.bornone
{
 border-right:none !important;
}

.awardsection .listcol h3
{
 margin:0;
 font-size:1.2em;
 padding: 0 0 1.2em;
 color:#000;
}


.awardsection .listcol ul
{
 margin:0;
 padding:0;
 list-style:none;
}

.awardsection .listcol ul li
{
 margin:0;
 background: url(../images/rightcheck.png) left 3px no-repeat;
  padding: 0 0 1.1em 2.3em;
}


.awardsection .lastlistcol
{
 border:none;
 margin-right:0;
}

/*eventbottom info*/

.infopart
{
width: 100%;
padding: 3em 0;
}

.eventbottombg
{
 background:#f1f1f1;
 width:100%;
 float:left;
}

.infopart h2
{
margin: 0;
padding: 0 0 2.5em;
text-align: center;
font-size: 2.3em;
color: #000;
font-weight: 900;
background: url(../images/red-border.jpg) center 46px no-repeat;
}

.infopart ul
{
 margin:0 1em 0 0;
 padding:0;
 list-style:none;
 width:100%;
 text-align:center;
}

.infopart ul li
{
margin: 0 2em 0 0;
padding: 0.85em 2em 0 0;
 border-right:#d8d8d8 1px solid;
 display:inline-block;
 vertical-align:top;
 font-size: 1.1em;
 color:#000;
}

.infopart ul li img
{
 float:left;
 margin: -14px 11px 0 0px;
}

.infopart ul li:last-child
{
 margin-right:0 !important;
  border-right:none;
}

.infosponspart
{
	width: 1200px;
	padding: 3em 0;
	margin: 0 auto 2em;	
	clear: both;
	
}
.infosponspart h2
{
	margin: 0;
	padding: 0 0 1.9em;
	text-align: center;
	font-size: 2.3em;
	color: #000;
	font-weight: 900;
	background: url(../images/red-border.jpg) center 46px no-repeat;
}
.infosponspart ul li h3
{
	width: 100%;
	float: left;
	padding: 0em 1em 0 0!important;
	margin: -1em 0 1em -1em;	
	text-align: left;
	font-size:1.2em;
	color: #C92C2C;
	vertical-align: top;
	border: none!important;
	
}

.infosponspart ul li h3.sponheading{
		margin: -2.5em auto 1em auto!important;
		text-align: center!important;
		color:#2869db;
	}

.infosponspart ul li.noborder{border:none!important;}
.infosponspart ul
{float: right;width: 100%;list-style-type: none;}

.infosponspart ul li{width: 22%; margin: 0 1em 1em 0;padding: 1em;border:1px solid #ddd;display: inline-block;vertical-align: top;}
.infosponspart ul li img{width:100%;height: auto;}


.ecmagazine {width: 100%; background: url(../images/blue-pattern-circles.jpg) #16437e repeat-x bottom center;padding:0 1em; display: block; margin:0;text-align: center;}
.ecmagazine .wrapper{width: 80%; margin: 0 auto!important; padding: 0em; display: inline-block;}
.ecmagazine .wrapper .mgznleft{width: 50%; float:left;padding: 0em;margin:0; overflow: visible;padding: 2em 0;}
.ecmagazine .wrapper .mgznleft img{ width:55%; -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg); box-shadow: 10px 0 20px rgb(0 0 0 / 50%);margin-top: 5%;}
.ecmagazine .wrapper .mgzncontent{color: #fff;width: 50%; padding: 5em 1em 1em 2em; margin:0; float: right;text-align: left;}
.ecmagazine .wrapper .mgzncontent h2{font-size: 2.3em; font-weight: 600; padding: 0em; margin: 0 0 1em 0; line-height: 1.2;}
.ecmagazine .wrapper .mgzncontent p{font-size: 1.3em; font-weight: 300; padding: 0em; margin: 0 0 1em 0; line-height: 1.3;}
.ecmagazine .wrapper .mgzncontent a.blubtn{
	background: #1879d7;
    color: #fff!important;
    border: 0;
    border-radius: 50px!important;
    display: inline-block;
    font-family: Source-Sans-Pro,sans-serif;
    font-size: 18px!important;
    font-weight: 700;
    margin: 20px 15px 15px 0;
    min-width: 175px;
    padding: 15px 25px!important;
    text-align: center;
    text-decoration: none!important;
    -webkit-transition: .5s background;
    -o-transition: .5s background;
    transition: .5s background;
}
.ecmagazine .wrapper .mgzncontent a.whitebtn{
	background: #fff;
    color: #173a64!important;
    border: 0;
    border-radius: 50px!important;
    display: inline-block;
    font-family: Source-Sans-Pro,sans-serif;
    font-size: 18px!important;
    font-weight: 700;
    margin: 20px 15px 15px 0;
    min-width: 175px;
    padding: 15px 25px!important;
    text-align: center;
    text-decoration: none!important;
    -webkit-transition: .5s background;
    -o-transition: .5s background;
    transition: .5s background;
}



/*Listing page code end*/

.whoAttend table ul li{
list-style:decimal;
font-size: 26px;
    color: #000;
    margin: 0;
    padding: 0 0 15px 0;
    margin-bottom: 11px;
    clear: both;
    width: 100%;
    float: left;
    border-bottom: #ccc 1px dashed;
}

.whoAttend table img{
float:right;
}


@media all and (max-width: 768px) {
  .example-header .container { width: 100%; }
  
  a.menu-link {display:block;font-family:'FontAwesome';color:#fff;position:absolute;top:0.6em;right:0.6em;text-decoration: none;font-size:1.5em;padding:0.3em 0.4em; background:#2869db; /*width:45px; height:40px;*/ margin:0em 0 0 0px; border-radius:5px;}
  .menu { clear: both; min-width: inherit; float: none; }
  
  .menu ul li a {background-image:none;display: block; text-align:left; text-decoration: none; color: #ffffff; letter-spacing:-0.05em; font-size:.95em;font-weight:600; background:#2869db; z-index:99999;padding: 13px 18px 13px 18px;}
  
   .menu ul li a:hover
   {
    color:#fff; background:#0346bc; 
   }
  
  .menu ul li a.active{border-top:none;color:#fff; border-radius:0px; border:none; border-bottom: 1px solid #0346bc; background:#0346bc; }
  .menu ul li a.active:hover
   {
   border-top:none;color:#fff; border-radius:0px; border:none; border-bottom: 1px solid #0346bc;
   }
  
  
  .menu, .menu > ul ul { overflow: hidden; max-height: 0; width:100%; }
  .menu > li > ul.sub-menu { padding: 0px; border: none; }
  .menu.active, .menu > ul ul.active { max-height: 55em; }
  .menu ul { display: inline; }
  .menu > ul { border-top: 1px solid #808080; }
  .menu li, .menu > ul > li { display: block; }
  .menu li a { color: #000; display: block; padding: 0.8em; border-bottom: 1px solid #0346bc; position: relative; }
  .menu li.has-submenu > a:after {
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 1.5em;
    padding:.2em 0.5em;
  }
  .menu li.has-submenu > a.active:after {
    content: "-";
     background-color: #000000;
     color:#ffffff;
  }
  .menu ul ul > li a {height:auto; padding: 8px 12px 8px 20px;width:100%;}
  .menu ul ul, .menu ul ul ul { display: inherit; position: relative; left: auto; top:auto; border:none; }
  
  ul.eventgallery .owl-item
	{
	 width:305px !important;
	 height:250px !important;
	 overflow:hidden;
	}

.ecmagazine { padding: 0%; background: #173a64;}
.ecmagazine .wrapper{width: 90%; margin: 0 auto!important; padding: 0em; display: inline-block;}
.ecmagazine .wrapper .mgznleft{width: 100%;padding: 2em 2em 1em 2em}
.ecmagazine .wrapper .mgznleft img {
    width: 100%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.ecmagazine .wrapper .mgzncontent{width: 100%;padding:1em;}
.ecmagazine .wrapper .mgzncontent a.whitebtn{margin-top: 0px;}
.middlelogosec { width: 100%!important;}	  
  }
/* Navigation Top Menus ends */


/* Responsive table CSS2 start 

	.cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
	* html .cf { zoom: 1; }
	*:first-child+html .cf { zoom: 1; } 
	
	*/
	
	.mgtable{width:100%; overflow:auto;}
	.rt { width: 100%; font-size:0.9em;/*12*/ line-height: 1.25em;/*15*/ border-collapse: collapse; border-spacing: 0; }

	.rt th,
	.rt td { margin: 0; padding:0.2em 0.5em;/*10*/ vertical-align: top; border:1px solid #8db0d4; background: #fff; color:#000000;}
	.rt th { text-align:left;color:#000000;background:#d8e3f8;padding:0.3em 0.6em; white-space: nowrap; }
	#rt1 tbody a { display:inline-block; margin:0em 0.5em 0 0; font-family:'FontAwesome'; text-decoration:none;}
	
	tbody td:last-child{
    width:auto;
	font-weight: 800;
    
	}
/*	tbody td:first-child{
    white-space: nowrap;
	}*/
	/*
	tbody td:nth-child(5),tbody td:nth-child(6){
    text-align:center;
	}
	.rt th:nth-child(5),.rt th:nth-child(6){
		text-align:center;
	}
	*/
	tbody tr:nth-child(odd) td {
/*    background-color: #fcfcfc;
*/	}
	#rt1 tbody a.ston{color:#82b754;font-size:1.5em;}
	#rt1 tbody a.stoff{color:#d74538;font-size:1.5em;}
	#rt1 tbody a.sview{background-color:#2873b1;color:#fff;border-radius:100%;font-size:0.9em;vertical-align:middle;text-align:center;padding:0.1em 0 0em;height:1.5em;width:1.5em;}
	#rt1 tbody a.sedit{background-color:#d09832;color:#fff;border-radius:100%;font-size:0.9em;vertical-align:middle;text-align:center;padding:0.1em 0 0em;height:1.5em;width:1.5em;}
	#rt1 tbody a.smnag{background-color:#549b14;color:#fff;border-radius:100%;font-size:0.9em;vertical-align:middle;text-align:center;padding:0.1em 0 0em;height:1.5em;width:1.5em;}
	#rt1 tbody a.strash{background-color:#c94141;color:#fff;border-radius:100%;font-size:0.9em;vertical-align:middle;text-align:center;padding:0.1em 0 0em;height:1.5em;width:1.5em;}
	
	tbody td{
	 vertical-align: top;
	}
	
	@media only screen and (max-width: 40em) 
	{ /*640*/
		tbody td{
			 vertical-align: top;
			 display: block;
		}
		#rt1 { display: block; position: relative; width: 100%; }
		#rt1 thead { display: block; float: left; font-size:0.9em; }
		#rt1 tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
		#rt1 thead tr { display: block; }
		#rt1 th { display: block; }
		#rt1 tbody tr { display: inline-block; vertical-align: top; }
		#rt1 td { display: block; font-size:0.9em;}
		#rt1 tbody a { display:inline-block;margin: 0em 0em 0 0;font-family:'FontAwesome';text-decoration:none;}

		/* sort out borders */
		.rt th { border-bottom: 0; }
		.rt td { border-left: 0; border-right: 0; border-bottom: 0; padding:0.5em;}
		.rt tbody tr { border-right: 1px solid #8db0d4; }
		.rt th:last-child,
		.rt td:last-child { border-bottom: 1px solid #8db0d4; }
		
		tbody td:nth-child(5),tbody td:nth-child(6){
    	text-align:left;
		}
		.rt th:nth-child(5),.rt th:nth-child(6){
		text-align:left;
		}
		tbody td:nth-child(4){
		}
		
	}
	
	
/* Homepage csss start table CSS2 */

.topwrap
{
	width:100%;
	margin:0 auto;
	background:url(../images/headerbg.jpg) #f7f7f7 left top no-repeat;
	float:left;
	background-size:100%;
}


.mainwarap
{
 width:1200px;
 margin:0 auto 20px;
 position:relative;
}

.mainwarap h1{margin:1.5em 0 1em;padding:0;font-size:2em;font-weight:400;color: #153d59;line-height:100%;}
.mainwarap h2{margin:1em 0;padding:0;font-size:1.5em;font-weight:500;color: #153d59;line-height:100%;}
.mainwarap ul.membrbenfits{margin:0em 0 1em 1.5em;padding:0;font-weight:300;list-style-type:disc!important;}
.mainwarap ul.membrbenfits li{margin:0.5em 0;border-bottom:1px dashed #ddd;padding:0.2em 0.3em 0.5em;display:list-item;font-weight: normal;font-size: 19px;color: #242424;}

.membermidbanner{
    	background: url(../images/image1_bg.jpg)no-repeat center top;
        background-position-x: center;
        background-position-y: top;
        background-size: auto;
		background-size: 100% 100%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: center;
		padding: 2% 8%;
		min-height: 350px;
		width:100%;
		text-align:center;
	}
.membermidbanner h2{font-size: 2em; font-weight: 300; margin:0.5em auto 1.5em auto; color: #fff;}
.membermidbanner .rightprt{width:50%;float:right;text-align:left;}
.membermidbanner .rightprt p{font-size:1.3em;line-height:150%;color:#fff;}
.membermidbanner .rightprt p span{font-size:0.9em;font-weight:300;}
.membermidbanner .rightprt a.jnbtn {
    background: #ffb21c;
    padding: 0.8em 1.2em;
	color:#13315f;
    margin: 1em auto;
    display: inline-block;
    border-radius: 10em;
    text-decoration: none;
}
.membermidbanner .rightprt a.readbtn {
    background: #fff;
	color:#13315f;
    padding: 0.8em 1.2em;
    margin: 1em auto;
    display: inline-block;
    border-radius: 10em;
    text-decoration: none;
}

.membermidbanner .leftprt{width:45%;float:left;text-align:center;}

.memberblkleft{ width: 50%; float:left; padding: 0em; min-height: 350px; }
.memberblkright{ width: 50%; float:right; padding:0; min-height: 350px; }
.memberblkright h2{ font-size:1.7em; color:#004a95; font-weight:400; margin:1em 0 0.5em; }
.memberblkright p{ font-size:1.25em; line-height: 1.6; color:#004a95; font-weight:300; }
.memberwhtblk{ padding: 2em 3em; color: #004a95!important; }
.memberbgblk{ background: #004a95!important; padding: 2em 3em; color: #fff!important; }
.memberbgblk h2{ font-size:1.7em; color:#fff; font-weight:400; margin:1em 0 0.5em; }
.memberbgblk p{ font-size:1.25em; line-height: 1.6; color:#fff; font-weight:300; }
.joinblokbtn{border: 2px solid #004a95;padding: 0.5em 1.5em 0.4em;color: #004a95;display: inline-block;font-size: 1.1em;text-decoration: none;margin-top: 1em;}
.joinblokbtn:hover{color: #000;border: 2px solid #000; }
.joinblokbtnwht{border: 2px solid #fff;padding: 0.5em 1.5em 0.4em;color: #fff;display: inline-block;font-size: 1.1em;text-decoration: none;margin-top: 1em;}
.joinblokbtnwht:hover{color: #aaa;border: 2px solid #aaa; }

.mainwarap ul.sixresonlist{width:100%; margin:1em auto;padding:1em 0;}
.mainwarap ul.sixresonlist li{width:32%; display:inline-block; margin:0;padding:1em 1em 1em 0;}
.mainwarap ul.sixresonlist li h3{color:#2caaef; margin:1em 0;padding:0em;font-weight:600; font-size:1.3em;}
.mainwarap ul.sixresonlist li.border{border:1px solid #ddd!important;}
.mainwarap ul.sixresonlist li.border h2{margin:0px auto!important;}

.heading_large{font-size:2em;text-align:center; margin:0 auto; padding:0;}

.becommbr{background:#004a95;text-align:center;font-size:3em; color:#ffff;width:100%;margin:1em 0; padding:1.5em 0;}

.fullwidth{width:100%!important;}
.text-center{text-align:center!important;}
.ImageGrid{text-align:center;}
.ImageGrid a{display: inline-block;width:24%;height:220px;overflow:hidden;margin: -0.16em 0 0 0!Important;padding: 0 !important;}
.ImageGrid a img{margin:0 0;width:100%;height:100%;-webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;}
.ImageGrid a:hover img{width:130%;opacity:0.7;height:130%;}

.toppart
{
 width:100%;
 margin:0px;
 padding:0px;
}


.toppart .logo
{
 margin:5px 0 0px 0px;
 padding:0px;
 float:left;
}

.toppart .topnavi
{
 float:left;
}


.banner
{
 width:100%;
 margin:0px;
 padding:0px;
 text-align:center;
}







/*Price page coding start*/


/*------ utiltity classes -----*/
.fl{ float:left; }
.fr{ float: right; }
/*its also known as clearfix*/
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1;  /*For IE 6/7 (trigger hasLayout) */
}
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

.tablebg{
    width: 75%;
    background: white;
    padding: 2%;
/*	-webkit-box-shadow: 1px 1px 5px 5px #ccc;
    -moz-box-shadow: 1px 1px 5px 5px #ccc;
    box-shadow: 1px 1px 5px 5px #ccc;
*/  margin: 0 auto;
	border: #eaeaea 1px solid;
}

.pricing-table {
    width: 85%;
    margin: 80px auto;
    text-align: center;
    padding-right: 0;
}
.pricing-table .heading{
    color: #9C9E9F;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 4rem;
}
.block{
    width: 32%;    
    margin: 0px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0px; 
	margin-right:10px;   
	
/*    border: 1px solid red;*/
}

.block ul
{
 list-style:none;
/* background:#f6f6f6 none repeat scroll 0 0;*/
 padding:20px 0px;
 /*border:#e2dddd  1px solid;*/
 border-bottom:none;
 border-top:none;
}

.block ul li
{
 margin:0px;
 padding: 15px 10px 5px 43px;
 font-size: 0.9rem;
 color:#000;
 text-align:left;
  background:url(../images/check-icon.jpg) 20px 20px no-repeat;
}

.box1
{
min-height:345px; border:#e2dddd 1px solid;
border-bottom:none;
}

.box2
{
min-height:364px;
border-bottom:none !important;
 border:#002798 1px solid;
}



.block:hover{
-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
 transition: all 0.25s;
}

/*Shared properties*/
.title,.pt-footer{
    color: #FEFEFE;
    text-transform: capitalize;
    line-height: 2.5;
    position: relative;
}
.content1{
    position: relative;
    color: #FEFEFE;
    padding: 10px 0 10px 0;
}
/*arrow creation*/
.content1:after, .content1:before,.pt-footer:before,.pt-footer:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.pt-footer:after,.pt-footer:before{
    top:0;
}
.content1:after,.pt-footer:after {
	border-color: rgba(136, 183, 213, 0);	
	border-width: 5px;
	margin-left: -5px;
}
/*/arrow creation*/
.price{
    position: relative;
    display: inline-block;
    margin-bottom: 0.625rem;
}
.price span{    
    font-size: 6rem;
    letter-spacing: 8px;
    font-weight: bold;        
}
.price sup{
    font-size: 1.5rem;    
    position: absolute;    
    top: 12px;
    left: -12px;
}
.hint{
font-size: 1.5em;
}
.features{
    list-style-type: none;    
    background: #F6F6F6;
    text-align: left;
    color: #333;
    padding:30px 22%;
    font-size: 0.9rem;
}
.features li{
    padding:15px 0;
    width: 100%;
}
.features li span{
   padding-right: 0.4rem; 
}
.pt-footer{
    font-size: 0.95rem;
    text-transform: capitalize;
}
.pt-footer a{
color: rgb(255, 255, 255);
font-weight: 600;
font-size: 1.4em;
text-decoration: none;
}
.pt-footer a:hover{
color:#333333;
}
/*PERSONAL*/
.personal .title{        
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f4f4f+0,747474+99 */
background: #4f4f4f; /* Old browsers */
background: -moz-linear-gradient(top, #4f4f4f 0%, #747474 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #4f4f4f 0%,#747474 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #4f4f4f 0%,#747474 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#747474',GradientType=0 ); /* IE6-9 */ 
font-family: 'avenir_45_bookregular';
   
}
.personal .content1,.personal .pt-footer{
    background: #91918f;
}
.personal .content1:after{	
	border-top-color: #91918f;
}
.personal .pt-footer:after{
    border-top-color: #FFFFFF;
}
/*PROFESSIONAL*/
.professional .title{
    background: #0650b1;
	font-family: 'avenir_45_bookregular';
	border-top: #1854ff 5px solid!important;
}
.professional .content1,.professional .pt-footer{
    background: #002798!important;
}
.professional .content1:after{	
	border-top-color: #002798;	
}
.professional .pt-footer:after{
    border-top-color: #FFFFFF;
}
/*BUSINESS*/
.business .title{
       /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f4f4f+0,747474+99 */
background: #4f4f4f; /* Old browsers */
background: -moz-linear-gradient(top, #4f4f4f 0%, #747474 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #4f4f4f 0%,#747474 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #4f4f4f 0%,#747474 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#747474',GradientType=0 ); /* IE6-9 */  
font-family: 'avenir_45_bookregular';  
}
.business .content1,.business .pt-footer{
    background: #91918f;
}
.business .content1:after{	
	border-top-color: #91918f;	
}
.business .pt-footer:after {	
	border-top-color: #FFFFFF;	
}


.pt-renew{
margin: 2.5em 0px;
}
.pt-renew a{
    border: 2px solid rgb(198, 198, 198);
    padding: 1em;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 600;
    color: #c6c6c6;
}
.pt-renew a:hover{
border: 2px solid #333;
color: #333;
}

/*Price page coding end*/



.middleleftpart
{
width: 60%;
float: left;
margin: 2em 2% 0 0;
padding: 0px;
}

.middleleftpart h2
{
 margin:0px 0 20px;
 padding:0px 0 5px;
 color:#010101;
 font-size:2em;
 font-weight:900;
}
/*
.middleleftpart h2.grayline
{
 background:url(../images/grayline.jpg) 64% bottom no-repeat;
}
*/
.middleleftpart h2 span
{
 color:#e74147;
}

.middleleftpart p
{
 margin:0px 0 20px;
 padding:0px 0px 0 0;
 font-size:0.95em;
 color:#000;
 line-height:28px;
 text-align: justify;
}

.middlelogosec{width:35%;float:right; margin:2em auto; padding:0; text-align:left;}
.middlelogosec h3{font-size:1.6em;margin:0 0 0.8em 0;padding:0;color: #153d59;font-weight: 400;}
.middlelogosec ul{list-style-type:none;margin:0 auto; text-align:center;padding:0;}
.middlelogosec ul li{display:inline-block;list-style-type:none;margin:0 auto; text-align:center; padding:0;width:100%;}
.middlelogosec ul li div.item{width: 30%;display: inline-block;border: 0px solid #ddd;min-height: auto;vertical-align: top;margin: 0.2em 0.4em 0.2em 0;}
.middlelogosec ul li div.item img{height:auto;width:100%; margin: 0 auto;}

.sponsorlogosec{width:100%;margin:1em auto; padding:1em; text-align:center;}
.sponsorlogosec h3{font-size:1.3em;margin:0 0 1em 0;padding:0;color: #153d59;font-weight: 400;}
.sponsorlogosec ul{list-style-type:none;margin:0 auto; text-align:center;padding:0;}
.sponsorlogosec ul li{display:inline-block;border:1px solid #eee;list-style-type:none;margin:0 auto; text-align:center; padding:0.5em 0.5em 0em;width:18%;}
.sponsorlogosec ul li img{height:auto;width:100%; margin: 0 auto;}

.contact-section{ width: 100%;margin: 0 auto; padding: 0px; }
.contact-section .contactprt{ width:70%;color:#fff;float:left;margin:0;padding:7em; text-align:center; display:grid;height: 461px; }
.contact-section .bgcontimg{ background-image: url(../images/bgcontimg.jpg);background-position: center center; background-size: cover; }
.contact-section .contactprt h2{font-size:1.8em;margin:0 0 0.5em;padding:0;}
.contact-section .contactprt p{line-height:2}
.contact-section .contactprt .socialicons{display:block;margin:1em auto;padding:0;}
.contact-section .contactprt .socialicons a{float:left;font-size:1.5em; margin:0.3em; color:#fff;}

.contact-section .quickcontactform{ width:30%;float:right;background:#f1f1f1;margin:0;padding:1em 3em; text-align:left; }
.contact-section .quickcontactform .fields{padding:2px 0px;color:#606060;}
.contact-section .quickcontactform .fields label{padding-top: 5px;display:block;}
.contact-section .quickcontactform .fields label .required{color:#D50606!important;}
.contact-section .quickcontactform .head{color:#000;font-weight:bold;text-transform:uppercase;font-size:30px;display:block;text-align:center;padding:15px;}
.contact-section .quickcontactform p{text-align:center;color:#666;font-size:14px;line-height:20px;padding:0 37px;margin-bottom:15px;}
.contact-section .quickcontactform .fields input[type="text"],.contact-section .quickcontactform .fields input[type="email"],.contact-section .quickcontactform .fields input[type="url"],.contact-section .quickcontactform .fields select{width: 100%;box-sizing:border-box;border:none;padding:0 10px;background:#fff;display:block; border-radius:0.5em;margin-bottom:0.5em;}
.contact-section .quickcontactform .fields textarea{width: 100%;box-sizing:border-box;height:80px;border:none;padding:10px;background:#fff;display:block;}
.contact-section .quickcontactform .fields input[type="submit"]{background: #153d59;color: #fff;padding:5px 25px 6px;border:none;text-transform:uppercase;margin:10px 0;font-size:17px;cursor:pointer;height:40px; border-radius:0.5em;}
.contact-section .quickcontactform .fields input[type="submit"]:hover{background:#ff9900;}

.middlerightpart
{
width: 30%;
float: none;
margin: 0;
padding: 0px;
position: absolute;
top: -85%;
right: 0%;
z-index: 9;
}

.middlerightpart .formbox
{

    float: left;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb70a', endColorstr='#bd5214',GradientType=0 );
    padding: 15px;
    border-top: #000 4px solid;
    margin-bottom: 30px;
    margin-top: 0px;
	background: rgba(246,247,249,1);
	background: -moz-linear-gradient(top, rgba(246,247,249,1) 0%, rgba(246,247,249,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,247,249,1)), color-stop(50%, rgba(246,247,249,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(246,247,249,1) 0%, rgba(246,247,249,1) 50%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(246,247,249,1) 0%, rgba(246,247,249,1) 50%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(246,247,249,1) 0%, rgba(246,247,249,1) 50%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(246,247,249,1) 0%, rgba(246,247,249,1) 50%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7f9', endColorstr='#ffffff', GradientType=0 );
	border:1px solid #e4e4e4;
	border-radius:0px;
}

.middlerightpart .formbox
{
    position:relative;
}
.middlerightpart .formbox:before, .middlerightpart .formbox:after
{
    z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.middlerightpart .formbox:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}


.middlerightpart .form-img
{
	color: #c30608;
    background: url(../images/joinlogo.png) center center no-repeat, #f1f1f1;
    border-radius: 100%;
    height: 90px;
    width: 90px;
    display: block;
    position: absolute;
    right: 18px;
    top: -30px;
    margin-bottom: -40px;
}

.middlerightpart h2
{
    color: #000;
    font-weight: 700;
    font-size: 1.9em;
    line-height: 5px;
    text-align: left;
   padding: 3% 0 0;
    margin: 0 auto;
}

.middlerightpart h2 .red{
color:#f5b41b;
}

.middlerightpart h2 .small
{
   font-family: arial;
    font-size: 0.52em;
}


.reservation_banner4 {
    background: url(../images/image1.jpg)no-repeat center top;
    background-size: 100% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 2em 0;
}


.reservation_banner4 .main_title{
text-align:center;
color:#FFFFFF;
font-size:3em;
line-height:100%;
}

.membership_banner {
    background: url(../images/image1.jpg)no-repeat center top;
    background-size: 100% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 5% 0;
    min-height:250px;
}

.membership_banner .main_title{
 margin:0 auto; padding:0; width:80%; text-align:center;
}

.membership_banner .main_title h2{text-align:center;margin:0 auto 0.5em;color:#FFFFFF;font-size:3em;line-height:100%;}
.membership_banner .main_title p{text-align:center;color:#FFFFFF;font-size:1.1em;line-height:150%;padding:0 3em;}
.membership_banner .main_title a.jnbtn{background:#ffb21c;padding:0.8em 1.2em; margin:1em auto;display:inline-block;border-radius:10em;text-decoration:none;}

.eventrightpart{
 width:73%;
 float:right;
 margin:20px 0 0 0;
 padding:0px;
}
.eventrightpart h2{
 margin:0px 0 10px;
 padding:0px 0 0.5em 0;
 color:#010101;
font-size: 2em;
font-weight: 900;
 line-height: 40px;
}
.eventrightpart h2.grayline{
background: url(../images/grayline.jpg) 100% bottom repeat-x;
}
.eventrightpart h2 span{
 color:#e74147;
}
.eventrightpart p{
 margin:0px 0 20px;
 padding:0px;
 font-size: 1.1em;
line-height: 1.5em;
 color:#000;
}

.eventleftpart
{
width: 25%;
float: left;
margin: 20px 0 0 0;
padding: 0px;
/*border: 1px solid rgba(210, 214, 214, 0.5);*/
border-radius: 4px;
-webkit-border-radius: 4px;
overflow: hidden;
margin-bottom: 30px;
}

.eventleftpart ul
{
 margin:10px 0px;
 padding:0px;
 list-style:none;
 width:100%;
}

.eventleftpart ul li
{
 margin:0px;
 padding:5px;
 border-bottom:#ccc 1px dashed;
}

.eventleftpart ul li span
{
 color:#c2130d;
 margin-right:5px;
}

.eventleftpart ul li a
{
 font-weight:400;
}


.eventleftpart img{
width:100%;
}
.eventleftpart .evnet-ifo-content {
    padding: 30px;
}
.eventleftpart .title-label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(0,0,0,0.4);
    margin: 0 0 10px;
    display: block;
}
.eventleftpart .event-info-item {
    margin-bottom: 25px;
    font-size: 16px;
}
.eventleftpart .btn-disabled {
    background-color: #e5e5e5;
    border: none;
    color: #c2130d;
    display: block;
    border-radius: 0;
    -webkit-border-radius: 0;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
	margin-top: -5px;
}



.eventpart{
 width:100%;
 float:left;
 margin:0px;
 padding:0px;
}
.eventpart h2{
 margin:0px 0 10px;
 padding:0px 0 5px;
 color:#010101;
 font-size:2.2em;
 font-weight:400;
}
.eventpart h2.grayline{
/*background: url(../images/grayline.jpg) 100% bottom repeat-x;*/
margin: 1.5em 0 0.7em;
font-weight: 600;
color: #0074c9;
}
.eventpart h2 span{
 color:#e74147;
}
.eventpart p{
 margin:0px 0 20px;
 padding:0px;
 font-size:0.95em;
 color:#000;
 line-height:25px;
}


ul.formlist
{
margin: 20px 0 0;
padding: 0px;
list-style: none;
width: 100%;
}

ul.formlist li
{
 margin:0px;
 padding:0px;
 list-style:none;
 width:100%;
 color: #fff;
}

ul.formlist li span
{
    font-size: 14px;
    line-height: 15px;
    color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	text-shadow: 0px 1px 2px rgba(14, 10, 10, 0.8);
}
ul.formlist li input
{
    border: 1px solid #ddd!important;
    width: 100%;
    margin: 3px 0 5px 0px;
    padding: 0px 4% 0 4%;
    height: 40px;
    border-radius: 0px !important;
	box-shadow: none;
	background:#fff;
}

ul.formlist li input:focus
{
 outline:none;
 box-shadow:#000 0px 0px 1px;
}
			

ul.formlist li input.user
{
 background:url(../images/user.jpg) 4% center no-repeat #fff;
  padding-left:20%;
}

ul.formlist li input.usermail
{
 background:url(../images/usermail.jpg) 4% center no-repeat #fff;
  padding-left:20%;
}

ul.formlist li input.userphone
{
 background:url(../images/userphone.jpg) 4% center no-repeat #fff;
  padding-left:20%;
}

ul.formlist li input.usercountry
{
 background:url(../images/country.jpg) 4% center no-repeat #fff;
 padding-left:20%;
}
ul.formlist li select.usercountry
{
 background:url(../images/country.jpg) 4% center no-repeat #fff;
 padding-left:19%;
}

ul.formlist li input[type=submit]
{
	color: #153d59;
    margin: 1em 0;
    padding:0 1em;
    width: 100%;
    height: 40px;
    font-size: 1em;
    text-transform: capitalize;
    cursor: pointer;
    background: #f5b41b;
    border: 1px solid #f5b41b !important;
    font-weight: 400;
	border-radius:0px !important;
    text-shadow: 0px 0px #505050!important;
	
}

ul.formlist li input:hover[type=submit]
{
 background:#0052cc;
}

/* Upcoming event part start */

.upcoming{
 width:100%;
 padding:40px 0 40px;
 float:left;
 background:url(../images/eventbg.jpg) repeat;
}
.upcomingeventpart
{
 width:100%;
 margin:0px 0px;
 padding:40px 0 40px;
 float:left;
 background:url(../images/eventbg.jpg) repeat;
 border-top:#e1e1e1 1px solid;
 border-bottom:#ebebeb 1px solid;
 min-height: 320px;
}

.upcomingeventpart h2
{
 text-align:center;
 margin:0px 0 0 20px;
 padding:0px 0 25px;
 font-size:1.9em;
 font-weight:500;
 color:#000;
}

.upcomingeventpart h2.headingborder
{
 background:url(../images/red-border.jpg) center 50px no-repeat;
}

.upcomingeventpart h2 span
{
 color:#f5b41b;
}


.eventbox ul li{
list-style:none;
}
.eventbox
{
 width:100%;
 margin:30px 0 0;
 padding:0px;
 float:left;
}

.eventbox h2
{
 margin:0px;
 padding:0px;
 text-align:left;
 font-family: 'Fjalla One', sans-serif;
 font-size:3.5em;
 font-weight:500;
 color:#383838;
 line-height:58px;
 width:37%;
 float:left;
}

.eventbox h2 span
{
 color:#f5b41b;
 font-size:0.95em;
}


.eventbox .upcomingevent
{
 width:30%;
 margin:0px;
 padding:0px;
 float:left;
 position:relative;
 border-radius:3px;
 -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.eventbox .upcomingevent img
{
 width:100%;
  border-radius:5px !important;
  height:242px;
}

.eventbox .upcomingevent .mainevent
{
 background:rgba(0,0,0,0.2);
 position:absolute;
 width:100%;
 height:98%;
 top:0px;
  border-radius:5px !important;
  -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.eventbox .upcomingevent .mainevent .cal
{
 width:63px;
 margin:90px 0 0 14px;
 padding:10px 0px;
 background:#bc1315;
 border:#d62527 1px solid;
 border-radius:5px;
 text-align:center;
 -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


.eventbox .upcomingevent .mainevent .cal h4
{
 text-align:center;
 margin:0px;
 padding:10px 0 0 0;
  font-family: 'Fjalla One', sans-serif;
  color:#fff;
  font-size:2.3em;
  line-height:20px;
}

.eventbox .upcomingevent .mainevent .cal h4 span
{
   font-family: 'Lato', sans-serif;
   font-size:0.4em;
   font-weight:300;
}

.eventbox .upcomingevent h5
{
 margin:0px;
 padding:10px 0 10px 10px;
  background:rgba(0,0,0,0.5);
 width:100%;
 position:absolute;
 bottom:0px;
 color:#fff;
 font-size:1.2em;
 font-weight:300;
 border-radius:0px 0px 5px 5px;
 -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
 
.eventbox .upcomingevent h5 span
{
 font-size:0.81em;
 font-weight:100;
 background:url(../images/map.png) left 2px no-repeat;
 padding-left:18px;
 font-weight: 400;
}

.mleft
{
 margin-right:25px !important;
}
.mright {
    margin: 20px !important;
}


.service{
width: 100%;
margin: 0px;
padding: 0px;
}
.service p{
line-height:25px;
}
.service ul{
list-style:none;
text-align:center;
}
.service ul li{
width: 22%;
margin: 0.95%;
text-align:center;
display:inline-block;
vertical-align:top;
border: 2px solid transparent;
padding: 2%;
text-align:center;
background:#fff;
box-shadow: #ddd 1px 1px 10px;
min-height: 379px;
}

.service ul li:hover{
border:2px solid #ffb70a;
}

.service-img{
width: 100%;
text-align: center;
padding:0;
}
.service-img img{
width:50%;
}
.service-img span .fa{
font-size: 4em;
color:#c2130d;
}
.service-info h3{
font-weight: 500;
font-size: 1.5em;
font-family:'Lato';
border-bottom: 1px solid rgb(204, 204, 204);
padding-bottom: 10px;
margin: 0 0 1em;
}
.service-info h3 a{
text-decoration:none;
color:#000;
font-family:'Lato';
}


.sub-header{
border-bottom: #ebebeb 1px solid;
width:100%;
background: url(../images/eventbg.jpg) repeat;
float: left;
height: 30px;
}

.black{
width: 100%;
height: 30px;
}
.black ul {
    margin: 0px;
    line-height: 30px;
    list-style: none;
    float: left;
    padding-left: 0.6em;
}
.black ul li {
    margin: 0px;
	padding: 0px 10px 0px 0px;
    float: left;
    font-size: 0.8em;
    font-weight: 500;
}
.black ul li a {
    color: #333;
    font-weight: 500;
    text-decoration: none;
}
.black p {
    color: #000;
    line-height: 28px;
	font-weight: 700;
}



.eventbox .upcomingevent:hover .mainevent
{
 background:rgba(0,0,0,0.1);
 -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.eventbox .upcomingevent:hover .mainevent .cal
{
   -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
margin-top:-15px;
}

.eventbox .upcomingevent:hover h5
{
   background:rgba(0,0,0,0.9);
  -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

ul.eventgallery
{ 
width:100%;
margin:0px 0 0px;
padding:0px;
float:left;
width:100%;
list-style:none;
min-height: 320px;
}

ul.eventgallery .owl-item, ul.eventgallery .owl-stage{width:100%;}

ul.eventgallery li
{
 float:left;
 margin-right:13px;
}

ul.eventgallery li img
{
 border-radius:3px;
 border:#665757 1px solid;
 width:300px;
 height:200px;
}

ul.eventgallery li img:hover
{
	border:#e31e24 1px solid;
}

ul.eventgallery li:last-chid
{
 margin-right:0px;
}


ul.eventgallery h2
{
 	text-align: center;
	margin:0px;
	padding:20px 0 40px;
	font-size: 1.9em;
	font-weight: 500;
	color: #000;
}

ul.eventgallery h2 span
{
 color:#f5b41b;
}

.logopart
{
 background:#fff;
 margin:0px;
 padding:40px 0px 50px 0;
 width:100%;
 float:left;
 border-top:#d3e0e0 2px solid;
 border-bottom:#d3e0e0 2px solid;
}


ul.logolisting
{
 margin:0px;
 padding:0px;
 list-style:none;
}

ul.logolisting li
{
 margin:0px 20px;
 padding:0px;
 float:left;
}

.mbottom
{
 margin-bottom:0px !important;
}

.logopart .heading{
font-size: 1.4em;
    font-weight: 600;
    color: #221919;
    width: 30%;
    float: left;
    padding: 0.2em 0;
}
.logopart .heading span
{
 color:#9ca0a0;
}


.logopart .headingnew{
	font-size: 1.4em;
    font-weight: 600;
    color: #221919;
    width: 100%;
    padding: 0.2em 0 1em;
	text-align: center;
}
.logopart .headingnew span
{
 color:#9ca0a0;
}



ul.logolisting li.heading
{
 font-size:1.4em;
 font-weight:600;
 color:#221919;
 padding-right:60px;
 margin:0px;
}

ul.logolisting li.heading span
{
 color:#9ca0a0;
}


footer
{
	 background: #f3f9ff;
	 margin:0em 0px 0;
	 padding:40px 0px 40px;
	 float:left;
	 width:100%;
	 border-top: 2px solid #cfe0ff;
	/* background-image:url(../images/footer_bgimg.jpg);
	 background-size:cover;
	 background-repeat:no-repeat;
	 background-position:bottom center;
	 background-color:#fff; */
}

footer span.subsc input[typr="text"], footer span.subsc input[typr="submit"]{border:0!important;}

ul.signup
{
 margin:0px 40px 0 0;
 padding:0px;
 list-style:none;
 float:left;
}

ul.signup li
{
 margin:0px;
 padding:0px;
 color:#000;
 font-size:0.85em;
}

ul.signup li.text-white{ color:#fff!important; }

ul.signup li input
{
 margin:10px 0 20px 0;
 padding:0px 0 0 15px;
 height:auto;
 width:300px;
 height:40px;
 background:#fff;
 border:none!important;
 border-radius:5px 0px 0px 5px !important;
 color:#538cf0;
 font-family: 'Lato', sans-serif;
 float:left;
}

ul.signup li input:focus
{
 outline:none;
}


ul.signup li input[type=submit]
{
 background: #153d59;
 color:#fff;
 font-weight:600;
 width:auto;
 padding:0 20px;
 font-size:1em;
  border-radius:0px 5px 5px 0px !important;
  cursor:pointer;
}

ul.signup li input:hover[type=submit]
{
  background:#000;
}



ul.signup li.copyright
{
 margin:0px;
 padding:10px 0;
}

ul.signup li.copyright a
{
 color:#153d59;
 text-decoration:none;
 font-weight:400;
}

ul.signup li.copyright a:hover
{
 color:#000;
}

ul.signup li.folowus
{
 margin:20px 0 0 0px
}
ul.signup li.folowus a{text-decoration:none;}
ul.signup li.folowus a i{font-size:2em;color:#153d59;margin:0 0.5em 0 0;text-decoration:none;}

ul.signup li.folowus img
{
 margin-right:10px;
}

.bottomlogo
{
 width:32%;
 text-align:center;
 padding:30px 0px 4px;
 background:url(../images/logobg.png) left top no-repeat;
 float:right;
 margin-top:-50px;
}


/* left navigation start here */

.navigation {
  background: #35403c;
  height: 100%;
  position: absolute;
  transition: all .3s ease-in-out;
  z-index: 5;
  font-family: 'Lato', sans-serif;
}
.navigation, .navigation a {
color: rgba(255,255,255,0.5);
}

.navigation.expanded {
box-shadow: 0px 0 0px 2500px rgba(0, 0, 0, 0.1);
transition: transform 0.4s ease;
background-image: -webkit-linear-gradient(45deg, rgb(0, 22, 74) 0%, rgb(21, 55, 139) 38%, rgb(0, 22, 74) 90%);
background-color: #0f198c;
-webkit-transition: transform 0.4s ease;
-moz-transition: transform 0.4s ease;
-ms-transition: transform 0.4s ease;
-o-transition: transform 0.4s ease;
transition: transform 0.4s ease;
background-image: -o-linear-gradient(45deg, rgb(0, 22, 74) 0%, rgb(21, 55, 139) 38%, rgb(0, 22, 74) 90%);
background-image: -moz-linear-gradient(45deg, rgb(0, 22, 74) 0%, rgb(21, 55, 139) 38%, rgb(0, 22, 74) 90%);
background-image: -webkit-linear-gradient(45deg, rgb(0, 22, 74) 0%, rgb(21, 55, 139) 38%, rgb(0, 22, 74) 90%);
background-image: -ms-linear-gradient(45deg, rgb(0, 22, 74) 0%, rgb(21, 55, 139) 38%, rgb(0, 22, 74) 90%);
background-image: linear-gradient(to 45deg, rgb(0, 22, 74) 0%, rgb(21, 55, 139) 38%, rgb(0, 22, 74) 90%);
position:fixed;
margin-top: -8px;
z-index:99999999999;
}
.navigation.expanded + .content {
  transform: translate3d(50px, 0, 0) rotateY(-10deg);
  transform-origin: 90% 50%;
  transform-style: preserve-3d;
}


.nav-toggler {
    display: inline-block;
    font-size: 26px;
    left: 100%;
    /* padding: 31px 20px 0 32px; */
    position: absolute;
    text-decoration: none;
    top: 1em;
}
.nav-toggler span {
  position: relative;
  z-index: 5;
   color:#000 !important;
  
}
.nav-toggler .hide-nav {
  display: none;
}
.expanded .nav-toggler .show-nav {
  display: none;
}
.expanded .nav-toggler .hide-nav {
    display: inline-block;
    /* background: #353637; */
    width: 40px;
    height: 40px;
    /* border-radius: 100%; */
    text-align: center;
    line-height: 35px;
    color: rgba(255,255,255,0.8) !important;
    font-size: 45px !important;
	    top: -22px;
}
.expanded .nav-toggler:after {
  border-color: #f06440 transparent transparent transparent;
}
.nav-toggler:after {
/*  border-style: solid;*/
  /*border-width: 90px 90px 0 0;*/
  border-color: #f06440 transparent transparent transparent;
  content: "";
  height: 0;
  left: 0px;
  position: absolute;
  top: 0px;
  transition: border-color .3s ease-in-out;
  width: 0;
}

.navigation__inner {
  font-size:18px;
  overflow: hidden;
font-family: 'MeuseoSlab';
  transition: all .3s ease-in-out;
  width: 0;
}
.expanded .navigation__inner {
	display: block;
    width: 300px;
    margin-top: 2em;
}
.navigation__inner h2 {
  font-size: 1.2em;
  font-weight: 400;
  margin:10px;
}
.navigation__inner h2 img
{
 width:100%;
}
.navigation__inner h2{
font-family: "Lato",sans-serif;
text-align: left;
padding: 15px 0px;
text-transform: uppercase;
color: rgba(255, 255, 255, 1);
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
font-size: 1.2em;
font-weight: 500;
margin: -15px 20px 0 20px;
}



.navigation__inner ul {
  list-style: none;
  margin: 0;
  padding: 1em 0;
  font-family: 'Lato', sans-serif;
}
.navigation__inner li.separator {
  border-bottom: 1px solid white;
  margin: 1.5em 0 .5em;
}
.navigation__inner a {
display: block;
padding: 10px 20px;
text-decoration: none;
font-size: 0.9em !important;
transition: all .2s ease-in-out;
font-weight: 600;
color: #fff;
text-transform: uppercase;
}
.navigation__inner a.current {
  background: #232425;
  border-left-width: 10px;
}
.navigation__inner a:hover {
/*  background: #232425;
  border-left-width: 10px;*/
  color:#fff;
}

.navigation__inner ul li{
margin-bottom:1em;
}

.navigation__inner ul ul {
    margin: 0 0 0 10px;
    list-style: none;
    padding: 0;
}
.navigation__inner ul ul li{
margin-bottom:0em;
}
.navigation__inner ul ul li a{
font-size: 0.75em !important;
color: rgba(255,255,255,0.8);
}
.navigation__inner ul ul li a:hover{
color: #fff;
}


ul.eventgallery .owl-item
{
 width:auto;
 height:auto !important;
 overflow:hidden;
}

ul.eventgallery .owl-stage-outer{height:215px!important;}

ul.eventgallery .owl-item img
{
 width:100% !important;
 height:auto !important;
}

/* =Footer



/* Responsive table CSS2 end */

@media screen and (max-width:76em) {

.mainwarap
{
 width:95%;
}

.toppart .logo
{
 width:26%;
}
footer span.subsc input[typr="text"], footer span.subsc input[typr="submit"]{border:0!important;}


}

@media screen and (max-width:64em) {
	.futer{
	width:42%;
	}
	.logopart .heading {
    font-size: 1.2em;
}
}

@media screen and (max-width:48em) {

 .subsc{
 	margin:0 auto;
 	display:inline-block;
 }
 
 
.ImageGrid a {
    display: inline-block;
    width:45%;
}

.gform_body .medium{
	width: 100%;
}

#nominateform .Basic-nomination label{width:100%; color:#000000;font-weight:400;}
#nominateform .gfield_label{color:#000000;font-weight:400;}

#tableform select, .pricing-table legend, #tableform .td{width:100%;}

.mainwarap 
{
 width:95%;
}

.futer{
width:42%;
}
ul.signup li input{
width:40%;
}

.toppart .phone
{
 position:absolute;
 top:0px;
 right:0px;
 margin:41px 155px 0 0px;
}

a.menu-link
{
 top:44px;
 right:25px;
}

ul.propertbox li
{
 width:45.6%;
 margin:0px 10px 10px 0;
}
 .middleleftpart {
    width: 100%;
	}
	
	.middlerightpart {
    width: 90%;
	float:left;
	}

.banner{
height: 290px;
width: 100%;
overflow: hidden;
}
.eventbox h2{
font-size: 2.5em;
}
.eventbox .upcomingevent{
width:29%;
}
.block{
width: 44%;
}

.logopart .heading{
	    width: 100%;
		text-align: center;
		padding: 0em 0 2em;
	}
	.footer-slider{
	    width: 80%;
		margin: 0 10%;
	}	


.newsdeatail .leftcol
{
 width: 90%;
 float:none;
 border-right:none;
 margin:0 auto;
}

.newsdeatail .rightcol
{
 width: 90%;
 float:none;
 margin:0 auto;
}

.newsdeatail .leftcol h2
{
 font-size:1.4em;
 padding: 0 0 0.80em;
}

.centertopic .leftside
{
 width:50%;
 float:left;
}

.centertopic .rightside
{
 width:44%;
 float:right;
}

.centertopic .rightside p
{
padding: 0em 0 0em;
}

.centertopic
{
padding: 2em 0 1em;
}

.speakerssection
{
 padding: 2em 0 1em;
}

.speakerpart
{
width: 47%;
float: left;
margin: 0 3% 1em 0;
}

.attendpart
{
 padding: 2em 0 0;
}

.whoAttend table img
{
 display:none;
}

.whoAttend table td
{
 width:100%;
}

.whoAttend ul
{
 text-align:center;
 list-style:none;
}

.whoAttend table ul li
{
 list-style:none;
 font-size: 20px;
 padding: 0 0 10px 0;
 margin-bottom: 5px;
}

.whoAttend table ul li:last-child
{
 border-bottom:none;
}
	
.spnserpart .content_div h2
{
 font-size:27px;
}	

.spnserpart .content_div h2 span
{
 font-size: 45px;
}	
	
.spnserpart .content_div h2 span 
{
line-height: 30px;
}	

.spnserpart .content_div .event-of 
{
    font-size: 20px;
    line-height: 30px;
}

.spnserpart .content_div h2 span
{
 line-height: 40px;
}


.spnserpart .content_div .event-of span 
{
font-size: 25px;
}

.spnserpart .content_div .event-of 
{
top: 35px;
}

.infopart ul li
{
border-bottom: #d8d8d8 1px solid;
border-right:none;
margin-bottom: 10px;
text-align: left;
 width: 100%;
}

.infopart ul li img
{
float: left;
margin: -9px 11px 5px 0px;
width:auto;
}

.infopart h2
{
 padding: 0 0 1.3em;
}

.awardsection
{
 text-align:center;
}

.awardsection img
{
 margin-top:1em;
}

.spnserpart .content_div
{
 width:100%;
}

.spnserpart .content_div .get-in-touch
{
 width:45%;
}

.infopart
{
 padding: 2em 0 0;
}

.infopart ul li
{
 margin-right:0;
}

.spnserpart
{
padding: 1.3em 0 1em;
}

.eventbanner
{
 padding: 1.3em 0 0em;
}

	#nominateform {width:100%;background: white;padding: 0%;-webkit-box-shadow:none;margin: 0 auto;border: #eaeaea 1px solid;}

	#nominateform .td{width:100%!important;float:none;margin:0em 0 1em;padding:0;}
	#nominateform input[type="text"], input[type="checkbox"], input[type="email"]{width:100%;margin-bottom:1em;}
	
	.pricing-table{margin-top:1em;}

}

@media screen and (max-width:35em)
 {

 .contact-section .contactprt{ width:100%; display: block; padding: 8em 1em; }
 .contact-section .contactprt .socialicons a{float:none;}
 .contact-section .quickcontactform{ width:100%; }
 ul.signup li.text-white { color: #fff !important;margin-left: 29px !important;margin-top: 5em; }

 .pull-right{float:none!important;}
 
 .memberblkleft{ width: 100%; float:none; }
 .memberblkright{ width: 100%; float:none; }
 
#nominateform .Basic-nomination label{width:100%; color:#000000;font-weight:400;}
#nominateform .gfield_label{color:#000000;font-weight:400;}

.ImageGrid a {
    display: inline-block;
    width: 97%;
}
 
 .owl-carousel .owl-item img{
	display: inline-block;
	width: auto!important;
	margin:0 auto;
 }
 
 .owl-carousel .item {
    text-align: center;
    margin: 0 auto;
    width: 78%;
    padding: 0;
}
 
ul.articlenavi
{
 	margin:0;
 	padding: 1em 0 0;
}

ul.articlenavi li
{
	margin:0 auto;
	text-align:center;
	padding: 0 1em 1em;
	display:inline-block;
}

.eventbanner h3{font-size:2.2em;}

.speakerpart img, .owl-carousel .owl-item img{width:100%!important;height:auto!important;}
.owl-carousel .owl-stage{width:48.5%;position:relative!important;}

.spnserpart .content_div .event-of{width:5%;float:none;top:0;line-height:2em;}

.spnserpart .content_div .get-in-touch{width:80%;margin:1em 0;}
.awardsection a.nominatebtn{width:auto;} 

 
 .post .img-thumbnail{
 width: 92%;
height: 100%;
display: inline-block;
background: transparent;
 }
  .post .img-thumbnail img{
  	width: 100%;
height: auto;
  }
 
 .menu ul li a.joinbtn{
 color:#FFFFFF;
 padding: 4px 0 4px 16px;
     border-radius: 0;
 }
 
 .slider .mainheading1 {
    font-size: 0.7em !important;
	line-height: 10px !important;
}
 
 .subsc{
 margin:0 auto;
 display:inline-block;
 }
 
 .eventleftpart{
 width: 100%;
 }
 .eventrightpart{
 width: 100%;
 }
 
 .bootmright a
{
 display:block;
}
 
 a.menu-link
{
 top:22px;
 right:10px;
}

.banner{
height: 165px;
width: 100%;
overflow: hidden;
}
.block{
width: 98%;
margin: 0px 0px 15px;
}

 
 .toppart .logo
 {
  width:77%;
  float:none;
  text-align:center;
  margin-top:20px;
 }
 
 .toppart .phone
 {
  width:100%;
  text-align:center;
  font-size:1.5em;
  font-weight:900;
  margin:0px 0 10px;
  font-family: 'Lato', sans-serif;
 position: inherit;
 }
 
 .toppart .phone span
 {
  font-size:1.3em;
  color:#5da22d;
  padding-left:5px;
 }
 
  .toppart .phone br
  {
   display:none;
  }
 
  .toppart .phone img
  {
   display:none;
  }
 
 .owl-pagination
 {
  display:none;
 }
 
 .banner img
 {
  height:200px;
 }
 
 
 
 .middleleftpart {
	width: 96%;
	margin: 50px auto;
	float: none;
}
	.middleleftpart h2{
	line-height:32px;
	}
	
	.middlerightpart {
    width: 90%;
	float:left;
	}
	.eventbox h2 {
	width:100%;
	text-align: center;
	}
	.eventbox .upcomingevent {
    width: 100%;
	}
	ul.eventgallery li {
    width: 100%;
	}
	ul.eventgallery li img {
	width:100%;
	}
	ul.signup li input {
	width:auto;
	}
	.bottomlogo {
	margin-top: 10px;
	width:100%;
	}
	ul.signup {
	text-align:center;
	float:none;
	margin:0px;
	}
	ul.logolisting {
	text-align:center;
	}
	ul.logolisting li.heading {
	text-align: center;
	padding: 0px;
	margin: 0 auto;
	float: none;
	}
	ul.logolisting li {
	float:none;
	}
 
 	.logopart .heading{
	    width: 100%;
		text-align: center;
		padding: 0em 0 2em;
	}
	.footer-slider{
	    width: 80%;
		margin: 0 10%;
	}	
	.middleleftpart p{
	font-size:1.25em;
	}
	.futer{
	width:100%;
	}
	.post-body{
	padding:0.6em;
	}
 
 	.post-title{
	text-align:center;
	}
	.post-info{
	text-align:center;
	}
	.cd-form .fieldset{
	margin:0 !important;
	}
	.md-content > div p{
	padding:5px 0 !important;
	}
	.contact-details p{
	font-size:1.2em;
	}
	.service ul li {
    width: 93%;
	}
	
	.program-listtt ul li{
	width: 94%;
	}
	.eventpart h2{
	font-size:1.2em;
	}
	.post-title a{
	font-size:1em;
	}
	.tablebg{
	width:96%;
	}
	table#tableform tr td{
	
	}
	.black ul li{
	    padding: 0px 5px 0px 0px;
	}
	.cd-form input[type=submit] {
    padding: 6px 0 !important;
	}
	.md-content > div {
    padding: 0px 40px 45px !important;
	}
	.md-content{
	    width: 90%;
    margin-top: 80px !important;
	}
	.md-content h3{
		font-size: 1.4em !important;
	}
	.md-content button {
    top: -26px !important;
	}	
	#tableform{
	margin-bottom:20px;
	}
	#tableform .td{
	width:100%;
	}
	.middlerightpart .formbox{
	width: 90%;
	}
	.navigation.expanded{
	margin-top:-20px;
	}
	
.owl-theme .owl-controls .owl-nav [class*="owl-next"]{
right: -8px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-prev"]{
left: -8px;
}
.gform_body .medium{
	width: 90%;
}

.infosponspart{width:100%!important;}
.infosponspart ul li {
    width: 95%;
    margin: 1em 0.5em 2em;
}

.articlecol
{
width: 90%;
margin: 0 auto 1.5em;
float: none;
}


.articlelastcol
{
width: 90%;
float: none;
margin: 0 auto;
}

.image_grid li
{
 width:100% !important;
 text-align:center !important;
 float:none !important;
}

.image_grid li img
{
 width:100% !important;
}

.image_grid
{
 margin:0 auto !important;
 float:none !important;
}

.newsdeatail .leftcol
{
 width: 90%;
 float:none;
 border-right:none;
 margin:0 auto;
}

.newsdeatail .rightcol
{
 width: 90%;
 float:none;
 margin:0 auto;
}

.newsdeatail .leftcol h2
{
 font-size:1.4em;
 padding: 0 0 0.80em;
}

.centertopic .leftside
{
 width:100%;
 float:none;
}

.centertopic .rightside
{
 width:100%;
 float:none;
}

.centertopic .rightside p
{
padding: 1.3em 0 0em;
}

.centertopic
{
padding: 2em 0 1em;
}

.speakerssection
{
 padding: 2em 0 1em;
}

.speakerpart
{
 width:100%;
 float:none;
 margin:0 0 1em 0;
}

.attendpart
{
 padding: 2em 0 0;
}

.whoAttend table img
{
 display:none;
}

.whoAttend table td
{
 width:100%;
}

.whoAttend ul
{
 text-align:center;
 list-style:none;
}

.whoAttend table ul li
{
 list-style:none;
 font-size: 20px;
 padding: 0 0 10px 0;
 margin-bottom: 5px;
}

.whoAttend table ul li:last-child
{
 border-bottom:none;
}
	
.spnserpart .content_div h2
{
 font-size:27px;
}	

.spnserpart .content_div h2 span
{
 font-size: 45px;
}	
	
.spnserpart .content_div h2 span 
{
line-height: 30px;
}	

.spnserpart .content_div .event-of 
{
    font-size: 20px;
    line-height: 30px;
}

.spnserpart .content_div h2 span
{
 line-height: 40px;
}


.spnserpart .content_div .event-of span 
{
font-size: 25px;
}

.spnserpart .content_div .event-of 
{
top: 35px;
}

.infopart ul li
{
border-bottom: #d8d8d8 1px solid;
border-right:none;
margin-bottom: 10px;
text-align: left;
 width: 100%;
}

.infopart ul li img
{
float: left;
margin: -9px 11px 5px 0px;
width: 12%;
}

.infopart h2
{
 padding: 0 0 1.3em;
}

.awardsection
{
 text-align:center;
}

.awardsection img
{
 margin-top:1em;
}

.spnserpart .content_div
{
 width:100%;
}

.spnserpart .content_div .get-in-touch
{
 width:45%;
}

.infopart
{
 padding: 2em 0 0;
}

.infopart ul li
{
 margin-right:0;
}

.spnserpart
{
padding: 1.3em 0 1em;
}

.eventbanner
{
 padding: 1.3em 0 0em;
}

ul.articlenavi li
{
padding: 0 0.35em;
}

.gform_body .medium{
	width: 100%;
}

#tableform select, .pricing-table legend{width:100%;}


	#nominateform {width:100%;background: white;padding: 0%;-webkit-box-shadow:none;margin: 0 auto;border: #eaeaea 1px solid;}

	#nominateform .td{width:100%!important;float:none;margin:0em 0 1em;padding:0;}
	#nominateform input[type="text"], input[type="checkbox"], input[type="email"]{width:100%;margin-bottom:1em;}
	
	.pricing-table{margin-top:1em;}
	
	.membership_banner .main_title h2{font-size: 2em;line-height: 120%;}
	.membership_banner .main_title p{padding:0;}
	.membermidbanner .leftprt,.membermidbanner .rightprt,.mainwarap ul.sixresonlist li{width:100%!important;text-align:center;}
	.becommbr{padding:1.5em;line-height:120%;font-size: 2em;}
	
}

@media screen and (max-width:24em)
{

#nominateform .Basic-nomination label{width:100%; color:#000000;font-weight:400;}
#nominateform .gfield_label{color:#000000;font-weight:400;}

.memberblkleft{ width: 100%; float:none; }
.memberblkright{ width: 100%; float:none; }

.author-info, .review-info, .comment-info, .time-info {
	margin-right: 0px!important;display: block;
}

 .owl-carousel .owl-item img{
	display: inline-block;
	width: auto!important;
	margin:0 auto;
 }
 
 .owl-carousel .item {
    text-align: center;
    margin: 0 auto;
    width: 78%;
    padding: 0;
}
 
ul.articlenavi
{
 margin:0;
 padding: 1em 0 0;
}

ul.articlenavi li
{
margin:0 auto;
text-align:center;
padding: 0 1em 1em;
display:inline-block;
}

.eventbanner h3{font-size:2.2em;}

.speakerpart img, .owl-carousel .owl-item img{width:100%!important;height:auto!important;}
.owl-carousel .owl-stage{width:48.5%;position:relative!important;}

.spnserpart .content_div .event-of{width:5%;float:none;top:0;line-height:2em;}

.spnserpart .content_div .get-in-touch{width:80%;margin:1em 0;}
.awardsection a.nominatebtn{width:auto;}

.infosponspart{width:100%!important;}
.infosponspart ul li {
    width: 95%;
    margin: 1em 0.5em 2em;}

.gform_body .medium{
	width: 100%;
}

#tableform select, .pricing-table legend{width:100%;}


 .post .img-thumbnail{
 	width: 92%;
	height: 100%;
	display: inline-block;
	background: transparent;
 }
  .post .img-thumbnail img{
  	width: 100%;
	height: auto;
  }

.owl-theme .owl-controls .owl-nav [class*="owl-next"]{
right: -7px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-prev"]{
left: -7px;
}
 .menu ul li a.joinbtn{
 color:#FFFFFF;
 padding: 4px 0 4px 16px;
     border-radius: 0;
 }
.slider .mainheading1 {
    font-size: 0.7em !important;
	line-height: 10px !important;
}
 
.navigation.expanded{
	margin-top:-20px;
}
 .subsc{
 	margin:0 auto;
 	display:inline-block;
 }

 .toppart .phone
 {
  font-size:1.2em;
 }
 .middleleftpart {
	width: 96%;
	margin: 50px auto;
	float: none;
	}
	
	.middlerightpart {
	width: 100%;
	float: left;
	margin: 0;
	}
	.middlerightpart .formbox{
	width: 90%;
	}
	.eventbox h2 {
	width:100%;
	text-align: center;
	}
	.eventbox .upcomingevent {
    width: 100%;
	}
	ul.eventgallery li {
    width: 100%;
	}
	ul.eventgallery li img {
	width:100%;
	height:100%;
	}
	ul.signup li input {
	width:auto;
	}
	.bottomlogo {
	margin-top: 10px;
	width:100%;
	}
	ul.signup {
	text-align:center;
	float:none;
	margin:0px;
	}
	ul.logolisting {
	text-align:center;
	}
	ul.logolisting li.heading {
	text-align: center;
	padding: 0px;
	margin: 0 auto;
	float: none;
	}
	ul.logolisting li {
	float:none;
	}
	.program-listtt ul li{
	width: 94%;
	}
	.logopart .heading{
	    width: 100%;
		text-align: center;
		padding: 0em 0 2em;
	}
	.footer-slider{
	    width: 80%;
		margin: 0 10%;
	}	
	.middleleftpart p{
	font-size:0.95em;
	}
	.futer{
	width:100%;
	}
	.post-body{
	padding:0.6em;
	}
	.post-title{
	text-align:center;
	}
	.post-info{
	text-align:center;
	}
	.cd-form .fieldset{
	margin:0.5em 0 !important;
	}
	.md-content > div p{
	padding:1px 0 !important;
	}
	.contact-details p{
	font-size:1.2em;
	}
	.service ul li {
    width: 93%;
	}
	.eventpart h2{
	font-size:1.2em;
	}
	.post-title a{
	font-size:1em;
	line-height: 1.5em;
	}
	.black ul li{
	    padding: 0px 5px 0px 0px;
	}
	.cd-form input[type=submit] {
    padding: 6px 0 !important;
	}
	.md-content > div {
    padding: 1em 2em !important;
	}
	.md-content{
	    width: 90%;
    margin-top: 80px !important;
	}
	.md-content h3{
		font-size: 1.4em !important;
	}
		.md-content button {
    top: -26px !important;
	}	
	#tableform{
	margin-bottom:20px;
	}
	#tableform .td{
	width:100%;
	}
	
	#nominateform {width:100%;background: white;padding: 0%;-webkit-box-shadow:none;margin: 0 auto;border: #eaeaea 1px solid;}

	#nominateform .td{width:100%!important;float:none;margin:0em 0 1em;padding:0;}
	#nominateform input[type="text"], input[type="checkbox"], input[type="email"]{width:100%;margin-bottom:1em;}
	
	.pricing-table{margin-top:1em;}
	

}

.cd-timeline {
  overflow: hidden;
  margin: 1em auto;
}

.cd-timeline__container {
  position: relative;
  width: 80%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 2em 0;
}

.cd-timeline__container::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline {
    margin-top: 0em;
    margin-bottom: 0em;
  }
  .cd-timeline__container::before {
    left: 38%;
    margin-left: -2px;
  }
}

.cd-timeline__block {
  position: relative;
  margin: 0.5em 0 0;
}

.cd-timeline__block:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.cd-timeline__block:first-child {
  margin-top: 0;
}

.cd-timeline__block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline__block {
    margin: 0.7em 0 0;
  }
}

.cd-timeline__img {
  position: absolute;
  top: 0;
  left: 4%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline__img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 30%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.cd-timeline__img.cd-timeline__img--picture {
  background: #54b1ff;
}

.cd-timeline__img.cd-timeline__img--movie {
  background: #c03b44;
}

.cd-timeline__img.cd-timeline__img--location {
  background: #f0ca45;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline__img {
   width: 15px;
height: 15px;
left: 38.25%;
    margin-left: -10px;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .cd-timeline__img.cd-timeline__img--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
            animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.cd-timeline__content {
  position: relative;
  margin-left: 60px;
  background: #ff640;
  border-radius: 0.25em;
  padding: 0em;
  -webkit-box-shadow: 0 3px 0 #d7e4ed;
          box-shadow: 0 3px 0 #d7e4ed;
}

.cd-timeline__content:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.cd-timeline__content::before {
  /* triangle next to content block */
  content: '';
  position: absolute;
  top: 16px;
  left: 100%;
  height: 0;
  width: 0;

}

.cd-timeline__content h3 {
  color: #303e49;
  text-align:left;
  
  
}

.cd-timeline__content p,
.cd-timeline__read-more,
.cd-timeline__date {
  font-size: 1em;
}

.cd-timeline__content p {
  margin: 0 0 0.7em 0;
  line-height: 1.3;
}

.cd-timeline__content p.text-right
{text-align:right;}

.cd-timeline__read-more,
.cd-timeline__date {
  display: inline-block;
}

.cd-timeline__date {
  float: left;
  padding: 0em 0;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  
  .cd-timeline__content h2 {
    font-size: 1.4rem;
  }
  .cd-timeline__content p {
    font-size: 1rem;
  }
  .cd-timeline__read-more,
  .cd-timeline__date {
    font-size: 1.2rem;
  }
  
 
  
}

@media only screen and (min-width: 1170px) {
  .cd-timeline__content {
    margin-left: 0;
    padding: 0em;
    width: 55%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
	float:right;
	text-align:left;
  }
  .cd-timeline__content h3{line-height:120%;}
  .cd-timeline__content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }

  .cd-timeline__date {
    position: absolute;
    width: 45%;
	left: -50%;
    top: 0px;
    font-size: 1em;
  }
  
  .cd-timeline__content.cd-timeline__content--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
            animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cd-timeline__block:nth-child(even) .cd-timeline__content.cd-timeline__content--bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
            animation: cd-bounce-2-inverse 0.6s;
  }
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}