.effect-layla img {
	height: auto;
}
.effect-layla img {
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
}
.effect-layla img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.effect-layla:hover img {
	-webkit-transform: translate3d(0, 19px, 0);
	transform: translate3d(0, 19px, 0);
}
.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.effect-layla img {
	height: auto;
}
.effect-layla img {
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
}
.effect-layla img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.effect-layla:hover img {
	-webkit-transform: translate3d(0, 19px, 0);
	transform: translate3d(0, 19px, 0);
}
.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.effect-layla img {
	height: auto;
}
.effect-layla img {
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
}
.effect-layla img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.effect-layla:hover img {
	-webkit-transform: translate3d(0, 19px, 0);
	transform: translate3d(0, 19px, 0);
}
.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.effect-layla img {
	height: auto;
}
.effect-layla img {
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
}
.effect-layla img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.effect-layla:hover img {
	-webkit-transform: translate3d(0, 19px, 0);
	transform: translate3d(0, 19px, 0);
}
.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
/* Global */


body {
	background: #fff;
	font-family: 'Conv_ProximaNova-Reg', Arial;
}
.navbar-default {
	 /* background: #1c5089;*/
}
/*.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #fff !important;
    background: #1d4c81;
}*/
:focus {
	outline: none;
}
.mTSWrapper {
	border: none !important; 
}
.videoul {
	color: #000;
	list-style-position: inside;
	padding-left: 20px;
	width: 50%;
	float: left;
}
.social-links li {
	background: #7b848b;
	border-radius: 3px;
	width: 35px;
	height: 35px;
	padding: 8px 29px 31px 11px !important;
	margin: 0 5px 11px 0;
	-webkit-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	cursor: pointer;
}
.social-links .fa {
	font-size: 25px;
}
.social-links li.linkedin:hover {
	background: #0073b5;
}
.social-links li.twitter:hover {
	background: #5aa8df;
}
.social-links li.facebook:hover {
	background: #39569d;
}
.social-links li.youtube:hover {
	background: #f70000;
}
.social-links li.googleplus:hover {
	background: #df4931;
}
.social-links li.pinterest:hover {
	background: #ca1f25;
}
.portfolio-section {
	padding-bottom: 40px;
}
/* category filter */

.filter-section {
	padding-top: 40px;
}
.filter-container {
	text-align: center;
	padding: 20px
}
ul.filter > li > a {
	color: #1abc9c;
	font-size: 20px;
	line-height: 40px
}
ul.filter > li > a:hover, ul.filter > li > a:focus {
	text-decoration: none;
	color: #16a085;
	outline: none
}
ul.filter > li.active a {
	color: #111
}
ul.filter > li span {
	color: #ddd;
	font-size: 20px;
	display: inline-block;
	margin: 0 5px
}
.filter-section .filter-container .filter > li {
	padding: 0;
	margin: 0
}
.filter-section h1 {
	text-align: center
}
/* the color of the transparent overlay border */

.portfolio-section.port-col .overlay-background {
	background-color: #000;
	background-color: rgba(0,0,0,0.4);
}
/* portfolio images */

.portfolio-section {
	float: left;
	width: 100%;
	position: relative
}
.portfolio-section img {
	width: 100%;
	height: auto
}
/* project title under image */

.portfolio-section .article-title {
	text-align: center;
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 38px;
	font-weight: bold;
	padding: 20px 0;
	color: #454545;

}
/* transparent overlay */

.portfolio-section :hover .overlay {
	opacity: 1;
	visibility: visible
}
.portfolio-section :hover .overlay-background {
	opacity: .8;
	visibility: visible
}
.portfolio-section .overlay-background {
	z-index: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 100%
}
.portfolio-section .overlay-background .inner {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: 11px;
	background-color: #000;
	background-color: rgba(0,0,0,0.5)
}
.portfolio-section .overlay {
	z-index: 2;
	transition: all .2s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 100%
}
.portfolio-section .inner-overlay {
	display: table;
	width: 100%;
	height: 100%
}
.portfolio-section .inner-overlay-content {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 20px 40px
}
.portfolio-section .inner-overlay-content.with-icons {
	text-align: center
}
/* icons inside overlay */

.portfolio-section .inner-overlay-content.with-icons a {
	width: 80px;
	height: 80px;
	line-height: 70px;
	display: inline-block;
	margin: 0 10px;
	text-decoration: none;
	font-size: 40px;
	background: rgba(63,63,63,.8);
	color: #21a6df;
	border-radius: 50%;
}
/* skew image on hover */ 

.isotopeSelector img {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.isotopeSelector:hover img {
	-moz-transform: scale(1.5) rotate(2deg);
	-webkit-transform: scale(1.5) rotate(2deg);
	-o-transform: scale(1.5) rotate(2deg);
	-ms-transform: scale(1.5) rotate(2deg);
	transform: scale(1.5) rotate(2deg);
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease
}
.isotopeSelector {
	overflow: hidden
}
.isotopeSelector {
	box-shadow: 0 0 15px rgba(0,0,0,0.9);
	border: solid 1px #474747;
}
/*
|--------------------------------------------------------------------------
|  Demo Specific Code
|--------------------------------------------------------------------------
|
|
|
*/



.demo-colored-wrap {
	background: #ecf0f1;
}
.top-nav {
	width: 100%;
	height: 40px;
	background: #111;
}
img.logo {
	margin-top: 13px;
	margin-left: 50px
}
a.article-link, a.article-link:visited {
	display: inline-block;
	float: right;
	color: #FF4629;
	text-decoration: none;
	margin-right: 50px;
	margin-top: 10px;
}
a.article-link:hover {
	color: #fff
}
/* buy sell */
body .one .bsa_it_ad {
	background: rgba(255,255,255,0.8);
	border: none;
	font-family: inherit;
	padding: 10px 15px;
	margin: 0;
	text-align: right;
	-moz-box-shadow: 0 0 3px #666;
	-webkit-box-shadow: 0 0 3px #666;
	box-shadow: 0 0 3px #666;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
body .one .bsa_it_ad:hover {
	-moz-box-shadow: 0 0 12px #666;
	-webkit-box-shadow: 0 0 12px #666;
	box-shadow: 0 0 12px #666;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
body .one .bsa_it_ad:hover img {
}
body .one .bsa_it_ad .bsa_it_i {
	display: block;
	padding: 0;
	float: none;
	margin: 0 0 5px;
}
body .one .bsa_it_ad .bsa_it_i img {
	padding: 0;
	border: none;
}
body .one .bsa_it_ad .bsa_it_t {
	padding: 6px 0;
}
body .one .bsa_it_ad .bsa_it_d {
	padding: 0;
	font-size: 12px;
	color: #333;
}
body .one .bsa_it_p {
	display: none;
}
body #bsap_aplink, body #bsap_aplink:hover {
	display: block;
	font-size: 10px;
	margin: 12px 15px 0;
	text-align: right;
}
.buy-ad {
	width: 160px;
	position: fixed;
	top: 50px;
	right: 15px;
	z-index: 12000 !important
}
.Eventbanner {
	background-size: cover !important;
	height: 351px;
	width: 100%;/*margin-bottom: 10px;*/
	  /*  margin-top: 56px;*/
	
}
.EventbannerHelp {
	background-size: cover !important;
	height: 247px !important;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 56px;
}
.Eventbanner-tittle {
	width: 100%;
	height: auto;
	margin: 34px 0 0 0;
	float: left;
	font-size: 36px;
	font-weight: normal;
	color: #fff;
	line-height: 42px;
	font-family: 'Conv_ProximaNova-Reg', Arial;
	padding: 0 17% ;
	text-align: center;
}


 
.Eventbanner-tittle span {
	 color: #00A0DD;
    font-size: 50px;
    padding: 0;
    display: block;
}
.Eventbanner-tittle-sub {
    height: auto;
    margin: 14px 0px;
    /* float: left; */
    clear: both;
    font-size: 22px;
    color: #fff;
    min-height: 30px;
	text-align: center;
/*    line-height: 16px !important;*/}
.scroll-me {
	margin: 0;
	min-width: 180px;
	display: inline-block;
}
.scroll-me1 {
	margin: 0px 0px 0px 20px;
	min-width: 180px;
	display: inline-block;
}
.banner-buttons{
	        text-align: center;
    clear: both;
    padding: 28px 0 0 0;
    display: block;
    position: relative;

}
.phone-img {
	background: url(http://www.crowdcompass.com/images/iphone6-frame2.png) no-repeat;
	text-align: center;
	width: 305px;
	height: 326px;
	overflow: hidden;
	margin-top: -113px;
}
p {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 18px;
}
.navbar-default {
	margin-top: 0px;
}
.wrapper h2 {
	font-size: 25px;
	margin-bottom: 2%;
	color: #f1f1f1;
}

@media screen and (max-width:1366px) {
.Eventbanner-tittle {
	font-size: 30px;
	/*margin: 25px 0 0px 0;*/
}
.Eventbanner-tittle span {
	font-size: 44px;
}
.scroll-me {
	margin: 0px 0px 0px 0px;
}
.scroll-me1 {
	margin: 0px 0px 0px 20px;
}
	
	
}

@media screen and (max-width:1024px) {
/*.Eventbanner {
	margin-top: 250px;
}*/
.container {
    width: 100% !important;
}
.EventbannerStyle {
	margin-top: 250px;
}
.EventbannerTemplates {
	margin-top: 250px;
}
/*.EventbannerHelp {
	margin-top: 250px;
}*/
.cs-designs-header-text {
	font-size: 15px !important;
}
.cs-designs-header-text {
	padding: 20px !important;
}
.white-bg-center {
	width: auto;
	padding: 10px;
	margin: 0 auto;
}
.cvent-footer-logo-left {
	width: 100% !important;
	float: none;
}
.cvent-footer-logo-left {
	width: 100%;
	float: left;
}
.cvent-logo a {
	margin: 10px 0px;
}
.footer-cvent-logo {
	width: 100%;
}
.listed-logo img {
	float: left !important;
}
#home img {
	display: block;
}
.cvent-logo img {
	margin-top: 20px;
}
}

@media only screen and (min-device-width: 990px) and (max-device-width: 1024px) {
    .nav li a {
        position: relative;
        display: block;
        padding: 0px 20px 20px 20px;
        font-size: 16px !important;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 819px) {
	.Eventbanner-tittle {
color: #fff;
float: left;
font-size: 44px !important;
height: auto;
margin: 12% 0% 1% 0% !important;
width: 100%;
line-height: 36px;
padding: 0 10%;
}
.navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: -5px !important;
margin-right: 0px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.container {
/* width: 80% !important; */
width: 100% !important;s
padding: 0 !important;
}

}
@media screen and (max-width:500px) {
/*.Eventbanner {
	margin-top: 359px;
}*/
.EventbannerStyle {
	margin-top: 359px;
}
.EventbannerTemplates {
	margin-top: 359px;
}
/*.EventbannerHelp {
	margin-top: 359px;
}*/

.navbar-default {
	float: right;
	margin-top: 50px;
	width: 100%;
}
.cvent-logo > img {
	margin-top: 20px;
	width: 100%;
	height: 100%
}
.Eventbanner-tittle-sub {
	color: #fff;
	float: left;
	font-family: "Conv_ProximaNova-Reg";
	font-size: 16px !important;
	height: auto;
	line-height: 24px !important;
}
}
.wrapper * {
	margin: 0;
	padding: 0;
	font-family: arial;
}
.wrapper img {
	max-width: 100%;
	border: 1px solid #ccc;
}
.wrapper > div {
	display: inline-block;
	width: 100%;
}
.wrapper > div > div {
	float: left;
	margin: 0 2% 5%;
}
.wrapper h2 {
	font-size: 25px;
	margin-bottom: 2%;
}
.wrapper h3 {
	font-size: 22px;
}
.wrapper p {
	font-size: 18px;
	margin-bottom: 15px;
}
.wrapper div + p {
	margin-bottom: 0;
	margin-top: 20px;
}
.wrapper > div:first-child > div {
	width: 21%;
}

@media screen and (max-width: 720px) {
.wrapper > div:first-child > div {
	width: 96%;
}
}
.help table {
	font-family: arial;
}
.help thead tr {
	background-color: #444444;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.help tbody tr:first-child {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
.help td {
	padding: 10px;
}
.help td:first-child {
	border-left: 0;
}
.help td:nth-child(3) {
	text-align: left;
}
.footer {
	background: #1e5da1;
}
.secondry-footer {
	background: #1c5089;
	padding: 25px 25px 35px 25px;
	clear: both;
	margin: 0 auto;
	width: 100%;
	position: relative;
	color: #EFEFEF;
}
.active-bg {
	background: rgba(0,0,0,0.8) !important;
	border-bottom: 1px solid #333;
}
.scrollToTop {
	width: 32px;
	height: 32px;
	padding: 6px 5px;
	font-size: 14px;
	text-align: center;
	background: #1d4c81;
	color: #fff !important;
	position: fixed;
	bottom: 40px;
	right: 20px;
	border-radius: 3px;
	display: none;
}
.scrollToTop:hover {
	background: #00A0DD;
}
.newHeading {
	font-size: 28px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 30px;
	color: #156598;
	padding: 0px 0px;/* border-bottom: 2px solid #156598; 
     font-family: 'Conv_ProximaNova-Bold';*/
}
.fixed {
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	margin: 0 auto 0 auto !important;
	z-index: 999999;
	background: #fff;
	padding: 10px 20px 10px 0px !important;
	width: 100% !important;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
}
.sticky-header {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.mtop {
	margin-top: 125px !important;
}
div.slideOutTab {
	position: fixed;
	width: 420px;
	height: 70px;
	top: 260px;
	right: -344px;
	z-index: 99999999;
}
div.slideOutTab a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;/*text-indent: -999em;
    background: 0 0 url('http://s9.postimg.org/okyi00edn/fb_like_us.gif') no-repeat;*/
}
div.slideOutTab a:hover {
	background-position: 0 -43px;
}
div.slideOutTabC {
	position: fixed;
	width: 420px;
	height: 70px;
	top: 335px;
	right: -344px;
	z-index: 99999999
}
div.slideOutTabC a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;/*text-indent: -999em;
    background: 0 0 url('http://s9.postimg.org/okyi00edn/fb_like_us.gif') no-repeat;*/
}
div.slideOutTabC a:hover {
	background-position: 0 -43px;
}
div.tooltipright {
	position: fixed;
	width: 300px;
	    padding: 30px 45px 30px 30px;
	font-size: 18px;
	line-height: 24px;
	background: rgba(44, 44, 44, .9);
	border: 1px solid #4e4e4e;
	top: 175px;
	right: 0;
	z-index: 9999999;
	color: #fff;
	font-style: italic;
}
div.tooltipright strong {
	color: #fff;
}
div.tooltipright span {
	color: #00A0DD;
	font-size: 21px;
	font-weight: bold;
	font-style: italic;
	line-height: 24px;
	    margin: 0 0 -10px 0;
    position: relative;
    display: block;
}
.footl li {
	display: inline-block;
	padding: 0px 10px;
	margin-top: 20px;
}
.faqheading {
	font-size: 24px;
	font-weight: bold;
	padding: 1% 2.7% !important;
	color: #fff;
}
.faqheading p {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}
.effect-layla img {
	height: auto;
}
.effect-layla img {
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
}
.effect-layla img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.effect-layla:hover img {
	-webkit-transform: translate3d(0, 19px, 0);
	transform: translate3d(0, 19px, 0);
}
.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

span.orange_txbig {
    color: #e95325;
    font-size: 70px;
    font-weight: bold;
    padding: 0 0 18px 0;
}

span.white-text {
    font-size: 33px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    margin: 0;
    padding: 0;
}

span.sub-lineWt {
        font-size: 25px;
    color: #fff;
    display: block;
    padding: 0;
    line-height: normal;
}

@media (max-width: 480px) and (min-width: 320px)
	
{
	span.orange_txbig {
    color: #FF5C50;
        font-size: 40px !important;
    font-weight: bold;
    padding: 0 0 18px 0;

}

span.white-text {
          font-size: 27px !important;
    font-weight: bold;
    color: #fff;
    line-height: normal;
    margin: 0;
    padding: 0;
}

span.sub-lineWt {
            font-size: 20px !important;
    color: #fff;
    display: block;
    padding: 0;
    line-height: normal;
}
	
}