/* Put your custom css here */

#paralaxSlice1 {
  background-image: none;
}

#mainHeader {
	min-height: 70px;
}
.navbar-default .navbar-brand {
	margin-top: -4px;
}

.navbar-header {
	min-height: 70px;
}

.navbar-default .navbar-toggle {
	margin-top: 18px;
}

.flexslider .caption.right, .flexslider .caption.left {
		top: 20%;
}
.flexslider .caption.right {
	text-align: right;
    margin-right: 40px;
}

.flexslider .caption.right .element1-4 a{
	margin-right: 20px;
}

.flexslider .caption .element1-2 {
	margin-top: 1%;
}


.flexslider .caption.right.custom-product, .flexslider .caption.left.custom-product{
	top: 0%;
}

.flexslider .caption .element1-1.custom-product{
	margin-top: 5%;
}

.size-15px {
	font-size: 15px !important;
}

.has-error .form-control {
	background-color: #ffe6e6;
}

.flexslider h2.custom-h2 {
	color:#444; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:20px;
	width: 60%;
	text-transform: none;
}

.flexslider h1.custom-h1 {
	color: #095eae;
	text-shadow: none;
	font-size: 44px;
}

h2.blog:after{
	background: none;
}

h2.blog{
	font-size: 20px;
}

h2.blog-2{
	font-size: 24px;
	border-bottom: 4px solid #095eae;
}

h2.blog-2:after{
	background: none;
}

p.blog{
	color: #666;
    font-size: 12px;
    margin-top: -18px;
    font-style: italic;
}

p.blog-content {
	color: #333;
	font-size: 14px;
    line-height: normal;
}

blockquote.blog {
	border-left: #095EAE 5px solid;
    font-style: italic;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    font-size: 24px;
}

.IN-widget {
	vertical-align: bottom !important;
	margin-left: 12px;
}

.project h3, .project h2 {
	margin-top: 1em;
	margin-bottom: 8px; 
}

.project span, .project p {
	display: inherit;
    margin-top: 8px;
}

blockquote.blog h3 {
	font-style: italic;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    font-size: 24px;
}

blockquote.blog {
	font-size: 21px;
	padding-bottom: 20px;
}

blockquote.blog:after {
    ontent: '\e869';
    font-family: 'custom-icons';
    margin-left: -7px;
    position: absolute;
    margin-top: 12px;
}

.img-cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.modalyt {
	cursor: pointer;
}

.modal-title {
	margin-left: 7px;
}

@media (min-width: 768px) {
	.navbar-default .navbar-nav>li>a.no-margin {
		padding-left: 0px;
	}
	
	.navbar-default .navbar-brand {
		margin-top: -18px;
		margin-bottom: 35px
	}
	
	.flexslider .caption.right, .flexslider .caption.left {
		top: 40%;
	}
	
	.boxheight {
		height: 620px;
	}
	
	
}

@media (min-width: 992px) {
	.paralaxText {
	   padding-top: 15px; 
	   padding-bottom: 15px; 
	}
	
	.navbar-default .navbar-brand {
		margin-top: -14px;
		margin-bottom: 0px;
	}
	
	.flexslider .caption.right, .flexslider .caption.left {
		top: 37%;
	}
	
}

.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
}

.custom-blue-color {
	color: #777 !important;
}

a.grey {
	color: #CCC;
}

a.grey:hover {
	color: white;
}

/* FIX MENU TOP */ 

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-default .navbar-brand {
		text-align: left;
	}
	.navbar-nav.pull-right{
	    overflow-y: auto;
	    max-height: 320px;
	    margin-bottom: 4px;
	}
	#mainMenu{
		background: none;
	}
	
	.navbar-default .navbar-nav>li>a{
	    padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px;
		font-size: 15px !important;
		font-weight: 300;
	}
	
	.navbar-nav > li.sep{
		display: none;
	}
	
	/*
	#mainMenu .navbar-nav li a.hasSubMenu:after {
	    font-family: "custom-icons";
	    display: block;
	    content: "\e89b";
	    float: right;
	    margin-right: 5px;
	}
	*/
	
	.navbar-nav ul {
	    top: 0px;
	    left: 150px;
	}
	
	section#page, section#homeFlex {
		margin-top: -82px;
	} 

	
}

@media (max-width: 767px) {
	#mainMenu .navbar-nav li a.hasSubMenu:after {
		font-family: "custom-icons";
	    display: block;
	    content: "\e884";
	    float: right;
	    margin-right: 5px;

    }
    
    section#page, section#homeFlex {
		margin-top: 20px;
	}
	
	.flexslider h2.custom-h2 {
		font-size: 100%;
	}
    
    .flexslider h1.custom-h1 {
		font-size: 150%;
	}
	
	.home-flex-custom .flexslider {
		margin-top: -20px;
	}
    
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.home-flex-custom {
		margin-top: 0px !important;
	}
}

@media (min-width: 992px) {
	.navbar-default .navbar-nav > li > a.padding-md {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.no-margin-h3 h3 {
	margin-top: 0;
}