html {
	height: 100%;
}

body {
	background-color: #fff;
	font-family: 'Hind', Verdana, sans-serif;
	height: 100%;
}

#about {
    overflow-x: hidden;
}

header {
    padding: 20px 0px;
    background-color: #1e1448;
}

.sociallist {
    list-style: none;
    width: 100%;
}

.sociallist li a {
    float: right;
    font-size: 45px;
    padding: 0px 10px;
    color: #ee851e;
}

.sociallist li a:hover {
    -webkit-transition: all 1s, -webkit-transform 2s; /* Safari */
    transition: all .1s, transform .1s;
    color: rgba(246, 137, 31, .75);
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
    color: #f6891f !important;
    padding-bottom: 0px;
}

.navbar-default .navbar-nav>.active>a:hover {
    background-color: #f6891f;
    color: #241F26;
    padding-bottom: 11px;
}

.navbar-default {
    border-top: 2px solid #ee851e;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-radius: 0px;
    background-color: #1e1448;
}

.navbar-default .navbar-nav > li > a {
    color: #ee851e !important;
}

.navbar-default .navbar-nav > li > a:hover {
    transition: all 1s;
    background-color: #ee851e;
    color: #000 !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ee851e;
    color: #000;
}

.thumbnail {
    border-radius: 23px;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #f6891f;
}

.thumbnail .img-rounded {
    margin-top: 20px;
}

.copyright {
    font-size: 12px;
    color: #c5c5c5;
    margin-top: 20px;
    margin-bottom: 0px;
}

.links_container {
    width: 50%;
    float: left;
    padding: 10px;
}

.bottom_links {
    list-style: none;
    padding-left: 0px;
}

.bottom_links li a {
    color: #fff;
    text-decoration: none;
}

.bottom_links li a:hover {
    color: #ee851e;
}

h1, h2, h3, h4, h5, h6 {
	color: #ee851e;
	font-family: 'Poiret One', Verdana;
	font-size: 3em;
}

p, small, .jumbotron p {
	font-family: 'Hind', Verdana, sans-serif;
	font-size: 1em;
}

strong {
	font-size: 1.5em;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
	color: #ee851e;
	font-size: 45%;
}

.scrollspy .nav {
	font-family: 'Hind', Verdana, sans-serif;
	text-transform: uppercase;
	background-color: rgba(255, 255, 255, 1.0);
	margin-top: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.scrollspy a {
	color: #ee851e;
}

.blueimp-gallery .modal-body {
	height: 550px;
}

.tbmarg {
	margin-bottom: 15px;
	margin-top: 15px;
}

.container {
	background-color: #F1F1F1;
	min-height: 100%;
}

.numbertemplate {color: #000;}

.panel-title {
	font-size: 30px;
}

.panel-warning {
	background-color: rgba(255, 255, 255, .9);
}

.panel-warning>.panel-heading {
	background-color: #1e1448;
	margin: 20px;
	color: #F1F1F1;
}

.fa-large {
	font-size: 30px;	
}

.slider-size {
	height: 350px; /* This is your slider height */
}

.carousel {
	width:100%;
	margin:0 auto; /* center your carousel if other than 100% */
}

.navbar-toggle {
	color: #fff;
	background-color: #ee851e;
}

.navbar-header a:hover {
	background-color: #fff;
	border-color: #ee851e;
	color: #ee851e;
}

footer {
    padding: 20px;
	background-color: #1e1448;
    color: #fff;
}

#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	margin: 0.5%;
	float: left;
	overflow: hidden; 
}

.portfolio-wrapper {
	overflow: hidden;
	position: relative !important;
	background: #c5c5c5;
	cursor: pointer;
}

.portfolio img {
	max-width: 100%;
	position: relative;
}

.portfolio .label {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: -40px;
}

.portfolio .label-text {
	color: #fff;
	position: relative;
	z-index: 500;
	padding: 5px 8px;
}

.portfolio .text-category {
	display: block;
	font-size: 9px;
}

.portfolio .label-bg {
	background-color: #ee851e;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#filters {
	list-style: none;
}

#filters li span {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	cursor: pointer;
}

#filters li span.active {
	background: #ee851e;
	color: #fff;
}

.mix_all {
	opacity: 0;
	display: none;
}

#image-lg {
	height: 500px;
	max-width: 100%;
}

.gap-lg {.
	margin-top: 250px;
}

.special {
	height: 525px;
	background-image: url(../images/misc/5.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.sptxt {
	background-color: rgba(0,0,0,0.8);
	display: block;
	margin: auto;
	padding: 100px;
	width: 500px;
	height: auto;
	color: #fff;
}

.pro_img_holder .portfolio {
    margin-top: 10px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.embed-container {
    height: 300px;
}

.embed-container iframe {
    width: 100%;
    height: 200px;
}

@media (min-width: 300px) and (max-width:547px) {
	.sptxt {
		width: 300px;
		padding: 30px;
	}
    
    .carousel {
        height: 100px;
        margin-bottom: 20px;
    }
    
    .sociallist li a {
        float: left;
        margin: 0px;
        padding: 5px;
    }
    
}