body, html {
	/* font-weight: 100; */
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	
	/* font-family: 'Open Sans', sans-serif; */
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	width: 100% !important;
	height: 100% !important;
	/*overflow:hidden;*/
}
h1 {
	font-weight: 700;
}
/*h1 img {
	height:138px;
	width:157px;
}*/
.red3em{
	color:#ED4255;
	font-size:3.0em;
}
.red3em-fade{
	color:#d87a85;
	font-size:3.0em;
}

#animlogo{
	position:relative;
	left:-51%;
	margin-bottom: 10px; 
	white-space:none;
}

h1 strong {
	font-weight: 900;
}
h2 {
	text-transform: uppercase;
	line-height: 20px;
	font-weight: 600;
	margin: 0;
	color: #555;
}
h3 {
	font-size: 16px;
	font-weight: 700;
	color: #555;
}
h4 {
	font-weight: 500;
	color: #555;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 14px;
}
a {
	color: #754747;
	/*ED4255*/
}
a:hover, a:focus {
	text-decoration: none;
	color: #ED4255;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ddd;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #ED4255;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}






/*
.title {
    position: relative;
}
.title span {
  position: relative;
}

.title:nth-child(1) {
  color: #fefefe;

}
.title:nth-child(2) {
  color: #ED4255;;
  text-shadow: #533d4a 1px 1px, #533d4a 2px 2px, #533d4a 3px 3px, #533d4a 4px 4px, #533d4a 5px 5px, #533d4a 6px 6px;
}
*/


::-moz-selection { /* Code for Firefox */
    color: #f6f6f6;
    background: #FF778C; /*#FF5555;*/ /*#CC3E44;*/
}
::selection {
    color: #f6f6f6;
    background: #FF778C;/*#FF5555;*/
}

/* Navigation */
.navbar-custom {
	padding: 0;
	border-bottom: 0;
	letter-spacing: 1px;
	background: #333;
	text-transform: uppercase;
}
.navbar-custom .navbar-brand {
	font-weight: 600;
}
.navbar-custom .navbar-brand i.fa {
	color: #ED4255;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-toggle {
	color: #eee;
	font-size: 18px;
	border-radius: 2px;
	padding: 0 4px;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
	background-color: #ED4255;
	color: #ffffff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #fff;
}
.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
	outline: 0;
	color: #ED4255;
	background-color: transparent;
}
.navbar-custom .nav li a:focus, 
.navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #ED4255;
}
.navbar-custom .nav li.active {
	outline: 0;
	/* font-weight:700;
	color: #ED4255; */
	
}
.navbar-custom .nav li.active a {
	font-weight:700;
	color: #ED4255;
}

.navbar-custom .nav li.active a:hover {
	color: #fff;
}
/* Home Section */
#intro {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	/*background: url(../img/intro-bg.jpg) no-repeat center center fixed;*/
	background: linear-gradient(rgba(26, 26, 26, 0.7), rgba(26, 26, 26, 0.7)), url(../img/intro-bg.jpg) no-repeat center center fixed;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#intro .intro-body {
	display: table-cell;
	vertical-align: middle;
}
#intro .intro-body H1 {
	font-size: 76px;
	font-weight: 700;
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
}
#intro .intro-body .brand-heading {
	position:relative;
	color: #FF4366;
	text-shadow: 4px 0  #822130;
	/*text-shadow: 3px 5px 0px rgba(200, 160, 160, 0.8);*/
}
#intro .intro-body .intro-text {
	font-size: 18px;
}

@media(min-width:768px) {
	#intro {
		height: 100%;
		padding: 0;
	}
	#intro .intro-body .intro-text {
		font-size: 18px;
		letter-spacing: 1px;
		margin-bottom: 100px;
		color: rgba(255,255,255,0.9);
	}
}

.quotep{
	color:#939997;
	font-style:italic;
	font-weight:500;
	height:80px;
}
.quoteby{
	border-top:1px solid #939997;
	color:#939997;
	padding-top:12px;
}

.btn-default {
	color: #f6f6f6;
	background: #ED4255;
	border: 0;
	padding: 12px 24px;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #f6f6f6;
	background-color: #A53343;
}
.section-title.center {
	padding: 30px 0;
}
.section-title h2, .section-title.center h2 {
	margin-bottom: 30px;
}
/* About Section */
.bg {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #333;
	opacity: 0.0;
	filter:alpha(opacity=0);
	z-index: 110;
	display: none;
}

 .box {
	position: absolute;
	top: 10%;
	left:25%;
	margin: 0px auto; 
	width: 800px;
	height: 450px;
	z-index: 111;
	/*padding: 12px;*/
	/*background: #fff;*/
	box-shadow: 3px 5px 15px #777;
	/*border-radius: 5px;*/
	/*border: 1px solid red;*/
	display: none;
    }
.xclose {
	font-size: 2.8rem;
	font-weight:700;
	color:#fff;
	float: right;
	margin: 12px;
	cursor: pointer
}



    #outerbox {
        width: 800px;
        height: auto;
        overflow: hidden;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
       
        -webkit-box-shadow: 10px 10px 13px -2px rgba(204,204,204,1);
        -moz-box-shadow: 10px 10px 13px -2px rgba(204,204,204,1);
        box-shadow: 10px 10px 13px -2px rgba(20,20,20,1);
    }

    
    #sliderbox {
        position: relative;
        width: 4000px;
        animation: kfSliderBox 25s infinite;
        /*animation-fill-mode: both;*/
        animation-direction: alternate;
        /*  
        /*image width * by total # of images*
        animation-name: kfSliderBox;
        animation-duration: 25s;
        /*4s pause + 1s to slide * by total # of images*
        animation-iteration-count: infinite;
        */
    }

       #sliderbox img {
        float: left;
        height: auto;
    }

    @keyframes kfSliderBox {
        0% {
            left: 0px;
            transition: all .4s ease-in;
        }
        16% {
            left: 0px;
            transition: all .4s ease-in;
        }
        20% {
            left: -100%;
            transition: all .4s ease-in;  
        }
        36% {
            left: -100%;
             transition: all .4s ease-in;  
        }
        40% {
            left: -200%;
            transition: all .4s ease-in;  
        }
        56% {
            left: -200%;
            transition: all .4s ease-in;  
        }
        60% {
            left: -300%;
             transition: all .4s ease-in;  
        }
        76% {
            left: -300%;
             transition: all .4s ease-in;  
        }
        80% {
            left: -400%;
             transition: all .4s ease-in;  
        }
        96% {
            left: -400%;
             transition: all .4s ease-in;  
        }
        100% {
            left: -400%;
             transition: all .4s ease-in;  
        }
    }

.disclaimer{
	font-weight: 100;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: smaller;
}

.here{
	color:#ED4255;font-weight:700;
}
#about {
	padding: 50px 0;
	background: #f6f6f6;
}
#about .about-text {
	margin-left: 10px;
}
#about H4 {
	font-size: 20px;
}
#about li {
	margin-bottom: 3px;
	list-style: none;
	padding: 0;
	font-size: 13px;
}
#about li:before {
	content: "✓";
	font-weight: 600;
	padding-right: 10px;
	color: #ED4255;
}
#about i.fa {
	float: left;
	display: block;
	margin-right: 15px;
	color: #fff;
	font-size: 44px;
	text-shadow: 0 0 1px #666;
}
#about img {
	margin-top: 20px;
}
#about p {
	margin-top: 20px;
	margin-bottom: 30px;
}
#about ul {
	padding: 12px;
	display: inline-block;
}

.about-photo{
  border: 8px solid #fefefe; 
  border-radius:3px;  
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
}


/* Services Section */
#snippets {
	padding: 50px 0;
	background-color: #f6f6f6;
}
#snippets .service {
	padding: 20px 10px;
}
#snippets h2 {
	color: #555
}
#snippets h3 {
	font-size: 20px;
	font-weight: 600;
	color: #555
}
#snippets p {
	color: rgba(0,0,0,0.7);
}
.space {
	margin-top: 40px;
}
.padded {
	margin-top: 15%;
}
#snippets i.fa {
	font-size: 36px;
	color: #ED4255;
	transition: all 0.5s;
}
/* Porfolio  Section */
#portfolio {
	padding: 50px 0;
	background-size: cover;
	background-attachment: fixed;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(50, 50, 50, 0.5)), url("../img/archivebg-changed.jpg");
}
#portfolio h2 {
	color: #f6f6f6;
}

#portfolio P {
	color: #f6f6f6;
}


/* #portfolio i.fa {
	font-size: 20px;
	padding: 5px;
	color: #F4D03F;
} */

.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	/* color: #777; */
	padding: 8px 16px;
	border: 1px solid #f6f6f6; 
	border-radius: 3px; 
	color:#f6f6f6;
	
}
ol.type li a.active {
	color: #f6f6f6;
	border: 1px solid #ED4255;
	background: #ED4255;
	border-radius: 3px;
}
ol.type li a:hover {
	color: #f6f6f6;
	border: 1px solid #ED4255;
	background: #ED4255;
	border-radius: 3px;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	max-height: 190px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

#vidModal {
	background-color:rgba(10, 10, 10, 0.7)
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: rgba(255,255,255,0.6);
	background: rgba(0, 0, 0, 0.66);
	padding: 5% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	color: #f6f6f6;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>p {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>p {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}

.img-round{
	border-radius: 7px;
	width: 262px;
	height: 164px;
}

/* Team Section */
#team {
	padding: 50px 0;
	background: #e6e6e6;
}
img.img-thumbnail.team-img {
	width: 200px;
	height: 200px;
	border: 0;
	border-radius: 0;
	background-color: #f6f6f6;
}
#team .thumbnail {
	background: transparent;
	border: 0;
}
#team .thumbnail .caption {
	padding: 9px;
	color: #777;
}
/* Testimonials Section */
#articles {
	padding: 50px 0;
	background: #f6f6f6;
	
	/*background: linear-gradient(135deg rgba(26, 26, 26, 1) 0%,rgba(66, 66, 66, 0.7) 100%);*/

	background-size: cover;
	background-attachment: fixed;
	color: #777;
	
	/*-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0
	 filter: grayscale(100%);*/
}
#articles h2 {
	color: #555;
}

/*
#articles ul {
 /*list-style-type: square;
 list-style-position: outside;
   }*/

#articles ul li {
	color:#FF778C;
    font-family: 'Open Sans';
	letter-spacing: 0.0625em;
    font-size: 1.2em;
	font-weight: 500;
	padding: 0px 5px 20px 5px;
    list-style-image: url('../img/li-bullet18.png');
}

#articles ul li a {
	color:#FF778C;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	letter-spacing: 0.0625em;
    font-size: 1.0em;
	font-weight: 100;
}


#articles ul li a:hover {
	color:#ED4255;
}


/*#articles p.title    {
	color: #ED4255;
    font-family: 'Open Sans';
	letter-spacing: 0.0625em;
    font-size: 1.2em;
	font-weight: 500;
	
}*/

#articles p.date    {
	color: #888;
    /*margin: 0 0 20px;*/
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-size: 12px;
}

#articles blockquote {
	position: relative;
	margin-top: 20px;
	border: 0;
	text-align: center;
	color: rgba(255,255,255,0.8);
}
#articles i {
	font-size: 24px;
	color: rgba(255,255,255,0.3);
	margin-bottom: 14px;
}
#articles .clients-name {
	display: inline-block;
	border-top: 1px solid rgba(255,255,255,0.3);
	padding: 20px 0;
	margin-top: 10px;
}
/* Contact Section */
#contact {
	padding: 50px 0 ;
	/* background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8), rgba(50, 50, 50, 0.6)); */
	background: linear-gradient(rgb(36, 36, 36), #555);
	color: #f6f6f6;
}
#contact h2 {
	color: #f6f6f6;
}

#contact .contact-item {
	padding: 10px;
	margin: 10px;
	height: 100px;
	border-radius: 4px;
	
}
#contact h3 {
	font-size: 20px;
	font-weight: 400;
	margin-top: 40px;
	color: #f6f6f6;
}
#contact form {
	padding: 30px 0;
}
#contact i.fa {
	font-size: 22px;
	color: #ED4255;
	margin-bottom: 10px;
}
#contact .text-danger {
	color: #ff3333;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact .btn-default {
	background: #ED4255;
	border: 0;
	border-radius: 4px;
	padding: 10px 20px;
	color: #f6f6f6;
	margin-top: 15px;
	font-size: 15px;
}
#contact .btn-default:hover, #contact .btn-default:focus {
	color: #f6f6f6;
	background: #A53343;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
#contact .social ul {
	margin-top: 30px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 24px;
	padding-top: 8px;
	color: #ED4255;
	border-radius: 4px;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #A53343;
}
#contact .contact-email{
	color:#f6f6f6;
}
#contact .contact-email:hover{
	color: #ED4255;
}
/* Footer Section*/
#footer {
	background: #333;
	color: #777;
	padding: 8px 0;
	text-align: center;
}
#footer a {
	color: #999999;
}
#footer a:hover, a:focus {
	color: #ED4255;
}
#footer p {
	font-size: 13px;
	margin-top: 10px;
}


@media (max-width: 768px) {
.hover-bg .hover-text {
	padding: 20%;
}
}

@media (max-width: 640px) {
#intro .intro-body H1 {
	font-size: 5em;
}
}
