@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');

body, html{
    width: 100%;
    height: 100%;
	font-family: 'Roboto', sans-serif !important;
  }

h1 {
	color: #F3F0F0;
	font-weight: bold;
}
p {
	color:#4A4A4A;
	font-size: 16px;
	text-align: justify;
}

/*NAV*/

	/*Remove rounded coners*/

	nav.sidebar.navbar {
		border-radius: 0px;
		background: #F3F0F0;
		border: none;
	}

	nav.sidebar, .main{
		-webkit-transition: margin 200ms ease-out;
	    -moz-transition: margin 200ms ease-out;
	    -o-transition: margin 200ms ease-out;
	    transition: margin 200ms ease-out;
	}
	.navbar-brand {
        padding-top: 2px;
		padding-left: 40%;
	}
	/* Add gap to nav and right windows.*/
	.main{
		padding-left: 0;
	}
	.main .container-fluid {
		padding-left: 0;
	}

#myCarousel .carousel-inner>.item {
	height: 60vh;
	}
#myCarousel .carousel-inner>.item img {
	width: 100%;
	}

	/*small/medium side display*/
	@media (min-width: 768px) {


		/*lets nav bar to be showed on mouseover*/
		nav.sidebar:hover + .main{
			margin-left: 200px;
		}

		/*Center Brand*/
		nav.sidebar.navbar.sidebar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
			margin-left: 0px;
		}
		/*Center Brand*/
		nav.sidebar .navbar-brand, nav.sidebar .navbar-header{
			text-align: center;
			width: 100%;
			margin-left: 0px;
		}

		/*Center Icons*/
		nav.sidebar a{
			padding-right: 7px;
		}

		/*adds border top to first nav box */
		nav.sidebar .navbar-nav > li:first-child{
			border-top: 1px #e5e5e5 solid;
		}

		/*adds border to bottom nav boxes*/
		nav.sidebar .navbar-nav > li{
			border-bottom: 1px #e5e5e5 solid;
		}

		/* Colors/style dropdown box*/
		nav.sidebar .navbar-nav .open .dropdown-menu {
			position: static;
			float: none;
			width: auto;
			margin-top: 0;
			background-color: transparent;
			border: 0;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

		/*allows nav box to use 100% width*/
		nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{
			padding: 0 0px 0 0px;
		}

		/*colors dropdown box text */
		.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
			color: #777;
		}

		/*gives sidebar width/height*/
		nav.sidebar{
			width: 200px;
			height: 100%;
			margin-left: -160px;
			float: left;
			z-index: 8000;
			margin-bottom: 0px;
			position: fixed;
		}

		/*give sidebar 100% width;*/
		nav.sidebar li {
			width: 100%;
		}

		/* Move nav to full on mouse over*/
		nav.sidebar:hover{
			margin-left: 0px;
		}
		/*for hiden things when navbar hidden*/
		.forAnimate{
			opacity: 0;
		}
	}

	/* .....NavBar: Fully showing nav bar..... */

	@media (min-width: 1330px) {

		/*Allow main to be next to Nav*/
		.main{
			width: calc(100% - 200px); /*keeps 100% minus nav size*/
			margin-left: 200px;
		}

		/*Show all nav*/
		nav.sidebar{
			margin-left: 0px;
			float: left;
		}
		/*Show hidden items on nav*/
		nav.sidebar .forAnimate{
			opacity: 1;
		}
	}

	nav.sidebar .navbar-nav .open .dropdown-menu>li>a:hover, nav.sidebar .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #CCC;
		background-color: transparent;
	}

	nav:hover .forAnimate{
		opacity: 1;
	}
	section{
		padding-left: 15px;
	}
  
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #FFF;
    background-color: #ED1C29;
    font-weight: 700;
}.navbar-inverse .navbar-nav>li>a {
    color: #4D4D4D;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	color: #ED1C29;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #4D4D4D;
}
.navbar-inverse .navbar-toggle {
    border-color: #ED1C29;
    background: #ED1C29;
}
 /* /.NAV*/
.ty-title {
	margin: 35px 0;
	color: #4D4D4D;
	text-transform: uppercase;
}
.ty-parr {
	padding: 35px;
}
.btn-default {
    color: #FFF;
    background-color: #ED1C29;
    border-color: transparent;
}
.btn-default:hover {
    color: #ED1C29;
    background-color: #fff;
    border-color: #ED1C29;
}

.img-center {
	width: auto;
	margin: 0 auto;
}
.no-pad {
	padding: 0;
}
.border-r {
	border-right: 1px solid #e7e7e7;
}
.ty-logo {
	padding: 15px 0;
	border-bottom: solid 4px #ED1C29;
}

.ty-login {
	padding: 15px;
	color: #4D4D4D;
	font-weight: 300;
}
.ty-login form {
	margin-top: 20px;
}
.btn-login {
	width: 100%;
}
.new-pass {
	margin-top: 15px;
}
.new-pass a {
	color: #4D4D4D;
	text-decoration: underline;
	font-size: 12px;
}
.new-pass a:hover {
	color: #ED1C29;
}
 
/*Parallax*/

.ty-parallax { 
    height: 300px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-parallax-1 {
	background-image: url('../images/parax-01.jpg');
}
.bg-parallax-2 {
	height: 200px;
	background-position: center 220px;
	background-image: url('../images/parax-02.jpg');
}

/* slide */

.feedback-slider-thumb img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}

.customer-feedback .owl-nav [class*="owl-"] {
	position: relative;
	display: inline-block;
	bottom: 45px;
	transition: all .2s ease-in;
}

.customer-feedback .owl-nav i {
	background-color: transparent;
	color: rgb(251, 90, 13);
	font-size: 25px;
}

.adjust1 {
	margin-top: 30px;
	min-height: 250px;
	padding-top: 15px;
    float: left;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    z-index: 1000;
}
.adjust1 p {
	padding: 0 30px;
	font-style: italic;
	font-weight: 300;
}
.adjust1 h4 {
	margin-top: 30px;
	font-weight: 600;
	font-size: 16px;
}
.carousel {
    z-index: 1000;
}

.carousel-indicators li{ border :1px solid #ccc; } 
.carousel-control{ opacity: 1; width:5%; } 
.carousel-control:hover, .carousel-control:focus{ color:#31708f; } 
.carousel-control.left, .carousel-control.right { background-image: none; } 
.media-object {
    margin: auto;
    position: relative;
    z-index: 1000;
    margin-top: -50px;
	-webkit-box-shadow: 1px 1px 25px 0px rgba(0,0,0,0.6);
-moz-box-shadow: 1px 1px 25px 0px rgba(0,0,0,0.6);
box-shadow: 1px 1px 25px 0px rgba(0,0,0,0.6);
}
.thumbnail {
	background-color: #e7e7e7;
}
.ty-arrow-l {
	left: -50px;
}
.ty-arrow-r {
	right: -50px !important;
}
.ty-arrow-l-i, .ty-arrow-r-i {
    width: 50px !important;
    height: 45px !important;
	margin-right: -10px !important;
    padding-top: 5px !important;
	color: #fff;
	background: #4D4D4D;
}
footer {
	padding: 15px;
    background: #000;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
}

/* RESPONSIVE */
@media screen and (max-width: 768px) {
	.ty-title {
		margin: 25px 0 0;
	}
	.ty-parr {
    	padding: 15px 35px;
	}		
	.adjust1 {
		height: 280px;   
		margin-top: 20px !important;
		margin-bottom: 30px !important;
    	padding-top: 20px;
	}
	.media-object{ margin-top:0; 
	} 
	.bg-parallax-1 {
		height: 100px;
	}
	.bg-parallax-2 {
		height: 80px;
	}
	#myCarousel .carousel-inner>.item {
    	height: 38vh;
	}
}