.hiSliderStamp {
display:none !important;
}
/* Modified Bootstrap */
.navbar{
	border-radius: 0px;
	margin-bottom: 0px;
	 
	 
}
.carousel-inner .item img {
	width: 100%;
	max-height: 600px;
}
.modal-dialog {
	max-width: 400px;
}
/* End Modified Bootstrap */
.copyright {
   color:#6d7a83;
	
}

/* ABOUT */
#about {
	
}

#about .profile {
	margin: 20px 0 20px 0;
	padding: 0px;
}

#about img {
	width: 170px;
	border: 8px solid rgba(1, 1, 1, 0.03);
	border-radius: 50%;
}

.profile:hover img {
transform: scale(1.1) rotate(-3deg); 
-ms-transform: scale(1.1) rotate(-3deg);
-webkit-transform: scale(1.1) rotate(-3deg); 
}

.tagview
{
	/*border: 1px solid #F10303;*/
	width: 100px;
	height: 100px;
	position: absolute;
        /*display:none;*/
        font-size: 15px
	opacity: 0;
	color: #FFFFFF;
	text-align: center;
}

.tagview .person {
    font-size: 20px;
    color: #FFFFFF;
}

#about .profile .name {
	font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        text-transform: uppercase;
        margin: 0 0 0 0;
        color: #0d1d31;
        display: block;
        padding-top: 20px;
}

#about .profile .position {
	font-size: 14px;
        font-weight: 700;
        margin-bottom: 0;
        text-transform: uppercase;
        line-height: 14px;
        color: #dc143c;
        padding-bottom: 10px;
        padding-top: 10px;
}

#about .profile .description {
	display: block;
	text-align:justify;
        padding-top:10px;
}

#about a .fa {
	font-size: 1.8em;
	width: 1.6em;
	text-align: center;
	color: #666666;
	margin-top: 20px;
}

.scroll-to-top {
	background: url(../img/scroll-to-top.png) no-repeat;
	position: fixed;
	cursor: pointer;
	bottom: 24px;
	right: 20px;
	width: 35px;
	height: 35px;
	display: none;
	z-index: 999;
}

 
#login input[type="text"], #login input[type="password"], #signup input[type="text"], #signup input[type="password"],#campaign_login input[type="text"], #campaign_login input[type="password"],#campaign_login select {
	width: 100%;
	height: 28px;
}
/* TOP-FOOTER */
#top-footer {
	background-color: #dc143c;
	padding-top: 10px;
	padding-bottom: 30px;
        color:#ffffff;
}

#top-footer h3 {
	font-weight: 300;
	color: #ccc;
}

#top-footer ul {
	list-style: none;
	padding: 0px;
}

#top-footer ul li a {
	padding: 0px;
	color: #eee;
}

#top-footer ul li a:hover {
	color: #ccc;
	background-color: transparent;
}

#top-footer ul li .fa {
	top: 5px;
}

#top-footer .partner .fa {
	font-size: 4em;
	width: 1.3em;
	height: 1.3em;
	line-height: 1.3em;
	text-align: center;
}

#top-footer img {
	width: 80px;
	margin-bottom: 3px;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}

#top-footer img:hover {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

/* BOTTOM FOOTER */
#bottom-footer {
	background-color: #ffffff;
	padding: 20px;
        
}

#bottom-footer a .fa {
	font-size: 2em;
	width: 1.4em;
	text-align: center;
	color: #666666;
}
/* SOCIAL COLOR */
#about .profile a:hover .fa-facebook,
#bottom-footer a:hover .fa-facebook {
	color: #3b5998;
}

#about .profile a:hover .fa-twitter,
#bottom-footer a:hover .fa-twitter {
	color: #00aced;
}

#about .profile a:hover .fa-google-plus,
#bottom-footer a:hover .fa-google-plus {
	color: #dd4b39;
}

#about .profile a:hover .fa-linkedin,
#bottom-footer a:hover .fa-linkedin {
	color: #007bb6;
}

#about .profile a:hover .fa-dribbble,
#bottom-footer a:hover .fa-dribbble {
	color: #ea4c89;
}

#about .profile a:hover .fa-youtube,
#bottom-footer a:hover .fa-youtube {
	color: #bb0000;
}

#about .profile a:hover .fa-pinterest,
#bottom-footer a:hover .fa-pinterest {
	color: #cb2027;
}

#about .profile a:hover .fa-tumblr,
#bottom-footer a:hover .fa-tumblr {
	color: #32506d;
}

#about .profile a:hover .fa-github,
#bottom-footer a:hover .fa-github {
	color: #171515;
}

#about .profile a:hover .fa-rss,
#bottom-footer a:hover .fa-rss {
	color: #ff8400;
}
/* testimonials */
 

#testimonials .profile {
	margin: 20px 0 20px 0;
	padding: 0px;
}

#testimonials img {
	width: 170px;
	border: 8px solid rgba(1, 1, 1, 0.03);
	border-radius: 50%;
}

#testimonials .profile .name {
	display: block;
	font-size: 1.5em;
	padding-top: 20px;
}

#testimonials .profile .position {
	display: block;
	font-size: 1.1em;
	padding-bottom: 10px;
}

#testimonials .profile .description {
	display: block;
}

#testimonials a .fa {
	font-size: 1.8em;
	width: 1.6em;
	text-align: center;
	color: #666666;
	margin-top: 20px;
}
#testimonials {
	 
}
#map {
width: 100%;
height: 200px;
margin-bottom: 50px;
}


