/*!
 *  All Copyrights Reserved © 2017 Bripper 
 */


/*------------------------------------------------------------------

[ TABLE OF CONTENTS]

	01. GLOBAL STYLES
	02. COMMON STYLES 
	03. LOGIN PAGE
	
-------------------------------------------------------------------*/

/* 01. GLOBAL STYLES */



* {
	padding: 0;
	margin: 0;
}
body {
	font-family: 'PT Sans', sans-serif;
}
li, ul, ol {
	list-style: none;
	color:#666666;

}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	color:#666666;
}


::selection {
  background: #fffc0b;
  color: #222222;
}
::-webkit-selection {
  background: #fffc0b;
  color: #222222;
}
::-moz-selection {
  background: #fffc0b;
  color: #222222;
}
::-o-selection {
  background: #fffc0b;
  color: #222222;
}
::-ms-selection {
  background: #fffc0b;
  color: #222222;
}



p {
	font-size: 15px;
	color:#666666;
	font-family: 'PT Sans', sans-serif;
}
button, button:hover, a, a:hover {
}
a:hover {
	color: #898989;
}
a, a:hover, a:focus, a:active, button, button:focus, input, textarea {
	outline: 0;
	text-decoration: none;
	transition: .4s;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;

}

h5{font-size: 13px; color: #000}

/* 02. COMMON STYLES */

.container {
	max-width:1220px;
	width: 100%;
}
.relative {
	position:relative !important
}
.fixedpadding20 {
	padding:20px 0
}
.fixedpadding30 {
	padding:30px 0
}
.fixedpadding40 {
	padding:40px 0
}
.fixedpadding50 {
	padding:50px 0
}
.fixedpadding60 {
	padding:60px 0
}
.fixedpadding70 {
	padding:70px 0
}
.fixedpadding80 {
	padding:80px 0
}
.fixedpadding90 {
	padding:90px 0
}
.fixedpadding100 {
	padding:100px 0
}
.space10 {
	margin-bottom: 10px;
}
.space20 {
	margin-bottom: 20px;
}
.space25 {
	margin-bottom: 25px;
}
.space30 {
	margin-bottom: 30px;
}
.space40 {
	margin-bottom: 40px;
}
.space50 {
	margin-bottom: 50px;
}
.space60 {
	margin-bottom: 60px;
}
.space70 {
	margin-bottom: 70px;
}
.mainBtn {
	height:44px;
	background:#666;
	padding:10px 35px;	
	color:#fff;
	border-radius:0px;
	font-weight:600;
	transition: .4s;
	font-size:16px;
	text-transform:uppercase;
   font-family: 'Poppins', sans-serif;
}

.mainBtn:hover {
	background:#333 !important;
 	transition: .4s;
	color:#fff;
}


h1.common-title{ margin:0; padding:0; font-size:24px; color:#666666; font-weight:700; text-transform:uppercase; padding-bottom:0; position:relative; font-family: 'Poppins', sans-serif;}

h1.sub-title{ margin:0; padding:0; font-size:18px; color:#666666; font-weight:700; text-transform:uppercase; padding-bottom:0;padding-top: 20px; position:relative; font-family: 'Poppins', sans-serif;}



@media only screen and (max-width: 767px) {
h1.common-title{ margin:0; padding:0; font-size:20px; font-weight:700; text-transform:uppercase; padding-bottom:20px; position:relative}
h1.sub-title{font-size:16px;padding-top: 0px}
}
.outerContainer {
    display: table;
    width: 100%; 
    height: 100vh; 
    overflow: hidden;
}


.font-14px{ font-size:14px !important; }
@media only screen and (max-width: 767px) {
.font-14px{ font-size:12px !important; }
}

.less_left{ padding-left:0;}
.less_right{ padding-right:0;}

.color-blue{ color:#24b3ff;}
.color-dark-blue{ color:#0077c3;}
.color-orange{ color:#fdb719;}
.color-green{ color:#00db67;}
.color-red{ color:#e62a42;}
.color-white{ color:#fff;}
.color-black{ color:#000;}
.color-dark-gray{ color:#52555e;}
.color-light-gray{ color:#9b9ea3;}

.bg-light-blue{ background:#f0f9ff;}
.bg-light-orange{ background:#fef2e2;}
.bg-light-green{ background:#ebf8f1;}
.bg-light-red{ background:#fff7f5;}
.bg-white{ background:#fff;}
.bg-dark-grey{ background:#d0d0d0;}
.bg-light-grey{ background:#e4e4e4;}

.padding-0px{ padding:0px;}
.padding-10px{ padding:10px;}
.padding-15px{ padding:15px;}
.padding-20px{ padding:20px;}
.padding-25px{ padding:25px;}
.padding-30px{ padding:30px;}
.padding-35px{ padding:35px;}
.padding-40px{ padding:40px;}
.padding-45px{ padding:45px;}
.padding-50px{ padding:50px;}

.padding-bottom-0px{ padding-bottom:0 !important}
.padding-bottom-5px{ padding-bottom:5px !important}
.padding-bottom-10px{ padding-bottom:10px !important}
.padding-bottom-15px{ padding-bottom:15px !important}
.padding-bottom-20px{ padding-bottom:20px !important}
.padding-bottom-25px{ padding-bottom:25px !important}

.padding-top-0px{ padding-top:0 !important}
.padding-top-5px{ padding-top:5px !important}
.padding-top-10px{ padding-top:10px !important}
.padding-top-15px{ padding-top:15px !important}
.padding-top-20px{ padding-top:20px !important}
.padding-top-25px{ padding-top:25px !important}




.less-right-0px{ padding-right:0px;}
.less-left-0px{ padding-left: 0px;}

.less-right-5px{ padding-right:5px;}
.less-left-5px{ padding-left: 5px;}

.less-right-10px{ padding-right:10px;}
.less-left-10px{ padding-left: 10px;}

.border-none{ border:none !important}

.space-left-2px{ margin-left:5px;}
.space-left-5px{ margin-left:5px;}
.space-right-2px{ margin-right:5px;}
.space-right-5px{ margin-right:5px;}

/* line height */
.line-height-10 {line-height:10px}
.line-height-13 {line-height:13px}
.line-height-18 {line-height:18px}
.line-height-20 {line-height:20px}
.line-height-24 {line-height:24px}
.line-height-22 {line-height:22px}
.line-height-26 {line-height:26px}
.line-height-28 {line-height:28px}
.line-height-30 {line-height:30px}
.line-height-35 {line-height:35px}
.line-height-40 {line-height:40px}
.line-height-45 {line-height:45px}
.line-height-50 {line-height:50px}
.line-height-55 {line-height:55px}
.line-height-60 {line-height:60px}
.line-height-65 {line-height:65px}
.line-height-70 {line-height:70px}
.line-height-75 {line-height:75px}
.line-height-80 {line-height:80px}
.line-height-85 {line-height:85px}
.line-height-90 {line-height:90px}
.line-height-95 {line-height:95px}
.line-height-100 {line-height:100px}
.line-height-110 {line-height:110px}
.line-height-120 {line-height:120px}



.modal {
	text-align: center;
	padding: 0!important;
	width:100%;
	border:0 !important;
	border-radius:0 !important;
}
.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	border-radius:0 !important;
}

.modal-1 {
	max-width:800px;
}
.modal-2 {
	max-width:650px;
}
.modal-3 {
	max-width:580px;
}
.modal-4 {
	max-width:400px;
}
@media only screen and (max-width: 767px) {
.modal-1 {
 width:90%
}
.modal-2 {
 width:90%
}
.modal-3 {
 width:90%
}
.modal-3 {
 width:90%
}
}
.modal {
	background:rgba(255,255,255,0.4);
	border:0 !important
}
.modal .modal-header {
	border:0;
	padding:25px 25px 15px 25px;
	border-bottom: solid 1px #e7e7e7
}
.modal h4.modal-title {
	color:#36383a;
	font-size:23px;
	text-shadow:none;
	font-weight:normal;
	padding-bottom:5px;
	
}
.modal .close {
	height:30px;
	width:30px;
	text-shadow:none;
	display:inline-block;
	z-index:9999;
	opacity:10;
	color:#e77d66 !important;
	font-size:14px;
	position:absolute;
	top:25px;
	right:30px;
	border-radius:50%;
	border: solid 1px #eee
}

.navbar-default{ border-bottom: solid 0 #ececec !important; box-shadow:0px 0px 4px rgba(0,0,0,0.1);font-family: 'Poppins', sans-serif;
}
.navbar-brand{ text-transform:uppercase; margin-top:15px; font-weight:700; font-size:25px; letter-spacing:0px; margin-left:15px; padding-left:20px; width: 250px !important;font-family: 'Poppins', sans-serif;
font-weight: 800; color: #000}
a.navbar-brand {color: #000 !important}
.navbar-nav li{ text-transform:uppercase; font-size:13px}
.shadow-none{ box-shadow:none !important;}


.new-header-wide{position: relative; position: fixed; top: 0; left: 0; right: 0;height: 64px; background-color: #fff; box-shadow: 0px 0px 3px rgba(0,0,0,0.2); z-index: 9}
.new-header-wide ul{margin:0;padding: 0;font-family: 'Poppins', sans-serif;}
.new-header-wide ul a{color: #666666;position: relative;}
.new-header-wide ul a:hover{color: #000}
.new-header-wide ul li{display: inline-block;padding: 22px 15px; font-size: 13px;font-weight:600; vertical-align:middle;text-transform: uppercase;}
.new-header-wide ul li.brand{width: 220px;font-weight: 800; font-size: 23px;padding: 0 0; letter-spacing: -0.5px; line-height: 64px;}
.new-header-wide ul li.brand a{ color: #666666 }


@media only screen and (max-width: 767px) {

.new-header-wide ul li.brand{width: 220px;font-weight: 900; font-size: 20px;padding: 0 0; letter-spacing: -0.5px; line-height: 72px;}


}





.middle-section{}
.middle-section h2{ margin:0; padding:0; padding:30px 0; font-weight:700; font-size:20px; color:#000; text-transform:uppercase;font-family: 'Poppins', sans-serif;}
@media only screen and (max-width: 767px) {
.middle-section h2{ margin:0; padding:0; padding:20px 0; font-weight:700; font-size:16px; color:#000; text-transform:uppercase}
}





.panel {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  position: fixed;
  z-index: 9999;
  top: 0;
  height: 100%;
  width: 320px;
  /* ul */
  /* Ninja Button styles */
  /* Ninja Button */
  /* Ninja Button Active */
}
.panel ul {
  list-style-type: none;
  position: absolute;
  z-index: 1;
  margin: 0;
  padding: 0;
  top: 40%;
  left: 30px;
  right: 30px;
  height: auto;
  text-align: left;
  /* li & a */
}
.panel ul li,
.panel ul a {
  display: inline-block;
  float: left;
  width: 100%;
  line-height: 1.7;
  padding: 0;
  font-weight: 200;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.panel ul li.menu-label {
  font-size: 16px;
  margin: 30px 0 10px 0;
  text-transform: lowercase;
}
.panel ul li.menu-label:first-child {
  margin-top: 0;
}
.panel ul a {
  font-size: 22px;
  text-transform: uppercase;
}
.panel ul li.menu-contacts a {
  font-size: 14px;
  text-transform: inherit;
}
.panel .ninja-btn {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  display: inline-block;
  float: left;
  cursor: pointer;
  padding:25px 30px;
  position: absolute;
  z-index: 2;
  top: 0;
  width: 30px;
  height: 20.18181818px;
}
.panel .ninja-btn span,
.panel .ninja-btn span:before,
.panel .ninja-btn span:after {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  width: 25px;
  height: 2px;

}
.panel .ninja-btn span {
  position: relative;
  display: inline-block;
  float: left;
  margin-top: 9.09090909px;
  margin-left: -15px;
}
.panel .ninja-btn span:before,
.panel .ninja-btn span:after {
  content: "";
  position: absolute;
  left: 0;
}
.panel .ninja-btn span:before {
  top: -9.09090909px;
}
.panel .ninja-btn span:after {
  top: 9.09090909px;
}
.panel .ninja-btn.active span {
  background-color: transparent;
}
.panel .ninja-btn.active span:before,
.panel .ninja-btn.active span:after {
  top: 0;
}
.panel .ninja-btn.active span:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
.panel .ninja-btn.active span:after {
  -webkit-transition-delay: 0.09s;
  -moz-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
  -msa-transition-delay: 0.09s;
  transition-delay: 0.09s;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
/* Panel */
.panel-overlay {
  position: fixed;
  top: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.35);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  cursor: pointer;
}
/* overlay */
.panel-white {
  background-color: #FFFFFF;
  /* ul */
}
.panel-white ul {
  /* li */
}
.panel-white ul li,
.panel-white ul a {
  color: #666;
}
.panel-white ul li a:hover,
.panel-white ul li.active a {
  color: #000;
}
.panel-white .ninja-btn {
  background-color: #FFFFFF;
}
.panel-white .ninja-btn span,
.panel-white .ninja-btn span:before,
.panel-white .ninja-btn span:after {
  background-color: #333;
}
/* panel white */
.panel-black {
  background-color: #000000;
  /* ul */
}
.panel-black ul {
  /* li */
}
.panel-black ul li,
.panel-black ul a {
  color: rgba(255, 255, 255, 0.5);
}
.panel-black ul li a:hover,
.panel-black ul li.active a {
  color: #FFFFFF;
}
.panel-black .ninja-btn {
  background-color: #000000;
}
.panel-black .ninja-btn span,
.panel-black .ninja-btn span:before,
.panel-black .ninja-btn span:after {
  background-color: #007aff;
}
/* panel black */
.panel-brand {
  background-color: #007aff;
  /* ul */
  /*
  .ninja-btn.active span:before,
  .ninja-btn.active span:after {
    background-color: rgba( 0, 0, 0, 0.50 );
  }*/
}
.panel-brand ul {
  /* li */
}
.panel-brand ul li,
.panel-brand ul a {
  color: rgba(0, 0, 0, 0.5);
}
.panel-brand ul li a:hover,
.panel-brand ul li.active a {
  color: #FFFFFF;
}
.panel-brand .ninja-btn {
  background-color: #007aff;
}
.panel-brand .ninja-btn span,
.panel-brand .ninja-btn span:before,
.panel-brand .ninja-btn span:after {
  background-color: #FFFFFF;
}
/* panel brand */
.panel.left {
  left: -320px;
}
.panel.left .ninja-btn {
  left: 100%;
}
/* Panel Left Active */
.panel.left.active {
  left: 0;
}
.panel.left.active .ninja-btn {
  left: 100%;
  margin-left: -90px;
}
/* Panel Menu Active */
.panel.right {
  right: -450px;
}
.panel.right .ninja-btn {
  right: 100%;
}
/* Panel Right Active */
.panel.right.active {
  right: 0;
}
.panel.right.active .ninja-btn {
  right: 100%;
  margin-right: -90px;
}
/* Panel Menu Active */










.contactForm{ padding:0; margin:0;}
.contactForm .form-control{ border-radius:0; height:50px; border: solid 4px #f2f2f2; box-shadow:none}
.contactForm textarea{ height:160px !important; resize: none;}
.contact-img{ max-height:650px;}

.contact-info { position:absolute; top:250px; left:15px; width:200px; text-align:center; color:#000; font-size:12px;}
.contact-info p{ font-size:11px; font-weight:500}
.contact-info h4{ margin:0; padding:0 0 5px 0; font-size:13px;}
.contact-info a{ color:#00a72f; text-decoration:underline}
.contact-info a:hover{ color:#333}


@media (min-width:768px) and (max-width:991px) {
.contact-info { position:relative; top:0; left:0; width:100%; text-align:left; color:#000; font-size:12px;}
.contact-info p{ font-size:13px; line-height:20px; font-weight:500; padding-bottom:14px;}
.contact-info h4{ margin:0; padding:0 0 5px 0; font-size:15px;}
.contact-info h3{ margin:0; padding:0 0 5px 0; font-size:15px; text-transform:uppercase;;font-weight:700}
.contact-info a{ color:#333}
}


@media only screen and (max-width: 767px) {
.contact-info { position:relative; top:0; left:0; width:100%; text-align:left; color:#000; font-size:12px;}
.contact-info p{ font-size:13px; line-height:20px; font-weight:500; padding-bottom:14px;}
.contact-info h4{ margin:0; padding:0 0 5px 0; font-size:15px;}
.contact-info h3{ margin:0; padding:0 0 5px 0; font-size:15px; text-transform:uppercase;;font-weight:700}
.contact-info a{ color:#333}
}


ul.services{ margin:0; padding:0;}
ul.services li{ position:relative; font-size:14px; padding-bottom:4px; padding-left:13px; color:#666; line-height:20px;}
ul.services li:before{ position:absolute; top:0; left:0; content:"-"}
@media only screen and (max-width: 767px) {
ul.services li{ position:relative; font-size:12px; padding-bottom:4px; padding-left:13px; color:#666; line-height:20px;}
}



.gal {
	
	
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
	  
	
	}	
	.gal img{ width: 100%; padding: 7px 0;}
@media (max-width: 500px) {
		
		.gal {
	
	
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	  
	
	}
		
	}
	
	
.portfolio-main-item{position: relative; margin-bottom: 45px;}
.portfolio-main-item .img-wrapper{padding-bottom: 70%; background-size: cover; border: solid 1px #f1f1f1;margin-bottom: 0;position: relative; overflow-x: hidden; border-radius: 5px; box-shadow: 0px 0px 4px 0 rgba(0,0,0,0.1)}
.portfolio-main-item .img-wrapper .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ff7200;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  text-align: center;
}
.portfolio-main-item .img-wrapper .overlay span {
  color: #fff;
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: rgba(0,0,0,0.5);
  top: 50%;
  left: 50%;
  line-height: normal;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 50%;
}

.portfolio-main-item .img-wrapper .overlay span:after{content: "+";position: absolute;top: -10px; left: 9px; line-height: normal;text-align: center;font-size: 45px;}

.portfolio-main-item:hover .overlay {
  opacity: 1;
  visibility: visible;
  transition: .4s;
}



.footer{ padding:15px 0; font-weight:300; font-size:13px; border-top: solid 1px #ececec}



.footer .pull-left {padding-top: 2px;}
.footer  a {color: #444444;}
.footer  ul {
  padding: 0;
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.8px;
  list-style: none;
  font-weight:500;
  font-family: 'PT Sans', sans-serif;

}

@media only screen and (max-width: 767px) {
.footer  ul {
  padding: 0;
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.8px;
  list-style: none;
  font-weight:500;
}

}

.footer  ul li {
  float: left;
  padding-right: 19px;
}
.footer  .socials {display: inline-block;}
.footer  .socials a {
  display: inline-block;
  margin-left: 8px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
.footer  .socials a {
  display: inline-block;
  margin-left: 8px;
  font-size:14px;
}
}




/*
 @media (min-width:991px) and (max-width:1200px) {
}
@media (min-width:768px) and (max-width:991px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 480px) {
}
