/*
Theme Name:    Photographer
Theme URI:     http://ThemeWagon.com/photographer
Author:        ThemeWagon
Author URI:    http://ThemeWagon.com/
Description:   Photographer is a single page html template based on bootstrap 3
Version:       1.0.0
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/




/* ========================================================================== 
    General 
========================================================================== */
h1,h2,h3,h4,h5,h6,.navbar {
    /*font-family:'Oswald';*/
    font-family: Helvetica, sans-serif;
    /*font-weight:100;*/
    font-weight: 400;
}

body {
    padding-top: 70px;
	overflow-x:hidden;
	/*background-color: #707070 !important;*/
	background-color: #FFF !important;
}

a {
    /*transition*/
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}

a {
   /* color:#ffffff;*/
   color:inherit;
}

a.accountLink{
	
	color:#666666;
}

a:hover {
  /*  color:#62b70b;/*#ec343c;*/
    text-decoration: none;
	color:inherit;
}
.btn-o {
   /* border:1px solid #34c8b2;
    border-radius
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    color:#34c8b2;*/
}

.btn-o:hover {
    color:white;
    background:#34c8b2;
}

img {
    max-width:100%;
    max-height: 100%;
}

.hexagon {
    width:100px;
    height:55px;
    background:#65b90b;
    position:relative;
    /*transition*/
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}

.hexagon:before {
    content:"";
    position:absolute;
    top:-25px;
    left:0;
    width:0;
    height:0;
    border-left:50px solid transparent;
    border-right:50px solid transparent;
    border-bottom:25px solid #65b90b;
    /*transition*/
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}

.hexagon:after {
    content:"";
    position:absolute;
    bottom:-25px;
    left:0;
    width:0;
    height:0;
    border-left:50px solid transparent;
    border-right:50px solid transparent;
    border-top:25px solid #65b90b;
    /*transition*/
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}

.hexagon:hover {
    background:#ec343c;
}

.hexagon:hover:before {
    border-bottom-color:#ec343c;
}

.hexagon:hover:after {
    border-top-color: #ec343c;
}

.nav .caret {
    border-top-color: #d4cfcf;!important;
    border-bottom-color: #d4cfcf!important;
}
/* ========================================================================== 
Navigation 
========================================================================== */
.navbar-dark {
    background:#908e8e;
   /* z-index: 99999;*/
   z-index:1030;
}

.navbar-dark a {
    /*color:rgb(153,160,162);*/
    /*color: rgb(205, 209, 210);*/
	color:#5d5d5c;
}

.navbar-brand {
    height:70px;
    padding:5px 5px;
}

.navbar-nav>li>a {
    padding-top:25px !important;
    padding-bottom:25px !important;
	font-size:14px;
}

.navbar-brand strong {
    color:white;
    margin-right:2px;
}

.navbar-brand:hover {
    color:#62b70b;/*#ec343c;*/
    text-decoration:none;
}

.nav>li>a:hover,.nav>li>a:focus {
    /*background-color:#62b70b !important;/*#ec343c;*/
    color: white;
}


/* ========================================================================== 
Caurosel
========================================================================== */
.carousel-control {
   /* z-index:9999;*/
}

.carousel-control>img {
    position:absolute;
    top:42%;
    width:30%;
}

.left.carousel-control>img {
    left:30%;
}

.right.carousel-control>img {
    right:30%;
}

.camera-icon {
    position:absolute;
    width:100%;
    left:0;
    top:0;
    text-align:center;
    z-index:99;
    padding-top: 9%;
}

.camera-icon .circle {
    width:200px;
    height:200px;
    line-height:200px;
    display:inline-block;
    /*border-radius*/
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    border:1px solid white;
    position:relative;
    color:white;
    opacity:.85;
}

.camera-icon .circle i {
    color:white;
    position:absolute;
    z-index:1;
    left:28px;
    top:8px;
    font-size:38px;
}

.camera-icon .circle .hexagon {
    display:inline-block;
    margin-top:75px;
    position: relative;
}


/* ========================================================================== 
content-block 
========================================================================== */
.content-block {
    padding:30px 0;
    width:100%;
	
}

.content-block-cyan {
    background:#65b90b;
    /*color:#ECF0F1;*/
	color:#000;
}

.content-block-cyan img, .content-block-cyan iframe{
	max-width:100%;
}

.content-block-cyan h1 {
    font-weight:100;
    text-transform:uppercase;
    margin-bottom: 30px;
}


/* ========================================================================== 
Recent works
========================================================================== */
.recent-projects-title {
    background: rgba(236, 240, 241, 1);
    color: #333;
    text-transform: uppercase;
    padding: 40px 0px;
    text-align: center;
    font-size: 62px;
    font-family: 'News Cycle', sans-serif;
    word-spacing: 17px;
    letter-spacing: 4px;
    font-weight: 400;
}

.owl-carousel .owl-item img {
    height:auto;
    width:100%;
    display:block;
    position:relative;
}

.owl-carousel .item {
    margin:0px;
}

.owl-item>div {
    position:relative;
}

.owl-item>div a {
    position:absolute;
    bottom:0px;
    padding:8px;
    background:rgba(0,0,0,0.75);
    right:0;
    color:white;
    text-transform:uppercase;
    z-index: 2;
}

.owl-carousel .owl-item div:before {
    top:0;
    right:0;
    bottom:0;
    left:0;
    position:absolute;
    content:'';
    background:rgba(5,27,26,1);
    z-index:1;
    opacity:0.5;
    /*transition*/
    -webkit-transition:opacity 0.4s;
    -moz-transition:opacity 0.4s;
    -o-transition:opacity 0.4s;
    transition:opacity 0.4s;
}

.owl-carousel .owl-item:hover div:before {
    opacity: 0;
}

.owl-theme .owl-controls .owl-page span {
    background: #34C8B2;
}


/* ========================================================================== 
blog 
========================================================================== */
.block-heading h1 {
    margin-top:0;
}

.content-block-gray {
    background:#ECF0F1;
	
}

.block-heading {
    margin-bottom: 60px;
}


/* ========================================================================== 
Social
========================================================================== */

#social {
    padding:0px 0;
	
}

#social .hexagon {
    display:inline-block;
}

#social .hexagon i {
    font-size:15px;
    color:white;
    line-height:0px;
    position:relative;
    z-index: 1;
}
#social>.hexagon {
    width:40px;
    height:20px;
    background:#65b90b;
    position:relative;
    /*transition*/
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}

#social>.hexagon:before {
    content:"";
    position:absolute;
    top:-15px;
    left:0;
    width:0;
    height:0;
    border-left:20px solid transparent;
    border-right:20px solid transparent;
    border-bottom:15px solid #65b90b;
    /*transition*/
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}

#social>.hexagon:after {
    content:"";
    position:absolute;
    bottom:-15px;
    left:0;
    width:0;
    height:0;
    border-left:20px solid transparent;
    border-right:20px solid transparent;
    border-top:15px solid #65b90b;
    /*transition*/
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}

#social>.hexagon:hover {
    background:#62b70b;
}

#social>.hexagon:hover:before {
    border-bottom-color:#62b70b;
}

#social>.hexagon:hover:after {
    border-top-color: #62b70b;
}

/* ========================================================================== 
footer
========================================================================== */
footer.content-block {
    padding: 60px 0 38px;
    width: 100%;
}

.content-block-dark {
    background:#222222;
}

footer {
   /* text-align:center !important;*/
    color: rgb(153,160,162) !important;
	padding:0px !important;
	background-color: #666 !important;
	background:#666 !important;
	font-size:14px;
}

#footer{
	background:#666 !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	display:block !important;
}

.copyrightaat{
	text-align:right;	
}

/* ========================================================================== 
css by dnyaneshwari
==========================================================================*/ 
.imglogo{
	width:auto;
	height:auto;
	max-width:170px;
	max-height:62px;
}
.logotext {
    font-size: 20px;
    font-weight: 700;
}
.userlog a{
	color:#62b70b;/*red;*/
}
.carousel-caption.carousel-fulltext{
	width:100%;
	background:#ffffff9e;
	color:white;
	left:0px;
	bottom:0px;
	padding: 5px 10%!important;
}
.carousel-caption.carousel-fulltext h3{
	color: red;
}
.carousel-caption.carousel-fulltext p{
	font-size:18px;
	color: black;
}
.tab-center{
	width:401px;
	margin:auto;
}
.nav-tabs.tabcss>li.active>a, .nav-tabs.tabcss>li.active>a:hover, .nav-tabs.tabcss>li.active>a:focus {
    color: #000;
	background-color:#fff;/* red!important;*/
    /*border: 1px solid #ddd;
    border-bottom-color: transparent;*/
    cursor: default;
	height: 72px;
	border: 1px solid #fff;
}
.nav-tabs>li>a:hover {
   /* border-color: #eee #eee #ddd 2px;*/
    height: 72px;
	background:transparent;
	color:#ffffff;/*red;*/
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #fff;
    /*border-radius: 0px 0px 0 0;*/
	border-color: #eee #eee #ddd 2px;
}
.button-blk{
	background:black;
	border:1px solid black;
	padding:10px 40px;
	color:white;
	font-size:16px
	
}
.button-blk:hover{
	background:black;
	
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #62b70b;/*#ec343c;*/
    border-color: #428bca;
}
.signlog{
	width:100%;
	background:#fff;
	padding:5px;
	}
.btnlogin{
	margin-top:24px;
}
.keeplogin{
	font-size:15px;
	margin-top:22px !important;
}
.btn{margin-bottom:5px;}
.btn-facebook {
    background: #3b5999;
    color: white!important;
	width: 100%;
	
}
.btn-email{
	background: #fff;
    color: white!important;
	width: 100%;
	color:#000 !important;
	border:1px solid #000 !important;
}
.btn-gmail{
	background: #ec343c;
    color: white!important;
	width: 100%;
}
.ico_img{
	height:45px;
}
.list{
	margin-top:15px;
}
.list li{
	display:inline;
	color:white!important;
}
.list li a{
	color:white;
	font-size:18px;
}
.link_icon{
	float:right;
}
.link_icon1{
	float:right;
	margin-right:148px;
}
.comingsoon{
	padding:150px 0px;
}
.comingsoon p{
	font-size:25px;
}
.back_Gray{
	background:gray;
	text-align:center;
	width:100%;
	height:300px;
 	padding: 62px 0;
	border:1px solid #fff;
}
.playbtnico {
    position: absolute;
    height: 50px;
    text-align: center!important;
    top: 114px;
    left: 45%;
}
.logo_image {
    /*width: 86%;
    height: 175px;*/
	min-width: 177px;
    max-height: 177px;
}
.btnImg{
	padding:0px;
}
#footer{
	padding:30px 0;
	height: 60px;
}

#footer a{
	color:white;

}
#footer a:hover{
	color:black;

}

#top .nav.navbar-nav{
	margin-top:0px;	
}

#top .dropdown-menu > li > a{
	color:#333 !important;
}

#top .dropdown-menu{
	background-color:#FFF;
}

#signup-form-modal .modal-content{
	border-radius:6px;
}

#signup-form-modal .modal-content {
    max-width: 450px;
}

#signup-form-modal .modal-body {
    font-weight: 700;
    padding: 10px !important;
    background: #ECEEF0 !important;
}

/* #signup-form-modal {
    font-size: 12px;
    color: #4e5665;
} */
#signup-form-modal h4{
	color:#f00;
	margin-top:15px !important;
}

#signup-form-modal select {
    padding: 5px;
}
	
.sliderImage{
	width:100% !important;
	height:250px !important;
}
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
	text-align: center;
    float:none;
    /* reset the text-align */
    /* text-align:left; */
    /* inline-block space fix */
    margin-right:-4px;

}

.videoDetails .owl-item div::before{
	position: relative;
	background: none;
}

.videoDetails .owl-item img{
	height:130px;	
}

.owl-item .counter a{
	position:relative;
}

.redText{
	color:#62b70b !important;/*#F00 !important;*/
}

.whiteText{
	color:#FFF;
}

.devider_left {
    border-left: 2px solid #FFF;
    height: 15px;
    margin-left: 4px;
    display: inline-block;
    margin-right: 5px;	
}


.price-blocks{
    text-align:center;
    width:100%;
    height:auto;

    background-color: #ece7d9;

}
.price-gd-top {
    background: #ecb412;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
}

.price-gd-top h4 {
    font-size: 1.8em;
    color: #fff;
    padding: 0.4em 1em;
    background: #d29d05;
    border-radius: 5px 5px 0px 0px;
    margin:0px;
}
.price-gd-bottom {
    text-align: center;
    padding: 1em 0em;
    color: #d29d05;
}
.price-gd-top h3 {
    padding: 0.2em 0em 0.1em 0em;
    font-size: 2.5em;
    color: #fff;
}
.price-gd-top h5 {
    font-size: 1em;
    color: #fff;
    padding: 0.2em 0em 0.8em 0em;
}
.price-selet {
    margin-top:20px;
    padding: 1em 0em;
    text-align: center;
    border-radius: 0px 0px 5px 5px;
}

.intro-para
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
	font-weight:normal;
	font-kerning: normal;
	line-height: 1.3;
}

.prgrm-highlights
{
    border:dotted 2px #65b90b;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
	font-weight:normal;
}

.community-map{
	width:100%;
	height:400px;
	position:relative;
}

/* Post feed box*/

.postdata .blog-post-image{
	height:180px;
	text-align:center;
	overflow:hidden;
}

.postdata .blog-post-image img{
	height:auto;
	max-width:100%;
	width:100% !important;	
	border:none !important;
	max-height:inherit !important;
}
	 
.postdata .blog-hash-name{
	background:#b11919;
	color:#fff;
	padding:7px 10px;
}

.postdata .blog-date-actns{
	background:#fff;
	color:#595858;
	padding:7px 10px;
	font-size:16px;
	font-weight:bold;
	position:relative;
}

.postdata .blog-date-actns .post-actions-cnt{
	right:0px;	
}

.postdata .blog-post-image .upload-video{
	height:180px !important;
}

.postdata .blog-post-image iframe{
	height:180px !important;
}

#post-list .blog-post-image .file_path, #post-list .blog-post-image .upload-video{
	height:180px;
}

.post-blox-view-box .post-texts{
	background: #fff;
	font-size: 17px;
	font-weight: bold;
}

.post-blox-view-box .post-texts .post-actions-cnt{
	color:#F00;
	font-weight:normal;	
}

.postdata.post-blox-view-box{
	/*box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);	*/
	
	 -webkit-box-shadow: 0 0 5px 2px #ccc;
    -moz-box-shadow: 0 0 5px 2px #ccc;
    box-shadow: 0 1px 6px rgba(0,0,0,.2);
	border:none;
	margin-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
	 
/*hover image corousel*/

/*hover image corousel*/

/* ========================================================================== 
Responsive styles
========================================================================== */



@media (max-width:1024px) {
	.logo_image {
    min-width: 136px;
    max-height: 122px;
	}
	.back_Gray {
    height: 255px;
    padding: 62px 0;
    }
	.playbtnico {
    top: 98px;
	left:40%;
	}
	
	.navbar > .container .navbar-brand{
		margin-left: 5px;
	}
	
	.sliderImage{
		height:190px !important;
	}
}

@media (max-width:991px) {
	.navbar-collapse{
		width:100%;	
	}
	
	#top .nav.navbar-nav{
		width:100%;	
	}
	
	.navbar-nav > li > a{
		padding-top:10px !important;
		padding-bottom:10px !important;	
	}
	
	.container > .navbar-header, .container > .navbar-collapse{
		margin-left:15px;	
	}
}

@media (max-width:800px) {
	.logo_image {
    min-width: 110px;
    max-height: 90px;
	}
	.back_Gray {
    height: 195px;
    padding: 50px 0;
    }
	.playbtnico {
    top: 66px;
	left:40%;
	}
	.tab-center {
    width: 354px;
    margin: auto;
	}
	.btn-email{font-size:11px;}
	.btn-gmail{font-size:11px;}
	.btn-facebook{font-size:11px;}
	.checkbox.keeplogin {
		font-size: 11px;
	}
	.btnlogin {
    margin-top: 24px;
    margin-left: -22px;
    font-size: 11px;
	}
	.button-blk {
     padding: 10px 10px;
    }
}

@media (max-width:768px) {
	
	.btnlogin {
		margin-top: 26px;
		font-size: 11px;
	}
	.keeplogin{
		font-size:15px;
		margin-top:0px;
	}
    .navbar-nav>li>a {
        padding-top:10px !important;
        padding-bottom:10px !important;
        text-align:left;
    }
	
	.navbar-header img{
		margin-left:10px
	}
	
    .navbar-toggle i {
        color:rgb(153,160,162);
    }
    .navbar-toggle {
        margin-top:14px;
    }
    .recent-projects-title {
        font-size:32px;
    }
    .blog-post {
        margin-bottom:40px;
    }
    #social .hexagon {
        margin-bottom:10px;
    }
    #social {
/* 		padding-top: 30px;
 */		margin-bottom:20px;
	}
	.link_icon1 {
    float: right;
    margin-right: 192px;
    margin-bottom: 37px;
    width: 144px;
	}
	.content-block {
    padding: 0px 0;
    width: 100%;
	}
	.tab-center {
    width: 349px;
    margin: auto;
	}
	.playbtnico {
    top: 42px;
	}
	
	.sliderImage{
		height:170px !important;
	}
	.logo_image {
    min-width: 96px;
    max-height: 90px;
	}
	.back_Gray {
    height: 138px;
    padding: 21px 0;
    }
	.wakhal-logo{
		margin-left:25px;
	}
	.button-blk {
     padding: 10px 10px;
    }
}

@media (max-width:768px) {
	.navbar-nav>li>a {
        padding-top:10px;
        padding-bottom:10px;
        text-align:left;
    }
	.navbar-nav .open .dropdown-menu{
		text-align:center;
		color:white;
	}
	.navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
    color: #bdbdbd;
	text-align: left;
	}
	.carousel-caption.carousel-fulltext h3 {
    color: red;
    font-size: 11px;
    margin-top: 0px;
	}
	.carousel-caption.carousel-fulltext p {
    font-size: 10px;
    color: black;
	}
	.carousel-caption.carousel-fulltext {
    padding: 0px 0%!important;
	}
	.tab-center{
		width:100%;
		font-size:12px;
	}
	.link_icon1 {
    float: right;
    margin-right: 160px;
    margin-bottom: 37px;
    width: 144px;
	}
	.back_Gray{
	background:gray;
	text-align:center;
	width:300px;
	height:300px;
 	padding: 62px 0;
	border:1px solid #fff;
	}
	.logo_image {
		min-width: 177px;
		max-height: 177px;
	}
    #social {
	padding-top: 30px;
 	margin-bottom:20px;
	}
	.btn-email{font-size:14px;}
	.btn-gmail{font-size:14px;}
	.btn-facebook{font-size:14px;}
	.checkbox.keeplogin {
		font-size: 14px;
	}
	.btnlogin {
    margin-top: 24px;
    margin-left: 0px;
    font-size: 14px;
	}
	.button-blk {
     padding: 10px 40px;
    }
	
	.tab-center {
		width: 60%;
	}
}

@media (max-width:425px) {
	.link_icon1 {
    margin-right: 213px;
    margin-bottom: 37px;
}
.playbtnico {
    top: 114px;
}
.tab-center {
    width: 81%;
}
}
@media (max-width:414px) {
	.link_icon1 {
    margin-right: 207px;
    margin-bottom: 37px;
}
.tab-center {
    width: 81%;
}
}
@media (max-width:375px) {
	.link_icon1 {
    margin-right: 188px;
    margin-bottom: 37px;
}
.playbtnico {
    
    top: 114px;
}
.tab-center {
    width: 83%;
}
}
@media (max-width:360px) {
	.link_icon1 {
    margin-right: 180px;
    margin-bottom: 37px;
}
.playbtnico {
    
    top: 114px;
}
.tab-center {
    width: 87%;
}
}

@media (max-width:320px) {
	.link_icon1 {
		margin-right: 160px;
		margin-bottom: 37px;
	}
	.playbtnico {
		top: 114px;
	}
	.tab-center {
		width: 98%;
	}
	
	.tab-center > li > a{
		padding: 10px 10px;
	}
}

@media screen and (max-width: 768px) 
{
	#password-content {
		width: 100% !important;
	}
}

@media screen and (max-width: 480px) 
{
	#forgot-password{
		margin-top:15px;		
	}
	
	.foregtBtn{
		margin-top:0px !important;
	}
	
	#forgot-form{
		margin:0px;
	}
	
	.sliderImage{
		height:120px !important;
	}
	
	.community-map{
		height:250px;
	}
	
	.container > .navbar-header, .container > .navbar-collapse {
		margin-right: -15px !important;
		margin-left: -15px !important;
	}
	
	.navbar-header{
		font-size:14px !important;	
	}
	
	.navbar-toggle{
		margin-top: 14px !important;
	}
	
	.navbar-header a{
		float:left !important;	
	}
	
	.navbar-collapse .nav > li > a{
		padding: 10px 15px !important;
	}
	
	.navbar-toggle i{
		font-size: 2.3em !important;
	}
	
	.post-blox-view-box .post-texts{
		height:107px;
	}
	
	.post-blox-view-box .post-texts .post-actions-cnt{
		bottom:0px;	
	}
}

.forgotLink{
	color:#F00;
	cursor:pointer;
	padding-top: 3px;
	display: inline-block;
	padding-bottom: 8px;
}

.foregtBtn{
	border-radius:10px !important;
	text-transform:none;
	height: 34px;
	color:#FFF;
	font-weight:bold;
}

.forgetLabel{
	color:#00b055;
	font-size: 14px;
	font-weight: 700;
	margin:0px;	
}

.forgetMsgText{
	color:#F00;
	margin:0px;
	font-size:15px;
	margin-bottom: 24px;
}

#password-content {
    margin: 48px auto auto;
    width: 60%;
}

#password-content .main-content {

    background: #FFF;
    width: 100%;
    margin-top: 20px;
    min-height: 100px;
    -moz-box-shadow: 0 0 1px 0 #8EC6EC;
    -webkit-box-shadow: 0 0 1px 0 #8EC6EC;
    box-shadow: 0 0 1px 0 #B2B2B2;
    padding: 50px 30px;
	margin-bottom: 50px;
}

#password-content .static-note .note-content {

    width: 100%;
    padding: 20px 10px;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkt-border-radius: 5px;
    -moz-box-shadow: 0 0 1px 0 #8EC6EC;
    -webkit-box-shadow: 0 0 1px 0 #8EC6EC;
    box-shadow: 0 0 1px 0 #B2B2B2;
    color: grey;
    font-size: 17px;

}

#password-content .static-note .arrow-down {

    display: block;
    width: 0;
    height: 0;
    margin-left: 20px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #FFF;

}

.btn-linkedin {
    background: #246ca7;
    color: white !important;
    width: 100%;
}

.setCurrentUrl{
	cursor:pointer;
}


.loader {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1,1,1,.5);
    display: none;
    z-index: 1;
}

.loader img{
	margin-top: 200px;
}

.account-activate{
	width: 70%;
	margin: 0px auto;
    margin-top: 0px;
    margin-bottom: 0px;
	padding: 5px 30px 30px 30px;	
	background-color: #fff;	
	margin-top: 20px;	
	margin-bottom: 20px;
}

.activateHeading{
	color: #5cb209;
	padding-bottom: 10px;	
	font-size: 16px;	
	font-weight: bold;
}

.social-feed-container, .contact-us-container{
	background-color:#FFF;
}

.social-feed-container{
	border-bottom:#CCC 2px solid;
}

.contact-us-container .container{
	padding-top:20px;
	color:#000;
	opacity: 0.93;
}

#contact-community-form .form-control{
	background: #fffefe !important;
	color:#4a4949;
}

.contact-child-form{
	background:#FFF;
    z-index:1;
}

.contact-us-container .contact-us-heading{
	font-size: 16px;
    font-weight: bold;
}

.contact-us-container{
	margin-top:5px;
}

.social-feed-container .social-feed-heading{
	font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    display: block;
    margin-bottom: -10px;
}

.sb-loadmore{
	width:100px;
	color: #fff; 
	background-color: #3276b1 !important;
	border-color: #285e8e !important;
	display: inline-block;
	padding: 6px 12px !important;
	cursor: pointer;
	border: 1px solid transparent;	
	font-size: 12px !important;
	text-align:center;
	
	margin: 0 auto !important;
	display: inherit;
	margin-bottom: 20px !important;
}

.sb-container .sb-footer, .sb-container .sb-inner .sb-info{
	display:none !important;
}

.about-col-2 img{
	/*height:100%;
	width:auto;*/
}

/*.navbar-header{
	width: 260px;
    height: 57px;
}

.navbar-header img{
	width:auto;
	height:auto;
}*/


.navbar-header img{
	margin-top:6px;
}

.cmpages-conatiner{
	background-color:#FFF;
	min-height:200px;	
}

.cmpages-heading{
	font-size:21px;	
}

.cmpage-description{
	/*margin-top:20px;
	margin-bottom:20px;*/
}

.cmpage-description iframe{
	max-width:100%;
}

.cmpage-description img{
	max-width:100%;
}

.cmpage-description video{
	max-width:100%;
}

/*.cmpage-description a{
	color: #62b70b !important;
}*/

.cmpage-barrier{
	background:#d0cdcd;
	padding:20px;;
	width:100%;
}

.cmpage-barrier .cmhomelink{
	font-weight:bold;
	font-size:14px;
	color:#000;
}

.cmpage-barrier .cmpagelink{
	font-weight:bold;
	font-size:14px;
	color:#3579DD;
}

.cmcontainerstatic{
	/*padding-right: 15px;
	padding-left: 15px;*/
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.cmcontainerstaticbig{
	margin-top:-30px;	
	background-color:#FFF;
	min-height:200px;
}

.redMenuText.nav > li > a{
	color: #cc101e;
}

.redMenuText.nav > li > a:hover, .redMenuText.nav > li > a:focus{
	background-color: #cc101e !important;
	color: white;
}

.cmforms{
   /* padding: 15px;
	margin-bottom:20px;
	-webkit-box-shadow: 0 0 9px 3px #cacaca;
    -moz-box-shadow: 0 0 9px 3px #cacaca;
    box-shadow: 0 0 9px 3px #cacaca;*/
}

.form-title{
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 24px;
}

.form-title-default{
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight:bold;
}

.form-descri{
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 1.428571429;
}

.form-page_heading {
    font-size: 16px;
    font-family: "Raleway",helvetica,arial,sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid rgba(55,71,79,0.1);
    padding-bottom: 10px;
	text-align: center;
    line-height: 40px;
}

.cmformscontainer{
	-webkit-box-shadow: 0 0 9px 3px #cacaca;
    -moz-box-shadow: 0 0 9px 3px #cacaca;
    box-shadow: 0 0 9px 3px #cacaca;
}
	
.goto-event-page{
	color:#000 !important;
	background:#FC0 !important;
	width:100%;
	border:none;
}

.current-event-page{
	color:#FFF !important;
	background:#000 !important;
	width:100%;
	border:none;
}

.location-event-page{
	height:23px;
	width:23px;
	float:right;
	border:none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	line-height: 1.4;
}

.additional-page-container .cmpage-description .container{
	padding-right: 0px;
	padding-left: 0px;
}

.template-page-creation #primary ul, .template-page-creation #primary ol{
	padding-left:15px;
	margin-left:3px;
}

.template-page-creation #primary .fa-ul{
	padding-left:15px;
	margin-left:12px;
}