
/* -------------------------------------------------------------------

	[Table of contents]

 	01. General style
 	02. Helper classes
 	03. Megamenu
 	04. Headers
 	05. Sliders
	06. Page Breadcrumbs
	07. Sections 
	08. Boxes 
 	09. Titles
	10. Miscellaneous sections (Team, Stats, Testimonials, Pricing etc)
 	11. Portfolio
	12. Blog 
	13. Sidebar
	14. Shop
	15. Pages
	16. Elements (Tabs, Butons, Alerts, Progress Bars etc)
	17. Footers
	18. d Icons
	19. Text Rotator (text rotator plugin)
	20. Animations (Just a few animations from animate.css)
	21. Updates


	[Colors]

	# main color --> #B54321 = rgb(181,67,33)
	# background --> #f5f5f5
	# content    --> #667
	# titles 	 --> #556 , #445 , #667


	[Typography]

	# content    --> Source Sans Pro font
	# titles 	 --> MontSerrat font


	[Notes]

	# I used Montserrat for some main paragrpahs too;
	# I included only a few animations from animate.css (there's no way you'll need them all),
	  but you could include/replace what animations you want from this library in your css file.
	  I recommend not to include the whole library [it's better for performance]
	# If you don't use the text rotator plugin, you should remove the code 

	# To easily find a class name, CTR+F (Find) (many text editors) may come in handy

	# It's better if you create your user_style.css file to make css changes. 
	  There will be some updates and you'll need to change this css file with the new one and
	  it will be difficult for you to keep the changes you made and at the same time to update this file.

-------------------------------------------------------------------- */



/* *********************	General Style	********************* */
	
	html,
	body {
	    width: 100%;
	    height: 100%;
	    margin: 0;
	    padding: 0;
	}
	body {
  font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-style: normal;
	font-size: 15px;
	color: #0a0d13;
	border-color:#0a0d13;
	line-height: 19px;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-right: 12px;
	padding-right: 9px;
	margin-bottom: 18px 
 }

p {
   font-family: omnes-cyrillic, sans-serif;
   font-size: 15px;
   line-height: 20px;
   letter-spacing: normal;
   font-weight: 400;
   margin: 0 0 20px;
   color: #0a0d13;
 }
ul.pt {
	font-family: omnes-cyrillic, sans-serif;
   font-size: 19px;
   line-height: 14px;
   letter-spacing: normal;
   font-weight: 400;
   margin: 0 0 20px;
   color: #0a0d13;
   list-style-type: circle;
}
li.pt {
	font-family: omnes-cyrillic, sans-serif;
   font-size: 19px;
   line-height: 14px;
   letter-spacing: normal;
   font-weight: 400;
   margin: 0 0 20px;
   color: #0a0d13;
}
		
.vx{font-family: omnes-cyrillic, sans-serif;}
.vxi{font-family: omnes-cyrillic, sans-serif;
     font-style: oblique;
}
.vxr{
    font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 15px;
	font-weight: 400;
}
.vxri{
    font-family: omnes-cyrillic, sans-serif;
    font-style: oblique;
	font-size: 15px;
	font-weight: 400;
}
.vxm{
    font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 15px;
	font-weight: 500;
}
.vxmen{
    font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 13px;
	font-weight: 500;
}
.vxmi{
    font-family: omnes-cyrillic, sans-serif;
    font-style: oblique;
	font-size: 15px;
	font-weight: 500;
}
.vxb{
    font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 15px;
	font-weight: 700;
}
.vxbi{
    font-family: omnes-cyrillic, sans-serif;
    font-style: oblique;
	font-size: 15px;
	font-weight: 700;
}
.vxbb{
    font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 17px;
	font-weight: 700;
	color: #0a0d13;
}
.vxbbi{
    font-family: omnes-cyrillic, sans-serif;
    font-style: oblique;
	font-size: 17px;
	font-weight: 700;
	color: #0a0d13;
}
.tcol {
	font-family: omnes-cyrillic, sans-serif;
   font-size: 15px;
   line-height: 14px;
   letter-spacing: normal;
   font-weight: 400;
   margin: 0 0 20px;
   color: #0a0d13;
}
.colt {color: #0a0d13;}
 img {
   height: auto;
   max-width: 100%;
 }
 mark {
   color: #fff;
   background: rgb(181, 81, 13);
 }
 hr {
   display: block;
   line-height: 25px;
   margin: 30px 0;
   position: relative;
   width: 100%;
 }
 h1, h2, h3, h4, h5, h6 {
   font-weight: 300;
   letter-spacing: -1px;
   margin: 0;
   color: #0a0d13;
 }
 h1 {
   font-size: 42px;
   line-height: 44px;
   margin: 0 0 40px 0;
 }
 h2 {
   font-size: 36px;
   line-height: 38px;
   margin: 0 0 35px 0;
 }
 h3 {
   font-size: 28px;
   font-weight: 400;
   letter-spacing: normal;
   line-height: 28px;
   margin-bottom: 30px;
 }
 h4, h5, h6 {
   letter-spacing: normal;
   margin: 0 0 15px 0;
 }
 h4 {
   font-size: 16px;
   font-weight: 400;
   line-height: 26px;
 }
 h5 {
   font-size: 14px;
   font-weight: 600;
   line-height: 18px;
 }
 h6 {
   font-size: 12px;
   font-weight: 400;
   line-height: 18px;
 }
 
 a {
   color: #2926a8;
   text-decoration: none;
   -webkit-transition: all 0.2s linear;
   transition: all 0.2s linear;
 }
 a:hover, a:focus, a:active, .btn:hover, .btn:focus, .btn:active, button:hover, button:focus, button:active {
   text-decoration: none;
   outline: 0;
   box-shadow: none;
   -webkit-transition: all 0.2s easeout;
   transition: all 0.2s ease-out;
   color: rgb(181, 81, 13);
 }
 /* anchors */
 .anchor-1 {
   color: #e8e8e8;
 }
 .anchor-1:hover {
   color: rgb(181, 81, 13);
 }
 iframe {
   border: 0;
   margin: 0;
   overflow: hidden;
   width: 100%;
   height: auto;
 }
 ::-moz-selection {
   text-shadow: none;
   color: #fff;
   background: rgba(181, 67, 33, 0.8);
 }
 ::selection {
   text-shadow: none;
   color: #fff;
   background: rgba(181, 67, 33, 0.8);
 }
 /* Back to Top */
 .back-to-top .fa {
   z-index: 99999;
   text-align: center;
   width: 40px;
   height: 35px;
   padding-top: 6px;
   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
   position: fixed;
   bottom: -100px;
   right: 15px;
   cursor: pointer;
   -webkit-transition: all .3s ease-out;
   transition: all .3s ease-out;
   overflow: hidden;
   font-size: 22px;
   background: #020118;
   color: #fff;
 }
 .back-to-top .fa:hover {
   box-shadow: inset 2px 1px 8px rgba(0, 0, 0, .6);
   background: rgb(181, 81, 13);
   -webkit-transition: all .4s ease-in;
   transition: all .4s ease-in;
 }
	/* Preloader */
	 body {
   overflow: hidden;
 }
 #preloader {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 9999999;
   background: #f9f9f9;
 }
 #status {
   width: 160px;
   height: 15px;
   position: absolute;
   left: 50%;
   top: 50%;
   background-image: url(../images/preloader2.gif);
   background-repeat: no-repeat;
   background-position: center;
   margin: -7.5px 0 0 -80px;
 }
 /* Background images */
 .bg-img {
   position: relative;
   -webkit-backface-visibility: visible !important;
   background-repeat: no-repeat;
   background-position: 50% 0;
   background-size: cover;
 }
 @media (min-width:768px) {
   .bg-img.fixed, .stellar {
     background-attachment: fixed;
   }
 }
 /* Background images path */
 .bg01 {
   background-image: url('../images/demo/bg01.jpg');
 }
 .bg02 {
   background-image: url('../images/demo/bg02.jpg');
 }
 .bg03 {
   background-image: url('../images/demo/bg03.jpg');
 }
 .bg04 {
   background-image: url('../images/demo/bg04.jpg');
 }
 .bg05 {
   background-image: url('../images/demo/bg05.jpg');
 }
 .bg06 {
   background-image: url('../img/circuit-444-2.png');
 }
.bg666{background-image:url("../img/circuit-4444.png");
}
 .bg07 {
   background-image: url('../images/demo/bg07.jpg');
 }
 .bg08 {
   background-image: url('../images/demo/bg08.jpg');
 }
 .bg09 {
   background-image: url('../images/demo/bg09.jpg');
 }
 .bg10 {
   background-image: url('../images/demo/bg10.jpg');
 }
 .bg11 {
   background-image: url('../images/demo/bg11.jpg');
 }
 .bg12 {
   background-image: url('../images/demo/bg12.jpg');
 }
 .bg13 {
   background-image: url('../images/demo/bg13.jpg');
 }
 .bg14 {
   background-image: url('../images/demo/bg14.jpg');
 }
 .bg15 {
   background-image: url('../images/demo/bg15.jpg');
 }
 .bg16 {
   background-image: url('../images/demo/bg16.jpg');
 }
 .bg17 {
   background-image: url('../images/demo/bg17.jpg');
 }
 .bg18 {
   background-image: url('../images/demo/bg18.jpg');
 }
 .bg19 {
   background-image: url('../images/demo/bg19.jpg');
 }
 .bg-team1 {
   background-image: url('../images/demo/team1.jpg');
 }
 .bg-team2 {
   background-image: url('../images/demo/team2.jpg');
 }
 .bg-team3 {
   background-image: url('../images/demo/team3.jpg');
 }
 .bg-team4 {
   background-image: url('../images/demo/team4.jpg');
 }
 .bg-team5 {
   background-image: url('../images/demo/team5.jpg');
 }
 .bg-team6 {
   background-image: url('../images/demo/team6.jpg');
 }
 /* Background Patterns */
 .bg-pattern {
   background-position: left top;
   background-repeat: repeat;
 }
 .bg30 {
   background-image: url('../images/patterns/19.png');
 }
 /* Background layer */
 .bg-overlay {
   position: absolute;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   z-index: 0;
   background: rgb(34, 46, 62);
   opacity: .87;
 }
 .bg-overlay.video {
   background: rgb(34, 46, 62);
 }
 /* Responsive canvas */
 .rs-canvas {
   width: 100%;
   overflow-x: auto;
   -webkit-overflow-scrolling: touch;
   -ms-overflow-style: -ms-autohiding-scrollbar;
 }
 /* Border left bottom */
 .br-bottom:after {
   content: "";
   display: block;
   height: 1px;
   width: 35px;
   border-top: 2px solid rgb(181, 81, 13);
   margin: 6px 0 10px;
 }
 .br-bottom-center::after {
   content: "";
   display: block;
   height: 1px;
   width: 35px;
   border-top: 2px solid rgb(181, 81, 13);
   margin: 8px auto 10px;
 }
 .br-bottom-center.large:after {
   width: 50px;
   border-top: 5px solid rgb(181, 81, 13);
 }
 /* Full width videos */
 .video-wrapper {
   max-width: 100%;
   max-height: 450px;
   width: 100%;
   height: auto;
   overflow: hidden;
 }
 @media (max-width:767px) {
   .video-wrapper {
     max-height: 280px;
   }
 }
 @media (max-width:991px) {
   .video-wrapper {
     max-height: 380px;
   }
 }
 @media (min-width:1400px) {
   .video-wrapper {
     max-height: 550px;
   }
 }
 .video-wrapper video {
   width: 100%;
   height: 100%;
   z-index: 1;
 }
 .video-caption {
   position: absolute;
   width: 100%;
   top: 50%;
   -ms-transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   left: 0;
 }
 #video-button {
   position: absolute;
   left: 40px;
   bottom: 40px;
   color: #fff;
   font-size: 30px;
 }
 #video-button.pause .fa:before {
   content: "\5f";
   font-family: 'ElegantIcons';
 }
 #video-button.play .fa:before {
   content: "\3d";
   font-family: 'ElegantIcons';
 }
 /* Box heights fix */
 @media(max-width:991px) {
   .max_height.sm_max_height .el_max_height {
     height: auto !important;
   }
 }
 @media (max-width:767px) {
   .max_height.xs_max_height .el_max_height {
     height: auto !important;
   }
 }
 /* Align middle */
 .align-middle {
   position: absolute;
   left: 0;
   right: 0;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
 }


/* *********************	Helper Classes	********************* */
.br0 {
   border-radius: 0 !important;
 }
 .br1 {
   border-radius: 1px !important;
 }
 .br2 {
   border-radius: 2px !important;
 }
 .br4 {
   border-radius: 4px !important;
 }
 .br6 {
   border-radius: 6px !important;
 }
 .br8 {
   border-radius: 8px !important;
 }
 .op8 {
   opacity: 0.8 !important;
 }
 .op7 {
   opacity: 0.7 !important;
 }
 .op6 {
   opacity: 0.6 !important;
 }
 .op5 {
   opacity: 0.5 !important;
 }
 .op4 {
   opacity: 0.4 !important;
 }
 .op2 {
   opacity: 0.2 !important;
 }
 .uppercase {
   text-transform: uppercase;
 }
 .montserrat {
   font-family: "Montserrat", sans-serif;
 }
 .fs-small {
   font-size: 80% !important;
 }
 .fs-large {
   font-size: 120% !important;
 }
 .relative {
   position: relative;
 }
 .block {
   display: block !important;
 }
 .inline-block {
   display: inline-block !important;
 }
 .unstyled {
   list-style: none;
   padding: 0 0 10px 20px;
 }
 .pull-center {
   display: block;
   margin-left: auto !important;
   margin-right: auto !important;
   clear: both;
   text-align: center;
 }
 .text-left {
   text-align: left !important;
 }
 .text-right {
   text-align: right !important;
 }
 .p2 {
   margin-top: -12px !important;
 }
 .mt0 {
   margin-top: 0 !important;
 }
.mt3 {
   margin-top: 3px !important;
 }
.mt6 {
   margin-top: 6px !important;
 }
.mt9 {
   margin-top: 9px !important;
 }
.mt10 {
   margin-top: 10px !important;
 }
.mt12 {
   margin-top: 12px !important;
 }
.mt15 {
   margin-top: 15px !important;
 }
.mt18 {
   margin-top: 18px !important;
 }
 .mt20 {
   margin-top: 20px !important;
 }
.mt21 {
   margin-top: 21px !important;
 }
.mt24 {
   margin-top: 24px !important;
 }
.mt27 {
   margin-top: 27px !important;
 }
 .mt30 {
   margin-top: 30px !important;
 }
.mt33 {
   margin-top: 33px !important;
 }
.mt36 {
   margin-top: 36px !important;
 }
 .mt40 {
   margin-top: 40px !important;
 }
.mt45 {
   margin-top: 45px !important;
 }
 .mt50 {
   margin-top: 50px !important;
 }
 .mt60 {
   margin-top: 60px !important;
 }
 .mt70 {
   margin-top: 70px !important;
 }
 .mt80 {
   margin-top: 80px !important;
 }
.mt90 {
   margin-top: 90px !important;
 }
 .mt100 {
   margin-top: 100px !important;
 }
.mb3 {
   margin-bottom: 3px !important;
 }
.mb6 {
   margin-bottom: 6px !important;
 }
.mb9 {
   margin-bottom: 9px !important;
 }
.mb10 {
   margin-bottom: 10px !important;
 }
.mb12 {
   margin-bottom: 12px !important;
 }
.mb15 {
   margin-bottom: 15px !important;
 }
.mb18 {
   margin-bottom: 18px !important;
 }
 .mb20 {
   margin-bottom: 20px !important;
 }
.mb21 {
   margin-bottom: 21px !important;
 }
.mb24 {
   margin-bottom: 24px !important;
 }
.mb27 {
   margin-bottom: 27px !important;
 }
 .mb30 {
   margin-bottom: 30px !important;
 }
.mb33 {
   margin-bottom: 33px !important;
 }
.mb36 {
   margin-bottom: 36px !important;
 }
 .mb40 {
   margin-bottom: 40px !important;
 }
.mb45 {
   margin-bottom: 45px !important;
 }
 .mb50 {
   margin-bottom: 50px !important;
 }
 .mb60 {
   margin-bottom: 60px !important;
 }
 .mb70 {
   margin-bottom: 70px !important;
 }
 .mb80 {
   margin-bottom: 80px !important;
 }
.mb90 {
   margin-bottom: 90px !important;
 }
.mb100 {
   margin-bottom: 100px !important;
 }

.mtu3 {
   margin-top: -3px !important;
 }
.mtu6 {
   margin-top: -6px !important;
 }
.mtu9 {
   margin-top: -9px !important;
 }
.mtu10 {
   margin-top: -10px !important;
 }
.mtu12 {
   margin-top: -12px !important;
 }
.mtu15 {
   margin-top: -15px !important;
 }
.mtu18 {
   margin-top: -18px !important;
 }
 .mtu20 {
   margin-top: -20px !important;
 }
.mtu21 {
   margin-top: -21px !important;
 }
.mtu23 {
   margin-top: -23px !important;
 }
.mtu24 {
   margin-top: -24px !important;
 }
.mtu27 {
   margin-top: -27px !important;
 }
 .mtu30 {
   margin-top: -30px !important;
 }
.mtu33 {
   margin-top: -33px !important;
 }
.mtu36 {
   margin-top: -36px !important;
 }
.mtu39 {
   margin-top: -39px !important;
 }
 .mtu40 {
   margin-top: -40px !important;
 }
.mtu45 {
   margin-top: -45px !important;
 }
 .mtu50 {
   margin-top: -50px !important;
 }
 .mtu60 {
   margin-top: -60px !important;
 }
 .mtu70 {
   margin-top: -70px !important;
 }
 .mtu80 {
   margin-top: -80px !important;
 }
.mtu90 {
   margin-top: -90px !important;
 }
.mtu100 {
   margin-top: -100px !important;
 }
.mbu3 {
   margin-bottom: -3px !important;
 }
.mbu6 {
   margin-bottom: -6px !important;
 }
.mbu9 {
   margin-bottom: -9px !important;
 }
.mbu10 {
   margin-bottom: -10px !important;
 }
.mbu12 {
   margin-bottom: -12px !important;
 }
.mbu15 {
   margin-bottom: -15px !important;
 }
.mbu18 {
   margin-bottom: -18px !important;
 }
 .mbu20 {
   margin-bottom: -20px !important;
 }
.mbu21 {
   margin-bottom: -21px !important;
 }
.mbu24 {
   margin-bottom: -24px !important;
 }
.mbu27 {
   margin-bottom: -27px !important;
 }
 .mbu30 {
   margin-bottom: -30px !important;
 }
.mbu33 {
   margin-bottom: -33px !important;
 }
.mbu36 {
   margin-bottom: -36px !important;
 }
 .mbu40 {
   margin-bottom: -40px !important;
 }
.mbu45 {
   margin-bottom: -45px !important;
 }
 .mbu50 {
   margin-bottom: -50px !important;
 }
 .mbu60 {
   margin-bottom: -60px !important;
 }
 .mbu70 {
   margin-bottom: -70px !important;
 }
 .mbu80 {
   margin-bottom: -80px !important;
 }
.mbu90 {
   margin-bottom: -90px !important;
 }
 .mbu100 {
   margin-bottom: -100px !important;
 }

 .p0 {
   padding: 0 !important;
 }
 .pb0 {
   padding-bottom: 0 !important;
 }
 .pt0 {
   padding-top: 0 !important;
 }
 .pt5 {
   padding-top: 5px !important;
 }
 .mr10 {
   margin-right: 10px !important;
 }
 .mr20 {
   margin-right: 20px !important;
 }
 .mr30 {
   margin-right: 30px !important;
 }
 .py5 {
   padding-left: 5px !important;
   padding-right: 5px !important;
 }
 .py10 {
   padding-left: 10px !important;
   padding-right: 10px !important;
 }
 .py15 {
   padding-left: 15px !important;
   padding-right: 15px !important;
 }
 .py20 {
   padding-left: 20px !important;
   padding-right: 20px !important;
 }
 .pr0 {
   padding-right: 0 !important;
 }
 .pl0 {
   padding-left: 0 !important;
 }
 .no-border {
   border: none !important;
 }
 .full-width {
   width: 100%;
 }
 .full-height {
   height: 100%;
 }
 .shadow-a {
   box-shadow: 0 0 10px rgba(10, 10, 10, 0.4);
 }
 .shadow-b {
   box-shadow: 2px 2px 8px rgba(10, 10, 10, 0.4);
 }
 .shadow-c {
   box-shadow: 3px 3px 10px rgba(10, 10, 10, 0.4);
 }
 .shadow-d {
   box-shadow: 1px 1px 5px rgba(10, 10, 10, 0.4);
 }
 /* Colors */
 .color-main {
   color: rgb(181, 81, 13) !important;
 }
 .color-white {
   color: #fff !important;
 }
 .color-alpha {
   color: rgba(250, 250, 250, 0.9);
 }
 .color-darker {
   color: #303234 !important;
 }
 .color-dark {
   color: #505355 !important;
 }
 .color-default {
   color: #667 !important;
 }
 .color-gray {
   color: #999a9b !important;
 }
 .color-on-dark {
   color: #c0c3c3 !important;
 }
 .color-on-img {
   color: #e2e3e4 !important
 }
 .bg-main {
   background-color: rgb(181, 81, 13) !important;
 }
 .bg-dark {
   background-color: #444648 !important;
 }
 .bg-darker {
   background-color: #303234 !important;
 }
 .bg-dark-gray {
   background-color: #778888 !important;
 }
 .bg-light-gray {
   background-color: #aaabac !important;
 }
 /* Helper classes for mobile */
 @media (max-width:767px) {
   .xs-block {
     display: block;
   }
   .xs-mb10 {
     margin-bottom: 10px !important;
   }
   .xs-pull-left {
     float: left !important;
   }
   .xs-pl0 {
     padding-left: 0 !important;
   }
   .xs-pt0 {
     padding-top: 0 !important;
   }
   .xs-mt0 {
     margin-top: 0 !important;
   }
   .xs-mb0 {
     margin-bottom: 0 !important;
   }
 }
 /* Helper classes for tablets */
 @media (max-width:991px) {
   .sm-pt0 {
     padding-top: 0 !important;
   }
   .sm-m0 {
     margin: 0 !important;
   }
   .sm-block {
     display: block !important;
   }
 }


/* *********************	Megamenu	********************* */

	/* Menu */
	.menu {
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
		float: left;
		list-style: none;
	}
	.menu li {
		display: inline-block;
		float: left;
	}

	.menu > li > a {
		 
		padding: 25px 12px 25px 12px;
		font-size: 15px;
		text-transform: capitalize;
		font-weight:400;
		display: inline-block;
		color: #406089;
		position:relative;
		z-index:10;
		-webkit-transition: all .2s ease-out; transition: all .2s ease-out;
	}

	.menu > li > a:hover,
	.menu > li > a:focus,
	.menu > li:hover > a {
		color: rgb(181, 81, 13);
		-webkit-transition: all .2s ease-out; transition: all .2s ease-out;
	}


	/* Submenu */
	.submenu, 
	.submenu .submenu {
		list-style: none;
	    margin: 0;
	    padding: 0;   
		display: none;
	    position: absolute;
		z-index: 999999;
		min-width: 150px;
		font-size:13px;
		word-spacing: 1px;
		color:#dadde2;
		background-color: rgba(34, 46, 62, .87);
	}
	.submenu {
	    top: 76px;
	   border-top: 1px solid rgba(20, 30, 45, .39);
	}
	.submenu .submenu {
	    left: 150px;
		top: inherit;
		margin-top: -1px;
	}
	.submenu > li {
		clear:both;
		width:100%;
		font-size: 12px;
	}
	.submenu > li > a {
		width:100%;
		padding: 10px 15px 10px;
		display:inline-block;
		float:left;
		clear:both;
		color: inherit;
		-webkit-transition: all .3s ease-out; transition: all .3s ease-out;
	}
	.submenu > li > a:hover,
	.submenu > li > a:focus,
	.submenu > li:hover > a {
		text-indent:5px;
		opacity:0.6;
		-webkit-transition: all .3s ease-out; transition: all .3s ease-out;
	}



	/* Megamenu */
	.megamenu {
		position: absolute;
		display: none;
		min-width: 25%;
		top: 76px;
		font-size: 15px;
		z-index: 999999;
		padding: 25px 20px;
		background-color: rgba(34, 46, 62, .87);
		color: #dadada;
		word-spacing: 1px;
		border-top: 1px solid rgba(20, 30, 45, .39);
	}

	/* Megamenu lists */

	.megamenu-list:before,
	.megamenu-list:after,
	.vertical-menu-list:before,
	.vertical-menu-list:after {
		display: table;
  		content: " ";
	}
	.megamenu-list:after,
	.vertical-menu-list {
		clear:both;
	}

	.megamenu-list,
	.vertical-menu-list {
		margin: 0;
		padding: 0;
		display: block;
		position: relative;
		list-style: none;
	}
	.vertical-menu-list {
		color: #dadada;
		word-spacing: 1px;
		text-align:center;
		padding:18px 0;
		font-size:13px;
	}
	.megamenu-list > li,
	.vertical-menu-list > li { width: 100%; }

	.megamenu-list > li > a,
	.vertical-menu-list > li > a {
		padding:4px 0;
		display:block;
		color:inherit;
		-webkit-transition: all .3s ease-out; transition: all .3s ease-out;
	}
	.megamenu-list > li > a:hover,
	.megamenu-list > li > a:focus {
		text-indent:5px;
		opacity:0.6;
		-webkit-transition: all .3s ease-out; transition: all .3s ease-out;
	}
	.vertical-menu-list > li > a:hover,
	.vertical-menu-list > li > a:focus {
		color: rgb(181, 81, 13);
		text-indent:0;
		opacity:1;
		-webkit-transition: all .3s ease-out; transition: all .3s ease-out;
	}

	.megamenu-list > .title,
	.vertical-menu-list > .title {
		font-size:14px;
		color:inherit;
		padding:0 0 6px;
		text-transform:capitalize;
		letter-spacing: 1px;
		font-weight:600;
	}
	.vertical-menu-list > .title {
		padding:0 0 10px;
	}
	.megamenu-list > .title:after,
	.vertical-menu-list > .title:after {
		content:"";
		display:block;
		height:1px;
		border-top:2px solid rgb(181,67,33);
		width:15px;
		margin:5px 0 5px;
	}
	.vertical-menu-list > .title:after {
		margin:5px auto;
	}


	/* Megamenu widths */
	.megamenu.one_two {
		width: 50%;
	}
	.megamenu.full {
		width: 100%;
		left: 0;
	}
	.megamenu.two_three {
		width:66.66%;
		left: 0;
	}
	.megamenu.three_four {
		width:75%;
		left:0;
	}

	@media (min-width: 992px) and (max-width: 1199px) {
		.megamenu.one_two { width: 70%; }
		.megamenu.two_three { width:100%; }
		.megamenu.three_four { width:100%; }
	}

	@media (min-width: 768px) and (max-width: 991px) {
		.megamenu.one_two { width: 100%; }
		.megamenu.two_three { width:100%; }
		.megamenu.three_four { width:100%; }
	}


	/*Megamenu positions */
	.menu > li > .megamenu.left { left: 0; }
	.menu > li > .megamenu.right,
	.menu > .right > .megamenu { right:0; }

	.menu > .right { float: right; }

	.menu > .right > a, 
	.menu > li > a.last { padding-right:0 !important; }


	@media (min-width:768px) and (max-width:991px) {
		.menu > .first > a { padding-left:0; }
	}
	@media (min-width:768px) {
		.menu > li > a.first { padding-left:0 !important; }
	}


	/* Megamenu grid */
	.megamenu .row {
		width: 100%;
		margin:15px 0 0;
	}
	.megamenu .row:first-child { margin-top: 0; }

	.megamenu .row:before,
	.megamenu .row:after,
	.submenu:after,
	.submenu:before {
		display: table;
		content: "";
		line-height: 0;
	}
	.megamenu .row:after,
	.submenu:after {
		clear: both;
	}

	.megamenu [class*="col-"] {
		display: block;
		width: 100%;
		min-height: 1px;
		float: left;
		padding:0 10px;
		margin-bottom:20px;
	}

	.megamenu .col-1 { width: 8.33333333%; }
	.megamenu .col-2 { width: 16.66666667%; }
	.megamenu .col-3 { width: 25%; }
	.megamenu .col-4 { width: 33.33333333%; }
	.megamenu .col-5 { width: 41.66666667%; }
	.megamenu .col-6 { width: 50%; }
	.megamenu .col-7 { width: 58.33333333%; }
	.megamenu .col-8 { width: 66.66666667%; }
	.megamenu .col-9 { width: 75%; }
	.megamenu .col-10 { width: 83.33333333%; }
	.megamenu .col-11 { width: 91.66666667%; }
	.megamenu .col-12 { width: 100%; }


	/* Menu Icons */
	.menu > li > a .icon-direction {
		margin:1px 0 0 10px;
		font-size:8px;
	}
	.menu .icon-direction {
		position: relative;
		top: 0;
		float: right;
		display: block;
		line-height: inherit;
		vertical-align: middle;
		width: auto;
		margin: 0;
		font-size: 7px;
		font-weight:100;
		text-align: right;
	}

	.menu-icon {
		margin-right:10px;
		font-size:13px;
		color:#889;
	}


	/* Toggle Menu */
	.menu .toggle-menu { display: none; }


	/* Menu on Mobiles */
	@media (max-width: 767px) {
		.header-wrapper { 
			background-color: rgba(34, 46, 62, .8);
			color: #dadde2;
		}
		.logo { background-image:url("../img/logo-9.png") !important; }

		.menu.xs-toggle {
			position:relative;
			top:0;
			margin-bottom: 0;
		}
		.menu > li {
			display: block;
			width: 100%;
		}
		.menu > li:last-child a {
			padding-bottom:35px;
		}
		/* Toggle Menu */
		.menu > .toggle-menu {
			display: block;
			float: right;
			width: 50px;
			height: 50px;
			position: relative;
			top: -60px;
			margin-bottom: -50px;
			cursor: pointer;
			color: #dadde2;
		}
		.menu > .toggle-menu.xs-toggle {
			float: none;
			width: 100%;
			position: relative;
			top: auto;
			margin-bottom: 0;
		}
		.toggle-menu .fa {
			margin: 14px 0;
			float: right;
			font-size: 24px;
		}
		.toggle-menu-title {
			color: #dadde2;
			font-size:13px;
			text-transform: uppercase;
			letter-spacing: 1px;
			margin-bottom:0;
			font-weight:400;
			float:left;
			margin-top:12px;
		}

		.menu > li > a {
			text-transform:uppercase;
			font-size:12px;
			color:inherit;
			display:block;
		}
		.menu > li > a, 
		.menu > .right > a {
			padding: 15px 25px;
		}
		.menu > li > a:hover,
		.menu > li > a:focus {
			color:rgb(181,67,33);
		}

		.submenu, 
		.submenu .submenu {
			width: 100% !important;
			left: 0;
			position: static !important;
			border: none; 
		}
		.submenu { border-top:none; }

		.megamenu {
			width: 100% !important;
			position: static;
			border-top: none !important;
			border-bottom:none;
			padding: 15px 0 0 30px;
			background-color:transparent;
		}

		.megamenu [class*="col-"] {
			float: none;
			display: block;
			width: 100% !important;
			margin-bottom:30px;
		}

		.megamenu .row,
		.megamenu .row:first-child  [class*="col-"]:first-child { margin-top: 0; }

		.menu > li > .submenu > li > a { padding-left: 40px !important; }
		.menu > li > .submenu > li > .submenu > li > a { padding-left: 62px !important; }
		.menu > li > .submenu > li > .submenu > li > .submenu > li > a { padding-left: 80px !important; }


		/* Topbar */
		.topbar .pull-right { 
			float:none !important; 
			margin-top: 20px; 
			margin-bottom:20px;
		}
	}



/* *********************	Headers 	********************* */


	.logo {
		display:block;
		height:76px;
		background-image:url("../img/logo-9.png");
		background-position:left center;
		background-repeat: no-repeat;
		text-indent:-9999999px;
	}

	@media (max-width:767px) {
		.logo-center {
			display:block;
			height:62px;
			background-image:url("../img/logo-9.png");
			background-position:center center;
			background-repeat: no-repeat;
			text-indent:-9999999px;
		}
	}

	@media (min-width:768px) and (max-width:991px) {
		.logo {
			height:64px;
			background-position:center bottom;
		}
	}

	/* Header Dark */
	.header-dark { 
		background-color: #292c31;
		color: #dadde2;
	}
	.header-dark .menu > li > a { color: #dadde2; }
	.header-dark .logo,
	.topbar.dark .logo { background-image:url("../img/logo-9.png"); }
	.topbar.dark .logo { height:50px; background-position: left center; }
	
	@media (min-width:768px) {
		.header-wrapper .navbar-right { margin-right: 0 !important; }
	}
	@media (max-width:991px) {
		.header-wrapper .navbar-right { float:none !important; }
	}

	
	@media (min-width:992px) {

		.menu-fixed,
		.main-header {
			-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
		}

		/* Fixed Header */
        .menu-fixed .main-header {
            z-index: 9999; 
            width:100%; 
            left:0;
            background-color:rgba(250,250,250,0.9);
            box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
            -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
        }
        .header-dark .menu-fixed .main-header { background-color: rgba(41,44,49,0.95); }


	    .menu-fixed .menu > li > a { padding: 20px 20px 20px 20px; }

	    .menu-fixed .megamenu,
	    .menu-fixed .submenu { top:66px; }

	    .menu-fixed .logo { height:66px; }


		/* Transparent Menu */
        .header-transparent.sticky-top #undefined-sticky-wrapper {  height:auto !important; }

		.header-transparent .main-header {
			position:fixed;
			z-index:9999;
			width:100%;
			left:0;
			top:0;
			background-color:transparent;
			-webkit-backface-visibility:hidden;
		}


		.header-transparent .logo { background-image:url("../img/logo-9.png"); }

		.header-transparent .menu > li > a {
			color:#eaecf1;
			opacity:0.9;
			-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
		}
		.header-transparent .menu > li > a:hover,
		.header-transparent .menu > li > a:focus,
		.header-transparent .menu > li:hover > a {
			color:rgb(181,67,33);
			-webkit-transition: all .3s ease-out; transition: all .3s ease-out;
		}

		.header-transparent .menu-fixed .main-header,
		.header-transparent.with-topbar .menu-fixed .main-header { 
			background-color:rgba(250,250,250,0.95); 
			-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
		}
		.header-transparent .menu-fixed .menu > li > a { 
			color: #667; 
			-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
		}
		.header-transparent .menu-fixed .logo { background-image:url("../img/logo-9.png"); }
		.static-menu.header-transparent .main-header {
			position:absolute;
			top:76px;
			margin-top:-76px;
		}

		.header-transparent.with-topbar .main-header { 
			position:relative;  
			background-color: rgba(255,255,255,0.1); 
		}

		/* Navigation menu over intro section */
		.h-wrapper {
			position: absolute;
			left:0;
			right:0;
			top:0;
			z-index:99999;
		}
		.push-top {
			margin-top:46px;
		}

	}

	
	/* Top bar */
	.topbar {
		padding:8px 0;
		background-color: #303539;
	    color: #d2d6da;
	}
	.top-menu { 
		margin:0 -10px;
		padding:0;
		list-style: none;
	}
	.top-menu > li {
		padding: 0 10px; 
		display:inline-block;
	}

	.top-menu > li > a { 
		color:inherit; 
		font-size:13px;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}
	.top-menu > li > a:hover,
	.top-menu > li > a:focus,
	.top-menu > li > a:active {
		color:rgb(181,67,33);
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}
	.top-menu li .fa { margin-right:5px; }

	.topbar .social-icon .fa {
		color:#d2d6da;
		opacity:0.9;
	}
	.topbar .social-icon > li > a:hover .fa {
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
		color:rgb(181,67,33);
		background-color:transparent;
	}

	/* Top bar Gray */
	.topbar.gray {
		background-color: #e8eaec;
		color:#666973;
	}
	.topbar.gray .social-icon .fa {
		color:#666973;
		opacity:0.9;
	}


	/* Cart items */
	.cart-items {
		color: #778;
		opacity:0.7;
		position:relative;
		top:2px;
		right:0;
	}


	@media (min-width:768px) {
		/* Menu Gray */
		.menu.menu-light .submenu,
		.menu.menu-light .megamenu {
			background-color: #ededee;
			color:#555557;
			box-shadow:0 2px 4px rgba(0,0,0,0.3);
		}
		/* Menu dark transparent */
		.menu.menu-dark-transparent .submenu,
		.menu.menu-dark-transparent .megamenu {
			background-color: rgba(41,44,49,0.9);
		}
	}




	/* Menu button trigger */
	#menu-trigger {
		position:fixed;
		top:30px;
		left:25px;
		z-index:99999;
		font-size:30px;
		color:rgb(181,67,33);
		padding:8px 5px 5px;
		border-radius:1px;
		background-color:rgba(255,255,255,0.1);
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}
	#menu-trigger.menu-close { 
		top:15px; left:15px;
		font-size:24px;
		background-color: transparent;
		padding:5px;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}


	#menu-trigger.right { right:25px; left:auto; }
	#menu-trigger.right.menu-close { top:15px; right:15px; left:auto; }

	#menu-trigger.fullscreen-trigger.menu-close {
		font-size:38px;
		top:20px; left:20px;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}
	#menu-trigger.fullscreen-trigger.right.menu-close {
		top:20px; right:20px; left:auto;
	}


	#menu-trigger:before { font-family: 'ElegantIcons'; content:"\61"; }
	#menu-trigger.menu-close:before { font-family: 'ElegantIcons'; content:"\4d"; }

	
	/* Vertical Menu */
	.vertical-menu-wrapper {
		width:320px;
		height:100%;
		position:fixed;
		top:0;
		z-index:-99;
		background-color: #292c31;
		padding:20px 30px;
		box-shadow:0 0 30px rgba(0,0,0,0.5);
		overflow-y: auto;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}

	.vertical-menu-wrapper.on {
		z-index:999;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; 
	}

	.vertical-menu-wrapper.left { left: -350px; }
	.vertical-menu-wrapper.right { right:-350px; }

	.vertical-menu-wrapper.left.on { left:0; }
	.vertical-menu-wrapper.right.on { right:0; }


	.vertical-menu-wrapper .logo,
	.fullscreen-menu-wrapper .logo {
		background-position: center bottom;
		background-image:url("../img/logo-9.png");
	}
	.vertical-menu { margin-bottom:140px; }
	.vertical-menu .panel-body {
		padding:0 0 20px;
	}

	.vertical-menu-footer {
		position: fixed;
		bottom:0;
		width:300px;
		padding:40px 0 30px;
		text-align:center;
		background-color:inherit;
		-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
	}

	.vertical-menu-wrapper .vertical-menu-footer.on {
		-webkit-transition:all 0.3s ease-in-out 0.1s; transition:all 0.3s ease-in-out 0.1s; 
	}

	.vertical-menu-wrapper.left .vertical-menu-footer { left:-300px; padding-left:20px; }
	.vertical-menu-wrapper.right .vertical-menu-footer { right:-300px; padding-left:20px; margin-right:20px; }

	.vertical-menu-wrapper.left .vertical-menu-footer.on { left:0; }
	.vertical-menu-wrapper.right .vertical-menu-footer.on { right:0; }



	.vertical-menu .panel-title {
		font-family: "Source Sans Pro",sans-serif;
		color:#d0d4d8;
		font-size:16px;
		text-transform: capitalize;
		text-align:center;
	}
	.vertical-menu .panel-title a { display:block; }
	.vertical-menu .panel-title:hover a,
	.vertical-menu .panel-title:focus a { color:rgb(181,67,33); }



	/* Vertical Menu Light */
	.vertical-menu-wrapper.light {
		background-color:#f1f1f2;
		color:#778;
	}
	.vertical-menu-wrapper.light .logo { background-image:url("../img/logo-9.png") !important; }
	.vertical-menu-wrapper.light .vertical-menu .panel-title { color:#667; }
	.vertical-menu-wrapper.light .copyright { color: #889; }
	.vertical-menu-wrapper.light .vertical-menu-list  { color:#667; }


	@media (max-width:767px) {
		.vertical-menu-wrapper { width:100%; }
		.vertical-menu-wrapper.left { left: -110%; }
		.vertical-menu-wrapper.right { right:-110%; }

		.vertical-menu-footer { width:100%; }
		.vertical-menu-wrapper.left .vertical-menu-footer { left:-110%; padding-left:0; }
		.vertical-menu-wrapper.right .vertical-menu-footer { right:-110%; padding-right:0; }
	}



	/* Full Screen Menu */
/* Full Screen Menu */
 .fullscreen-menu-wrapper {
   position: fixed;
   top: -100px;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: rgba(41, 44, 49, 0.9);
   text-align: center;
   opacity: 0;
   z-index: -99;
   padding: 80px 0 0;
   overflow-y: auto;
   overflow-x: hidden;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .fullscreen-menu-wrapper.on {
   top: 0;
   opacity: 1;
   z-index: 999;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .fullscreen-menu-wrapper .vertical-menu {
   margin-bottom: 80px;
 }
 .fullscreen-menu-wrapper .vertical-menu .panel-title {
   font-size: 17px;
   letter-spacing: 1px;
 }
 .fullscreen-menu-wrapper .vertical-menu-list {
   font-size: 13px;
 }
 .fullscreen-menu-wrapper .vertical-menu-list > li > a {
   display: inline-block;
 }
 /* Top menu wrapper */
 .top-menu-wrapper {
   position: fixed;
   top: -100%;
   left: 0;
   right: 0;
   width: 100%;
   opacity: 0;
   background-color: rgba(41, 44, 49, 0.9);
   padding: 60px 0 40px;
   z-index: -99;
   box-shadow: 0 0 30px rgba(2, 1, 24, 0.5);
   overflow-y: auto;
   overflow-x: hidden;
   -webkit-transition: all 0.6s ease-out;
   transition: all 0.6s ease-out;
 }
 .top-menu-wrapper.on {
   top: 0;
   opacity: 1;
   z-index: 999;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 @media (max-width:991px) {
   .top-menu-wrapper {
     position: absolute;
   }
 }
 /* *********************	Sliders		********************* */
 /* Revolution Slider */
 .tp-banner-container {
   width: 100%;
   position: relative;
   padding: 0;
 }
 .tp-banner {
   width: 100%;
   position: relative;
 }
 .fullcoveredvideo .tp-video-play-button {
   display: block !important;
   z-index: 9;
 }
 /* Slider Titles */
 .title-slider-large {
   font-family: "Montserrat", sans-serif;
   font-size: 44px;
   line-height: 54px;
   font-weight: 700;
   color: #e2e3e4;
   letter-spacing: 1px;
 }
 .title-slider-large.uppercased {
   text-transform: uppercase;
   letter-spacing: 2px;
 }
 .title-slider-large.bordered {
   border: 5px solid #e2e3e4;
   padding: 10px 20px;
 }
 .title-slider-large.br-top-bottom {
   border-top: 3px solid #e2e3e4;
   border-bottom: 3px solid #e2e3e4;
   padding: 15px 0;
 }
 .title-slider-large.dark, .title-slider-medium.dark, .title-slider-small.dark {
   color: #303336;
   border-color: #303336;
 }
 .title-slider-medium {
   font-family: "Montserrat", sans-serif;
   font-size: 23px;
   line-height: 32px;
   font-weight: 700;
   color: #e2e3e4;
   letter-spacing: 1px;
 }
 .title-slider-medium.uppercased {
   font-size: 22px;
   text-transform: uppercase;
   letter-spacing: 1px;
 }
 .title-slider-small {
   font-family: "Montserrat", sans-serif;
   font-size: 15px;
   line-height: 26px;
   font-weight: 700;
   letter-spacing: 1px;
   color: #e2e3e4;
 }
 .title-slider-small.uppercased {
   font-size: 13px;
   text-transform: uppercase;
   letter-spacing: 1px;
 }
 @media (max-width:991px) {
   .title-slider-large {
     font-size: 30px;
     line-height: 34px;
   }
   .tp-caption {
     padding: 0 30px;
   }
 }
 @media (max-width:767px) {
   .title-slider-large {
     font-size: 24px;
     line-height: 30px;
     padding: 0 15px;
   }
   .tp-caption .title-slider-small, .tp-caption .btn-slider {
     display: none;
   }
   .tp-caption .br-bottom:after, .tp-caption .br-bottom-center:after {
     border-top: none;
   }
   .tp-caption {
     padding: 0 20px;
   }
 }
 /* Slider Buttons */
 .btn-slider {
   padding: 15px 25px;
   border: 2px solid #e2e3e4;
   border-radius: 25px;
   color: #e2e3e4;
   background-color: transparent;
   font-family: "Raleway", sans-serif;
   font-size: 13px;
   font-weight: 700;
   letter-spacing: 1px;
   text-transform: uppercase;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .btn-slider:hover, .btn-slider:focus, .btn-slider:active {
   background-color: rgb(181, 81, 13);
   border-color: rgb(2, 1, 24);
   color: #e2e3e4;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .btn-slider.reversed {
   background-color: rgb(181, 81, 13);
   border-color: rgb(181, 81, 13);
 }
 .btn-slider.reversed:hover, .btn-slider.reversed:focus, .btn-slider.reversed:active {
   background-color: transparent;
   border-color: #e2e3e4;
   color: #e2e3e4;
 }
 .tp-caption .btn-slider, .tp-caption .btn-slider:hover, .tp-caption .btn-slider:focus, .tp-caption .btn-slider:active {
   color: #e2e3e4;
 }
 /* *********************	Page Breadcrums 	********************* */
 .page-breadcrumbs-wrapper {
   position: relative;
   top: -38px;
   margin-bottom: -38px;
 }
 .page-breadcrumbs {
   width: auto;
   border-top-left-radius: 2px;
   border-top-right-radius: 2px;
   background-color: #f5f5f5;
   padding: 7px 17px;
   font-size: 11px;
   font-weight: 600;
   color: #889;
   text-transform: uppercase;
 }
 .page-breadcrumbs a {
   color: #889;
 }
 .page-breadcrumbs a:hover, .page-breadcrumbs a:focus, .page-breadcrumbs a:active, .page-breadcrumbs a.active {
   color: #99a;
 }
 .page-breadcrumbs .separator {
   margin: 0 8px;
 }
 .page-breadcrumbs-wrapper.pb2 {
   top: -90px;
   margin-bottom: -45px;
 }
 .page-breadcrumbs-wrapper.pb2 .page-breadcrumbs {
   border-radius: 2px;
   padding: 9px 14px;
   box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
 }
 /* Page breadcrumbs withouth background */
 .page-breadcrumbs-wrapper.pb-without-bg {
   top: -50px;
   margin-bottom: -45px;
 }
 .page-breadcrumbs-wrapper.pb-without-bg .page-breadcrumbs {
   background-color: transparent;
   color: #d0d3d5;
 }
 .page-breadcrumbs-wrapper.pb-without-bg .page-breadcrumbs a {
   color: #d0d3d5;
 }
 .page-breadcrumbs-wrapper.pb-without-bg .page-breadcrumbs a:hover, .page-breadcrumbs-wrapper.pb-without-bg .page-breadcrumbs a:focus, .page-breadcrumbs-wrapper.pb-without-bg .page-breadcrumbs a:active, .page-breadcrumbs-wrapper.pb-without-bg .page-breadcrumbs a.active {
   color: #e5e8ea;
 }
 /* Page Navigations tabs */
 .page-nav-tabs-wrapper {
   position: relative;
   top: -41px;
   margin-bottom: -41px;
 }
 .page-nav-tabs {
   width: auto;
   border-top-left-radius: 2px;
   border-top-right-radius: 2px;
   background-color: #f5f5f5;
   padding: 8px 14px 6px;
 }
 .page-nav-tabs .nav-tabs > li > a {
   font-size: 13px;
   border: none;
   border-radius: 0;
   color: #606468;
   padding: 5px 16px;
 }
 .page-nav-tabs .nav-tabs > li.active > a, .page-nav-tabs .nav-tabs > li.active > a:hover, .page-nav-tabs .nav-tabs > li.active > a:focus, .page-nav-tabs .nav-tabs > li > a:hover, .page-nav-tabs .nav-tabs > li > a:focus {
   color: rgb(181, 81, 13);
   background-color: transparent;
   border: none;
   border-bottom-color: transparent;
 }
 @media (max-width:767px) {
   .page-nav-tabs {
     border-radius: 4px;
     background-color: #fff;
     border: 1px solid #ddd;
     box-shadow: 2px 2px 4px rgba(2, 1, 24, 0.3);
     padding: 8px 14px 6px;
   }
   .page-nav-tabs .nav-tabs > li {
     padding: 4px 0;
   }
 }
 /* *********************	Sections	********************* */
 .section {
   padding: 50px 0;
 }
 .section-bg {
   padding: 50px 0;
   margin: 40px 0;
   position: relative;
 }
 .section-page {
   padding: 75px 0 60px;
 }
 .section-boxed {
   padding: 40px 30px;
 }
 .section-boxed-2 {
   padding: 40px 50px;
 }
 .section-large {
   padding: 70px 0;
 }
 .section-larger {
   padding: 90px 0;
 }
 .section-fullwidth {
   padding-left: 15px;
   padding-right: 15px;
 }
 @media (min-width:768px) {
   .section-fullheight {
     height: 100%;
   }
 }
 .section-main {
   background-color: rgb(181, 81, 13);
 }
 .section-gray {
   background-color: #eaeaea;
 }
 .section-dark {
   background-color: #303236;
 }
 .section-white {
   background-color: #f5f5f5;
 }
 /* Intro Section */
 .section-intro {
   position: relative;
   padding: 220px 0 160px;
 }
 .section-intro-2 {
   position: relative;
   padding: 160px 0;
 }
 .section-intro.intro-small {
   padding: 160px 0 100px;
 }
 @media (max-width:991px) {
   .section-intro {
     padding: 120px 0 110px;
   }
 }
 @media (max-width:767px) {
   .section-intro-2 {
     padding: 100px 0;
   }
 }
 /* Caption overlay */
 @media (min-width:768px) {
   .section-caption {
     position: absolute;
     top: 50%;
     left: 0;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     width: 100%;
   }
 }
 /* Intro Title */
 .intro-title {
   font-size: 32px;
   font-weight: 400;
   color: #eaecf1;
   margin-bottom: 20px;
   line-height: 36px;
   letter-spacing: 1px;
   font-family: omnes-cyrillic, sans-serif;
   opacity: 0.9;
 }
 .intro-title::after {
   content: "";
   display: block;
   width: 42px;
   height: 2px;
   background-color: rgb(181, 81, 13);
   margin: 12px 0 14px;
 }
 .intro-title.intro-title-br0::after {
   content: "";
   display: none;
 }
 .intro-title.shadow {
   text-shadow: 0 4px 14px rgba(2, 1, 24, 0.5);
 }
 /* Intro title small */
 .intro-title.intro-title-small {
   font-size: 23px;
   line-height: 28px;
 }
 /* Intro Paragraph */
 .intro-p {
   color: #eaecf1;
   font-size: 13px;
   margin-bottom: 0;
   font-family: "omnes-cyrillic, sans-serif";
   opacity: 0.9;
 }
 /* *********************	Boxes	********************* */
 @media (max-width:767px) {
   .xs-box {
     padding-bottom: 30px !important;
   }
   .xs-box2 {
     padding-bottom: 40px !important;
   }
   .xs-box3 {
     padding-bottom: 50px !important;
   }
 }
 @media (max-width:991px) {
   .sm-box {
     padding-bottom: 30px !important;
   }
   .sm-box2 {
     padding-bottom: 40px !important;
   }
   .sm-box3 {
     padding-bottom: 50px !important;
   }
 }
 /* Column paddings */
 .row.col-p0 {
   margin-left: 0;
   margin-right: 0;
 }
 .row.col-p0 [class*="col-"] {
   padding: 0;
 }
 @media (min-width:768px) {
   .row.col-p5 {
     margin-left: -5px;
     margin-right: -5px;
   }
   .row.col-p5 [class*="col-"] {
     padding: 0 5px;
   }
   .row.col-p10 {
     margin-left: -10px;
     margin-right: -10px;
   }
   .row.col-p10 [class*="col-"] {
     padding: 0 10px;
   }
   .row.col-p15 {
     margin-left: -15px;
     margin-right: -15px;
   }
   .row.col-p15 [class*="col-"] {
     padding: 0 15px;
   }
   .row.col-p20 {
     margin-left: -20px;
     margin-right: -20px;
   }
   .row.col-p20 [class*="col-"] {
     padding: 0 20px;
   }
   .row.col-p30 {
     margin-left: -30px;
     margin-right: -30px;
   }
   .row.col-p30 [class*="col-"] {
     padding: 0 30px;
   }
   .row .col-p0 {
     padding-left: 0;
     padding-right: 0;
   }
 }
 /* Box Services Style 1 */
 .box-services-a .fa.fa-bg {
   background-color: rgb(181, 81, 13);
   color: #fff;
   margin-right: 10px;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .box-services-a .title-small {
   margin-bottom: 10px;
 }
 .box-services-a:hover .fa.fa-bg {
   background-color: #556;
   box-shadow: inset 2px 1px 8px rgba(18, 24, 33, .03);
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .box-services-a:hover .title-small {
   color: rgb(181, 81, 13);
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 /* Box left and right */
 .box-left {
   display: block;
   float: left;
   text-align: center;
 }
 .box-left img {
   width: 60px;
   height: 60px;
   margin-top: 10px;
 }
.box-left2 {
   display: block;
   float: left;
   text-align: center;
 }
 .box-left2 img {
   width: 120px;
   height: 60px;
   margin-top: 10px;
 }
 .box-right {
   margin-left: 85px;
 }
 .box-right .title-small {
   margin-bottom: 8px;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
.box-right2 {
   margin-left: 120px;
 }
 .box-right2 .title-small {
   margin-bottom: 8px;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
.box-right3 {
   margin-left: 21px;
 }
 .box-right3 .title-small {
   margin-bottom: 8px;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 /* Box services Style 2 */
 .box-services-b:hover .title-small {
   color: rgb(181, 81, 13);
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .link-read-more {
   opacity: 0;
   color: #99a;
   font-size: 12px;
   margin-left: 30px;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .box-services-a .title-uppercased .link-read-more {
   text-transform: lowercase;
   color: rgb(181, 81, 13);
 }
 .box-services-b:hover .link-read-more, .box-services-a:hover .link-read-more, .box-services-d:hover .link-read-more, .box-services-f:hover .link-read-more {
   opacity: 1;
   margin-left: 15px;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
	 
 }
 .box-services-d:hover .social-icon a {
   margin-left: 0;
 }
 .box-services-b .link-read-more:hover, .box-services-a .link-read-more:hover, .box-services-b .link-read-more:focus, .box-services-a .link-read-more:focus {
   color: #445;
 }
 @media (max-width:991px) {
   .link-read-more {
     opacity: 1;
     margin-left: 15px;
   }
 }
 @media (max-width: 767px) {
   .link-read-more {
     display: block;
     opacity: 1;
     margin-left: 0;
     margin-top: 10px;
   }
 }
 .box-services-b .box-left .fa-style1, .box-services-c .fa-style1 {
   font-size: 30px;
   width: 60px;
   height: 60px;
   background-color: #222e3e;
   color: #fff;
   border-radius: 4px;
   margin-top: 10px;
   padding-top: 15px;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .box-services-b:hover .box-left .fa-style1, .box-services-c:hover .fa-style1 {
   box-shadow: inset 2px 1px 3px rgba(18, 24, 33, .03);
   background-color: rgb(181, 81, 13);
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .box-services-b .box-left .fa-style2, .box-services-c .fa-style2 {
   font-size: 45px;
   margin: 15px 0 0 12px;
   color: rgb(181, 81, 13);
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .box-services-b:hover .box-left .fa-style2, .box-services-c:hover .fa-style2 {
   color: #556;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .box-services-b .box-left .fa-style3, .box-services-c .fa-style3 {
   font-size: 28px;
   width: 60px;
   height: 60px;
   background-color: rgb(181, 81, 13);
   color: #fff;
   border-radius: 50%;
   margin-top: 10px;
   padding-top: 15px;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .box-services-b:hover .box-left .fa-style3, .box-services-c:hover .fa-style3 {
   background-color: #445;
   box-shadow: 0 3px 10px rgba(18, 24, 33, 0.03);
   -webkit-transition: all 0.2s ease-out;
   transition: all 0.2s ease-out;
 }
 .box-services-b .fa-style4, .box-services-c .fa-style4 {
   margin-bottom: 20px;
   font-size: 4em;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .box-services-b:hover .fa-style4, .box-services-c:hover .fa-style4 {
   color: rgb(181, 81, 13);
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .box-services-a .fa-style5 {
   margin-right: 10px;
   font-size: 22px;
   padding-top: 5px;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .box-services-a:hover .fa-style5 {
   color: rgb(181, 81, 13);
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .box-services-b .box-left .fa.circle, .box-services-c .fa.circle {
   border-radius: 50%;
   font-size: 26px;
   padding-top: 17px;
 }
 /* Box-services style 3 */
 .box-services-c {
   text-align: center;
 }
 .box-services-c .fa {
   margin-bottom: 15px;
 }
 /* Box Services style 4 */
 .box-services-d {
   position: relative;
   padding: 60px 40px;
   color: #dedee3;
 }
 .box-services-d .bg-overlay {
   opacity: 0.6;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .box-services-d:hover .bg-overlay {
   opacity: 0.5;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .box-services-d.box-services-team {
   padding: 60px 40px 30px;
 }
 .box-services-d.box-services-team .bg-overlay {
   opacity: 0.7;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .box-services-d.box-services-team:hover .bg-overlay {
   opacity: 0.6;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .box-services-d .title-uppercased, .box-services-d .title-medium {
   font-size: 20px;
   color: #dedee3;
   margin-bottom: 20px;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .box-services-d:hover .title-uppercased, .box-services-d:hover .title-medium {
   color: rgb(181, 81, 13);
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .box-service-d .title-medium {
   font-size: 22px;
 }
 .box-services-d .title-medium .link-read-more {
   font-size: 11px;
 }
 .box-services-d .link-read-more {
   color: #dedee3;
   text-transform: lowercase;
   font-size: 13px;
 }
 .box-services-d .link-read-more:hover, .box-services-d .link-read-more:focus {
   color: rgb(181, 81, 13);
 }
 /* Box services style 5 */
 .box-services-e {
   background-color: rgb(181, 81, 13);
   position: relative;
   color: #d2d2d9;
 }
 .box-services-e.dark {
   background-color: #303236;
 }
 .box-services-e.orange {
   background-color: #2926a8; 
 }
 .box-services-e.blue {
   background-color: #1375a3;
 }
 .box-services-e.yellow {
   background-color: #fcc813;
 }
 .box-services-e.green {
   background-color: #279ae7;
 }
 .box-services-e.transparent {
   background-color: transparent;
 }
 .box-services-e.gray {
   background-color: #f0f1f2;
 }
 .box-services-e .fa {
   font-size: 100px;
   opacity: 0.25;
   position: absolute;
   bottom: -50px;
   right: -30px;
   color: #d2d2d9;
 }
 .box-services-d.box-services-e .title-uppercased {
   margin-bottom: 15px;
 }
 .box-services-d.box-services-e:hover .title-uppercased, .box-services-d.box-services-e:hover .title-medium {
   color: #d2d2d9;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .box-services-d.box-services-e .link-read-more:hover, .box-services-d.box-services-e .link-read-more:focus {
   color: #dedee3;
   opacity: 0.5;
 }
 .box-services-d.box-services-e .bg-overlay {
   opacity: 0.4;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .box-services-d.box-services-e:hover .bg-overlay {
   opacity: 0.3;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 /* Box services style 6 */
 .box-services-f .content {
   margin: 0 5px;
 }
 .box-services-f .link-read-more {
   color: #889;
   text-transform: lowercase;
   font-size: 13px;
 }
 .box-services-f .link-read-more:hover, .box-services-f .link-read-more:focus {
   rgba(24,42,70,.69);
 }
 .box-services-f .content {
   padding-bottom: 15px;
   border-bottom: 2px solid transparent;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .box-services-f:hover .content {
   padding-bottom: 2px;
   border-bottom: 2px solid #ccccd3;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 /* Border box */
 @media (min-width:768px) {
   .br-box {
     border-right: 1px solid #99a2a2;
     padding-top: 30px;
     padding-bottom: 10px;
   }
   .br-box.last {
     border-right: none;
   }
 }
 /* *********************	Titles	********************* */
 .title-small {
   font-family: "Montserrat", sans-serif;
   margin: 0 0 15px;
   font-size: 18px;
   color: #556;
 }
 .title-small-a {
   font-size: 16px;
 }
 .title-large {
   font-family: "Montserrat", sans-serif;
   font-size: 28px;
   color: #556;
   margin: 0 0 40px;
   line-height: 32px;
   letter-spacing: 1px
 }
 .title-large.title-larger {
   font-size: 32px;
   line-height: 36px;
 }
 .title-medium {
   font-family: "Montserrat", sans-serif;
   font-size: 23px;
   color: #556;
   margin: 0 0 20px;
   line-height: 28px;
   letter-spacing: 1px
 }
 .title-medium.small {
   font-size: 19px;
 }
 .title-uppercased {
   text-transform: uppercase;
   font-size: 18px;
   font-weight: 600;
   letter-spacing: 1px;
   color: #58585c;
   margin-bottom: 15px;
 }
 .title-uppercased.small {
   font-size: 16px;
 }
 /* Title shadows */
 .title-shadow-a {
   text-shadow: 2px 2px 6px rgba(10, 10, 15, 0.2);
 }
 .title-shadow-b {
   text-shadow: 4px 4px 10px rgba(2, 1, 24, 0.4);
 }
 /* Paragraphs */
 .p-lead {
   font-size: 15px;
   font-weight: 600;
 }
 .p-lead-b {
   font-size: 15px;
   line-height: 28px;
   font-weight: 600;
   color: #99a;
 }
 .p-large {
   font-size: 17px;
 }
 .title-border {
   margin-bottom: 40px;
   padding: 0 0 5px;
   border-bottom: 2px solid #e1e1e1;
   position: relative;
   font-size: 27px;
   color: #556;
   font-weight: 400;
 }
 .title-border:after {
   width: 50px;
   height: 2px;
   display: block;
   content: '';
   background-color: rgb(181, 81, 13);
   position: absolute;
   bottom: -2px;
   left: 0%;
 }
 /* *********************	Misc Sections	********************* */
 /* Stats, Features, Team, Plans, Testimonials, Contact etc */
 /* Team Section */
 .team-section .portfolio-text-content {
   padding: 18px 10px 35px;
   text-align: left;
 }
 .team-section .view {
   border-radius: 3px;
 }
 .team-section .view .mask {
   background-color: rgba(34, 46, 62, .87);
 }
 .team-section .portfolio-text-title {
   font-size: 17px;
   margin-bottom: 0;
 }
 .team-section .project-title > a {
   color: inherit;
 }
 .team-section .project-title > a:hover {
   color: rgb(181, 81, 13);
 }
 .team-section-2 .portfolio-el, .team-section-3 .portfolio-el {
   margin: 0 0 30px;
 }
 .team-section-2 .view .mask {
   padding: 35px;
 }
 .team-section-2 .view .project-title {
   margin-bottom: 5px;
 }
 .team-section-2 .social-icon.simple .fa {
   color: #e1e1e5;
 }
 .team-section-2 .social-icon.simple > li > a:hover .fa {
   color: rgb(181, 81, 13);
 }
 .team-section-fullwidth .portfolio-el {
   margin: 0 !important;
 }
 .team-section-fullwidth .view {
   border-radius: 0 !important;
 }
 @media (max-width:991px) {
   .owl-carousel.sm-owl-cursor:before {
     content: "";
     position: absolute;
     top: 5px;
     left: 15px;
     width: 32px;
     height: 32px;
     background: url("../images/cursor_move.png") right top no-repeat;
     z-index: 999;
   }
   .sm-cursor {
     width: 32px;
     height: 32px;
     background: url("../images/cursor_move.png") right top no-repeat;
   }
 }
 /* Stats Section */
 .stats-timer {
   color: #888894;
   font-size: 40px;
   margin-bottom: 20px;
   font-weight: 400;
   font-family: 'Montserrat', sans-serif;
 }
 .stats-content h3 {
   margin-bottom: 0;
   font-size: 16px;
   color: #778;
   font-family: 'Montserrat', sans-serif;
 }
 .stats-content {
   padding: 40px 20px;
   text-align: center;
   position: relative;
 }
 .stats-content .fa {
   position: absolute;
   bottom: 40px;
   right: 50px;
   opacity: 0.3;
   color: #99a;
   font-size: 60px;
 }
 @media (max-width:991px) {
   .stats-content .fa {
     position: absolute;
     bottom: auto;
     top: 40px;
     right: 20px;
     opacity: 0.1;
   }
 }
 /* Testimonials section */
 .section-testimonials {
   position: relative;
 }
 .section-testimonials .fa {
   position: absolute;
   right: 40px;
   top: 0;
   font-size: 140px;
   color: #aaaab8;
   opacity: 0.2;
 }
 @media (max-width:767px) {
   .section-testimonials .fa {
     right: 0;
     bottom: 0;
     top: auto;
   }
 }
 .section-testimonials blockquote {
   text-align: center;
   padding: 0 40px;
   margin: 0;
   font-size: 17px;
   border-left: 0;
   line-height: 30px;
   color: #889;
   font-style: italic;
 }
 .section-testimonials blockquote p {
   margin-bottom: 30px;
 }
 .section-testimonials blockquote h5 {
   margin: 0;
   font-family: "Montserrat", sans-serif;
   font-size: 14px;
   color: #778;
   font-style: normal;
 }
 .section-testimonials blockquote span {
   font-family: "Source Sans Pro", sans-serif;
   font-size: 12px;
   color: rgb(181, 81, 13);
   margin-left: 15px;
   font-style: normal;
 }
 .section-testimonials blockquote footer:before, .section-testimonials blockquote small:before, .section-testimonials blockquote .small:before {
   content: "";
 }
 .section-testimonials .owl-portfolio .owl-controls {
   display: none !important;
 }
 .section-testimonials.testimonials-bg blockquote {
   color: #e2e3e6;
   opacity: 1;
 }
 .section-testimonials.testimonials-bg blockquote h5 {
   color: #e2e3e6;
   opacity: 0.95;
 }
 .section-testimonials.testimonials-bg .fa {
   color: #d0d4d8;
   opacity: 0.4;
 }
 .section-testimonials.testimonials-bg blockquote span {
   color: #e2e3e6;
 }
 /* Clients */
 .client {
   position: relative;
   width: 100%;
   height: 160px;
 }
 .c-img {
   position: absolute;
   right: 0;
   left: 0;
   opacity: 0;
   -webkit-transition: all 0.7s ease-out;
   transition: all 0.7s ease-out;
 }
 .c-img.on {
   opacity: 0.8;
   -webkit-transition: all 0.7s ease-out;
   transition: all 0.7s ease-out;
 }
 /* Plans Section */
 .plan {
   z-index: 1;
   text-align: center;
   border-top: 2px solid rgb(181, 81, 13);
 }
 @media (max-width:767px) {
   .plan {
     margin-bottom: 30px !important;
     margin-top: 0 !important;
   }
 }
 .plans-b .plan {
   margin-top: 0 !important;
 }
 .plan-basic {
   margin-top: 62px;
 }
 .plan-professional {
   margin-top: 0;
 }
 .plan-enterprise {
   margin-top: 62px;
 }
 .plan-header {
   padding: 30px 30px 25px;
   background-color: #323239;
 }
 .plan-price {
   font-family: "Montserrat", sans-serif;
   font-size: 55px;
   color: rgb(181, 81, 13);
   margin-bottom: 20px;
 }
 .plan-title {
   font-family: "Montserrat", sans-serif;
   margin-bottom: 0;
   font-size: 19px;
   color: #adb7bf;
   text-transform: uppercase;
   letter-spacing: 1px;
   text-shadow: 3px 3px 9px rgba(0, 0, 0, 0.2);
 }
 .plan-features {
   list-style: none;
   margin: 0;
   padding: 40px 20px 20px;
   line-height: 27px;
 }
 .plan-features > li {
   margin-bottom: 15px;
   font-size: 15px;
 }
 .plan-feature-off {
   text-decoration: line-through;
   color: #adb7bf;
 }
 .plan-popular {
   font-family: "Montserrat", sans-serif;
   font-size: 16px;
   letter-spacing: 2px;
   text-transform: uppercase;
   color: #adb7bf;
   margin-bottom: 36px;
 }
 .plan-curency {
   vertical-align: super;
   font-size: 25px;
 }
 .plan-period {
   font-family: "Montserrat", sans-serif;
   font-size: 12px;
   color: #d4d4d9;
 }
 .plan-register a {
   display: block;
   padding: 15px 30px;
   background-color: #323239;
   color: #adb7bf;
   text-transform: uppercase;
   font-size: 15px;
   font-family: "Montserrat";
   letter-spacing: 2px;
   text-shadow: 3px 3px 9px rgba(0, 0, 0, 0.2);
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .plan-register a:hover, .plan-register a:focus {
   color: #fff;
   background-color: rgb(181, 81, 13);
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 /* *********************	Portfolio	********************* */
 /* Portfolio filter */
 .portfolio-filter-wrapper {
   position: relative;
   top: -41px;
   margin-bottom: -41px;
 }
 .portfolio-filter {
   width: auto;
   border-top-left-radius: 2px;
   border-top-right-radius: 2px;
   background-color: #f5f5f5;
   padding: 9px 12px 6px;
 }
 .portfolio-filter.pf2 {
   background-color: transparent;
   padding: 5px 0 0;
 }
 .portfolio-filter > ul {
   margin: 0;
   padding: 0;
   list-style: none;
 }
 .portfolio-filter li {
   display: inline-block;
   padding: 0 10px;
 }
 .portfolio-filter li > a {
   font-size: 14px;
   font-weight: 600;
   color: #889;
   text-transform: capitalize;
   border: none;
   background: none;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .portfolio-filter li a:hover, .portfolio-filter li a:focus, .portfolio-filter li a:active, .portfolio-filter li a.active {
   color: rgb(181, 81, 13);
   -webkit-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
 }
 .portfolio-filter-wrapper.pfw2 {
   top: -90px;
   margin-bottom: -45px;
 }
 .portfolio-filter-wrapper.pfw2 .portfolio-filter {
   border-radius: 2px;
   padding: 9px 12px;
   box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
 }
 /* Portfolio Container */
 .portfolio {
   overflow: visible !important;
   margin: 0 auto;
   position: relative;
 }
 .portfolio img {
   width: 100%;
   height: auto;
 }
 /* Portfolio Item */
 .portfolio-el {
   margin: 0 0 10px;
   overflow: hidden;
   position: relative;
   padding: 0;
 }
 /* Portfolio Hover effects */
 .view {
   overflow: hidden;
   position: relative;
   width: 100%;
   height: 100%;
 }
 .view .mask {
   position: absolute;
   overflow: hidden;
   display: block;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background-color: rgba(24,42,70,.69);
   padding: 25px;
   opacity: 0;
   -webkit-transition: all 0.3s ease-in 0.4s;
   transition: all 0.3s ease-in 0.4s;
 }
 .view:hover .mask, .view:focus .mask {
   opacity: 1;
   -webkit-transition-delay: 0s;
   transition-delay: 0s;
 }
 /* Image */
 .view img {
   display: block;
   position: relative;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
 }
 /* Title */
 .view .project-title {
   font-family: "Montserrat", sans-serif;
   color: #dedee4;
   position: relative;
   font-size: 20px;
   font-weight: 400;
   opacity: 0;
   margin-bottom: 15px;
   -webkit-transform: scale(3);
   -ms-transform: scale(3);
   transform: scale(3);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
 }
 .view:hover .project-title, .view:focus .project-title {
   opacity: 1;
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.1s;
   transition-delay: 0.1s;
 }
 /* Text */
 .view .text {
   font-size: 12px;
   position: relative;
   color: #dedee4;
   font-family: "Montserrat", sans-serif;
   opacity: 0;
   margin-bottom: 0;
   -webkit-transform: scale(3);
   -ms-transform: scale(3);
   transform: scale(3);
   -webkit-transition: all 0.3s linear;
   transition: all 0.3s linear;
 }
 .view:hover .text, .view:focus .text {
   opacity: 1;
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.2s;
   transition-delay: 0.2s;
 }
 /* Date */
 .view .date {
   font-size: 10px;
   text-transform: uppercase;
   position: relative;
   color: #dedee4;
   font-family: "Montserrat", sans-serif;
   opacity: 0;
   
   bottom: 15px;
   right: 25px;
   margin-bottom: 0;
   -webkit-transform: scale(3);
   -ms-transform: scale(3);
   transform: scale(3);
   -webkit-transition: all 0.3s linear;
   transition: all 0.3s linear;
 }
 .view:hover .date, .view:focus .date {
   opacity: 1;
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.1s;
   transition-delay: 0.1s;
 }
 /* Portfolio align middle */
 .portfolio-middle {
   position: absolute;
   top: 50%;
   -ms-transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
 }
 /* Portfolio no animations */
 .portfolio-animation-off .view .project-title, .portfolio-animation-off .view .date, .portfolio-animation-off .view .text {
   opacity: 1;
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
 }
 .portfolio-animation-off .view .mask, .portfolio-text .view .mask {
   -webkit-transition-delay: 0s;
   transition-delay: 0s;
 }
 /* Portfolio center */
 .portfolio-center .portfolio-middle {
   text-align: center;
   width: 100%;
 }
 .portfolio-center .view .mask {
   padding: 0;
 }
 .portfolio-center .view .project-title {
   margin-bottom: 7px;
 }
 /* Portfolio Text */
 .portfolio-text .mask .fa {
   padding: 20px;
   color: #dedee4;
   background-color: rgba(34, 46, 62, .87);
   border-radius: 50%;
   -webkit-transition: all 0.3s linear;
   transition: all 0.3s linear;
 }
 .portfolio-text .mask .fa:hover {
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
   background-color: rgba(181, 67, 33, 0.8);
   box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.8);
 }
 .portfolio-text-content {
   padding: 18px 10px 25px;
   text-align: center;
 }
 .portfolio-text-title {
   font-family: "Montserrat", sans-serif;
   color: #556;
   font-size: 19px;
   font-weight: 400;
   margin-bottom: 5px;
 }
 .portfolio-text-p {
   font-size: 12px;
   color: #667;
   font-family: "Montserrat", sans-serif;
   margin-bottom: 0;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .portfolio-text .portfolio-el:hover .portfolio-text-p {
   color: rgb(181, 81, 13);
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 /* Porrtfolio columns */
 .portfolio.columns-2 .mask {
   padding: 40px;
 }
 .portfolio.columns-2 .view .date {
   bottom: 30px;
   right: 40px;
 }
 .portfolio-fullwidth .portfolio-el, .portfolio-boxed .portfolio-el {
   margin-bottom: 0;
 }
 /* Project Portfolio */
 .project-title {
   color: #556;
   font-family: 'Montserrat', sans-serif;
   margin-bottom: 10px;
   font-size: 23px;
   letter-spacing: 0.5px;
 }
 .project-image img {
   border-radius: 1px;
 }
 /* Project details list */
 .project-details {
   list-style: none;
   padding: 0;
   margin: 0;
 }
 .project-details li {
   margin-bottom: 15px;
 }
 .project-details li:last-child {
   margin-bottom: 0;
 }
 .project-details li span {
   margin-right: 10px;
   font-weight: 700;
 }
 .project-details li .fa {
   margin-right: 10px;
   color: rgb(181, 81, 13);
 }
 .portfolio-project-wide {
   position: relative;
 }
 .portfolio-project-wide img {
   width: 100%;
   height: 600px;
 }
 /* Portfolio and blog Carousel */
 .owl-portfolio .owl-controls {
   position: absolute;
   bottom: 10px;
   left: 50%;
   -ms-transform: translateX(-50%);
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
 }
 .owl-portfolio .owl-el, .owl-carousel .owl-el {
   cursor: move;
   cursor: url("../images/cursor_move.png") 40 40, move;
 }
 .owl-carousel.owl-p10 .owl-el {
   padding-right: 10px;
 }
 /* *********************	Blog	********************* */
 /* Blog Section */
 .blog-item {
   margin: 0 0 30px;
   background-color: #f9f9fa;
   text-align: left;
   border-radius: 1px;
   overflow: hidden;
 }
 .blog-item .blog-caption {
   padding: 17px 15px 15px;
 }
 .blog-item img {
   width: 100%;
   height: auto;
 }
 .blog-item .post-title {
   font-family: "Montserrat", sans-serif;
   margin-bottom: 0;
   font-size: 19px;
   color: #556;
   font-weight: 400;
 }
 /* Sub Post title */
 .blog-item .sub-post-title {
   margin: 0 0 15px;
 }
 .blog-item .sub-post-title span, .blog-item .sub-post-title a {
   font-size: 13px;
   color: #667;
 }
 .blog-item .sub-post-title a:hover {
   color: rgb(181, 81, 13);
 }
 .blog-item .sub-post-title .separator {
   margin: 0 10px;
 }
 .blog-item .blog-image iframe {
   margin-bottom: -7px;
 }
 /* Read more */
 .read-more {
   font-family: "Montserrat", sans-serif;
   font-size: 10px;
   color: rgb(181, 81, 13);
   text-transform: uppercase;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
 .read-more:hover {
   color: #445;
 }
 .post-format {
   font-size: 20px;
   color: #99a;
   opacity: 0.8;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
 .blog-item:hover .post-format {
   color: #556;
   opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
 .blog-list .blog-item .blog-caption {
   padding: 17px 20px 15px;
 }
 .blog-list .blog-item {
   margin: 0 0 40px;
 }
 .blog-item .media .author-img {
   width: 140px;
   height: 140px;
 }
 .blog-item .media .blog-author {
   font-family: "Montserrat", sans-serif;
   font-size: 15px;
   color: #667;
 }
 .blog-item .media .blog-author:after {
   content: "";
   display: block;
   width: 30px;
   height: 2px;
   background-color: rgb(181, 81, 13);
   margin: 6px 0 14px;
 }
 /* Blog full post */
 .blog-post-title {
   font-family: "Montserrat", "Helvetica New", sans-serif;
   font-size: 18px;
   margin-bottom: 20px;
   color: #556;
 }
 .blog-post-lead {
   font-size: 14px;
   color: #667;
   line-height: 28px;
   margin-bottom: 50px;
   font-family: "Montserrat", "Helvetica New", sans-serif;
 }
 .blog-post-image {
   position: relative;
   border-radius: 1px;
   overflow: hidden;
 }
 .blog-image-source {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   background-color: rgba(20, 20, 20, 0.7);
   padding: 5px 15px;
   color: #e8e8e8;
 }
 .blog-post-content {
   margin-bottom: 80px;
 }
 @media (max-width:767px) {
   .author-post-social {
     margin-top: 10px;
     float: left !important;
   }
 }
 /* Search form */
 .search-form {
   position: relative;
   top: -42px;
   margin-bottom: -42px;
   background-color: transparent;
 }
 .search-form .input-search {
   width: 250px;
   height: 42px;
   background-color: #f5f5f5;
   color: #778;
   padding: 6px 20px 4px;
   border: none;
   box-shadow: none;
   border-top-left-radius: 2px;
   border-top-right-radius: 2px;
 }
 .search-form .input-search:hover, .search-form .input-search:focus, .search-form .input-search:active {
   box-shadow: none;
   border: none;
   outline: 0;
   color: #667;
 }
 @media (max-width:767px) {
   .search-form .pull-right {
     float: none !important;
   }
   .page-breadcrumbs-wrapper .pull-right, .portfolio-filter-wrapper .pull-right {
     float: left !important;
   }
 }
 /* Blog Intro Share icons */
 .intro-share {
   margin-left: -7px !important;
 }
 .intro-share > li .fa {
   font-size: 17px;
   color: #e8eaf4;
   opacity: 0.8;
   padding-top: 5px;
 }
 .intro-share > li > a:hover .fa {
   background-color: transparent;
   color: #fff;
   opacity: 1;
 }
 /* *********************	Sidebar		********************* */
 /* Sidebar */
 @media (max-width: 767px) {
   .sidebar {
     margin-top: 60px;
   }
   .sidebar-nav {
     margin-bottom: 60px;
   }
 }
 @media (min-width:768px) {
   .space-right {
     padding-right: 25px;
   }
   .space-left {
     padding-left: 25px;
   }
 }
 @media (max-width:991px) {
   .sidebar-blog-post {
     margin-top: 60px;
   }
   .page-sidebars {
     margin-bottom: 50px;
     padding: 0;
   }
 }
 /* Sidebars */
 .page-sidebars {
   padding: 0 25px;
 }
 .sidebar-widget {
   margin-bottom: 40px;
   position: relative;
 }
 @media (max-width:767px) {
   .sidebar-widget:last-child {
     margin-bottom: 10px;
   }
 }
 .sidebar-widget .sidebar-title {
   margin: 0 0 20px;
   font-family: "Montserrat", sans-serif;
   font-size: 16px;
   color: #556;
 }
 .sidebar-widget .tab-content {
   padding: 25px 0 0 !important;
 }
 /* Sidebar Tags*/
 .tags a {
   display: inline-block;
   padding: 0 10px 5px 0;
   font-family: "Montserrat", sans-serif;
   font-size: 11px;
   line-height: 16px;
   color: #778;
   letter-spacing: 0.5px;
   -webkit-transition: all .4s linear;
   transition: all .4s linear;
 }
 .tags a.big {
   font-size: 13px;
 }
 .tags a:hover {
   -webkit-transition: all .3s ease-out;
   transition: all .3s ease-out;
   color: #445;
   text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
 }
 /* Sidebar Flickr Feed */
 .sidebar-flickr {
   list-style: none;
   padding: 0;
   margin: 0;
 }
 .sidebar-flickr > li {
   display: inline-block;
   margin: 0 3px 3px 0;
 }
 .sidebar-flickr img {
   width: 70px;
   height: 70px;
   -webkit-transition: all 0.3s ease-in;
   transition: all 0.3s ease-in;
 }
 .sidebar-flickr img:hover {
   opacity: 0.6;
   -webkit-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
 }
 /* Sidebar Categories */
 .sidebar-categories {
   padding: 0;
   list-style: none;
 }
 .sidebar-categories li {
   padding-bottom: 8px;
 }
 .sidebar-categories li:last-child {
   padding-bottom: 0;
 }
 .sidebar-categories .fa {
   margin-right: 10px;
   font-size: 10px;
 }
 .sidebar-categories li a {
   color: #667;
 }
 .sidebar-categories li:hover a {
   color: rgb(181, 81, 13);
   padding-left: 8px;
 }
 /* Blog Sidebar posts */
 .sidebar-posts {
   margin: 0;
   padding: 0;
   list-style: none;
 }
 .sidebar-post {
   clear: both;
   margin-bottom: 15px;
 }
 .sidebar-post .image-post {
   float: left;
   width: 65px;
   height: 60px;
   border-radius: 2px;
   overflow: hidden;
   display: block;
   position: relative;
 }
 .sidebar-post .image-post-date {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   text-align: center;
   font-family: "Montserrat", "Source Sans Pro", "Helvetica New", sans-serif;
   font-size: 12px;
   color: #e8e8e8;
   text-transform: uppercase;
   line-height: 20px;
   padding-top: 10px;
   background-color: rgba(20, 20, 20, 0.6);
   -webkit-transition: all .3s linear;
   transition: all .3s linear;
 }
 .sidebar-post:hover .image-post-date {
   opacity: 0;
   -webkit-transition: all .3s linear;
   transition: all .3s linear;
 }
 .sidebar-posts img {
   width: 66px;
   height: 60px;
 }
 .sidebar-post h5 {
   margin-bottom: 3px;
 }
 .sidebar-post a {
   font-family: "Montserrat", "Source Sans Pro", "Helvetica New", sans-serif;
   font-size: 14px;
   font-weight: 400;
   color: #556;
   -webkit-transition: all .3s linear;
   transition: all .3s linear;
 }
 .sidebar-post h5 a:hover {
   color: rgb(181, 81, 13);
   -webkit-transition: all .2s linear;
   transition: all .2s linear;
 }
 .sidebar-post .info-post {
   margin-left: 80px;
   padding-top: 5px;
 }
 .sidebar-post .info-post span {
   font-size: 13px;
   color: #778;
 }
 /* Sidebar Contact */
 .sidebar-contact {
   margin-bottom: 0;
 }
 .sidebar-contact p {
   margin-bottom: 12px;
 }
 .sidebar-contact .fa {
   margin-right: 8px;
   width: 14px;
   color: #778
 }
 /* Flickr images */
 .flickr-img {
   list-style: none;
   padding: 0;
   margin: 0;
 }
 .flickr-img li {
   display: inline-block;
   margin: 0 10px 15px 0;
 }
 .flickr-img img {
   width: 70px;
   height: 70px;
   -webkit-transition: all 0.3s ease-in;
   transition: all 0.3s ease-in;
 }
 .flickr-img img:hover {
   opacity: 0.6;
   -webkit-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
 }
 /* Sidebar Tweets */
 .sidebar-tweet {
   margin-bottom: 15px;
 }
 .sidebar-tweet .fa {
   display: block;
   float: left;
   font-size: 18px;
   color: #889;
   padding-top: 8px;
 }
 .tweet-content {
   margin-left: 30px;
   margin-bottom: 10px;
 }
 .tweet-content .tweet-user {
   margin-right: 10px;
 }
 .tweet-content small {
   display: block;
   color: #889;
 }
 /* Sidebar socials */
 .sidebar-socials {
   padding: 0;
   margin: 0 10px 0 0;
   list-style: none;
 }
 .sidebar-socials > li {
   margin-bottom: 8px;
 }
 .sidebar-socials a {
   color: #667;
 }
 .sidebar-socials a:hover, .sidebar-socials a:focus {
   color: rgb(181, 81, 13);
   padding-left: 5px;
 }
 .sidebar-socials .fa {
   font-size: 15px;
   margin-right: 15px;
   padding-top: 4px;
   width: 16px;
   color: #889;
 }
 .sidebar-socials > li span {
   float: right;
   font-size: 13px;
   color: #889;
 }
 /* Sidebar Navigation */
 .navigation-sidebar ul > li {
   padding: 4px 0;
 }
 .navigation-sidebar li > a {
   display: block;
   color: #666672;
   padding: 4px 0 4px 10px;
   -webkit-transition: all 0.3s linear;
   transition: all 0.3s linear;
   border: 0px solid #556;
 }
 .navigation-sidebar .active a, .navigation-sidebar .current a, .navigation-sidebar li a:hover, .navigation-sidebar li a:focus {
   border-left: 2px solid #556;
   color: #556;
   padding-left: 20px;
   -webkit-transition: all 0.2s ease-out;
   transition: all 0.2s ease-out;
 }
 /* *********************	Shop	********************* */
 .shop-product {
   margin-bottom: 50px;
   position: relative;
   overflow: hidden;
   border-radius: 3px;
 }
 .shop-image {
   position: relative;
   display: block;
 }
 .shop-product img {
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .shop-product:hover img {
   opacity: 0.6;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .shop-description {
   padding: 20px 10px 0;
   margin-bottom: 0;
   text-align: center;
   font-size: 15px;
   color: #666672;
   font-family: "Montserrat", sans-serif;
   font-weight: 400;
   line-height: 20px;
   letter-spacing: 1px;
   text-transform: capitalize;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .shop-product:hover .shop-description {
   color: #9999a6;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 /* Shop Prices | Sales */
 .shop-prices {
   position: absolute;
   top: 10px;
   right: 15px;
 }
 .shop-price {
   color: rgb(181, 81, 13);
   font-size: 20px;
   display: inline-block;
   text-decoration: none;
 }
 .shop-price-off {
   text-decoration: line-through;
   color: #adb7bd;
   font-size: 15px;
   margin-right: 5px;
 }
 .shop-offer {
   position: absolute;
   top: 10px;
   left: 15px;
   color: #adb7bd;
   text-transform: capitalize;
   font-family: "Montserrat", sans-serif;
   font-size: 12px;
 }
 /* Tooolbar */
 .toolbar-shop {
   margin-bottom: 35px;
 }
 .toolbar-shop .btn .fa {
   margin-right: 0;
 }
 .shop-ordering {
   display: inline-block;
   margin-right: 15px;
 }
 /* Shop Sidebar */
 .shop-sidebar .irs {
   margin-bottom: 17px;
 }
 .shop-sidebar .sidebar-categories li {
   padding-bottom: 5px !important;
 }
 .shop-sidebar .top-rated-products li {
   clear: both;
   margin-bottom: 25px;
 }
 .shop-sidebar .top-rated-products .product-image {
   float: left;
   width: 75px;
   height: 75px;
   display: block;
 }
 .shop-sidebar .top-rated-products .product-info {
   margin-left: 90px;
 }
 .shop-sidebar .top-rated-products h5 {
   margin-bottom: 8px;
   padding-top: 10px;
 }
 .shop-sidebar .top-rated-products h5 a {
   font-size: 16px;
   color: #666670;
   letter-spacing: 1px;
   -webkit-transition: all .3s linear;
   transition: all .3s linear;
 }
 .shop-sidebar .top-rated-products h5 a:hover {
   color: rgb(181, 81, 13);
   -webkit-transition: all .2s linear;
   transition: all .2s linear;
 }
 .shop-sidebar .top-rated-products .shop-price {
   font-size: 18px;
 }
 /* Shop slider */
 #owl-shop .owl-buttons {
   width: 100%;
   position: absolute;
   bottom: 36px;
   left: 0;
 }
 #owl-shop .owl-buttons div {
   margin: 0;
   color: #fff;
   border: none;
   background: rgba(0, 0, 0, 0.7);
   opacity: 0;
   border-radius: 0;
   -webkit-transition: all 0.2s linear;
   transition: all 0.2s linear;
 }
 #owl-shop:hover .owl-buttons div {
   opacity: 1;
   -webkit-transition: all 0.2s ease-out;
   transition: all 0.2s ease-out;
 }
 #owl-shop .owl-prev {
   position: absolute;
   left: 0;
 }
 #owl-shop .owl-next {
   position: absolute;
   left: 33px;
 }
 @media (max-width:991px) {
   #owl-shop .owl-buttons div {
     opacity: 0.9;
   }
 }
 /* Shop description product */
 .shop-description-product {
   padding: 10px 0;
 }
 .shop-product-name {
   font-family: "Montserrat", sans-serif;
   margin-bottom: 20px;
   font-size: 22px;
   color: #556;
 }
 .shop-product-name span {
   font-size: 16px;
   color: #99a;
   margin-left: 10px;
 }
 .shop-description-product small {
   vertical-align: sub;
   margin-left: 20px;
 }
 .shop-description-product .shop-price-wrapper {
   padding: 10px 0 25px;
 }
 .shop-description-product .rating-system {
   display: inline-block;
   margin-top: 3px;
 }
 /* Specifications */
 .shop-specifications {
   margin: 0;
   padding: 0;
   list-style: none;
 }
 .shop-specifications .title {
   font-size: 15px;
   font-weight: 600;
   margin: 20px 0 10px;
 }
 .shop-specifications .title:first-child {
   margin: 0 0 10px;
 }
 .shop-specifications > li {
   color: #444450;
   margin-bottom: 3px;
 }
 .shop-specifications > li > span {
   margin-left: 15px;
   color: #888892;
   font-size: 13px;
 }
 /* Reviews */
 .shop-comment {
   margin-bottom: 40px;
   color: #909096;
 }
 .shop-comment:last-child {
   margin-bottom: 0;
 }
 .shop-comment .author {
   margin-bottom: 10px;
 }
 .shop-comment .author cite {
   text-transform: capitalize;
   margin-right: 25px;
   font-size: 15px;
 }
 .shop-comment .date {
   font-size: 12px;
   margin-right: 25px;
   vertical-align: baseline;
 }
 .shop-comment .rate-product {
   position: relative;
   top: -5px;
 }
 /* Checkout Page */
 .shop-checkout .tab-content {
   padding: 0 0 20px;
 }
 @media (max-width:767px) {
   .shop-checkout .form .forgot {
     display: block;
     margin-bottom: 15px;
   }
 }
 /* Shopping Cart Page */
 .shop-cart table .product img {
   width: 80px;
   height: 80px;
   margin-right: 25px;
 }
 .shop-cart table td, .shop-cart table tr:last-child th {
   vertical-align: middle;
 }
 .shop-cart table tr td:last-child {
   width: 40px;
 }
 .shop-cart table .span100 {
   width: 100px;
 }
 .shop-cart table .span40 {
   width: 40px;
 }
 @media (max-width: 767px) {
   .table-responsive {
     border: none;
     margin-bottom: 20px;
   }
   .shop-cart table .product {
     white-space: normal;
   }
   .shop-cart table .product img {
     margin-right: 0;
     margin-bottom: 10px;
   }
 }
 /* Shop account page */
 .shop-account ul {
   margin: 0 0 15px;
   padding: 0;
   list-style: none;
 }
 .shop-account ul li {
   margin-bottom: 10px;
   color: #445;
 }
 .shop-account ul span {
   margin-left: 15px;
   color: #778;
   font-size: 13px;
 }
 .shop-account .edit {
   margin-top: 18px;
   display: block;
   font-family: "Montserrat", sans-serif;
   font-size: 12px;
 }
 .shop-account-image {
   position: relative;
   top: -85px;
   margin-bottom: -130px;
   padding: 10px;
   border-radius: 10px;
   background-color: #f5f5f5;
   width: 170px;
 }
 .shop-account-image img {
   width: 150px;
   height: 140px;
   border-radius: 10px;
 }
 .shop-account table {
   margin-top: 0;
   vertical-align: middle;
 }
 .shop-account table td, .shop-account table th {
   padding-top: 20px;
   padding-bottom: 20px;
 }
 @media (max-width: 767px) {
   .shop-account-image {
     margin-bottom: -100px;
   }
 }
 /* *********************	Pages	********************* */
 /* Page Sign in / Register */
 .sign-in-area {
   position: relative;
   top: -110px;
   margin-bottom: -50px;
   background-color: #f5f5f5;
   padding: 30px;
   border-radius: 5px;
 }
 .page-sign-in .info-area {
   padding: 90px 0 50px;
 }
 @media (max-width:991px) {
   .sign-in-area {
     margin-top: 40px;
   }
   .page-sign-in .info-area {
     padding: 0 0 60px;
   }
 }
 /* Contact template */
 .page-contact iframe.map {
   width: 100%;
   height: 400px;
   border: 1px solid #ddd;
   border-radius: 2px;
   margin-bottom: -8px;
 }
 .contact-map-wrapper {
   position: relative;
   top: -169px;
   margin-bottom: -210px;
   background-color: #f9f9f9;
   padding: 10px;
   border-radius: 5px;
   width: 700px;
 }
 .contact-map-wrapper.form {
   padding: 20px;
 }
 .page-contact .box-right {
   margin-left: 50px;
 }
 .page-contact .box-left .fa {
   font-size: 30px;
   margin-top: 5px;
   width: 30px;
   color: #279ae7;
 }
 .page-contact .box-services-d.box-services-e p {
   font-size: 16px;
 }
 @media (max-width:991px) {
   .contact-map-wrapper {
     top: auto;
     margin-bottom: 0;
     padding: 0;
   }
   .contact-map-wrapper.form {
     padding: 0;
   }
 }
 /* FAQ Template */
 .page-faq .tab-content {
   padding-top: 0;
 }
 .faq-list > li {
   padding: 2px 0;
 }
 .faq-list > li > a {
   color: #667;
 }
 .faq-list > li > a:hover, .faq-list > li > a:focus {
   color: rgb(181, 81, 13);
   padding-left: 10px;
 }
 /* 404 and 403 Template */
 .text-404 {
   font-size: 280px;
   font-weight: bold;
   line-height: 100%;
   display: block;
   text-align: center;
   color: #ccccd2;
 }
 .page-404 {
   padding: 70px 0 80px;
 }
 .over-404 {
   position: absolute;
   top: 55%;
   -webkit-transform: translateY(-55%);
   -ms-transform: translateY(-55%);
   transform: translateY(-55%);
   width: 100%;
 }
 .title-404 {
   font-weight: 600;
   color: #666670;
   font-size: 40px;
   margin-bottom: 60px;
   text-align: center;
   line-height: 36px;
 }
 .content-404 {
   position: relative;
   text-align: center;
 }
 @media (max-width:767px) {
   .page-404 .text-404 {
     font-size: 130px;
     margin-bottom: 30px;
   }
   .page-404 .over-404 {
     position: relative;
     top: 0;
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     transform: translateY(0);
     width: 100%;
   }
   .page-404 {
     padding: 50px 0;
   }
   .title-404 {
     font-size: 36px;
     margin-bottom: 30px;
     line-height: 46px;
   }
 }
 /* Page Clients */
 .page-clients {
   text-align: center;
 }
 .page-clients a {
   opacity: 0.6;
   padding: 10px;
   display: block;
   -webkit-transition: all 0.2s linear;
   transition: all 0.2s linear;
 }
 .page-clients a:hover {
   opacity: 1;
   -webkit-transition: all 0.2s linear;
   transition: all 0.2s linear;
 }
 .page-clients-b a {
   padding: 30px;
   background-color: #e2e2e5;
   border-radius: 1px;
 }
 .page-clients-b a:hover {
   box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
 }
 .page-clients-c a {
   padding: 30px;
   background-color: #efeff3;
   border-radius: 1px;
   border: 1px solid #e1e1e5;
 }
 .page-clients-c a:hover {
   box-shadow: 2px 2px 4px rgba(10, 10, 15, 0.15);
 }
 .page-clients .tooltip-inner {
   padding: 15px 20px;
   border-radius: 3px;
   color: #fafafd;
   letter-spacing: 1px;
   background-color: rgba(20, 20, 30, 0.7);
 }
 .page-clients .tooltip.top .tooltip-arrow {
   border-top-color: rgba(20, 20, 30, 0.7);
 }
 /* *********************	Elements	********************* */
 /* Forms, Buttons, Alerts, Progress Bars, Tabs, Accordions, 
	Popovers, Tolltips, Toggles etc */
 /* Forms */
.form .form-control {
   
  border-radius: 1px;
  background-color: rgba(00, 93, 182, .2);
 
  border-radius: 1px;
  border: 1px solid rgba(00, 93, 182, .5);;
   
  height: 40px;
  box-shadow: none;
  color: #0a0d13 !important;
}
.form .form-control:focus {
  background-color:  rgba(00, 93, 182, .1);
  
  
   border-radius: 1px;
  border: 1px solid rgba(00, 93, 182, .5);;
   
  outline: 0;
  box-shadow: none
}
.form select.form-control {
  margin-top: 5px;

  color: #0a0d13;
  padding: 5px;
   border-radius: 1px;
  border: 1px solid rgba(00, 93, 182, .5);;
  border-radius: 1px;
  
  background-color:  rgba(00, 93, 182, .2);
}
.form textarea.form-control {
  height: auto;
   background-color:  rgba(00, 93, 182, .2);
	color: #0a0d13;
   border-radius: 1px;
  border: 1px solid rgba(00, 93, 182, .5);;
}
.form-message-error, .has-error .error {
  color: #0a0d13;
  font-size: 14px;
  font-weight: 400;
  margin-top: 3px
}
.form {
  width: 100%
}
.form input[type], .form textarea {
  width: 100%;
  margin-top: 5px;
  padding: 5px;
  text-indent: 5px;
  outline: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  color: #0a0d13;
  background: rgba(00, 93, 182, .2);
  border-radius: 1px;
  border: 1px solid rgba(00, 93, 182, .5);   
}
.form input[type]:hover, .form textarea:hover {
  box-shadow: none;
   border-radius: 1px;
  border: 1px solid rgba(00, 93, 182, .5); 
  border-radius: 1px;
  border-color: #0a0d13;
  background-color:  rgba(00, 93, 182, .2);
}
.form input[type]:focus, .form textarea:focus {
  box-shadow: 1px 1px 3px; 
   
   border: thin;
  border-radius: 1px;
  border: 1px solid rgba(00, 93, 182, .5); 
  background-color:  rgba(00, 93, 182, .2);
	color: #0a0d13;
}
.form input[type=radio], .form input[type=checkbox] {
  width: auto;
  margin-right: 5px
}
.form label {
  font-weight: 400;
  margin-bottom: 20px;
  display: block
}
.form-required {
  color: #c51010;
  font-weight: 400;
  vertical-align: middle;
  font-size: 13px
}
.form .form-remember {
  display: inline-block;
  margin-right: 15px
}
@media(max-width:767px) {
  .form .forgot {
    display: block;
    margin: -20px 20px 25px
  }
}
.form-group {
  position: relative
}
.form-icon:after {
  content: "\f140";
  font-family: fontawesome;
  font-size: 15px;
  position: absolute;
  right: 14px;
  top: 7px;
  color: #99a
}
.form-icon.icon-user:after {
  content: "\f007"
}
.form-icon.icon-email:after {
  content: "\f0e0"
}
.form-icon.icon-message:after {
  content: "\f039"
}
.form-icon.icon-lock:after {
  content: "\f023"
}
 /* Progress Bars */
 .progress {
   border-radius: 2px;
   box-shadow: none;
   height: 24px;
   margin-bottom: 15px;
   background-color: #e2e2e2;
 }
 .progress-bar {
   text-align: left;
   background-color: rgb(181, 81, 13);
   line-height: 23px;
   color: #fff;
 }
 .progress-bar-animate {
   -webkit-transition: width 1s ease-out;
   transition: width 1s ease-out;
 }
 .progress-bar span {
   padding: 5px 17px;
   background-color: #444448;
 }
 .progress .progress-bar-info {
   background-color: #5bc0de !important;
 }
 .progress .progress-bar-danger {
   background-color: #d9534f !important;
 }
 .progress .progress-bar-warning {
   background-color: #f0ad4e !important;
 }
 .progress .progress-bar-success {
   background-color: #5cb85c !important;
 }
 .progress .progress-bar-primary {
   background-color: #428bca !important;
 }
 /* Tables */
 .table th, .table td {
   padding: 12px !important;
 }
 /* Panels */
 .panel-group .panel {
   border-radius: 0;
 }
 .panel {
   background-color: transparent;
   border: none;
   box-shadow: none;
   border-radius: 0;
 }
 .panel-heading {
   padding: 7px 0;
   border-bottom: 0;
   border-top-left-radius: 0;
   border-top-right-radius: 0;
 }
 .panel-title {
   font-family: 'semplicitapro, sans-serif', 'Source Sans Pro', 'Helvetica Neue', 'Helvetica, Arial, sans-serif';
   color: #2926a8;
   font-size: 15px;
 }
 .panel-title:hover a, .panel-title:focus a {
   color: #888892;
 }
 .panel-title .fa {
   margin-right: 8px;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .panel-title .fa.upside-down {
   -webkit-transform: rotateZ(180deg);
   -ms-transform: rotateZ(180deg);
   transform: rotateZ(180deg);
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
   border-top: none;
 }
 .panel-body {
   padding: 10px 0 5px 25px;
 }
 /* Tabs */
 .tab-content {
   padding: 20px 5px;
 }
 .tab-content.vertical {
   padding: 5px 5px 20px 20px;
 }
 .nav-tabs {
   border: none;
 }
 .nav-tabs > li {
   float: left;
   margin-bottom: -1px;
 }
 .nav-tabs > li > a {
   border: none;
   border-radius: 0;
   font-family: "Montserrat", sans-serif;
   font-size: 12px;
   color: #606063;
   border-top: 2px solid #555557;
   background-color: transparent;
   padding: 12px 20px;
   margin-right: 0;
 }
 .nav-tabs > li > a .fa {
   margin-right: 10px;
 }
 .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
   color: #fff;
   background-color: #555557;
   border: none;
   border-top: 2px solid #555557;
 }
 .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
   color: rgb(181, 81, 13);
   background-color: transparent;
   border: none;
   border-top: 2px solid #555557;
 }
 /* nav-tabs vertical */
 .nav-tabs.vertical > li {
   float: none;
   margin-bottom: 0;
 }
 .nav-tabs.vertical > li > a {
   border-radius: 0;
   border-top: none;
   border-left: 2px solid #555557;
 }
 .nav-tabs.vertical > li.active > a, .nav-tabs.vertical > li.active > a:hover, .nav-tabs.vertical > li.active > a:focus {
   border-top: none;
   border-left: 2px solid #555557;
 }
 @media (max-width:767px) {
   .tab-content.vertical {
     padding: 20px 5
   }
   .nav-tabs > li {
     float: none;
     margin-bottom: 0;
   }
   .nav-tabs > li > a {
     border-radius: 0;
     border-top: none;
     border-left: 2px solid #555557;
   }
   .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
     border-top: none;
     border-left: 2px solid #555557;
   }
 }
 /* Buttons */
 .btn {
   border-radius: 2px;
   padding: 8px 14px;
   -webkit-transition: all 0.3s linear;
   transition: all 0.3s linear;
 }
 .btn:hover {
   -webkit-transition: all 0.2s ease-out;
   transition: all 0.2s ease-out;
 }
 /* Button style 1 */
 .btn-a {
   display: inline-block;
   vertical-align: middle;
   -webkit-transform: translateZ(0);
   transform: translateZ(0);
   box-shadow: 0 0 1px rgba(2, 1, 24, 0);
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   -moz-osx-font-smoothing: grayscale;
   position: relative;
   background: #2926a8;
   -webkit-transition: color 0.3s ease-out;
   transition: color 0.3s ease-out;
   padding: 2px 8px;
   border: 3px;
   outline-style: solid;
   outline-color: #2926a8;
   color: #f9f9f9;
 }
 .btn-a:before {
   content: "";
   position: absolute;
   z-index: -1;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: rgb(181, 81, 13);
   border-radius: 6px;
   -webkit-transform: scale(1);
   transform: scale(1);
   -webkit-transition: transform 0.3s ease-out;
   transition: transform 0.3s ease-out;
 }
 .btn-a:hover, .btn-a:focus, .btn-a:active {
   color: #f9f9f9;
   background: #2926a8;
 }
 .btn-a:hover:before, .btn-a:focus:before, .btn-a:active:before {
   -webkit-transform: scale(0);
   transform: scale(0);
 }
 .btn-a1 {
   display: inline-block;
   vertical-align: middle;
   -webkit-transform: translateZ(0);
   transform: translateZ(0);
   box-shadow: 0 0 1px rgba(2, 1, 24, 0);
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   -moz-osx-font-smoothing: grayscale;
   position: relative;
   background: #2926a8;
   -webkit-transition: color 0.3s ease-out;
   transition: color 0.3s ease-out;
   padding: 2px 8px;
   border: 3px;
   outline-style: solid;
   outline-color: #2926a8;
   color: #f9f9f9;
 }
 .btn-a1:before {
   content: "";
   position: absolute;
   z-index: -1;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: #279ae7;
   border-radius: 6px;
   -webkit-transform: scale(1);
   transform: scale(1);
   -webkit-transition: transform 0.3s ease-out;
   transition: transform 0.3s ease-out;
 }
 .btn-a1:hover, .btn-a1:focus, .btn-a1:active {
   color: #f9f9f9;
   background: #2926a8;
 }
 .btn-a1:hover:before, .btn-a1:focus:before, .btn-a1:active:before {
   -webkit-transform: scale(0);
   transform: scale(0);
 }



.btn-a2 {
   display: inline-block;
   vertical-align: middle;
   -webkit-transform: translateZ(0);
   transform: translateZ(0);
   box-shadow: 0 0 1px rgba(2, 1, 24, 0);
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   -moz-osx-font-smoothing: grayscale;
   position: relative;
   background: #279ae7;
   -webkit-transition: color 0.3s ease-out;
   transition: color 0.3s ease-out;
   padding: 1px 6px;
   border: 1px;
   outline-style: solid;
   outline-color: #279ae7;
   color: #f9f9f9;
   font-size: 12px;
 }
 .btn-a2:before {
   content: "";
   position: absolute;
   z-index: -1;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: #2926a8;
   border-radius: 6px;
   -webkit-transform: scale(1);
   transform: scale(1);
   -webkit-transition: transform 0.3s ease-out;
   transition: transform 0.3s ease-out;
 }
 .btn-a2:hover, .btn-a2:focus, .btn-a2:active {
   color: #f9f9f9;
   background: #279ae7;
 }
 .btn-a2:hover:before, .btn-a2:focus:before, .btn-a2:active:before {
   -webkit-transform: scale(0);
   transform: scale(0);
 }




 /* Button style 2 - simple */
 .btn-b {
   background-color: #e4e4e4;
   border: none;
   color: #555560;
 }
 .btn-b:hover, .btn-b:focus, .btn-b:active, .btn-b.active {
   background-color: #dfdfdf;
   border: none;
   color: #555557;
 }
 /* Button style 3 - bordered */
 .btn-c {
   background-color: transparent;
   color: rgb(181, 81, 13);
   border: 1px solid rgb(181, 81, 13);
   border-radius: 2px;
   padding: 7px 13px;
 }
 .btn-c:hover, .btn-c:focus, .btn-c:active, .btn-c.active {
   color: #556;
   border: 1px solid #556;
 }
 /* Button style 4 - Uppercased */
 .btn-d {
   background-color: #505460;
   color: #fff;
   border-radius: 2px;
   text-transform: uppercase;
   font-size: 12px;
   letter-spacing: 1px;
   padding: 9px 18px;
 }
 .btn-d:hover, .btn-d:focus, .btn-d:active, .btn-d.active {
   background-color: rgb(181, 81, 13);
   color: #fff;
   box-shadow: inset 2px 1px 6px rgba(2, 1, 24, .6);
 }
 /* Button style 5 - Bordered large */
 .btn-e {
   background-color: transparent;
   color: rgb(181, 81, 13);
   border: 1px solid rgb(181, 81, 13);
   border-radius: 2px;
   padding: 10px 20px;
   font-size: 12px;
   text-transform: uppercase;
   font-weight: 600;
   letter-spacing: 1px;
 }
 .btn-e:hover, .btn-e:focus, .btn-e:active, .btn-e.active {
   color: #fff;
   background-color: rgb(181, 81, 13);
   box-shadow: 2px 4px 14px rgba(2, 1, 24, 0.5);
 }
 /* Background buttons */
 .btn.btn-bg {
   color: #fff;
   border: none;
   padding: 6px 14px;
 }
 .btn.btn-bg:hover, .btn.btn-bg:focus, .btn.btn-bg:active {
   background-color: #556 !important;
   color: #fff;
   box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
 }
 .btn-icon .fa {
   margin-right: 8px;
 }
 /* Social Buttons */
 .btn.facebook {
   background-color: #677fb5;
 }
 .btn.twitter {
   background-color: #70c2e9;
 }
 .btn.google-plus {
   background-color: #bc7067;
   ;
 }
 .btn.behance {
   background-color: #42a9fb;
 }
 .btn.pinterest {
   background-color: #d8545d;
 }
 .btn.flickr {
   background-color: #ff3ba4;
 }
 .btn.dribbble {
   background-color: #e299c2
 }
 .btn.linkedin {
   background-color: #3daccf;
 }
 .btn.instagram {
   background-color: #b99682;
 }
 /* Group Buttons - Dropdown menu */
 .dropdown-menu {
   min-width: 150px;
   margin: 0;
   background-color: #f6f6f6;
   border: none;
   border-radius: 2px;
 }
 .dropdown-menu > li > a {
   color: #444450;
   padding: 5px 20px;
 }
 .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
   background-color: #eaeaea;
 }
 /* Tooltips */
 .tooltip-inner {
   padding: 12px 20px;
   border-radius: 3px;
   color: #fafafd;
   background-color: rgba(15, 15, 20, 0.8);
 }
 .tooltip.top .tooltip-arrow {
   border-top-color: rgba(15, 15, 20, 0.8);
 }
 .tooltip.bottom .tooltip-arrow {
   border-bottom-color: rgba(15, 15, 20, 0.8);
 }
 .tooltip.right .tooltip-arrow {
   border-right-color: rgba(15, 15, 20, 0.8);
 }
 .tooltip.left .tooltip-arrow {
   border-left-color: rgba(15, 15, 20, 0.8);
 }
 /* Popovers */
 .popover {
   border-radius: 0;
   font-family: "Source Sans Pro", sans-serif;
   border: none;
   background-color: #fcfcfc;
   box-shadow: 0 4px 15px rgba(2, 1, 24, 0.3);
   color: #667;
   padding: 3px 3px 8px;
 }
 .popover-title {
   padding: 10px 14px 0;
   margin: 0 0 10px 0;
   font-size: 16px;
   font-weight: 400;
   line-height: 18px;
   background-color: inherit;
   border-bottom: none;
   border-radius: 0;
 }
 .popover-title::after {
   content: "";
   display: block;
   height: 1px;
   width: 25px;
   border-top: 2px solid rgb(181, 81, 13);
   margin: 12px 0 5px;
 }
 /* Modals */
 .modal {
   z-index: 999999;
 }
 .modal-content {
   border-radius: 1px;
   background-color: #fafafa;
   padding: 10px;
 }
 .modal-title {
   font-family: "Montserrat", sans-serif;
   font-size: 17px;
   color: #556;
 }
 .modal-title:after {
   content: "";
   display: block;
   height: 1px;
   width: 35px;
   border-top: 2px solid rgb(181, 81, 13);
   margin: 10px 0 10px;
 }
 .modal-header, .modal-footer {
   border: none;
 }
 /* Alerts */
 .alert {
   border-radius: 1px;
   border: none;
   padding: 10px 20px;
   position: relative;
 }
 .alert.alert-bg {
   color: rgba(255, 255, 255, 0.9);
   padding: 20px 40px 20px 20px;
 }
 .alert .fa {
   display: block;
   float: left;
   margin: 5px 20px 15px 5px;
 }
 .alert.alert-dismissable .close {
   position: absolute;
   right: 10px;
   top: 5px;
 }
 .alert-modal {
   position: fixed;
   top: 80px;
   left: 0;
   opacity: 0;
   width: 100%;
   margin-top: -30px;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .alert-modal.alert-modal-on {
   opacity: 0.9;
   margin-top: 0;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .alert-modal .alert {
   box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
 }
 /* Pagination */
 .pagination {
   margin: 20px 0 5px;
 }
 .pagination > li > a {
   border: none;
   margin-right: 7px;
   padding: 5px 12px;
   color: rgb(181, 81, 13);
   background-color: #f5f5f5;
   border-radius: 3px;
 }
 .pagination > li > a > .fa {
   font-size: 10px;
 }
 .pagination > .active > a {
   color: #fff;
   background-color: rgb(181, 81, 13);
   border-radius: 2px;
 }
 /*.pagination li:first-child.disabled a { padding-left: 0 !important; }*/
 .pagination li:first-child a {
   border-bottom-left-radius: 2px;
   border-top-left-radius: 2px;
 }
 .pagination li:last-child a {
   border-bottom-right-radius: 2px;
   border-top-right-radius: 2px;
 }
 .pagination > li a:hover {
   background-color: rgb(181, 81, 13);
   color: #fff;
 }
 .pagination .active a:hover {
   background-color: #556;
 }
 .pagination > .disabled a {
   background: transparent;
   border: none;
   color: #667;
 }
 .pagination > .disabled a:hover {
   background: transparent;
 }
 .pagination.pagination-2 > li > a {
   color: #fff;
   background-color: #d8d8da;
   border: 0;
   border-radius: 2px;
 }
 .pagination.pagination-2.dark > li > a {
   background-color: #4a4b4e;
   color: #fff;
 }
 .pagination.pagination-2 > .active a, .pagination.pagination-2.dark > .active a {
   background-color: rgb(181, 81, 13);
 }
 .pagination.pagination-2 > li a:hover {
   background-color: rgb(181, 81, 13);
   color: #fff;
   border: none;
   box-shadow: inset 2px 1px 6px rgba(2, 1, 24, .6);
 }
 .pagination.pagination-2 .active a:hover {
   background-color: #556;
   color: #fff;
 }
 .pagination.pagination-2 .disabled a, .pagination.pagination-2 .disabled a:hover, .pagination.pagination-2 .disabled a:focus {
   color: #fff;
   background-color: #d8d8da;
   box-shadow: none;
 }
 .pagination.pagination-2.dark .disabled a, .pagination.pagination-2.dark .disabled a:hover, .pagination.pagination-2.dark .disabled a:focus {
   background-color: #4a4b4e;
   color: #fff;
   box-shadow: none;
 }
 /* Magnific Popup */
 .mfp-bg, .mfp-wrap {
   z-index: 999999;
 }
 .mfp-counter {
   width: 50px;
   text-align: right;
 }
 .mfp-close {
   color: #fcfcfc;
   cursor: pointer;
 }
 .mfp-close:hover {
   color: rgb(181, 81, 13);
   cursor: pointer;
 }
 .mfp-zoom-out-cur .header-wrapper {
   z-index: 0 !important;
 }
 button.mfp-arrow {
   background-color: rgba(2, 1, 24, 1);
 }
 .mfp-arrow-left:before {
   border-right: none;
 }
 .mfp-arrow-left:after {
   border-right: 20px solid #fcfcfc;
   margin-left: 25px;
 }
 .mfp-arrow-right:before {
   border-left: none;
 }
 .mfp-arrow-right:after {
   border-left: 20px solid #fcfcfc;
 }
 .title-mfp {
   margin: 4px 0 0 4px;
   font-size: 15px;
   font-family: "Source Sans Pro", sans-serif;
   color: #303236;
   font-weight: 600;
   opacity: 0.9;
 }
 /* Media */
 .media, .media .media {
   margin-top: 40px;
 }
 h4.media-heading {
   color: #445;
   font-size: 17px;
   margin: 2px 0 6px;
 }
 .media-heading .date {
   margin-left: 20px;
   font-size: 12px;
 }
 .media-heading .reply {
   margin-left: 20px;
   font-size: 13px;
 }
 .media-heading .reply a:hover {
   text-decoration: none;
   color: #453951;
 }
 .media .media-object {
   width: 90px;
   height: 90px;
   border-radius: 50%;
   margin-top: 5px;
 }
 .media-heading > .user {
   font-size: 15px;
   color: #667;
 }
 .media-heading > .user:hover, .media-heading > .user:focus, .media-heading > .user:active {
   color: rgb(181, 81, 13);
 }
 .media > .pull-left {
   margin-right: 15px;
 }
 @media (max-width:767px) {
   #blog-posts .media, #blog-posts .media-body {
     overflow: visible !important;
   }
   .media > .pull-left {
     display: none;
   }
   .media-heading > .user {
     display: block;
   }
   .media-heading .date {
     margin-left: 0;
   }
 }
 /* Blockquotes */
 .blockquote {
   border-left: 2px solid rgb(181, 81, 13);
   background: #f5f5f5;
 }
 .blockquote p {
   font-size: 12px;
   line-height: 26px;
   color: #898994;
 }
 .blockquote cite {
   color: rgb(181, 81, 13);
   font-size: 14px;
   margin-left: 10px;
 }
 .blockquote small {
   display: inline-block;
   font-size: 13px;
 }
 .blockquote-2 {
   border-left: 3px solid #ddd;
 }
 /* Lists */
 .unstyled-list {
   margin: 0;
   padding: 0;
   list-style: none;
 }
 .list-medium > li {
   margin-bottom: 5px;
 }
 /* Icons */
 .fa.fa-border {
   border: 2px solid #ddd;
 }
 .fa.fa-bg {
   background-color: #f0f0f0;
   padding: 6px 8px;
   border-radius: 3px;
 }
 .fa.fa-bg-2 {
   background-color: #f0f0f0;
   padding: 15px;
   border-radius: 50%;
 }
 .fa.fa-bg-3 {
   background-color: #444;
   padding: 15px;
   border-radius: 50%;
 }
 .box-icon {
   font-size: 13px;
   width: 28px;
   height: 28px;
   color: #fafafa;
   padding-top: 7px;
   background-color: rgb(181, 81, 13);
   text-align: center;
   vertical-align: middle;
   border-radius: 4px;
 }
 /* Dropcaps */
 .dropcap {
   float: left;
   font-family: Georgia;
   text-align: center;
   padding: 10px 15px;
   margin: 8px 20px 0 2px;
   background-color: #666674;
   color: rgba(254, 254, 254, 0.9);
   font-size: 40px;
   line-height: 35px;
   border-radius: 4px;
 }
 .dropcap.bordered {
   background-color: transparent;
   color: #778;
   border-radius: 4px;
   border: 1px solid #778;
 }
 .dropcap.shadow {
   box-shadow: 0 2px 4px #778888;
 }
 .dropcap.circle {
   border-radius: 50%;
 }
 /* Dividers */
 .divider {
   height: 1px;
   background-color: #ccc;
   margin: 30px auto;
 }
 .divider.d2 {
   background: none;
   border-top: 1px dashed #ccc;
 }
 .divider.d3:after {
   content: "";
   display: block;
   width: 25%;
   height: 1px;
   position: relative;
   background-color: rgb(181, 81, 13);
   margin: 0 auto;
 }
 .divider.d4 {
   text-align: center;
   margin: 40px auto;
 }
 .divider.d4 span {
   background: #f5f5f5;
   color: #778888;
   padding: 0 18px;
   position: relative;
   top: -12px;
   font-size: 14px;
 }
 .divider.d4.text-left span {
   padding: 0 18px 0 0;
 }
 .divider.d4.text-right span {
   padding: 0 0 0 18px;
 }
 /* *********************	Footers		********************* */
  .footer-wrapper {
   background-color: #222e3e;
   color: #d8dade;
   position: relative;
   padding: 60px 0 40px;
 }
 .footer-widget {
   margin-bottom: 50px;
 }
 /* Footer title */
 .footer-title {
   font-family: "Montserrat", sans-serif;
   font-size: 16px;
   margin-bottom: 30px;
   color: #d8dade;
   letter-spacing: 1px;
 }
 .footer-title:after {
   content: "";
   display: block;
   height: 1px;
   width: 22px;
   border-top: 2px solid rgb(181, 81, 13);
   margin: 5px 0 0;
 }
 /* Social icons - footer */
 .footer-social {
   margin: 0;
   padding: 0;
   list-style: none;
 }
 .footer-social > li {
   margin-right: 33px;
   display: inline-block;
 }
 .footer-social > li:last-child {
   margin-right: 0;
 }
 .footer-social > li > a {
   color: inherit;
   padding-top: 15px;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .footer-social > li > a > .fa {
   color: inherit;
   opacity: 0.9;
   font-size: 18px;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .footer-social > li > a:hover > .fa, .footer-social > li > a:focus > .fa {
   color: rgb(181, 81, 13);
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 /* Latest tweets */
 .footer-wrapper .sidebar-tweet .fa {
   color: #c2c6ca;
   font-size: 19px;
 }
 .footer-wrapper .tweet-content {
   margin-left: 35px;
 }
 /* Footer subscribe */
 .footer-subscribe input {
   width: 80%;
   background-color: transparent;
   border: none;
   border-bottom: 2px solid rgb(181, 81, 13);
   padding: 0 0 3px 8px;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .footer-subscribe input:focus {
   box-shadow: none;
   border: none;
   border-bottom: 2px solid rgb(181, 81, 13);
   outline: none;
   padding: 0 0 3px 15px;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 .footer-subscribe ::-webkit-input-placeholder {
   color: inherit;
   font-weight: 400;
   font-size: 13px;
   word-spacing: 2px;
 }
 .footer-subscribe ::-moz-placeholder {
   color: inherit;
   opacity: 1;
   font-weight: 400;
   font-size: 13px;
   word-spacing: 2px;
 }
 .footer-subscribe :-ms-input-placeholder {
   color: inherit;
   font-weight: 400;
   font-size: 13px;
   word-spacing: 2px;
   padding-bottom: 5px;
 }
 /* Footer links */
 .footer-links {
   margin: 0;
   padding: 0;
 }
 .footer-links > li {
   margin: 0 20px 15px 0;
   display: inline-block;
   list-style: none;
 }
 .footer-links > li > a {
   color: #d8dade;
   -webkit-transition: all 0.6s ease-out;
   transition: all 0.6s ease-out;
 }
 .footer-links > li > a:hover, .footer-links > li > a:focus, .footer-links > li > a:active {
   color: rgb(181, 81, 13);
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 /* Copyright */
 .copyright {
   font-size: 13px;
   color: #d4d8db;
   font-style: italic;
   margin-bottom: 0;
   padding-top: 8px;
 }
 /* Gray Footer */
 .footer-wrapper.footer-gray {
   background-color: #e1e1e1;
   color: #666973;
   box-shadow: inset 0 0 3px rgba(10, 10, 15, 0.3);
 }
 .footer-wrapper.footer-gray .footer-title, .footer-wrapper.footer-gray .footer-links > li > a, .footer-wrapper.footer-gray .copyright {
   color: inherit;
 }
 .footer-wrapper.footer-gray .footer-social > li > a > .fa {
   color: #a2a6aa;
 }
 /* Background Footer */
 .footer-wrapper.footer-bg {
   background-image: url("../images/map2.png");
   background-position: 36% 45%;
   background-color: #222e3e;
   background-repeat: no-repeat;
 }
 /* Simple Footer */
 .footer-simple.footer-wrapper {
	 padding: 20px 0;}
 /* *********************	Social Icons	********************* */
 /*  
	pinterest, rss, facebook, twitter, flickr, dribble
	behance, linkedin, vimeo, youtube, skype, tumblr,
	forrst, digg, blogger, github, google-plus, lastfm, 
	spotify, instagram, paypal, soundcloud. 
	*/
 .social-icon {
   padding: 0;
   margin: 0;
   font-size: 0;
   height: 30px;
   list-style: none;
 }
 .social-icon > li {
   display: inline-block;
   margin-right: 8px;
 }
 .social-icon > li:last-child {
   margin-right: 0;
 }
 .social-icon > li > a {
   display: table;
 }
 .social-icon .fa {
   text-align: center;
   display: table-cell;
   vertical-align: middle;
   width: 30px;
   height: 30px !important;
   line-height: 1;
   font-size: 14px;
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
   color: #aaa;
   background: none;
 }
 .social-icon a:hover .fa {
   background-color: #fcfcfc;
   color: #fafafa;
   -webkit-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
 }
 .social-icon.bordered .fa {
   border: 1px solid;
 }
 .social-icon.circle .fa {
   border-radius: 50%;
 }
 .social-icon.rounded .fa {
   border-radius: 3px;
 }
 .social-icon.main .fa {
   color: #fff;
   background-color: rgb(181, 81, 13);
 }
 .social-icon.dark .fa {
   color: #fff;
   background-color: #404448;
 }
 .social-icon.simple .fa {
   color: #778;
   background-color: transparent;
 }
 .social-icon.simple > li > a:hover .fa {
   background-color: transparent;
   color: rgb(181, 81, 13);
   border: none;
 }
 .social-icon.unstyled > li > a:hover .fa {
   border: none;
   background-color: transparent;
 }
 .social-icon .fa-pinterest, .social-icon.unstyled a:hover .fa-pinterest {
   border-color: #d8545d;
   color: #d8545d;
 }
 .social-icon .fa-rss, .social-icon.unstyled a:hover .fa-rss {
   border-color: #faaa5e;
   color: #faaa5e;
 }
 .social-icon .fa-facebook, .social-icon.unstyled a:hover .fa-facebook {
   border-color: #677fb5;
   color: #677fb5;
 }
 .social-icon .fa-twitter, .social-icon.unstyled a:hover .fa-twitter {
   border-color: #70c2e9;
   color: #70c2e9;
 }
 .social-icon .fa-flickr, .social-icon.unstyled a:hover .fa-flickr {
   border-color: #ff3ba4;
   color: #ff3ba4;
 }
 .social-icon .fa-dribbble, .social-icon.unstyled a:hover .fa-dribbble {
   border-color: #e299c2;
   color: #e299c2;
 }
 .social-icon .fa-behance, .social-icon.unstyled a:hover .fa-behance {
   border-color: #42a9fb;
   color: #42a9fb;
 }
 .social-icon .fa-linkedin, .social-icon.unstyled a:hover .fa-linkedin {
   border-color: #3daccf;
   color: #3daccf;
 }
 .social-icon .fa-vimeo-square, .social-icon.unstyled a:hover .fa-vimeo-square {
   border-color: #42b5d4;
   color: #42b5d4;
 }
 .social-icon .fa-youtube, .social-icon.unstyled a:hover .fa-youtube {
   border-color: #d5615c;
   color: #d5615c;
 }
 .social-icon .fa-tumblr, .social-icon.unstyled a:hover .fa-tumblr {
   border-color: #829fb9;
   color: #829fb9;
 }
 .social-icon .fa-github-alt, .social-icon.unstyled a:hover .fa-github-alt {
   border-color: #6c93bb;
   color: #6c93bb;
 }
 .social-icon .fa-google-plus, .social-icon.unstyled a:hover .fa-google-plus {
   border-color: #bc7067;
   color: #bc7067;
 }
 .social-icon .fa-instagram, .social-icon.unstyled a:hover .fa-instagram {
   border-color: #b99682;
   color: #b99682;
 }
 .social-icon .fa-soundcloud, .social-icon.unstyled a:hover .fa-soundcloud {
   border-color: #ff8b45;
   color: #ff8b45;
 }
 /* Hover effects */
 .social-icon a:hover .fa-pinterest, .social-icon.social-bg .fa-pinterest {
   background-color: #d8545d;
 }
 .social-icon a:hover .fa-rss, .social-icon.social-bg .fa-rss {
   background-color: #faaa5e;
 }
 .social-icon a:hover .fa-facebook, .social-icon.social-bg .fa-facebook {
   background-color: #677fb5;
 }
 .social-icon a:hover .fa-twitter, .social-icon.social-bg .fa-twitter {
   background-color: #70c2e9;
 }
 .social-icon a:hover .fa-flickr, .social-icon.social-bg .fa-flickr {
   background-color: #ff3ba4;
 }
 .social-icon a:hover .fa-dribbble, .social-icon.social-bg .fa-dribbble {
   background-color: #e299c2;
 }
 .social-icon a:hover .fa-behance, .social-icon.social-bg .fa-behance {
   background-color: #42a9fb;
 }
 .social-icon a:hover .fa-linkedin, .social-icon.social-bg .fa-linkedin {
   background-color: #3daccf;
 }
 .social-icon a:hover .fa-vimeo-square, .social-icon.social-bg .fa-vimeo-square {
   background-color: #42b5d4;
 }
 .social-icon a:hover .fa-youtube, .social-icon.social-bg .fa-youtube {
   background-color: #d5615c;
 }
 .social-icon a:hover .fa-tumblr, .social-icon.social-bg .fa-tumblr {
   background-color: #829fb9;
 }
 .social-icon a:hover .fa-github-alt, .social-icon.social-bg .fa-github-alt {
   background-color: #6c93bb;
 }
 .social-icon a:hover .fa-google-plus, .social-icon.social-bg .fa-google-plus {
   background-color: #bc7067;
 }
 .social-icon a:hover .fa-instagram, .social-icon.social-bg .fa-instagram {
   background-color: #b99682;
 }
 .social-icon a:hover .fa-soundcloud, .social-icon.social-bg .fa-soundcloud {
   background-color: #ff8b45;
 }
 .social-icon.social-bg [class*="fa-"] {
   color: #fff;
 }
 .social-icon.social-bg a:hover .fa {
   opacity: 0.6;
 }


 /* *********************	Text Rotator	********************* */
 .rotating {
   display: inline-block;
   -webkit-transform-style: preserve-3d;
   -ms-transform-style: preserve-3d;
   transform-style: preserve-3d;
   -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
   -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
   transform: rotateX(0) rotateY(0) rotateZ(0);
   -webkit-transition: 0.5s;
   transition: 0.5s;
   -webkit-transform-origin-x: 50%;
 }
 .rotating.flip {
   position: relative;
 }
 .rotating .front, .rotating .back {
   left: 0;
   top: 0;
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   -o-backface-visibility: hidden;
   backface-visibility: hidden;
 }
 .rotating .front {
   position: absolute;
   display: inline-block;
   -webkit-transform: translate3d(0, 0, 1px);
   -ms-transform: translate3d(0, 0, 1px);
   transform: translate3d(0, 0, 1px);
 }
 .rotating.flip .front {
   z-index: 1;
 }
 .rotating .back {
   display: block;
   opacity: 0;
 }
 .rotating.spin {
   -webkit-transform: rotate(360deg) scale(0);
   -ms-transform: rotate(360deg) scale(0);
   transform: rotate(360deg) scale(0);
 }
 .rotating.flip .back {
   z-index: 2;
   display: block;
   opacity: 1;
   -webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
   -ms-transform: rotateY(180deg) translate3d(0, 0, 0);
   transform: rotateY(180deg) translate3d(0, 0, 0);
 }
 .rotating.flip.up .back {
   -webkit-transform: rotateX(180deg) translate3d(0, 0, 0);
   -ms-transform: rotateX(180deg) translate3d(0, 0, 0);
   transform: rotateX(180deg) translate3d(0, 0, 0);
 }
 .rotating.flip.cube .front {
   -webkit-transform: translate3d(0, 0, 100px) scale(0.9, 0.9);
   -ms-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
   transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
 }
 .rotating.flip.cube .back {
   -webkit-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
   -ms-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
   transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
 }
 .rotating.flip.cube.up .back {
   -webkit-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
   -ms-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
   transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
 }
 /* *********************	Animations 	  ********************* */
 /* fade */
 .animated {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
 }
 .animated.infinite {
   -webkit-animation-iteration-count: infinite;
   animation-iteration-count: infinite;
 }
 .animated.hinge {
   -webkit-animation-duration: 2s;
   animation-duration: 2s;
 }
 @-webkit-keyframes fadeIn {
   0% {
     opacity: 0;
   }
   100% {
     opacity: 1;
   }
 }
 @keyframes fadeIn {
   0% {
     opacity: 0;
   }
   100% {
     opacity: 1;
   }
 }
 .fadeIn {
   -webkit-animation-name: fadeIn;
   animation-name: fadeIn;
 }
 @-webkit-keyframes fadeInDown {
   0% {
     opacity: 0;
     -webkit-transform: translate3d(0, -100%, 0);
     transform: translate3d(0, -100%, 0);
   }
   100% {
     opacity: 1;
     -webkit-transform: none;
     transform: none;
   }
 }
 @keyframes fadeInDown {
   0% {
     opacity: 0;
     -webkit-transform: translate3d(0, -100%, 0);
     -ms-transform: translate3d(0, -100%, 0);
     transform: translate3d(0, -100%, 0);
   }
   100% {
     opacity: 1;
     -webkit-transform: none;
     -ms-transform: none;
     transform: none;
   }
 }
 .fadeInDown {
   -webkit-animation-name: fadeInDown;
   animation-name: fadeInDown;
 }
 @-webkit-keyframes fadeInLeft {
   0% {
     opacity: 0;
     -webkit-transform: translate3d(-100%, 0, 0);
     transform: translate3d(-100%, 0, 0);
   }
   100% {
     opacity: 1;
     -webkit-transform: none;
     transform: none;
   }
 }
 @keyframes fadeInLeft {
   0% {
     opacity: 0;
     -webkit-transform: translate3d(-100%, 0, 0);
     -ms-transform: translate3d(-100%, 0, 0);
     transform: translate3d(-100%, 0, 0);
   }
   100% {
     opacity: 1;
     -webkit-transform: none;
     -ms-transform: none;
     transform: none;
   }
 }
 .fadeInLeft {
   -webkit-animation-name: fadeInLeft;
   animation-name: fadeInLeft;
 }
 @-webkit-keyframes fadeInRight {
   0% {
     opacity: 0;
     -webkit-transform: translate3d(100%, 0, 0);
     transform: translate3d(100%, 0, 0);
   }
   100% {
     opacity: 1;
     -webkit-transform: none;
     transform: none;
   }
 }
 @keyframes fadeInRight {
   0% {
     opacity: 0;
     -webkit-transform: translate3d(100%, 0, 0);
     -ms-transform: translate3d(100%, 0, 0);
     transform: translate3d(100%, 0, 0);
   }
   100% {
     opacity: 1;
     -webkit-transform: none;
     -ms-transform: none;
     transform: none;
   }
 }
 .fadeInRight {
   -webkit-animation-name: fadeInRight;
   animation-name: fadeInRight;
 }
 @-webkit-keyframes fadeInRightBig {
   0% {
     opacity: 0;
     -webkit-transform: translate3d(2000px, 0, 0);
     transform: translate3d(2000px, 0, 0);
   }
   100% {
     opacity: 1;
     -webkit-transform: none;
     transform: none;
   }
 }
 @-webkit-keyframes fadeInUp {
   0% {
     opacity: 0;
     -webkit-transform: translate3d(0, 100%, 0);
     transform: translate3d(0, 100%, 0);
   }
   100% {
     opacity: 1;
     -webkit-transform: none;
     transform: none;
   }
 }
 @keyframes fadeInUp {
   0% {
     opacity: 0;
     -webkit-transform: translate3d(0, 100%, 0);
     -ms-transform: translate3d(0, 100%, 0);
     transform: translate3d(0, 100%, 0);
   }
   100% {
     opacity: 1;
     -webkit-transform: none;
     -ms-transform: none;
     transform: none;
   }
 }
 .fadeInUp {
   -webkit-animation-name: fadeInUp;
   animation-name: fadeInUp;
 }
 /* Appear animations */
 .animated {
   opacity: 0;
 }
 .animated.on {
   opacity: 1;
 }
 /* *********************	Updates 	********************* */
 /* v1.3 - 28 June 2015 */
 /* ******************* */
 /* Fix Isotope colums on Firefox between 992px and 1199px */
 @media (min-width:992px) and (max-width:1199px) {
   .portfolio .col-md-4 {
     width: 33.3%;
   }
 }
 /* My CSS Additions */
 /* My Colors */
 .footcol {
   color: #222e3e
 }
 .greencol {
   color: #279ae7
 }
 .redcol {
   color: rgb(181, 81, 13)
 }
 .graycol {
   color: #303236
 }
 .whtcol {
   color: #f9f9f9
 }
 .blkcol {
   color: rgb(85, 85, 102)
 }
 /* My Fonts */
 .nfl {
   font-family: omnes-cyrillic, sans-serif;
   font-style: normal;
   font-weight: 300;
   line-height: inherit
 }
 .nfli {
   font-family: omnes-cyrillic, sans-serif;
   font-style: italic;
   font-weight: 300;
   line-height: inherit
 }
 .nfr {
   font-family: omnes-cyrillic, sans-serif;
   font-style: normal;
   font-weight: 400;
   line-height: inherit
 }
 .nfri {
   font-family: omnes-cyrillic, sans-serif;
   font-style: italic;
   font-weight: 400;
   line-height: inherit
 }
 .nfm {
   font-family: omnes-cyrillic, sans-serif;
   font-style: normal;
   font-weight: 500;
   line-height: inherit
 }
 .nfmi {
   font-family: omnes-cyrillic, sans-serif;
   font-style: italic;
   font-weight: 500;
   line-height: inherit
 }
 .nfb {
   font-family: omnes-cyrillic, sans-serif;
   font-style: normal;
   font-weight: 600;
   line-height: inherit
 }
 .nfbi {
   font-family: omnes-cyrillic, sans-serif;
   font-style: italic;
   font-weight: 600;
   line-height: inherit
 }
 .nfp {
   font-family: omnes-cyrillic, sans-serif;
   font-style: normal;
   font-weight: 700;
   line-height: inherit
 }
 .nfpi {
   font-family: omnes-cyrillic, sans-serif;
   font-style: italic;
   font-weight: 700;
   line-height: inherit
 }
 .bg-green {
   background-color: #279ae7;
 }
 .fg-green {
   color: #2799e6;
 }
 .bg-orange {
   background-color: rgb(181, 81, 13);
 }
 .fg-orange {
   color: rgb(181, 81, 13);
 }
 .bg-dark {
   background-color: #303236;
 }
 .fg-dark {
   color: #303236;
 }
 .bg-menu {
   background-color: rgba(34, 46, 62, .87);
 }
 .fg-menu {
   color: rgba(34, 46, 62, .87);
 }
 .bg-foot {
   background-color: rgb(34, 46, 62);
 }
 .fg-foot {
   color: rgb(34, 46, 62);
 }
 .bg-tag {
   background-color: #020118;
 }
 .fg-tag {
   color: #020118;
 }
 .bg-grey {
   background-color: rgb(85, 85, 102);
 }
 .fg-grey {
   color: rgb(85, 85, 102);
 }
 .bg-blue {
   background-color: #2926a8;
 }
 .fg-blue {
   color: #2926a8;
 }
 .bg-white {
   background-color: #f9f9f9;
 }
 .fg-white {
   color: #f9f9f9;
 }
.fg-white2 {
   color: #f1f1f1;
 }
 .intro-title2 {
   color: #f9f9f9;
 }
 .intro-title::after {
   content: "";
   display: block;
   width: 42px;
   height: 2px;
   background-color: #b54321;
   margin: 12px 0 14px
 }
 .intro-title.intro-title-br0::after {
   content: "";
   display: none
 }
 .intro-title.shadow {
   text-shadow: 0 4px 14px rgba(0, 0, 0, .5)
 }
 .intro-title.intro-title-small {
   font-size: 23px;
   line-height: 28px
 }
 .intro-title {
   font-size: 32px;
   font-weight: 400;
   color: #eaecf1;
   margin-bottom: 20px;
   line-height: 36px;
   letter-spacing: 1px;
   font-family: omnes-cyrillic, sans-serif;;
   opacity: .9
 }
 .intro-title::after {
   content: "";
   display: block;
   width: 42px;
   height: 2px;
   background-color: #b54321;
   margin: 12px 0 14px
 }
 .rcorners {
   border-radius: 6px;
   padding: 2px 8px;
   border: 3px;
 }
 iframe {
   border: 0;
   margin: 0;
   overflow: hidden;
   width: 100%;
   height: auto
 }
 .bg-overlay-map {
   position: absolute;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   z-index: 0;
   background: rgba(34, 46, 62, .87);
   opacity: .2
 }
 .mapouter {
   text-align: right;
   height: 340px;
   width: 700px;
 }
 .gmap_canvas {
   overflow: hidden;
   background: none !important;
   height: 340px;
   width: 700px;
 }
 .contact-us-form {
   max-width: 480px;
   min-width: 360px;
   padding: 10px 50px;
   border: 1px solid #454545;
   border-radius: 10px;
   font-color: #454545;
   background-color: #f1f1f1;
 }
 #outl {
   border: 1px;
   outline-style: solid;
   outline-color: #2926a8;
 }


/* *********************	Custom from VAXSYS.CSS 	********************* */
 
.contact-switcher {
	position: relative;
	display: inline-block;
	width: 100%
}
#content>.contact-switcher {
	margin-top: -80px;
	margin-bottom: -80px
}
address {
	font-style: normal;
	margin-bottom: 15px
}
address .row {
	margin-bottom: 10px
}

@media (min-width:768px) {
address {
	margin-bottom: 30px
}
}
address b {
	color: #2d343e
}
#googlemaps {
	height: 500px;
	width: 100%;
	line-height: inherit
}
#googlemaps.map-cover {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	line-height: inherit;
	background-image: rbga('40, 30, 50, .6')
}
#googlemaps img {
	max-width: inherit
}
#googlemaps .gm-style div {
	font: 13px/20px 'Open Sans', sans-serif
}
#googlemaps .gm-style-iw address {
	width: 300px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px
}
#googlemaps .gm-style-iw address .row {
	margin-top: 10px
}
#googlemaps .gm-style-iw h4 {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 15px
}
.contact-switcher .btn.to-contact, .contact-switcher .btn.to-form {
	margin-bottom: 15px
}
.contact-switcher .address, .contact-switcher .form {
	top: 0;
	width: 96%;
	position: absolute;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	margin: 60px 2%
}
.contact-switcher .address {
	left: -100%
}
.address-inner {
	background-color: #0ba6ff;
	padding: 15px 15px 0;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.2);
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
	display: inline-block;
	width: 100%
}
.form-field {
	position: relative;
	margin-bottom: 30px;
	display: block
}

select {
	height: 50px;
	display: block
}
.container-light .form-control, .container-light select, .tab .tab select {
	background-color: #f9f9f9
}
input[type=checkbox], input[type=radio] {
	visibility: hidden;
	position: absolute
}
input[type=checkbox]+label, input[type=radio]+label {
	position: relative;
	padding-left: 25px;
	font-weight: 400;
	color: #888
}
input[type=checkbox]+label:before, input[type=radio]+label:before {
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	width: 19px;
	height: 19px;
	background-color: #2d343e;
	line-height: 1;
	border-radius: 2px
}
input[type=radio]+label:after {
	display: none;
	content: "";
	position: absolute;
	height: 9px;
	width: 9px;
	left: 5px;
	top: 5px;
	background-color: #797979
}
input[type=checkbox]+label:after {
	position: absolute;
	font-family: icomoon;
	content: "\e6fe";
	color: #fff;
	left: 0;
	width: 19px;
	text-align: center;
	line-height: 19px;
	top: 0;
	display: none
}
input[type=radio]+label:after, input[type=radio]+label:before {
	border-radius: 50%
}
input[type=checkbox]:checked+label:after, input[type=radio]:checked+label:after {
	display: block
}
.form-desc {
	font-size: 12px;
	margin: 5px 0 0;
	line-height: 1;
	color: #121212
}
.form-field label {
	cursor: pointer;
	display: block;
	margin-bottom: 5px;
	color: #242449;
	font-weight: 500
}
.form-field label[class*=col-] {
	margin-top: 15px;
	text-align: left
}

@media (min-width:768px) {
.form-field label[class*=col-sm-] {
	text-align: right
}
}

@media (min-width:992px) {
.form-field label[class*=col-md-] {
	text-align: right
}
}

@media (min-width:1200px) {
.form-field label[class*=col-lg-] {
	text-align: right
}
}
.form-field label .require {
	color: #000089;
	margin-left: 5px;
	font-weight: 400;
	font-style: italic;
	font-size: 88%
}
.placeholder.keyup>label {
	display: none
}
.form-group, .form-group-separator {
	display: inline-block;
	vertical-align: middle;
	position: relative
}
.form-group-separator {
	font-size: 28px;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: bottom;
	line-height: 50px
}
.form-group-separator i {
	color: #2d343e
}
.form-group+.form-group {
	margin-left: 15px
}
.form-field .placeholder label {
	font-weight: 400;
	color: #0a0d13;
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 50px;
	text-indent: 10px;
	cursor: text;
	-webkit-transition: opacity linear .1s;
	transition: opacity linear .1s
}
.form-field .placeholder.focus label {
	opacity: .9
}
.form-field .placeholder label .require {
	float: right;
	margin-left: 0;
	margin-right: 10px
}
body .form-control.error, body select.error select {
	border-color: #ff3b30;
	-webkit-box-shadow: 0 0 0 1px #ff3b30;
	box-shadow: 0 0 0 1px #ff3b30
}
.form-field .text-error {
	margin-top: 3px;
	font-size: 12px;
	line-height: 1;
	position: absolute;
	left: 15px;
	top: 100%
}
.form-field>.text-error, .form-group>.text-error {
	left: 0
}
form .btn[class*=btn-icon-] {
	float: right
}
.btn[class*=btn-icon-]+.form-field {
	width: auto;
	display: block;
	margin-right: 60px
}
.form-field+span.error {
	margin-top: -15px;
	display: block;
	margin-bottom: 15px;
	font-size: 12px
}
.response {
	margin-bottom: 30px;
	position: relative;
	padding: 15px;
	border: 1px solid transparent;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,.1)
}
.response.success {
	background-color: #33c570;
	border-color: #00b74c
}
.response.error {
	background-color: #ff6259;
	border-color: #ff3b30
}
.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin linear;
	animation: spin linear
}
@-webkit-keyframes spin {
0% {
-webkit-transform:rotate(0)
}
100% {
-webkit-transform:rotate(360deg)
}
}
@keyframes spin {
0% {
transform:rotate(0)
}
100% {
transform:rotate(360deg)
}
}


#color-white {
	color: #fff!important
}
#color-dark {
	color: #17182e!important
}
.bg60 {
	background-image: url(../sliders/advertising-slider.jpg)
}
#bbw {
	color: #fff!important;
	font-weight: 600
}
#bbw2 {
	color: #07022f!important;
	font-weight: 600
}
#bbw3 {
	color: #fff!important;
	font-weight: 400
}
#bbw4 {
	color: #07022f!important
}
#bbw5 {
	color: #07022f!important;
	font-weight: 400
}
#bbw0 {
	color: #fff!important;
	font-weight: 300
}
#bbw6 {
	color: #07022f!important;
	font-weight: 600
}
#bbw7 {
	color: #07022f!important;
	font-weight: 400
}
#wht {
	color: #fff!important;
	font-weight: 400
}


}

a.srv:link {
	color: #000089
}
a.srv:visited {
	color: #121212
}
a.srv:hover {
	color: #00a
}
.center {
	margin: auto;
	width: 50%;
	line-height: 1.25;
	display: inline-block;
	margin-top: -40px
}
.center-txt {
	font-color: #121212!important;
	font-weight: 300!important
}
.button-center {
	margin: auto;
	width: 100%;
	line-height: 1;
	display: inline-block;
	margin-top: -40px;
	text-align: center;
	display: block;
	padding: 15px 30px;
	font-color: #fff!important;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	font-family: montserrat;
	letter-spacing: 2px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.button-center a:hover {
	font-color: #fff!important;
	font-weight: 400;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.myButton {
	-moz-box-shadow: 3px 4px 0 0 #e0dff5;
	-webkit-box-shadow: 3px 4px 0 0 #e0dff5;
	box-shadow: 3px 4px 0 0 #e0dff5;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #ededed), color-stop(1, #6597a3));
	background: -moz-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: -webkit-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: -o-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: -ms-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: linear-gradient(to bottom, #ededed 5%, #6597a3 100%);
	background-color: #ededed;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #d6bcd6;
	display: inline-block;
	cursor: pointer;
	color: #004;
	font-family: Arial;
	font-size: 18px;
	padding: 2px 69px;
	text-decoration: none;
	text-shadow: 0 1px 0 #e1e2ed
}
.myButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #0000bc), color-stop(1, #02e0ff));
	background: -moz-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: -webkit-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: -o-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: -ms-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: linear-gradient(to bottom, #0000bc 5%, #02e0ff 100%);
	color: #fff;
	font-weight: 500;
	background-color: #0000bc
}
.myButton:active {
	position: relative;
	top: 1px
}
.myButton-sml {
	-moz-box-shadow: 3px 4px 0 0 #e0dff5;
	-webkit-box-shadow: 3px 4px 0 0 #e0dff5;
	box-shadow: 3px 4px 0 0 #e0dff5;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #ededed), color-stop(1, #6597a3));
	background: -moz-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: -webkit-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: -o-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: -ms-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: linear-gradient(to bottom, #ededed 5%, #6597a3 100%);
	background-color: #ededed;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #d6bcd6;
	display: inline-block;
	cursor: pointer;
	color: #004;
	font-family: Arial;
	font-size: 16px;
	padding: 2px 24px;
	text-decoration: none;
	text-shadow: 0 1px 0 #e1e2ed
}
.myButton-sml:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #0000bc), color-stop(1, #02e0ff));
	background: -moz-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: -webkit-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: -o-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: -ms-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: linear-gradient(to bottom, #0000bc 5%, #02e0ff 100%);
	color: #fff;
	font-weight: 500;
	background-color: #0000bc
}
.myButton-sml:active {
	position: relative;
	top: 1px
}
#trans {
	opacity: 0
}
#inbody {
	background-repeat: repeat;
	margin: 0;
	overflow: auto
}
#fmenu-outer {
	height: 84px;
	margin-bottom: 10px
}
.ftable {
	display: table;
	margin: 0 auto
}
ul#fhorizontal-list {
	min-width: 696px;
	max-width: 95%;
	width: 80%;
	list-style: none;
	padding-top: 20px;
	text-align: center;
	display: inline-block
}
ul#fhorizontal-list li {
	display: inline;
	width: 290px
}
#footer ul.nav li {
	display: inline-block;
	list-style-type: none
}
#footer ul.nav li+li {
	margin-left: 20px
}
#footer ul.nav li a {
	text-transform: uppercase;
	display: block
}
a.zed {
	color: #9a9a9a
}
#off-wht {
	font-color: #f9f9f9
}
.prev {
	float: left;
	padding-left: 50px;
	text-align: left
}
.next {
	float: right;
	padding-right: 50px;
	text-align: right
}
.article-nav ul li {
	line-height: 19px;
	margin: 5px 0
}
.article-nav ul, .article-nav ul li {
	display: inline-block;
	position: relative
}
* {
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
li {
	display: list-item;
	text-align: -webkit-match-parent
}
.article-nav ul {
	line-height: 1.5;
	width: 100%;
	padding: 0;
	margin: 0;
	min-height: 50px
}

}
.article-nav {
	background-color: #f9f9f9;
	display: block;
	position: relative;
	color: #e5e5e5;
	font-size: 15px;
	text-align: center;
	clear: both;
	line-height: 0
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.prev {
	float: left;
	padding-left: 50px;
	text-align: left
}
.article-nav ul li {
	line-height: 19px;
	margin: 5px 0
}
.article-nav ul, .article-nav ul li {
	display: inline-block;
	position: relative
}
* {
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
li {
	display: list-item;
	text-align: -webkit-match-parent
}
.article-nav ul {
	line-height: 1.5;
	width: 100%;
	padding: 0;
	margin: 0;
	min-height: 50px
}

.article-nav {
	background-color: #f9f9f9;
	display: block;
	position: relative;
	color: #e5e5e5;
	font-size: 15px;
	text-align: center;
	clear: both;
	line-height: 0
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.btn.next, .btn.prev {
	border: none;
	background: rgba(255,255,255,.4);
	color: #2d343e;
	position: absolute;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out
}
#oline {
1px solid #000086
}
.article-date:after, .article-share ul li p:before {
	content: '';
	left: 0
}
.article-date {
	padding: 10px 0;
	color: #fff;
	position: relative;
	width: 80px;
	display: inline-block;
	margin: 0 0 20px
}
.article-date:after {
	width: 0;
	bottom: -20px;
	height: 0;
	position: absolute;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 20px solid transparent
}
.article-date span {
	text-align: center;
	display: block;
	margin: 0 5px;
	padding: 10px 0;
	border-top: 1px solid rgba(255,255,255,.2);
	line-height: 1
}
.article-date span:first-child {
	padding-top: 0;
	border-top: none
}
.article-date .day {
	font-size: 32px
}
.article-date .month {
	font-size: 16px
}
.article-date .type {
	color: #fff;
	font-size: 36px
}
.article-share {
	display: block;
	background-color: #262829;
	color: #fff;
	text-align: center;
	margin-bottom: 15px
}
.article-share h5 {
	color: #fff;
	position: relative;
	line-height: 25px;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	background-color: rgba(255,255,255,.1);
	padding: 20px 0;
	box-shadow: 0 0 1px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.4)
}
.article-share h5 i {
	display: block;
	font-size: 20px
}
.article-share ul {
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
	font-size: 0
}
.article-share ul li {
	display: inline-block;
	width: 25%;
	line-height: 80px;
	font-size: 13px
}
.article-share ul li a {
	display: block;
	width: 100%;
	height: 80px;
	color: #fff
}
.article-share ul li a>* {
	display: inline-block;
	vertical-align: middle
}
.article-share ul li p {
	line-height: 25px;
	margin: 0 0 0 5px;
	position: relative;
	padding-left: 5px
}
.article-share ul li p:before {
	opacity: .3;
	top: 0;
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #fff;
	transform: rotate(20deg);
	-webkit-transform: rotate(20deg)
}
.article-share ul li i {
	font-size: 24px;
	position: relative;
	display: inline-block
}
.article-share ul li a.like.active, .article-share ul li a.like:hover {
	background-color: #d94332
}
.article-share ul li a.twitter.active, .article-share ul li a.twitter:hover {
	background-color: #3cf
}
.article-share ul li a.facebook.active, .article-share ul li a.facebook:hover {
	background-color: #2980b9
}
.article-share ul li a.pinterest.active, .article-share ul li a.pinterest:hover {
	background-color: #fc0
}

@media (min-width:768px) {
.article-share ul li {
	display: block;
	width: auto
}
}
.article-details {
	display: none;
	text-align: center;
	color: #2d343e
}
.article-details ul {
	margin: 0;
	padding: 0
}
.article-details li {
	line-height: 30px;
	display: block
}
.article-details span {
	background-color: #f9f9f9;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	color: #2d343e;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 16px
}
.article-details li:first-child span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #2d343e;
	color: #fff;
	position: relative;
	z-index: 1;
	margin-bottom: -10px
}

@media (min-width:768px) {
.article-details {
	display: block
}
}
.article-nav {
	background-color: #f9f9f9;
	display: block;
	position: relative;
	color: #e5e5e5;
	font-size: 15px;
	text-align: center;
	clear: both;
	line-height: 0
}
.article-nav ul, .article-nav ul li {
	display: inline-block;
	position: relative
}
.article-nav ul {
	line-height: 1.5;
	width: 100%;
	padding: 0;
	margin: 0;
	min-height: 50px
}
.article-nav ul li {
	line-height: 19px;
	margin: 5px 0
}
.article-nav ul li a {
	color: #2d343e
}
.article-nav ul li.selector {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -25px
}

@media (max-width:767px) {
.article-nav ul li {
	width: 100%
}
.article-nav ul li.selector {
	position: relative;
	left: 0;
	margin: 0
}
.article-nav ul li.selector a {
	margin: 0 auto
}
}
.article-nav ul li.selector a {
	color: #fff;
	background-color: #2d343e;
	width: 50px;
	display: block;
	height: 50px;
	line-height: 50px
}
.article-nav ul li.selector a:after {
	content: "\f00a";
	font-family: FontAwesome;
	font-size: 18px;
	display: block
}
.article-nav ul li.selector a:hover {
	color: #fff
}
.article-nav strong {
	color: #e5e5e5;
	font-size: 12px
}
.article-nav .prev {
	float: left;
	padding-left: 50px;
	text-align: left
}
.article-nav .next {
	float: right;
	padding-right: 50px;
	text-align: right
}
.article-nav .next a:before, .article-nav .prev a:before {
	position: absolute;
	font-family: FontAwesome;
	font-size: 48px;
	top: 50%;
	margin-top: -24px;
	line-height: 1;
	color: #2d343e;
	width: 50px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.post-content, article.post {
	position: relative
}
.article-nav .next a:before {
	content: "\f101";
	right: 0;
	color: #787878
}
.article-nav .prev a:before {
	content: "\f100";
	left: 0;
	color: #909090
}
#page-content .article-nav {
	font-size: inherit;
	margin-bottom: 30px;
	background-color: transparent
}
#page-content .article-nav ul {
	min-height: 0
}
#page-content .article-nav ul li {
	margin-top: 0;
	margin-bottom: 0
}
#page-content .article-nav .next a:before, #page-content .article-nav .prev a:before {
	color: #e5e5e5
}
.post-content>.type, .tags p a {
	color: #fff;
	display: inline-block
}
.article-author {
	border: 1px solid #f1f1f1;
	background-color: #f9f9f9;
	padding: 30px 30px 10px;
	display: block
}
a.qte {
	text-decoration: none
}
.phone-number {
	font-weight: 700;
	font-size: 2px;
	text-align: right;
	text-transform: uppercase;
	font-weight: 700;
	background: #bc151c;
	border-radius: 14px;
	padding: 1em;
	position: relative;
	padding-left: 3.5em;
	color: #f9f9f9;
	display: inline-block;
	width: 117px
}
.phone-number--below {
	display: block;
	text-align: left;
	padding-left: 3.5em;
	margin-left: 5px
}
.phone-number:hover {
	background: #6c7982
}
li.c, ul.c {
	color: #666
}
ul.a {
	padding-left: 1em;
	text-indent: -1em
}
ul.a {
	padding-left: 1em;
	text-indent: -1em
}
ul.c {
	margin-left: 15;
	padding-left: 15px;
	text-indent: 0;
	margin-left: 7px;
	top: 2px;
	content: "\f068"
}
li.c {
	margin-left: 7px;
	top: 2px;
	content: "\f068"
}
ul.a, ul.c {
	list-style-position: outside
}
ul.dash {
	margin-left: 15;
	padding-left: 15px;
	text-indent: 0;
	margin-top: 15px;
	margin-bottom: 9px;
	top: 1px
}
li.dash, ul.dash {
	color: #666
}
ul.dash>li:before {
	left: 0;
	top: 1px;
	position: absolute;
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	list-style-position: outside;
	content: "\f068"
}
p.tight {
	line-height: 23px;
	margin-top: 0;
	margin-bottom: 12px;
	margin-right: 12px;
	padding-right: 9px;
	margin-bottom: 24px
}
.contact-switcher {
	position: relative;
	display: inline-block;
	width: 100%
}
#content>.contact-switcher {
	margin-top: -80px;
	margin-bottom: -80px
}
address {
	font-style: normal;
	margin-bottom: 15px
}
address .row {
	margin-bottom: 10px
}

@media (min-width:768px) {
address {
	margin-bottom: 30px
}
}
address b {
	color: #2d343e
}
#googlemaps {
	height: 500px;
	width: 100%;
	line-height: inherit
}
#googlemaps.map-cover {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	line-height: inherit;
	background-image: rbga('40, 30, 50, .6')
}
#googlemaps img {
	max-width: inherit
}
#googlemaps .gm-style div {
	font: 13px/20px 'Open Sans', sans-serif
}
#googlemaps .gm-style-iw address {
	width: 300px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px
}
#googlemaps .gm-style-iw address .row {
	margin-top: 10px
}
#googlemaps .gm-style-iw h4 {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 15px
}
.contact-switcher .btn.to-contact, .contact-switcher .btn.to-form {
	margin-bottom: 15px
}
.contact-switcher .address, .contact-switcher .form {
	top: 0;
	width: 96%;
	position: absolute;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	margin: 60px 2%
}
.contact-switcher .address {
	left: -100%
}
.address-inner {
	background-color: #0ba6ff;
	padding: 15px 15px 0;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.2);
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
	display: inline-block;
	width: 100%
}
.form-field {
	position: relative;
	margin-bottom: 30px;
	display: block
}

input[type=checkbox], input[type=radio] {
	visibility: hidden;
	position: absolute
}
input[type=checkbox]+label, input[type=radio]+label {
	position: relative;
	padding-left: 25px;
	font-weight: 400;
	color: #888
}
input[type=checkbox]+label:before, input[type=radio]+label:before {
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	width: 19px;
	height: 19px;
	background-color: #2d343e;
	line-height: 1;
	border-radius: 2px
}
input[type=radio]+label:after {
	display: none;
	content: "";
	position: absolute;
	height: 9px;
	width: 9px;
	left: 5px;
	top: 5px;
	background-color: #797979
}
input[type=checkbox]+label:after {
	position: absolute;
	font-family: icomoon;
	content: "\e6fe";
	color: #fff;
	left: 0;
	width: 19px;
	text-align: center;
	line-height: 19px;
	top: 0;
	display: none
}
input[type=radio]+label:after, input[type=radio]+label:before {
	border-radius: 50%
}
input[type=checkbox]:checked+label:after, input[type=radio]:checked+label:after {
	display: block
}
.form-desc {
	font-size: 12px;
	margin: 5px 0 0;
	line-height: 1;
	color: #121212
}
.form-field label {
	cursor: pointer;
	display: block;
	margin-bottom: 5px;
	color: #1a1d20;
	font-weight: 500
}
.form-field label[class*=col-] {
	margin-top: 15px;
	text-align: left
}

@media (min-width:768px) {
.form-field label[class*=col-sm-] {
	text-align: right
}
}

@media (min-width:992px) {
.form-field label[class*=col-md-] {
	text-align: right
}
}

@media (min-width:1200px) {
.form-field label[class*=col-lg-] {
	text-align: right
}
}
.form-field label .require {
	color: #1a1d20;
	margin-left: 5px;
	font-weight: 400;
	font-style: italic;
	font-size: 88%
}
.placeholder.keyup>label {
	display: none
}
.form-group, .form-group-separator {
	display: inline-block;
	vertical-align: middle;
	position: relative
}
.form-group-separator {
	font-size: 28px;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: bottom;
	line-height: 50px
}
.form-group-separator i {
	color: #2d343e
}
.form-group+.form-group {
	margin-left: 15px
}
.form-field .placeholder label {
	font-weight: 400;
	color: #1a1d20;
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 50px;
	text-indent: 10px;
	cursor: text;
	-webkit-transition: opacity linear .1s;
	transition: opacity linear .1s
}
.form-field .placeholder.focus label {
	opacity: .0
}
.form-field .placeholder label .require {
	float: right;
	margin-right: 10px
}
body .form-control.error, body select.error select {
	border-color: #ff3b30;
	-webkit-box-shadow: 0 0 0 1px #ff3b30;
	box-shadow: 0 0 0 1px #ff3b30
}
.form-field .text-error {
	margin-top: 3px;
	font-size: 12px;
	line-height: 1;
	position: absolute;
	left: 15px;
	top: 100%
}
.form-field>.text-error, .form-group>.text-error {
	left: 0
}
form .btn[class*=btn-icon-] {
	float: right
}
.btn[class*=btn-icon-]+.form-field {
	width: auto;
	display: block;
	margin-right: 60px
}
.form-field+span.error {
	margin-top: -15px;
	display: block;
	margin-bottom: 15px;
	font-size: 12px
}
.response {
	margin-bottom: 30px;
	position: relative;
	padding: 15px;
	border: 1px solid transparent;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,.1)
}
.response.success {
	background-color: #33c570;
	border-color: #00b74c
}
.response.error {
	background-color: #ff6259;
	border-color: #ff3b30
}
.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin linear;
	animation: spin linear
}
@-webkit-keyframes spin {
0% {
-webkit-transform:rotate(0)
}
100% {
-webkit-transform:rotate(360deg)
}
}
@keyframes spin {
0% {
transform:rotate(0)
}
100% {
transform:rotate(360deg)
}
}


#color-white {
	color: #fff!important
}
#color-dark {
	color: #17182e!important
}
.bg60 {
	background-image: url(sliders/advertising-slider.jpg)
}
#bbw {
	color: #fff!important;
	font-weight: 600
}
#bbw2 {
	color: #07022f!important;
	font-weight: 600
}
#bbw3 {
	color: #fff!important;
	font-weight: 400
}
#bbw4 {
	color: #07022f!important
}
#bbw5 {
	color: #07022f!important;
	font-weight: 400
}
#bbw0 {
	color: #fff!important;
	font-weight: 300
}
#bbw6 {
	color: #07022f!important;
	font-weight: 600
}
#bbw7 {
	color: #07022f!important;
	font-weight: 400
}
#wht {
	color: #fff!important;
	font-weight: 400
}


.bg333 {
	background-image: url(img/head-service-1.png)
}
a.srv:link {
	color: #000089
}
a.srv:visited {
	color: #121212
}
a.srv:hover {
	color: #00a
}
a.alt:link {
	color: #303030
}
a.alt:visited {
	color: #303030
}
a.alt:hover {
	color: #b54321
}
.center {
	margin: auto;
	width: 50%;
	line-height: 1.25;
	display: inline-block;
	margin-top: -40px
}
.center-txt {
	font-color: #121212!important;
	font-weight: 300!important
}
.button-center {
	margin: auto;
	width: 100%;
	line-height: 1;
	display: inline-block;
	margin-top: -40px;
	text-align: center;
	display: block;
	padding: 15px 30px;
	font-color: #fff!important;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	font-family: montserrat;
	letter-spacing: 2px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.button-center a:hover {
	font-color: #fff!important;
	font-weight: 400;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.myButton {
	-moz-box-shadow: 3px 4px 0 0 #e0dff5;
	-webkit-box-shadow: 3px 4px 0 0 #e0dff5;
	box-shadow: 3px 4px 0 0 #e0dff5;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #ededed), color-stop(1, #6597a3));
	background: -moz-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: -webkit-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: -o-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: -ms-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: linear-gradient(to bottom, #ededed 5%, #6597a3 100%);
	background-color: #ededed;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #d6bcd6;
	display: inline-block;
	cursor: pointer;
	color: #004;
	font-family: Arial;
	font-size: 18px;
	padding: 2px 69px;
	text-decoration: none;
	text-shadow: 0 1px 0 #e1e2ed
}
.myButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #0000bc), color-stop(1, #02e0ff));
	background: -moz-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: -webkit-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: -o-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: -ms-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: linear-gradient(to bottom, #0000bc 5%, #02e0ff 100%);
	color: #fff;
	font-weight: 500;
	background-color: #0000bc
}
.myButton:active {
	position: relative;
	top: 1px
}
.myButton-sml {
	-moz-box-shadow: 3px 4px 0 0 #e0dff5;
	-webkit-box-shadow: 3px 4px 0 0 #e0dff5;
	box-shadow: 3px 4px 0 0 #e0dff5;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #ededed), color-stop(1, #6597a3));
	background: -moz-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: -webkit-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: -o-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: -ms-linear-gradient(top, #ededed 5%, #6597a3 100%);
	background: linear-gradient(to bottom, #ededed 5%, #6597a3 100%);
	background-color: #ededed;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #d6bcd6;
	display: inline-block;
	cursor: pointer;
	color: #004;
	font-family: Arial;
	font-size: 16px;
	padding: 2px 24px;
	text-decoration: none;
	text-shadow: 0 1px 0 #e1e2ed
}
.myButton-sml:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #0000bc), color-stop(1, #02e0ff));
	background: -moz-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: -webkit-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: -o-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: -ms-linear-gradient(top, #0000bc 5%, #02e0ff 100%);
	background: linear-gradient(to bottom, #0000bc 5%, #02e0ff 100%);
	color: #fff;
	font-weight: 500;
	background-color: #0000bc
}
.myButton-sml:active {
	position: relative;
	top: 1px
}
#trans {
	opacity: 0
}
#inbody {
	background-repeat: repeat;
	margin: 0;
	overflow: auto
}
#fmenu-outer {
	height: 84px;
	margin-bottom: 10px
}
.ftable {
	display: table;
	margin: 0 auto
}
ul#fhorizontal-list {
	min-width: 696px;
	max-width: 95%;
	width: 80%;
	list-style: none;
	padding-top: 20px;
	text-align: center;
	display: inline-block
}
ul#fhorizontal-list li {
	display: inline;
	width: 290px
}
#footer ul.nav li {
	display: inline-block;
	list-style-type: none
}
#footer ul.nav li+li {
	margin-left: 20px
}
#footer ul.nav li a {
	text-transform: uppercase;
	display: block
}
a.zed {
	color: #9a9a9a
}
#off-wht {
	font-color: #f9f9f9
}
.prev {
	float: left;
	padding-left: 50px;
	text-align: left
}
.next {
	float: right;
	padding-right: 50px;
	text-align: right
}
.article-nav ul li {
	line-height: 19px;
	margin: 5px 0
}
.article-nav ul, .article-nav ul li {
	display: inline-block;
	position: relative
}
* {
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
li {
	display: list-item;
	text-align: -webkit-match-parent
}
.article-nav ul {
	line-height: 1.5;
	width: 100%;
	padding: 0;
	margin: 0;
	min-height: 50px
}


.article-nav {
	background-color: #f9f9f9;
	display: block;
	position: relative;
	color: #e5e5e5;
	font-size: 15px;
	text-align: center;
	clear: both;
	line-height: 0
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.prev {
	float: left;
	padding-left: 50px;
	text-align: left
}
.article-nav ul li {
	line-height: 19px;
	margin: 5px 0
}
.article-nav ul, .article-nav ul li {
	display: inline-block;
	position: relative
}
* {
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
li {
	display: list-item;
	text-align: -webkit-match-parent
}
.article-nav ul {
	line-height: 1.5;
	width: 100%;
	padding: 0;
	margin: 0;
	min-height: 50px
}

.article-nav {
	background-color: #f9f9f9;
	display: block;
	position: relative;
	color: #e5e5e5;
	font-size: 15px;
	text-align: center;
	clear: both;
	line-height: 0
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.btn.next, .btn.prev {
	border: none;
	background: rgba(255,255,255,.4);
	color: #2d343e;
	position: absolute;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out
}
#oline {
list-style:  1px solid #000086
}
.article-date:after, .article-share ul li p:before {
	content: '';
	left: 0
}
.article-date {
	padding: 10px 0;
	color: #fff;
	position: relative;
	width: 80px;
	display: inline-block;
	margin: 0 0 20px
}
.article-date:after {
	width: 0;
	bottom: -20px;
	height: 0;
	position: absolute;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 20px solid transparent
}
.article-date span {
	text-align: center;
	display: block;
	margin: 0 5px;
	padding: 10px 0;
	border-top: 1px solid rgba(255,255,255,.2);
	line-height: 1
}
.article-date span:first-child {
	padding-top: 0;
	border-top: none
}
.article-date .day {
	font-size: 32px
}
.article-date .month {
	font-size: 16px
}
.article-date .type {
	color: #fff;
	font-size: 36px
}
.article-share {
	display: block;
	background-color: #262829;
	color: #fff;
	text-align: center;
	margin-bottom: 15px
}
.article-share h5 {
	color: #fff;
	position: relative;
	line-height: 25px;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	background-color: rgba(255,255,255,.1);
	padding: 20px 0;
	box-shadow: 0 0 1px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.4)
}
.article-share h5 i {
	display: block;
	font-size: 20px
}
.article-share ul {
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
	font-size: 0
}
.article-share ul li {
	display: inline-block;
	width: 25%;
	line-height: 80px;
	font-size: 13px
}
.article-share ul li a {
	display: block;
	width: 100%;
	height: 80px;
	color: #fff
}
.article-share ul li a>* {
	display: inline-block;
	vertical-align: middle
}
.article-share ul li p {
	line-height: 25px;
	margin: 0 0 0 5px;
	position: relative;
	padding-left: 5px
}
.article-share ul li p:before {
	opacity: .3;
	top: 0;
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #fff;
	transform: rotate(20deg);
	-webkit-transform: rotate(20deg)
}
.article-share ul li i {
	font-size: 24px;
	position: relative;
	display: inline-block
}
.article-share ul li a.like.active, .article-share ul li a.like:hover {
	background-color: #d94332
}
.article-share ul li a.twitter.active, .article-share ul li a.twitter:hover {
	background-color: #3cf
}
.article-share ul li a.facebook.active, .article-share ul li a.facebook:hover {
	background-color: #2980b9
}
.article-share ul li a.pinterest.active, .article-share ul li a.pinterest:hover {
	background-color: #fc0
}

@media (min-width:768px) {
.article-share ul li {
	display: block;
	width: auto
}
}
.article-details {
	display: none;
	text-align: center;
	color: #2d343e
}
.article-details ul {
	margin: 0;
	padding: 0
}
.article-details li {
	line-height: 30px;
	display: block
}
.article-details span {
	background-color: #f9f9f9;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	color: #2d343e;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 16px
}
.article-details li:first-child span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #2d343e;
	color: #fff;
	position: relative;
	z-index: 1;
	margin-bottom: -10px
}

@media (min-width:768px) {
.article-details {
	display: block
}
}
.article-nav {
	background-color: #f9f9f9;
	display: block;
	position: relative;
	color: #e5e5e5;
	font-size: 15px;
	text-align: center;
	clear: both;
	line-height: 0
}
.article-nav ul, .article-nav ul li {
	display: inline-block;
	position: relative
}
.article-nav ul {
	line-height: 1.5;
	width: 100%;
	padding: 0;
	margin: 0;
	min-height: 50px
}
.article-nav ul li {
	line-height: 19px;
	margin: 5px 0
}
.article-nav ul li a {
	color: #2d343e
}
.article-nav ul li.selector {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -25px
}

@media (max-width:767px) {
.article-nav ul li {
	width: 100%
}
.article-nav ul li.selector {
	position: relative;
	left: 0;
	margin: 0
}
.article-nav ul li.selector a {
	margin: 0 auto
}
}
.article-nav ul li.selector a {
	color: #fff;
	background-color: #2d343e;
	width: 50px;
	display: block;
	height: 50px;
	line-height: 50px
}
.article-nav ul li.selector a:after {
	content: "\f00a";
	font-family: FontAwesome;
	font-size: 18px;
	display: block
}
.article-nav ul li.selector a:hover {
	color: #fff
}
.article-nav strong {
	color: #e5e5e5;
	font-size: 12px
}
.article-nav .prev {
	float: left;
	padding-left: 50px;
	text-align: left
}
.article-nav .next {
	float: right;
	padding-right: 50px;
	text-align: right
}
.article-nav .next a:before, .article-nav .prev a:before {
	position: absolute;
	font-family: omnes-cyrillic, sans-serif;
	font-size: 48px;
	top: 50%;
	margin-top: -24px;
	line-height: 1;
	color: #2d343e;
	width: 50px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.post-content, article.post {
	position: relative
}
.article-nav .next a:before {
	content: url('next2.svg');
	right: 0;
	width: 30px;
	margin-top: -19px
}
.article-nav .prev a:before {
	content: url('previous2.svg');
	left: 0;
	width: 30px;
	margin-top: -19px
}
#page-content .article-nav {
	font-size: inherit;
	margin-bottom: 30px;
	background-color: transparent
}
#page-content .article-nav ul {
	min-height: 0
}
#page-content .article-nav ul li {
	margin-top: 0;
	margin-bottom: 0
}
#page-content .article-nav .next a:before, #page-content .article-nav .prev a:before {
	color: #e5e5e5
}
.post-content>.type, .tags p a {
	color: #fff;
	display: inline-block
}
.article-author {
	border: 1px solid #f1f1f1;
	background-color: #f9f9f9;
	padding: 30px 30px 10px;
	display: block
}
a.qte {
	text-decoration: none;
}
.phone-number {
	font-weight: bold;
	font-size: 2px;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	background: #bc151c;
	border-radius: 14px;
	padding: 1em;
	position: relative;
	padding-left: 3.5em;
	color: #f9f9f9;
	display: inline-block;
	width: 117px;
}
.phone-number--below {
display:inline-block;
	text-align: left;
	padding-left: 3.5em;
	margin-left: 5px;
}
.phone-number:hover {
	border-radius: 14px;
	border: 1px solid #121212;
	background: #ffffff;
	color: #bc151c;
}
.row-inline-wrap {
	margin-left: -15px;
	margin-right: -15px
}
.row.row-inline {
	display: table;
	font-size: 0;
	width: 100%;
	margin-left: 0;
	margin-right: 0
}
.row.row-inline>* {
	display: block;
	padding-left: 0;
	padding-right: 0;
	float: none;
	font-size: 14px;
	vertical-align: middle
}
.row-inline.inline-bottom>* {
	vertical-align: bottom
}
.row-inline.inline-top>* {
	vertical-align: top
}

@media (min-width:992px) {
.row.row-inline>[class*=col-md-] {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px
}
}

@media (min-width:768px) {
.row.row-inline>[class*=col-sm-] {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px
}
}
.container-out+.container-out, .container-out:first-child {
	margin-top: -30px
}
.container-out {
	padding: 30px 5000px 1px;
	margin-left: -5000px;
	margin-right: -5000px;
	margin-bottom: 30px
}

@media (min-width:768px) {
.container-out {
	padding-top: 50px;
	padding-bottom: 20px;
	margin-bottom: 50px
}
}
.container-out.container-full-width {
	padding: 0;
	margin-left: 0;
	margin-right: 0
}
#boxed .container-out.container-full-width, .row-inline-wrap {
	margin-left: -15px;
	margin-right: -15px
}
.container-out.container-no-bottom {
	padding-bottom: 0
}
.container-out:last-child {
	margin-bottom: -30px
}

@media (min-width:768px) {
.container-out+.container-out, .container-out:first-child {
	margin-top: -50px
}
.container-out:last-child {
	margin-bottom: -50px
}
}
.container-light {
	background-color: #f9f9f9
}
.container-dark {
	background-color: #2d343e
}
.container-image {
	background-position: center center;
	-webkit-background-size: cover
}
.container-dark a, .container-dark h1, .container-dark h2, .container-dark h3, .container-dark h4, .container-dark h5, .container-dark h6, .container-image a, .container-image h1, .container-image h2, .container-image h3, .container-image h4, .container-image h5, .container-image h6 {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,.1)
}
.container-dark a:hover, .container-image a:hover {
	color: rgba(255,255,255,.6)
}
.container-dark, .container-image {
	color: rgba(255,255,255,.6);
	text-shadow: 1px 1px 0 rgba(0,0,0,.1)
}
.container-dark .btn {
	color: #2d343e;
	background-color: #fff;
	border-color: #fff
}
.container-dark .btn:hover {
	color: #2d343e;
	background-color: #f9f9f9;
	border-color: #f9f9f9
}
.container-dark .btn:active {
	border-color: #fff
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}
.col-xs-pull-12 {
	right: 100%
}
.col-xs-pull-11 {
	right: 91.66666667%
}
.col-xs-pull-10 {
	right: 83.33333333%
}
.col-xs-pull-9 {
	right: 75%
}
.col-xs-pull-8 {
	right: 66.66666667%
}
.col-xs-pull-7 {
	right: 58.33333333%
}
.col-xs-pull-6 {
	right: 50%
}
.col-xs-pull-5 {
	right: 41.66666667%
}
.col-xs-pull-4 {
	right: 33.33333333%
}
.col-xs-pull-3 {
	right: 25%
}
.col-xs-pull-2 {
	right: 16.66666667%
}
.col-xs-pull-1 {
	right: 8.33333333%
}
.col-xs-pull-0 {
	right: 0
}
.col-xs-push-12 {
	left: 100%
}
.col-xs-push-11 {
	left: 91.66666667%
}
.col-xs-push-10 {
	left: 83.33333333%
}
.col-xs-push-9 {
	left: 75%
}
.col-xs-push-8 {
	left: 66.66666667%
}
.col-xs-push-7 {
	left: 58.33333333%
}
.col-xs-push-6 {
	left: 50%
}
.col-xs-push-5 {
	left: 41.66666667%
}
.col-xs-push-4 {
	left: 33.33333333%
}
.col-xs-push-3 {
	left: 25%
}
.col-xs-push-2 {
	left: 16.66666667%
}
.col-xs-push-1 {
	left: 8.33333333%
}
.col-xs-push-0 {
	left: 0
}
.col-xs-offset-12 {
	margin-left: 100%
}
.col-xs-offset-11 {
	margin-left: 91.66666667%
}
.col-xs-offset-10 {
	margin-left: 83.33333333%
}
.col-xs-offset-9 {
	margin-left: 75%
}
.col-xs-offset-8 {
	margin-left: 66.66666667%
}
.col-xs-offset-7 {
	margin-left: 58.33333333%
}
.col-xs-offset-6 {
	margin-left: 50%
}
.col-xs-offset-5 {
	margin-left: 41.66666667%
}
.col-xs-offset-4 {
	margin-left: 33.33333333%
}
.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-2 {
	margin-left: 16.66666667%
}
.col-xs-offset-1 {
	margin-left: 8.33333333%
}
.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	float: left
}
.col-sm-12 {
	width: 100%
}
.col-sm-11 {
	width: 91.66666667%
}
.col-sm-10 {
	width: 83.33333333%
}
.col-sm-9 {
	width: 75%
}
.col-sm-8 {
	width: 66.66666667%
}
.col-sm-7 {
	width: 58.33333333%
}
.col-sm-6 {
	width: 50%
}
.col-sm-5 {
	width: 41.66666667%
}
.col-sm-4 {
	width: 33.33333333%
}
.col-sm-3 {
	width: 25%
}
.col-sm-2 {
	width: 16.66666667%
}
.col-sm-1 {
	width: 8.33333333%
}
.col-sm-pull-12 {
	right: 100%
}
.col-sm-pull-11 {
	right: 91.66666667%
}
.col-sm-pull-10 {
	right: 83.33333333%
}
.col-sm-pull-9 {
	right: 75%
}
.col-sm-pull-8 {
	right: 66.66666667%
}
.col-sm-pull-7 {
	right: 58.33333333%
}
.col-sm-pull-6 {
	right: 50%
}
.col-sm-pull-5 {
	right: 41.66666667%
}
.col-sm-pull-4 {
	right: 33.33333333%
}
.col-sm-pull-3 {
	right: 25%
}
.col-sm-pull-2 {
	right: 16.66666667%
}
.col-sm-pull-1 {
	right: 8.33333333%
}
.col-sm-pull-0 {
	right: 0
}
.col-sm-push-12 {
	left: 100%
}
.col-sm-push-11 {
	left: 91.66666667%
}
.col-sm-push-10 {
	left: 83.33333333%
}
.col-sm-push-9 {
	left: 75%
}
.col-sm-push-8 {
	left: 66.66666667%
}
.col-sm-push-7 {
	left: 58.33333333%
}
.col-sm-push-6 {
	left: 50%
}
.col-sm-push-5 {
	left: 41.66666667%
}
.col-sm-push-4 {
	left: 33.33333333%
}
.col-sm-push-3 {
	left: 25%
}
.col-sm-push-2 {
	left: 16.66666667%
}
.col-sm-push-1 {
	left: 8.33333333%
}
.col-sm-push-0 {
	left: 0
}
.col-sm-offset-12 {
	margin-left: 100%
}
.col-sm-offset-11 {
	margin-left: 91.66666667%
}
.col-sm-offset-10 {
	margin-left: 83.33333333%
}
.col-sm-offset-9 {
	margin-left: 75%
}
.col-sm-offset-8 {
	margin-left: 66.66666667%
}
.col-sm-offset-7 {
	margin-left: 58.33333333%
}
.col-sm-offset-6 {
	margin-left: 50%
}
.col-sm-offset-5 {
	margin-left: 41.66666667%
}
.col-sm-offset-4 {
	margin-left: 33.33333333%
}
.col-sm-offset-3 {
	margin-left: 25%
}
.col-sm-offset-2 {
	margin-left: 16.66666667%
}
.col-sm-offset-1 {
	margin-left: 8.33333333%
}
.col-sm-offset-0 {
	margin-left: 0
}
}

@media (min-width:992px) {
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	float: left
}
.col-md-12 {
	width: 100%
}
.col-md-11 {
	width: 91.66666667%
}
.col-md-10 {
	width: 83.33333333%
}
.col-md-9 {
	width: 75%
}
.col-md-8 {
	width: 66.66666667%
}
.col-md-7 {
	width: 58.33333333%
}
.col-md-6 {
	width: 50%
}
.col-md-5 {
	width: 41.66666667%
}
.col-md-4 {
	width: 33.33333333%
}
.col-md-3 {
	width: 25%
}
.col-md-2 {
	width: 16.66666667%
}
.col-md-1 {
	width: 8.33333333%
}
.col-md-pull-12 {
	right: 100%
}
.col-md-pull-11 {
	right: 91.66666667%
}
.col-md-pull-10 {
	right: 83.33333333%
}
.col-md-pull-9 {
	right: 75%
}
.col-md-pull-8 {
	right: 66.66666667%
}
.col-md-pull-7 {
	right: 58.33333333%
}
.col-md-pull-6 {
	right: 50%
}
.col-md-pull-5 {
	right: 41.66666667%
}
.col-md-pull-4 {
	right: 33.33333333%
}
.col-md-pull-3 {
	right: 25%
}
.col-md-pull-2 {
	right: 16.66666667%
}
.col-md-pull-1 {
	right: 8.33333333%
}
.col-md-pull-0 {
	right: 0
}
.col-md-push-12 {
	left: 100%
}
.col-md-push-11 {
	left: 91.66666667%
}
.col-md-push-10 {
	left: 83.33333333%
}
.col-md-push-9 {
	left: 75%
}
.col-md-push-8 {
	left: 66.66666667%
}
.col-md-push-7 {
	left: 58.33333333%
}
.col-md-push-6 {
	left: 50%
}
.col-md-push-5 {
	left: 41.66666667%
}
.col-md-push-4 {
	left: 33.33333333%
}
.col-md-push-3 {
	left: 25%
}
.col-md-push-2 {
	left: 16.66666667%
}
.col-md-push-1 {
	left: 8.33333333%
}
.col-md-push-0 {
	left: 0
}
.col-md-offset-12 {
	margin-left: 100%
}
.col-md-offset-11 {
	margin-left: 91.66666667%
}
.col-md-offset-10 {
	margin-left: 83.33333333%
}
.col-md-offset-9 {
	margin-left: 75%
}
.col-md-offset-8 {
	margin-left: 66.66666667%
}
.col-md-offset-7 {
	margin-left: 58.33333333%
}
.col-md-offset-6 {
	margin-left: 50%
}
.col-md-offset-5 {
	margin-left: 41.66666667%
}
.col-md-offset-4 {
	margin-left: 33.33333333%
}
.col-md-offset-3 {
	margin-left: 25%
}
.col-md-offset-2 {
	margin-left: 16.66666667%
}
.col-md-offset-1 {
	margin-left: 8.33333333%
}
.col-md-offset-0 {
	margin-left: 0
}
}

@media (min-width:1200px) {
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
	float: left
}
.col-lg-12 {
	width: 100%
}
.col-lg-11 {
	width: 91.66666667%
}
.col-lg-10 {
	width: 83.33333333%
}
.col-lg-9 {
	width: 75%
}
.col-lg-8 {
	width: 66.66666667%
}
.col-lg-7 {
	width: 58.33333333%
}
.col-lg-6 {
	width: 50%
}
.col-lg-5 {
	width: 41.66666667%
}
.col-lg-4 {
	width: 33.33333333%
}
.col-lg-3 {
	width: 25%
}
.col-lg-2 {
	width: 16.66666667%
}
.col-lg-1 {
	width: 8.33333333%
}
.col-lg-pull-12 {
	right: 100%
}
.col-lg-pull-11 {
	right: 91.66666667%
}
.col-lg-pull-10 {
	right: 83.33333333%
}
.col-lg-pull-9 {
	right: 75%
}
.col-lg-pull-8 {
	right: 66.66666667%
}
.col-lg-pull-7 {
	right: 58.33333333%
}
.col-lg-pull-6 {
	right: 50%
}
.col-lg-pull-5 {
	right: 41.66666667%
}
.col-lg-pull-4 {
	right: 33.33333333%
}
.col-lg-pull-3 {
	right: 25%
}
.col-lg-pull-2 {
	right: 16.66666667%
}
.col-lg-pull-1 {
	right: 8.33333333%
}
.col-lg-pull-0 {
	right: 0
}
.col-lg-push-12 {
	left: 100%
}
.col-lg-push-11 {
	left: 91.66666667%
}
.col-lg-push-10 {
	left: 83.33333333%
}
.col-lg-push-9 {
	left: 75%
}
.col-lg-push-8 {
	left: 66.66666667%
}
.col-lg-push-7 {
	left: 58.33333333%
}
.col-lg-push-6 {
	left: 50%
}
.col-lg-push-5 {
	left: 41.66666667%
}
.col-lg-push-4 {
	left: 33.33333333%
}
.col-lg-push-3 {
	left: 25%
}
.col-lg-push-2 {
	left: 16.66666667%
}
.col-lg-push-1 {
	left: 8.33333333%
}
.col-lg-push-0 {
	left: 0
}
.col-lg-offset-12 {
	margin-left: 100%
}
.col-lg-offset-11 {
	margin-left: 91.66666667%
}
.col-lg-offset-10 {
	margin-left: 83.33333333%
}
.col-lg-offset-9 {
	margin-left: 75%
}
.col-lg-offset-8 {
	margin-left: 66.66666667%
}
.col-lg-offset-7 {
	margin-left: 58.33333333%
}
.col-lg-offset-6 {
	margin-left: 50%
}
.col-lg-offset-5 {
	margin-left: 41.66666667%
}
.col-lg-offset-4 {
	margin-left: 33.33333333%
}
.col-lg-offset-3 {
	margin-left: 25%
}
.col-lg-offset-2 {
	margin-left: 16.66666667%
}
.col-lg-offset-1 {
	margin-left: 8.33333333%
}
.col-lg-offset-0 {
	margin-left: 0
}
}
.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
	content: " ";
	display: table
}
.clearfix:after, .container-fluid:after, .container:after, .row:after {
	clear: both
}
.devider-bottom:after, .devider-top:before, hr {
	border: 0;
	border: none;
	margin: 30px 0;
	display: block;
	content: '';
	height: 1px;
	width: 100%;
	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(241,241,241,0)), color-stop(33%, rgba(241,241,241,1)), color-stop(66%, rgba(241,241,241,1)), color-stop(100%, rgba(241,241,241,0)));
	background: -webkit-linear-gradient(left, rgba(241,241,241,0) 0, rgba(241,241,241,1) 33%, rgba(241,241,241,1) 66%, rgba(241,241,241,0) 100%);
	background: linear-gradient(to right, rgba(241,241,241,0) 0, rgba(241,241,241,1) 33%, rgba(241,241,241,1) 66%, rgba(241,241,241,0) 100%)
}
.devider-heavy:after, .devider-heavy:before, hr.devider-heavy {
	height: 3px
}
.devider-margin-medium.devider-bottom:after, .devider-margin-medium.devider-top:before, hr.devider-margin-medium {
	margin: 40px 0
}
.devider-margin-big.devider-bottom:after, .devider-margin-big.devider-top:before, hr.devider-margin-big {
	margin: 50px 0
}
.row+.devider-bottom:after, .row+.devider-top:before, .row+hr {
	margin-top: 0
}
.row+.devider-margin-medium.devider-bottom:after, .row+.devider-margin-medium.devider-top:before, .row+hr.devider-margin-medium {
	margin-top: 10px
}
.row+.devider-margin-big.devider-bottom:after, .row+.devider-margin-big.devider-top:before, .row+hr.devider-margin-big {
	margin-top: 20px
}
.row-inline-wrap {
	margin-left: -15px;
	margin-right: -15px;
margin-bottom:30px
}
.row.row-inline {
	display: table;
	font-size: 0;
	width: 100%;
	margin-left: 0;
	margin-right: 0
}
.row.row-inline>* {
	display: block;
	padding-left: 0;
	padding-right: 0;
	float: none;
	font-size: 14px;
	vertical-align: middle
}
.row-inline.inline-bottom>* {
	vertical-align: bottom
}
.row-inline.inline-top>* {
	vertical-align: top
}

@media (min-width:992px) {
.row.row-inline>[class*=col-md-] {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px
}
}

@media (min-width:768px) {
.row.row-inline>[class*=col-sm-] {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px
}
}
article.post-mini.devider-top:before {
	margin: 15px 0
}
ul.arrow>li, ul.check>li, ul.circle>li, ul.dash>li, ul.default>li, ul.plus>li {
	list-style: none;
	padding: 0 0 0 24px;
	position: relative;
	margin: 5px 0;
	list-style-image: url('cross.svg') !important;
}
ol>li {
	margin: 5px 0
}
ul.default>li {
	padding: 0
}
ul.arrow>li:before, ul.check>li:before, ul.circle>li:before, ul.dash>li:before, ul.plus>li:before {
	left: 0;
	top: 1px;
	position: absolute;
	font-family: FontAwesome;
	font-weight: 100;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased
}
.cm, .ge, .sd {
	font-style: italic
}
ul.arrow>li:before {
	content: "\f054"
}
ul.circle>li:before {
	top: 4px;
	font-size: 7px;
	content: "\f111"
}
ul.check>li:before {
	content: "\f00c"
}
ul.plus>li:before {
	list-style-image: url('plus999.svg');
}
ul.dash>li:before {
	top: 2px;
	content: "\f068"
}
.text-right ul.arrow>li, .text-right ul.check>li, .text-right ul.circle>li, .text-right ul.dash>li, .text-right ul.plus>li {
	padding: 0 24px 0 0
}
.text-right ul li:before {
	left: auto;
	right: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.tight75{	
	font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 16px;
	color:#303336;
	border-color:#303336;
    font-weight: 400;
	line-height: 22px;
			margin-top: 0;
	padding-right: 15px;
	padding-left: 9px;
    width: 360px !important;}

.tight87{	
	font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 16px;
	color:#303336;
	border-color:#303336;
    font-weight: 400;
	line-height: 22px;
			margin-top: 0;
	margin-bottom: 12px;
	margin-right: 12px;
	padding-right: 9px;
	
    width: 775px !important;}
.tight89{	
	font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 16px;
	color:#303336;
	border-color:#303336;
    font-weight: 400;
	line-height: 22px;
			margin-top: 0;
	margin-bottom: 12px;
	margin-right: 12px;
	padding-right: 9px;
	
    width: 480px !important;}
.tight85{	
	font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 16px;
	color:#303336;
	border-color:#303336;
    font-weight: 400;
	line-height: 22px;
			margin-top: 0;
	margin-bottom: 12px;
	margin-right: 12px;
	padding-right: 9px;
	
    width: 750px !important;}
.tight8{	
	font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 16.5px;
	color:#303336;
	border-color:#303336;
    font-weight: 400;
	line-height: 22px;
			margin-top: 0;
	margin-bottom: 12px;
	margin-right: 12px;
	padding-right: 9px;

    width: 700px !important;}
.tight7{	
	font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 16px;
	color:#303336;
	border-color:#303336;
    font-weight: 400;
	line-height: 22px;
			margin-top: 0;
	margin-bottom: 12px;
	margin-right: 12px;
	padding-right: 9px;
	
    width: 600px !important;}
.tight6{	
	font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 16.5px;
	color:#303336;
	border-color:#303336;
    font-weight: 400;
	line-height: 22px;
			margin-top: 0;
	margin-bottom: 12px;
	margin-right: 12px;
	padding-right: 9px;
	
    width: 550px !important;}
.tight5{	
	font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 16px;
	color:#303336;
	border-color:#303336;
    font-weight: 400;
	line-height: 22px;
			margin-top: 0;
	margin-bottom: 12px;
	margin-right: 12px;
	padding-right: 9px;
	
    width: 500px !important;}
.tight4{	
	font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 16px;
	color:#303336;
	border-color:#303336;
    font-weight: 400;
	line-height: 22px;
			margin-top: 0;
	margin-bottom: 12px;
	margin-right: 33px;
	padding-right: 6px;
	
	width: 450px !important;}
.tight22{	
	font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 16px;
	color:#303336;
	border-color:#303336;
    font-weight: 400;
	line-height: 22px;
			margin-top: 0;
	margin-bottom: 12px;
	margin-right: 12px;
	padding-right: 9px;
	
    width: 278px !important;}
.tight222{	
	font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 16px;
	color:#303336;
	border-color:#303336;
    font-weight: 400;
	line-height: 22px;
			margin-top: 0;
	margin-bottom: 12px;
	margin-right: 12px;
	padding-right: 9px;
	margin-bottom: 24px;
    width: 251px !important;}
		
.tight3{	
	font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 16px;
	color:#303336;
	border-color:#303336;
    font-weight: 400;
	line-height: 22px;
			margin-top: 0;
	margin-bottom: 12px;
	margin-right: 33px;
	padding-right: 6px;
	
	width: 300px !important;}
.tight33{	
	font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 16px;
	color:#303336;
	border-color:#303336;
    font-weight: 400;
	line-height: 22px;
			margin-top: 0;
	margin-bottom: 12px;
	margin-right: 21px;
	padding-right: 6px;
	margin-left: 21px;
	 
	text-align: left;
	width: 261px !important;}
.tight25{	
	font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 16px;
	color:#303336;
	border-color:#303336;
    font-weight: 400;
	line-height: 22px;
			margin-top: 0;
	margin-bottom: 12px;
	margin-right: 33px;
	padding-right: 6px;
	
	width: 270px !important;}	 
		
.tight2{	
	font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 16px;
	color:#303336;
	border-color:#303336;
    font-weight: 400;
	line-height: 22px;
			margin-top: 0;
	margin-bottom: 12px;
	margin-right: 12px;
	padding-right: 9px;
	}

.tight{	
	font-family: omnes-cyrillic, sans-serif;
    font-style: normal;
	font-size: 16px;
	color:#303336;
	border-color:#303336;
    font-weight: 400;
	line-height: 22px;
			margin-top: 0;
	margin-bottom: 12px;
	margin-right: 12px;
	padding-right: 9px;
	}

	
h3 {
    font-size: 24px;
    line-height: 30px;
	font-family: omnes-cyrillic, sans-serif;
	color: #181818;
font-style: normal;
font-weight: 300;
}

h4 {
    font-size: 17px;
    line-height: 19px;
	font-family: omnes-cyrillic, sans-serif;
font-style: normal;
font-weight: 400;
	color: #181818;
	margin-bottom: -3px;
}

/* Won't be used here */

h5 {
    font-size: 16px;
    line-height: 18px;
	font-family: omnes-cyrillic, sans-serif;
font-style: normal;
font-weight: 300;
}
	
 h6 {
    font-size: 16px;
    line-height: 18px;
	font-family: omnes-cyrillic, sans-serif;
font-style: normal;
font-weight: 400;
color: #181818;
	margin-bottom: -2px;
}
	 
.bg301 {
	background-image: url(../img/foot-301.png)
}
.bg302 {
	background-image: url(../img/foot-302.png)
}
.bg303 {
	background-image: url(../img/foot-303.png)
}
.bg304 {
	background-image: url(../img/foot-304.png)
}
.bg305 {
	background-image: url(../img/foot-305.png)
}
.bg306 {
	background-image: url(../img/foot-306.png)
}
.bg300 {
	background-image: url(../img/circuit3.png)
}
.bg312 {
	background-image: url(../img/foot-312.png)
}
.bg313 {
	background-image: url(../img/foot-313.png)
}


#abc {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	
	background-color: rgba(31,33,43,.87);
	overflow: auto;
	z-index: 12
}
img#close {
	border: 0px;
	color: #454545;
	 
}
div#popupContact {
	position: absolute;
	left: 50%;
	top: 39%;
	margin-left: -202px;
}
form {
	max-width: 480px;
	min-width: 360px;
	padding: 10px 50px;
	border: 1px solid #454545;
	border-radius: 10px;
	font-color: #454545;
	background-color: #f1f1f1;
}


hr {
	border: 0;
	border-top: 1px solid #ccc;
}
input[type=text] {
	width: 82%;
	padding: 10px;
	margin-top: 30px;
	padding-left: 40px;
	font-size: 16px;
}
#name {
	background-image: url(../images/name.jpg);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	margin-left: 5px;
}
#email {
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: 5px 7px
}
textarea {
	background-repeat: no-repeat;
	background-position: 5px 7px;
	width: 82%;
	height: 95px;
	padding: 10px;
	resize: none;
	margin-top: 30px;
	padding-left: 40px;
	font-size: 16px;
	background-color: #a1a1a1;
	margin-bottom: 30px
}

@font-face {
  font-family: venera-900;
  src: url("../fonts/Venera 900.otf");
}
@font-face {
  font-family: venera-700;
  src: url("../fonts/Venera 700.otf");
}
@font-face {
  font-family: venera-500, sans-serif;
  src: url("../fonts/Venera 500.otf");
}
@font-face {
  font-family: venera-300, sans-serif;
  src: url("../fonts/Venera 300.otf");
}
@font-face {
  font-family: venera-100, sans-serif;
  src: url("../fonts/Venera 100.otf");
}

.venta {font-family: venera-900, sans-serif;}  
.ventas {font-family: venera-100, sans-serif;}
.vxs{		
font-family: omnes-cyrillic, sans-serif;
font-style: normal;
font-weight: 400;
}
.vxsi{	
font-family: omnes-cyrillic, sans-serif;
font-style: oblique;
font-weight: 400;
	}
.logofnt{
	font-family: venera-900, sans-serif;
font-style: normal;
font-weight: 400;
	
}
a.vlnk {
	color: #A2094A!important;
}
a.vlnk:hover{
color: #A2094A!important;}
a.vlnk:active {
color: #A2094A!important;
}
a.blnk {
	color: #181781!important;
}
a.blnk:hover{
color: #a232c7f!important;}
a.blnk:active {
color: #232c7f!important;
}
a.dlnk {
	color: #181781!important;
}
a.dlnk:hover{
color: #0090cb!important;}
a.dlnk:active {
color: #0090cb!important;
}
::-webkit-scrollbar {
display: none; /* Chrome Safari */
}
	
.bg667{background-image: url('../slider/slider-115.png')}
.bg668{background-image: url('../slider/slider-121.png')}
.bg669{background-image: url('../slider/slider-139.png')}
.bg1{background-color: section-gray}

.bg.main{background-color: #b54321}
.bg-white{background-color: #f5f5f5}
.bg-light{background-color: #f9f9f9}
.bg-gray{background-color: #eaedec}
.bg-dark{background-color: #315659}
.bg-dark{background-color: #315659}
.bg-black{background-color: #000000}
.bg-subfoot{background-color:#090a0b}
#txt {color: #363339!important}
#revtxt {color: #f9f9f9!important}
#rvt {color: #f9f9f9!important; font-weight: 400}
#vt {color: #363339!important; font-weight: 400} 
 
.section-light{background-color: #f9f9f9;}
.section-dark{background-color: #3b5a78;}
.section-white{background-color: #f5f5f5;}
.section-offwhite{background-color: #f1f1f1;}
.section-gray{background-color: #eaedec;}

.hdr{font-family: omnes-cyrillic, sans-serif; color:#030309 !important; font-weight: 500 !important; font-size: 13px !important}
#dark{background-color: #315659!important}
#darkh{color: #37536e;}
.dark{color:#303336;border-color:#303336}
#f9{background-color: #f9f9f9!important}	
#lnk {color:#a2094a!important} 
#ff{background-color: #ffffff!important}	

 .progress{border-radius:2px;box-shadow:none;height:24px;margin-bottom:15px;background-color:#e2e2e2}
	.progress-bar{text-align:left;background-color:#eaeaea;line-height:23px;color:#f9f9f9; font-weight: 500;}
.progress-bar-animate{-webkit-transition:width 1s ease-out;transition:width 1s ease-out}
.progress-bar span{padding:5px 17px;background-color:#444448} 
.progress.progress-bar-info{background-color:#5bc0de!important}
.progress.progress-bar-danger{background-color:#d9534f!important}
.progress.progress-bar-warning{background-color:#f0ad4e!important}
.progress.progress-bar-success{background-color:#5cb85c!important}
.progress .progress-bar-primary{background-color:#428bca!important}
	.bgheader {background-image:url("slider/slider-01.png")}
 
    .bgheader-100 {background-image:url("img/fusion-side-11f.png")}
    .bgheader-101 {background-image:url("img/gtw-under-27a.png")}
	.bgheader-102 {background-image:url("img/gtw-under-23c.png")}
	.bgheader-103 {background-image:url("img/fusion-side-11a.png")}
	.bgheader-104 {background-image:url("slider/slider-01.png")}
	.bgheader-105 {background-image:url("img/white-silver.jpg")}
	.bgheader-106 {background-image:url("slider/slider-139.png")}
	.bgheader-107 {background-image:url("slider/slider-02.png")}
	.bgheader-108 {background-image:url("slider/slider-134.png")}
	.bgheader-109 {background-image:url("img/circuit-4444.png")}
#lift {margin-top: -1px; margin-left: 3px}
#lift2 {margin-top: -5px; margin-left: 3px}
#bul{color:#0f365b!important}
.hdrd{color:#a2094a; font-weight: 500; font-size: 19px} 
.hdbb{color:#232c7f; font-weight: 500; font-size: 19px} 
.hdrr{color:#a2094a; font-weight: 500; font-size: 19px} 
.bb {color: #111c7f}
.hdrb{color:#232c7f; font-weight: 400; font-size: 16px!important}
.hdrbs{color:#232c7f; font-weight: 400; font-size: 14px!important}
hedb{color:#232c7f; font-weight: 400; font-size: 16px!important}
hedr{color:#a2094a; font-weight: 400; font-size: 16px!important}

/* *********************	Custom from CSS/Style-VAXSYS.CSS 	********************* */
@font-face {
  font-family: ElegantIcons;
  src: url("../plugins/elegant_font/html_css/fonts/ElegantIcons.eot");
  src: url("../plugins/elegant_font/html_css/fonts/ElegantIcons-.eot#iefix") format('embedded-opentype'), url("../plugins/elegant_font/html_css/fonts/ElegantIcons.woff") format('woff'), url("../plugins/elegant_font/html_css/fonts/ElegantIcons.ttf") format('truetype'), url("../plugins/elegant_font/html_css/fonts/ElegantIcons.svg#ElegantIcons") format('svg');
  font-weight: 400;
  font-style: normal
}
[data-icon]:before {
  font-family: ElegantIcons;
  content: attr(data-icon);
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.arrow-up-down, .arrow_back, .arrow_carrot-2down, .arrow_carrot-2down_alt2, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left, .arrow_carrot-2left_alt, .arrow_carrot-2left_alt2, .arrow_carrot-2right, .arrow_carrot-2right_alt, .arrow_carrot-2right_alt2, .arrow_carrot-2up, .arrow_carrot-2up_alt, .arrow_carrot-2up_alt2, .arrow_carrot-down, .arrow_carrot-down_alt, .arrow_carrot-down_alt2, .arrow_carrot-left, .arrow_carrot-left_alt, .arrow_carrot-left_alt2, .arrow_carrot-right, .arrow_carrot-right_alt, .arrow_carrot-right_alt2, .arrow_carrot-up, .arrow_carrot-up_alt2, .arrow_carrot_up_alt, .arrow_condense, .arrow_condense_alt, .arrow_down, .arrow_down_alt, .arrow_expand, .arrow_expand_alt, .arrow_expand_alt2, .arrow_expand_alt3, .arrow_left, .arrow_left-down, .arrow_left-down_alt, .arrow_left-right, .arrow_left-right_alt, .arrow_left-up, .arrow_left-up_alt, .arrow_left_alt, .arrow_move, .arrow_right, .arrow_right-down, .arrow_right-down_alt, .arrow_right-up, .arrow_right-up_alt, .arrow_right_alt, .arrow_triangle-down, .arrow_triangle-down_alt, .arrow_triangle-down_alt2, .arrow_triangle-left, .arrow_triangle-left_alt, .arrow_triangle-left_alt2, .arrow_triangle-right, .arrow_triangle-right_alt, .arrow_triangle-right_alt2, .arrow_triangle-up, .arrow_triangle-up_alt, .arrow_triangle-up_alt2, .arrow_up, .arrow_up-down_alt, .arrow_up_alt, .icon_adjust-horiz, .icon_adjust-vert, .icon_archive, .icon_archive_alt, .icon_bag, .icon_bag_alt, .icon_balance, .icon_blocked, .icon_book, .icon_book_alt, .icon_box-checked, .icon_box-empty, .icon_box-selected, .icon_briefcase, .icon_briefcase_alt, .icon_building, .icon_building_alt, .icon_calculator_alt, .icon_calendar, .icon_calulator, .icon_camera, .icon_camera_alt, .icon_cart, .icon_cart_alt, .icon_chat, .icon_chat_alt, .icon_check, .icon_check_alt, .icon_check_alt2, .icon_circle-empty, .icon_circle-slelected, .icon_clipboard, .icon_clock, .icon_clock_alt, .icon_close, .icon_close_alt, .icon_close_alt2, .icon_cloud, .icon_cloud-download, .icon_cloud-download_alt, .icon_cloud-upload, .icon_cloud-upload_alt, .icon_cloud_alt, .icon_cog, .icon_cogs, .icon_comment, .icon_comment_alt, .icon_compass, .icon_compass_alt, .icon_cone, .icon_cone_alt, .icon_contacts, .icon_contacts_alt, .icon_creditcard, .icon_currency, .icon_currency_alt, .icon_cursor, .icon_cursor_alt, .icon_datareport, .icon_datareport_alt, .icon_desktop, .icon_dislike, .icon_dislike_alt, .icon_document, .icon_document_alt, .icon_documents, .icon_documents_alt, .icon_download, .icon_drawer, .icon_drawer_alt, .icon_drive, .icon_drive_alt, .icon_easel, .icon_easel_alt, .icon_error-circle, .icon_error-circle_alt, .icon_error-oct, .icon_error-oct_alt, .icon_error-triangle, .icon_error-triangle_alt, .icon_film, .icon_floppy, .icon_floppy_alt, .icon_flowchart, .icon_flowchart_alt, .icon_folder, .icon_folder-add, .icon_folder-add_alt, .icon_folder-alt, .icon_folder-open, .icon_folder-open_alt, .icon_folder_download, .icon_folder_upload, .icon_genius, .icon_gift, .icon_gift_alt, .icon_globe, .icon_globe-2, .icon_globe_alt, .icon_grid-2x2, .icon_grid-3x3, .icon_group, .icon_headphones, .icon_heart, .icon_heart_alt, .icon_hourglass, .icon_house, .icon_house_alt, .icon_id, .icon_id-2, .icon_id-2_alt, .icon_id_alt, .icon_image, .icon_images, .icon_info, .icon_info_alt, .icon_key, .icon_key_alt, .icon_laptop, .icon_lifesaver, .icon_lightbulb, .icon_lightbulb_alt, .icon_like, .icon_like_alt, .icon_link, .icon_link_alt, .icon_loading, .icon_lock, .icon_lock-open, .icon_lock-open_alt, .icon_lock_alt, .icon_mail, .icon_mail_alt, .icon_map, .icon_map_alt, .icon_menu, .icon_menu-circle_alt, .icon_menu-circle_alt2, .icon_menu-square_alt, .icon_menu-square_alt2, .icon_mic, .icon_mic_alt, .icon_minus-06, .icon_minus-box, .icon_minus_alt, .icon_minus_alt2, .icon_mobile, .icon_mug, .icon_mug_alt, .icon_music, .icon_ol, .icon_paperclip, .icon_pause, .icon_pause_alt, .icon_pause_alt2, .icon_pencil, .icon_pencil-edit, .icon_pencil-edit_alt, .icon_pencil_alt, .icon_pens, .icon_pens_alt, .icon_percent, .icon_percent_alt, .icon_phone, .icon_piechart, .icon_pin, .icon_pin_alt, .icon_plus, .icon_plus-box, .icon_plus_alt, .icon_plus_alt2, .icon_printer, .icon_printer-alt, .icon_profile, .icon_pushpin, .icon_pushpin_alt, .icon_puzzle, .icon_puzzle_alt, .icon_question, .icon_question_alt, .icon_question_alt2, .icon_quotations, .icon_quotations_alt, .icon_quotations_alt2, .icon_refresh, .icon_ribbon, .icon_ribbon_alt, .icon_rook, .icon_search, .icon_search-2, .icon_search_alt, .icon_shield, .icon_shield_alt, .icon_star, .icon_star-half, .icon_star-half_alt, .icon_star_alt, .icon_stop, .icon_stop_alt, .icon_stop_alt2, .icon_table, .icon_tablet, .icon_tag, .icon_tag_alt, .icon_tags, .icon_tags_alt, .icon_target, .icon_tool, .icon_toolbox, .icon_toolbox_alt, .icon_tools, .icon_trash, .icon_trash_alt, .icon_ul, .icon_upload, .icon_vol-mute, .icon_vol-mute_alt, .icon_volume-high, .icon_volume-high_alt, .icon_volume-low, .icon_volume-low_alt, .icon_wallet, .icon_wallet_alt, .icon_zoom-in, .icon_zoom-in_alt, .icon_zoom-out, .icon_zoom-out_alt, .social_blogger, .social_blogger_circle, .social_blogger_square, .social_delicious, .social_delicious_circle, .social_delicious_square, .social_deviantart, .social_deviantart_circle, .social_deviantart_square, .social_dribbble, .social_dribbble_circle, .social_dribbble_square, .social_facebook, .social_facebook_circle, .social_facebook_square, .social_flickr, .social_flickr_circle, .social_flickr_square, .social_googledrive, .social_googledrive_alt2, .social_googledrive_square, .social_googleplus, .social_googleplus_circle, .social_googleplus_square, .social_instagram, .social_instagram_circle, .social_instagram_square, .social_linkedin, .social_linkedin_circle, .social_linkedin_square, .social_myspace, .social_myspace_circle, .social_myspace_square, .social_picassa, .social_picassa_circle, .social_picassa_square, .social_pinterest, .social_pinterest_circle, .social_pinterest_square, .social_rss, .social_rss_circle, .social_rss_square, .social_share, .social_share_circle, .social_share_square, .social_skype, .social_skype_circle, .social_skype_square, .social_spotify, .social_spotify_circle, .social_spotify_square, .social_stumbleupon_circle, .social_stumbleupon_square, .social_tumbleupon, .social_tumblr, .social_tumblr_circle, .social_tumblr_square, .social_twitter, .social_twitter_circle, .social_twitter_square, .social_vimeo, .social_vimeo_circle, .social_vimeo_square, .social_wordpress, .social_wordpress_circle, .social_wordpress_square, .social_youtube, .social_youtube_circle, .social_youtube_square {
  font-family: ElegantIcons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased
}
.arrow_up:before {
  content: "\21"
}
.arrow_down:before {
  content: "\22"
}
.arrow_left:before {
  content: "\23"
}
.arrow_right:before {
  content: "\24"
}
.arrow_left-up:before {
  content: "\25"
}
.arrow_right-up:before {
  content: "\26"
}
.arrow_right-down:before {
  content: "\27"
}
.arrow_left-down:before {
  content: "\28"
}
.arrow-up-down:before {
  content: "\29"
}
.arrow_up-down_alt:before {
  content: "\2a"
}
.arrow_left-right_alt:before {
  content: "\2b"
}
.arrow_left-right:before {
  content: "\2c"
}
.arrow_expand_alt2:before {
  content: "\2d"
}
.arrow_expand_alt:before {
  content: "\2e"
}
.arrow_condense:before {
  content: "\2f"
}
.arrow_expand:before {
  content: "\30"
}
.arrow_move:before {
  content: "\31"
}
.arrow_carrot-up:before {
  content: "\32"
}
.arrow_carrot-down:before {
  content: "\33"
}
.arrow_carrot-left:before {
  content: "\34"
}
.arrow_carrot-right:before {
  content: "\35"
}
.arrow_carrot-2up:before {
  content: "\36"
}
.arrow_carrot-2down:before {
  content: "\37"
}
.arrow_carrot-2left:before {
  content: "\38"
}
.arrow_carrot-2right:before {
  content: "\39"
}
.arrow_carrot-up_alt2:before {
  content: "\3a"
}
.arrow_carrot-down_alt2:before {
  content: "\3b"
}
.arrow_carrot-left_alt2:before {
  content: "\3c"
}
.arrow_carrot-right_alt2:before {
  content: "\3d"
}
.arrow_carrot-2up_alt2:before {
  content: "\3e"
}
.arrow_carrot-2down_alt2:before {
  content: "\3f"
}
.arrow_carrot-2left_alt2:before {
  content: "\40"
}
.arrow_carrot-2right_alt2:before {
  content: "\41"
}
.arrow_triangle-up:before {
  content: "\42"
}
.arrow_triangle-down:before {
  content: "\43"
}
.arrow_triangle-left:before {
  content: "\44"
}
.arrow_triangle-right:before {
  content: "\45"
}
.arrow_triangle-up_alt2:before {
  content: "\46"
}
.arrow_triangle-down_alt2:before {
  content: "\47"
}
.arrow_triangle-left_alt2:before {
  content: "\48"
}
.arrow_triangle-right_alt2:before {
  content: "\49"
}
.arrow_back:before {
  content: "\4a"
}
.icon_minus-06:before {
  content: "\4b"
}
.icon_plus:before {
  content: "\4c"
}
.icon_close:before {
  content: "\4d"
}
.icon_check:before {
  content: "\4e"
}
.icon_minus_alt2:before {
  content: "\4f"
}
.icon_plus_alt2:before {
  content: "\50"
}
.icon_close_alt2:before {
  content: "\51"
}
.icon_check_alt2:before {
  content: "\52"
}
.icon_zoom-out_alt:before {
  content: "\53"
}
.icon_zoom-in_alt:before {
  content: "\54"
}
.icon_search:before {
  content: "\55"
}
.icon_box-empty:before {
  content: "\56"
}
.icon_box-selected:before {
  content: "\57"
}
.icon_minus-box:before {
  content: "\58"
}
.icon_plus-box:before {
  content: "\59"
}
.icon_box-checked:before {
  content: "\5a"
}
.icon_circle-empty:before {
  content: "\5b"
}
.icon_circle-slelected:before {
  content: "\5c"
}
.icon_stop_alt2:before {
  content: "\5d"
}
.icon_stop:before {
  content: "\5e"
}
.icon_pause_alt2:before {
  content: "\5f"
}
.icon_pause:before {
  content: "\60"
}
.icon_menu:before {
  content: "\61"
}
.icon_menu-square_alt2:before {
  content: "\62"
}
.icon_menu-circle_alt2:before {
  content: "\63"
}
.icon_ul:before {
  content: "\64"
}
.icon_ol:before {
  content: "\65"
}
.icon_adjust-horiz:before {
  content: "\66"
}
.icon_adjust-vert:before {
  content: "\67"
}
.icon_document_alt:before {
  content: "\68"
}
.icon_documents_alt:before {
  content: "\69"
}
.icon_pencil:before {
  content: "\6a"
}
.icon_pencil-edit_alt:before {
  content: "\6b"
}
.icon_pencil-edit:before {
  content: "\6c"
}
.icon_folder-alt:before {
  content: "\6d"
}
.icon_folder-open_alt:before {
  content: "\6e"
}
.icon_folder-add_alt:before {
  content: "\6f"
}
.icon_info_alt:before {
  content: "\70"
}
.icon_error-oct_alt:before {
  content: "\71"
}
.icon_error-circle_alt:before {
  content: "\72"
}
.icon_error-triangle_alt:before {
  content: "\73"
}
.icon_question_alt2:before {
  content: "\74"
}
.icon_question:before {
  content: "\75"
}
.icon_comment_alt:before {
  content: "\76"
}
.icon_chat_alt:before {
  content: "\77"
}
.icon_vol-mute_alt:before {
  content: "\78"
}
.icon_volume-low_alt:before {
  content: "\79"
}
.icon_volume-high_alt:before {
  content: "\7a"
}
.icon_quotations:before {
  content: "\7b"
}
.icon_quotations_alt2:before {
  content: "\7c"
}
.icon_clock_alt:before {
  content: "\7d"
}
.icon_lock_alt:before {
  content: "\7e"
}
.icon_lock-open_alt:before {
  content: "\e000"
}
.icon_key_alt:before {
  content: "\e001"
}
.icon_cloud_alt:before {
  content: "\e002"
}
.icon_cloud-upload_alt:before {
  content: "\e003"
}
.icon_cloud-download_alt:before {
  content: "\e004"
}
.icon_image:before {
  content: "\e005"
}
.icon_images:before {
  content: "\e006"
}
.icon_lightbulb_alt:before {
  content: "\e007"
}
.icon_gift_alt:before {
  content: "\e008"
}
.icon_house_alt:before {
  content: "\e009"
}
.icon_genius:before {
  content: "\e00a"
}
.icon_mobile:before {
  content: "\e00b"
}
.icon_tablet:before {
  content: "\e00c"
}
.icon_laptop:before {
  content: "\e00d"
}
.icon_desktop:before {
  content: "\e00e"
}
.icon_camera_alt:before {
  content: "\e00f"
}
.icon_mail_alt:before {
  content: "\e010"
}
.icon_cone_alt:before {
  content: "\e011"
}
.icon_ribbon_alt:before {
  content: "\e012"
}
.icon_bag_alt:before {
  content: "\e013"
}
.icon_creditcard:before {
  content: "\e014"
}
.icon_cart_alt:before {
  content: "\e015"
}
.icon_paperclip:before {
  content: "\e016"
}
.icon_tag_alt:before {
  content: "\e017"
}
.icon_tags_alt:before {
  content: "\e018"
}
.icon_trash_alt:before {
  content: "\e019"
}
.icon_cursor_alt:before {
  content: "\e01a"
}
.icon_mic_alt:before {
  content: "\e01b"
}
.icon_compass_alt:before {
  content: "\e01c"
}
.icon_pin_alt:before {
  content: "\e01d"
}
.icon_pushpin_alt:before {
  content: "\e01e"
}
.icon_map_alt:before {
  content: "\e01f"
}
.icon_drawer_alt:before {
  content: "\e020"
}
.icon_toolbox_alt:before {
  content: "\e021"
}
.icon_book_alt:before {
  content: "\e022"
}
.icon_calendar:before {
  content: "\e023"
}
.icon_film:before {
  content: "\e024"
}
.icon_table:before {
  content: "\e025"
}
.icon_contacts_alt:before {
  content: "\e026"
}
.icon_headphones:before {
  content: "\e027"
}
.icon_lifesaver:before {
  content: "\e028"
}
.icon_piechart:before {
  content: "\e029"
}
.icon_refresh:before {
  content: "\e02a"
}
.icon_link_alt:before {
  content: "\e02b"
}
.icon_link:before {
  content: "\e02c"
}
.icon_loading:before {
  content: "\e02d"
}
.icon_blocked:before {
  content: "\e02e"
}
.icon_archive_alt:before {
  content: "\e02f"
}
.icon_heart_alt:before {
  content: "\e030"
}
.icon_star_alt:before {
  content: "\e031"
}
.icon_star-half_alt:before {
  content: "\e032"
}
.icon_star:before {
  content: "\e033"
}
.icon_star-half:before {
  content: "\e034"
}
.icon_tools:before {
  content: "\e035"
}
.icon_tool:before {
  content: "\e036"
}
.icon_cog:before {
  content: "\e037"
}
.icon_cogs:before {
  content: "\e038"
}
.arrow_up_alt:before {
  content: "\e039"
}
.arrow_down_alt:before {
  content: "\e03a"
}
.arrow_left_alt:before {
  content: "\e03b"
}
.arrow_right_alt:before {
  content: "\e03c"
}
.arrow_left-up_alt:before {
  content: "\e03d"
}
.arrow_right-up_alt:before {
  content: "\e03e"
}
.arrow_right-down_alt:before {
  content: "\e03f"
}
.arrow_left-down_alt:before {
  content: "\e040"
}
.arrow_condense_alt:before {
  content: "\e041"
}
.arrow_expand_alt3:before {
  content: "\e042"
}
.arrow_carrot_up_alt:before {
  content: "\e043"
}
.arrow_carrot-down_alt:before {
  content: "\e044"
}
.arrow_carrot-left_alt:before {
  content: "\e045"
}
.arrow_carrot-right_alt:before {
  content: "\e046"
}
.arrow_carrot-2up_alt:before {
  content: "\e047"
}
.arrow_carrot-2dwnn_alt:before {
  content: "\e048"
}
.arrow_carrot-2left_alt:before {
  content: "\e049"
}
.arrow_carrot-2right_alt:before {
  content: "\e04a"
}
.arrow_triangle-up_alt:before {
  content: "\e04b"
}
.arrow_triangle-down_alt:before {
  content: "\e04c"
}
.arrow_triangle-left_alt:before {
  content: "\e04d"
}
.arrow_triangle-right_alt:before {
  content: "\e04e"
}
.icon_minus_alt:before {
  content: "\e04f"
}
.icon_plus_alt:before {
  content: "\e050"
}
.icon_close_alt:before {
  content: "\e051"
}
.icon_check_alt:before {
  content: "\e052"
}
.icon_zoom-out:before {
  content: "\e053"
}
.icon_zoom-in:before {
  content: "\e054"
}
.icon_stop_alt:before {
  content: "\e055"
}
.icon_menu-square_alt:before {
  content: "\e056"
}
.icon_menu-circle_alt:before {
  content: "\e057"
}
.icon_document:before {
  content: "\e058"
}
.icon_documents:before {
  content: "\e059"
}
.icon_pencil_alt:before {
  content: "\e05a"
}
.icon_folder:before {
  content: "\e05b"
}
.icon_folder-open:before {
  content: "\e05c"
}
.icon_folder-add:before {
  content: "\e05d"
}
.icon_folder_upload:before {
  content: "\e05e"
}
.icon_folder_download:before {
  content: "\e05f"
}
.icon_info:before {
  content: "\e060"
}
.icon_error-circle:before {
  content: "\e061"
}
.icon_error-oct:before {
  content: "\e062"
}
.icon_error-triangle:before {
  content: "\e063"
}
.icon_question_alt:before {
  content: "\e064"
}
.icon_comment:before {
  content: "\e065"
}
.icon_chat:before {
  content: "\e066"
}
.icon_vol-mute:before {
  content: "\e067"
}
.icon_volume-low:before {
  content: "\e068"
}
.icon_volume-high:before {
  content: "\e069"
}
.icon_quotations_alt:before {
  content: "\e06a"
}
.icon_clock:before {
  content: "\e06b"
}
.icon_lock:before {
  content: "\e06c"
}
.icon_lock-open:before {
  content: "\e06d"
}
.icon_key:before {
  content: "\e06e"
}
.icon_cloud:before {
  content: "\e06f"
}
.icon_cloud-upload:before {
  content: "\e070"
}
.icon_cloud-download:before {
  content: "\e071"
}
.icon_lightbulb:before {
  content: "\e072"
}
.icon_gift:before {
  content: "\e073"
}
.icon_house:before {
  content: "\e074"
}
.icon_camera:before {
  content: "\e075"
}
.icon_mail:before {
  content: "\e076"
}
.icon_cone:before {
  content: "\e077"
}
.icon_ribbon:before {
  content: "\e078"
}
.icon_bag:before {
  content: "\e079"
}
.icon_cart:before {
  content: "\e07a"
}
.icon_tag:before {
  content: "\e07b"
}
.icon_tags:before {
  content: "\e07c"
}
.icon_trash:before {
  content: "\e07d"
}
.icon_cursor:before {
  content: "\e07e"
}
.icon_mic:before {
  content: "\e07f"
}
.icon_compass:before {
  content: "\e080"
}
.icon_pin:before {
  content: "\e081"
}
.icon_pushpin:before {
  content: "\e082"
}
.icon_map:before {
  content: "\e083"
}
.icon_drawer:before {
  content: "\e084"
}
.icon_toolbox:before {
  content: "\e085"
}
.icon_book:before {
  content: "\e086"
}
.icon_contacts:before {
  content: "\e087"
}
.icon_archive:before {
  content: "\e088"
}
.icon_heart:before {
  content: "\e089"
}
.icon_profile:before {
  content: "\e08a"
}
.icon_group:before {
  content: "\e08b"
}
.icon_grid-2x2:before {
  content: "\e08c"
}
.icon_grid-3x3:before {
  content: "\e08d"
}
.icon_music:before {
  content: "\e08e"
}
.icon_pause_alt:before {
  content: "\e08f"
}
.icon_phone:before {
  content: "\e090"
}
.icon_upload:before {
  content: "\e091"
}
.icon_download:before {
  content: "\e092"
}
.social_facebook:before {
  content: "\e093"
}
.social_twitter:before {
  content: "\e094"
}
.social_pinterest:before {
  content: "\e095"
}
.social_googleplus:before {
  content: "\e096"
}
.social_tumblr:before {
  content: "\e097"
}
.social_tumbleupon:before {
  content: "\e098"
}
.social_wordpress:before {
  content: "\e099"
}
.social_instagram:before {
  content: "\e09a"
}
.social_dribbble:before {
  content: "\e09b"
}
.social_vimeo:before {
  content: "\e09c"
}
.social_linkedin:before {
  content: "\e09d"
}
.social_rss:before {
  content: "\e09e"
}
.social_deviantart:before {
  content: "\e09f"
}
.social_share:before {
  content: "\e0a0"
}
.social_myspace:before {
  content: "\e0a1"
}
.social_skype:before {
  content: "\e0a2"
}
.social_youtube:before {
  content: "\e0a3"
}
.social_picassa:before {
  content: "\e0a4"
}
.social_googledrive:before {
  content: "\e0a5"
}
.social_flickr:before {
  content: "\e0a6"
}
.social_blogger:before {
  content: "\e0a7"
}
.social_spotify:before {
  content: "\e0a8"
}
.social_delicious:before {
  content: "\e0a9"
}
.social_facebook_circle:before {
  content: "\e0aa"
}
.social_twitter_circle:before {
  content: "\e0ab"
}
.social_pinterest_circle:before {
  content: "\e0ac"
}
.social_googleplus_circle:before {
  content: "\e0ad"
}
.social_tumblr_circle:before {
  content: "\e0ae"
}
.social_stumbleupon_circle:before {
  content: "\e0af"
}
.social_wordpress_circle:before {
  content: "\e0b0"
}
.social_instagram_circle:before {
  content: "\e0b1"
}
.social_dribbble_circle:before {
  content: "\e0b2"
}
.social_vimeo_circle:before {
  content: "\e0b3"
}
.social_linkedin_circle:before {
  content: "\e0b4"
}
.social_rss_circle:before {
  content: "\e0b5"
}
.social_deviantart_circle:before {
  content: "\e0b6"
}
.social_share_circle:before {
  content: "\e0b7"
}
.social_myspace_circle:before {
  content: "\e0b8"
}
.social_skype_circle:before {
  content: "\e0b9"
}
.social_youtube_circle:before {
  content: "\e0ba"
}
.social_picassa_circle:before {
  content: "\e0bb"
}
.social_googledrive_alt2:before {
  content: "\e0bc"
}
.social_flickr_circle:before {
  content: "\e0bd"
}
.social_blogger_circle:before {
  content: "\e0be"
}
.social_spotify_circle:before {
  content: "\e0bf"
}
.social_delicious_circle:before {
  content: "\e0c0"
}
.social_facebook_square:before {
  content: "\e0c1"
}
.social_twitter_square:before {
  content: "\e0c2"
}
.social_pinterest_square:before {
  content: "\e0c3"
}
.social_googleplus_square:before {
  content: "\e0c4"
}
.social_tumblr_square:before {
  content: "\e0c5"
}
.social_stumbleupon_square:before {
  content: "\e0c6"
}
.social_wordpress_square:before {
  content: "\e0c7"
}
.social_instagram_square:before {
  content: "\e0c8"
}
.social_dribbble_square:before {
  content: "\e0c9"
}
.social_vimeo_square:before {
  content: "\e0ca"
}
.social_linkedin_square:before {
  content: "\e0cb"
}
.social_rss_square:before {
  content: "\e0cc"
}
.social_deviantart_square:before {
  content: "\e0cd"
}
.social_share_square:before {
  content: "\e0ce"
}
.social_myspace_square:before {
  content: "\e0cf"
}
.social_skype_square:before {
  content: "\e0d0"
}
.social_youtube_square:before {
  content: "\e0d1"
}
.social_picassa_square:before {
  content: "\e0d2"
}
.social_googledrive_square:before {
  content: "\e0d3"
}
.social_flickr_square:before {
  content: "\e0d4"
}
.social_blogger_square:before {
  content: "\e0d5"
}
.social_spotify_square:before {
  content: "\e0d6"
}
.social_delicious_square:before {
  content: "\e0d7"
}
.icon_printer:before {
  content: "\e103"
}
.icon_calulator:before {
  content: "\e0ee"
}
.icon_building:before {
  content: "\e0ef"
}
.icon_floppy:before {
  content: "\e0e8"
}
.icon_drive:before {
  content: "\e0ea"
}
.icon_search-2:before {
  content: "\e101"
}
.icon_id:before {
  content: "\e107"
}
.icon_id-2:before {
  content: "\e108"
}
.icon_puzzle:before {
  content: "\e102"
}
.icon_like:before {
  content: "\e106"
}
.icon_dislike:before {
  content: "\e0eb"
}
.icon_mug:before {
  content: "\e105"
}
.icon_currency:before {
  content: "\e0ed"
}
.icon_wallet:before {
  content: "\e100"
}
.icon_pens:before {
  content: "\e104"
}
.icon_easel:before {
  content: "\e0e9"
}
.icon_flowchart:before {
  content: "\e109"
}
.icon_datareport:before {
  content: "\e0ec"
}
.icon_briefcase:before {
  content: "\e0fe"
}
.icon_shield:before {
  content: "\e0f6"
}
.icon_percent:before {
  content: "\e0fb"
}
.icon_globe:before {
  content: "\e0e2"
}
.icon_globe-2:before {
  content: "\e0e3"
}
.icon_target:before {
  content: "\e0f5"
}
.icon_hourglass:before {
  content: "\e0e1"
}
.icon_balance:before {
  content: "\e0ff"
}
.icon_rook:before {
  content: "\e0f8"
}
.icon_printer-alt:before {
  content: "\e0fa"
}
.icon_calculator_alt:before {
  content: "\e0e7"
}
.icon_building_alt:before {
  content: "\e0fd"
}
.icon_floppy_alt:before {
  content: "\e0e4"
}
.icon_drive_alt:before {
  content: "\e0e5"
}
.icon_search_alt:before {
  content: "\e0f7"
}
.icon_id_alt:before {
  content: "\e0e0"
}
.icon_id-2_alt:before {
  content: "\e0fc"
}
.icon_puzzle_alt:before {
  content: "\e0f9"
}
.icon_like_alt:before {
  content: "\e0dd"
}
.icon_dislike_alt:before {
  content: "\e0f1"
}
.icon_mug_alt:before {
  content: "\e0dc"
}
.icon_currency_alt:before {
  content: "\e0f3"
}
.icon_wallet_alt:before {
  content: "\e0d8"
}
.icon_pens_alt:before {
  content: "\e0db"
}
.icon_easel_alt:before {
  content: "\e0f0"
}
.icon_flowchart_alt:before {
  content: "\e0df"
}
.icon_datareport_alt:before {
  content: "\e0f2"
}
.icon_briefcase_alt:before {
  content: "\e0f4"
}
.icon_shield_alt:before {
  content: "\e0d9"
}
.icon_percent_alt:before {
  content: "\e0da"
}
.icon_globe_alt:before {
  content: "\e0de"
}
.icon_clipboard:before {
  content: "\e0e6"
}
.glyph {
  float: left;
  text-align: center;
  padding: .75em;
  margin: .4em 1.5em .75em 0;
  width: 6em;
  text-shadow: none
}
.glyph_big {
  font-size: 128px;
  color: #59c5dc;
  float: left;
  margin-right: 20px
}
.glyph div {
  padding-bottom: 10px
}
.glyph input {
  font-family: consolas, monospace;
  font-size: 12px;
  width: 100%;
  text-align: center;
  border: 0;
  box-shadow: 0 0 0 1px #ccc;
  padding: .2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px
}
.centered {
  margin-left: auto;
  margin-right: auto
}
.glyph .fs1 {
  font-size: 2em
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out
}
.owl-carousel .owl-item {
  float: left
}
.owl-controls .owl-buttons div, .owl-controls .owl-page {
  cursor: pointer
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: #0000
}
.grabbing {
  cursor: url("../plugins/owl-carousel/grabbing.png") 8 8, move
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center
}
.owl-theme .owl-controls .owl-buttons div {
  color: #b54321;
  display: none;
  zoom: 1;
  margin: 5px;
  padding: 5px 12px;
  font-size: 13px;
  border-radius: 2px;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in
}
.owl-theme .owl-controls.clickable .owl-buttons div:focus, .owl-theme .owl-controls.clickable .owl-buttons div:hover {
  background-color: #b54321;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  opacity: .8;
  border-radius: 20px;
  background: #fff
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  background: #b54321
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #b54321;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}
.owl-controls {
  display: none;
}
.owl-item.loading {
  min-height: 150px;
  background: url("../plugins/owl-carousel/AjaxLoader.gif") 50% no-repeat
}
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px
}
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease
}
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease
}
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both
}
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both
}
@-webkit-keyframes empty {
  0% {
    opacity: 1
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1
  }
}
@keyframes empty {
  0% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px)
  }
  100%, 75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%)
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px)
  }
  100%, 75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%)
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px)
  }
  100%, 75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%)
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%)
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0)
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%)
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px)
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0)
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%)
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px)
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0)
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(.8)
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(.8)
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(.8)
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%)
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%)
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%)
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5)
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5)
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5)
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5)
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5)
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5)
  }
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  font-family: omnes-cyrillic, sans-serif;
  font-size: 11px;
  line-height: 26px;
  letter-spacing: normal;
  font-weight: 400;
  background-color: #f5f5f5;
  color: #667
}
img {
  height: auto;
  max-width: 100%
}
mark {
  color: #fff;
  background: #b54321
}
hr {
  display: block;
  line-height: 25px;
  margin: 30px 0;
  position: relative;
  width: 100%
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  letter-spacing: -1px;
  margin: 0;
  color: #303030
}
h1 {
  font-size: 42px;
  line-height: 44px;
  margin: 0 0 40px
}
h0 {
  font-weight: 300;
  letter-spacing: -1px;
  margin: 0;
  color: #ffffff
}
h0 {
  font-size: 42px;
  line-height: 44px;
  margin: 0 0 40px
}
h2 {
  font-size: 36px;
  line-height: 38px;
  margin: 0 0 35px
}
h3 {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  margin-bottom: 30px
}
h4, h5, h6 {
  letter-spacing: normal;
  margin: 0 0 15px
}
h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px
}
h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px
}
h6 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px
}
p {
  margin: 0 0 20px
}
a {
  color: #000087;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}
a:hover, a:focus, a:active, .btn:hover, .btn:focus, .btn:active, button:hover, button:focus, button:active {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
  -webkit-transition: all .2s easeout;
  transition: all .2s ease-out
}

.anchor-1 {
  color: #e8e8e8
}
.anchor-1:hover {
  color: #00009a;
}
iframe {
  border: 0;
  margin: 0;
  overflow: hidden;
  width: 100%;
  height: auto
}
::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: rgba(181, 67, 33, .8)
}
::selection {
  text-shadow: none;
  color: #fff;
  background: rgba(181, 67, 33, .8)
}
.back-to-top .fa {
  z-index: 99999;
  text-align: center;
  width: 40px;
  height: 35px;
  padding-top: 6px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: fixed;
  bottom: -100px;
  right: 15px;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  overflow: hidden;
  font-size: 22px;
  background: #000099;
  color: #ffffff;
}
.back-to-top .fa:hover {
  box-shadow: inset 2px 1px 8px rgba(0, 0, 0, .6);
  background: #000099;
  -webkit-transition: all .0s ease-in;
  transition: all .1s ease-in
}
body {
  overflow: hidden
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  background: #f5f5f5;
  opacity: 0.0;
}
#status {
  width: 160px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(loader.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  margin: -7.5px 0 0 -80px
}
.bg-img {
  position: relative;
  -webkit-backface-visibility: visible !important;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover
}
@media(min-width:768px) {
  .bg-img.fixed, .stellar {
    background-attachment: fixed
  }
}
.bg00 {
  background-image: url("../images/test-4.png")
}
.bg01 {
  background-image: url("../images/demo/bg01.jpg")
}
.bg02 {
  background-image: url("../images/demo/bg02.jpg")
}
.bg03 {
  background-image: url("../images/demo/bg03.jpg")
}
.bg04 {
  background-image: url("../images/demo/bg04.jpg")
}
.bg05 {
  background-image: url("../images/demo/bg05.jpg")
}
.bg66 {
  background-image: url("../sliders/new/pagetop-2.png")
}
.bg07 {
  background-image: url("../images/demo/bg07.jpg")
}
.bg08 {
  background-image: url("../images/demo/bg08.jpg")
}
.bg09 {
  background-image: url("../images/demo/bg09.jpg")
}
.bg10 {
  background-image: url("../images/demo/bg10.jpg")
}
.bg11 {
  background-image: url("../images/demo/bg11.jpg")
}
.bg12 {
  background-image: url("../images/demo/bg12.jpg")
}
.bg13 {
  background-image: url("../images/demo/bg13.jpg")
}
.bg14 {
  background-image: url("../images/demo/bg14.jpg")
}
.bg15 {
  background-image: url("../images/demo/bg15.jpg")
}
.bg16 {
  background-image: url("../images/demo/bg16.jpg")
}
.bg17 {
  background-image: url("../images/demo/bg17.jpg")
}
.bg18 {
  background-image: url("../images/demo/bg18.jpg")
}
.bg19 {
  background-image: url("../images/demo/bg19.jpg")
}

.bg21 {
  background-image: url("../portfolio/ads/ads-1.jpg")
}
.bg22 {
  background-image: url("../images/tst-61.png")
}
.bg-team1 {
  background-image: url("../images/demo/team1.jpg")
}
.bg-team2 {
  background-image: url("../images/demo/team2.jpg")
}
.bg-team3 {
  background-image: url("../images/demo/team3.jpg")
}
.bg-team4 {
  background-image: url("../images/demo/team4.jpg")
}
.bg-team5 {
  background-image: url("../images/demo/team5.jpg")
}
.bg-team6 {
  background-image: url("../images/demo/team6.jpg")
}
.bg-pattern {
  background-position: 0 0;
  background-repeat: repeat
}
.bg30 {
  background-image: url("../images/patterns/19.png")
}
.bg-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: #424252;
  opacity: .9
}
.bg-overlay.video {
  background: #404244;
}
bg-overlay1 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: #164c58;
}
.bg-overlay1.video {
  background: #164c58;
}
.bg-overlay2 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: #141365;
}
.bg-overlay2.video {
  background: #141365;
}
.bg-overlay3 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(24, 42, 88, .36);
}
.bg-overlay3.video {
  background: rgba(24, 42, 88, .55);
}
.bg-overlay4 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgb(22, 44, 88);
}
.bg-overlay4.video {
  background: rgb(22, 44, 88);
}
.bg-overlay5 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(24, 44, 167, .45);
}
.bg-overlay66 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(144, 33, 127, .33);
}
.bg-overlay7 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(56, 122, 255, .05);
}
.bg-overlay5.video {
  background: rgba(24, 44, 88, .69);
}
.rs-canvas {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar
}
.br-bottom:after {
  content: "";
  display: block;
  height: 1px;
  width: 35px;
  border-top: 2px solid #b54321;
  margin: 6px 0 10px
}
.br-bottom-center::after {
  content: "";
  display: block;
  height: 1px;
  width: 35px;
  border-top: 2px solid #b54321;
  margin: 8px auto 10px
}
.br-bottom-center.large:after {
  width: 50px;
  border-top: 5px solid #b54321
}
.video-wrapper {
  max-width: 100%;
  max-height: 450px;
  width: 100%;
  height: auto;
  overflow: hidden
}
@media(max-width:767px) {
  .video-wrapper {
    max-height: 280px
  }
}
@media(max-width:991px) {
  .video-wrapper {
    max-height: 380px
  }
}
@media(min-width:1400px) {
  .video-wrapper {
    max-height: 550px
  }
}
.video-wrapper video {
  width: 100%;
  height: 100%;
  z-index: 1
}
.video-caption {
  position: absolute;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0
}
#video-button {
  position: absolute;
  left: 40px;
  bottom: 40px;
  color: #fff;
  font-size: 30px
}
#video-button.pause .fa:before {
  content: "\5f";
  font-family: eleganticons
}
#video-button.play .fa:before {
  content: "\3d";
  font-family: eleganticons
}
@media(max-width:991px) {
  .max_height.sm_max_height .el_max_height {
    height: auto !important
  }
}
@media(max-width:767px) {
  .max_height.xs_max_height .el_max_height {
    height: auto !important
  }
}
.align-middle {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.br0 {
  border-radius: 0 !important
}
.br1 {
  border-radius: 1px !important
}
.br2 {
  border-radius: 2px !important
}
.br4 {
  border-radius: 4px !important
}
.br6 {
  border-radius: 6px !important
}
.br8 {
  border-radius: 8px !important
}
.uppercase {
  text-transform: uppercase
}
.montserrat {
  font-family: montserrat, sans-serif
}
.fs-small {
  font-size: 80% !important
}
.fs-large {
  font-size: 120% !important
}
.relative {
  position: relative
}
.block {
  display: block !important
}
.inline-block {
  display: inline-block !important
}
.unstyled {
  list-style: none;
  padding: 0 0 10px 20px
}
.pull-center {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  clear: both;
  text-align: center
}
.text-left {
  text-align: left !important
}
.text-right {
  text-align: right !important
}
.m0 {
  margin: 0 !important
}
.mb0 {
  margin-bottom: 0 !important
}
.mt0 {
  margin-top: 0 !important
}
.mb10 {
  margin-bottom: 10px !important
}
.mb20 {
  margin-bottom: 20px !important
}
.mb30 {
  margin-bottom: 30px !important
}
.mb40 {
  margin-bottom: 40px !important
}
.mb50 {
  margin-bottom: 50px !important
}
.mb60 {
  margin-bottom: 60px !important
}
.mb70 {
  margin-bottom: 70px !important
}
.mb80 {
  margin-bottom: 80px !important
}
.mt10 {
  margin-top: 10px !important
}
.mt20 {
  margin-top: 20px !important
}
.mt30 {
  margin-top: 30px !important
}
.mt40 {
  margin-top: 40px !important
}
.mt50 {
  margin-top: 50px !important
}
.mt60 {
  margin-top: 60px !important
}
.mt70 {
  margin-top: 70px !important
}
.mt80 {
  margin-top: 80px !important
}
.p0 {
  padding: 0 !important
}
.pb0 {
  padding-bottom: 0 !important
}
.pt0 {
  padding-top: 0 !important
}
.pt5 {
  padding-top: 5px !important
}
.mr3 {
  margin-right: 3px !important
}
.mr6 {
  margin-right: 6px !important
}
.mr10 {
  margin-right: 10px !important
}
.mr20 {
  margin-right: 20px !important
}
.mr30 {
  margin-right: 30px !important
}
.py5 {
  padding-left: 5px !important;
  padding-right: 5px !important
}
.py10 {
  padding-left: 10px !important;
  padding-right: 10px !important
}
.py15 {
  padding-left: 15px !important;
  padding-right: 15px !important
}
.py20 {
  padding-left: 20px !important;
  padding-right: 20px !important
}
.pr0 {
  padding-right: 0 !important
}
.pl0 {
  padding-left: 0 !important
}
.no-border {
  border: none !important
}
.full-width {
  width: 100%
}
.full-height {
  height: 100%
}
.shadow-a {
  box-shadow: 0 0 10px rgba(10, 10, 10, .4)
}
.shadow-b {
  box-shadow: 2px 2px 8px rgba(10, 10, 10, .4)
}
.shadow-c {
  box-shadow: 3px 3px 10px rgba(10, 10, 10, .4)
}
.shadow-d {
  box-shadow: 1px 1px 5px rgba(10, 10, 10, .4)
}
.color-main {
  color: #b54321 !important
}
.color-white {
  color: #fff !important
}
.color-alpha {
  color: rgba(250, 250, 250, .9)
}
.color-darker {
  color: #303234 !important
}
.color-dark {
  color: #505355 !important
}
.color-default {
  color: #667 !important
}
.color-gray {
  color: #999a9b !important
}
.color-on-dark {
  color: #c0c3c3 !important
}
.color-on-img {
  color: #e2e3e4 !important
}
.bg-main {
  background-color: #b54321 !important
}
.bg-dark {
  background-color: #444648 !important
}
.bg-darker {
  background-color: #303234 !important
}
.bg-dark-gray {
  background-color: #788 !important
}
.bg-light-gray {
  background-color: #aaabac !important
}
@media(max-width:767px) {
  .xs-block {
    display: block
  }
  .xs-mb10 {
    margin-bottom: 10px !important
  }
  .xs-pull-left {
    float: left !important
  }
  .xs-pl0 {
    padding-left: 0 !important
  }
  .xs-pt0 {
    padding-top: 0 !important
  }
  .xs-mt0 {
    margin-top: 0 !important
  }
  .xs-mb0 {
    margin-bottom: 0 !important
  }
}
@media(max-width:991px) {
  .sm-pt0 {
    padding-top: 0 !important
  }
  .sm-m0 {
    margin: 0 !important
  }
  .sm-block {
    display: block !important
  }
}

.fullscreen-menu-wrapper {
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(24, 42, 88, .65);
  text-align: center;
  opacity: 0;
  z-index: -99;
  padding: 80px 0 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.fullscreen-menu-wrapper.on {
  top: 0;
  opacity: 1;
  z-index: 999;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.fullscreen-menu-wrapper .vertical-menu {
  margin-bottom: 80px
}
.fullscreen-menu-wrapper .vertical-menu .panel-title {
  font-size: 17px;
  letter-spacing: 1px
}
.fullscreen-menu-wrapper .vertical-menu-list {
  font-size: 14px
}
.fullscreen-menu-wrapper .vertical-menu-list > li > a {
  display: inline-block
}
.top-menu-wrapper {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  background-color: rgba(41, 44, 49, 0.9);
  padding: 60px 0 40px;
  z-index: -99;
  box-shadow: 0 0 30px rgba(0, 0, 0, .5);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out
}
.top-menu-wrapper.on {
  top: 0;
  opacity: 1;
  z-index: 999;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
@media(max-width:991px) {
  .top-menu-wrapper {
    position: absolute
  }
}
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0
}
.tp-banner {
  width: 100%;
  position: relative
}
.fullcoveredvideo .tp-video-play-button {
  display: block !important;
  z-index: 9
}
.title-slider-large {
  font-family: montserrat, sans-serif;
  font-size: 44px;
  line-height: 54px;
  font-weight: 700;
  color: #e2e3e4;
  letter-spacing: 1px
}
.title-slider-large.uppercased {
  text-transform: uppercase;
  letter-spacing: 2px
}
.title-slider-large.bordered {
  border: 5px solid #e2e3e4;
  padding: 10px 20px
}
.title-slider-large.br-top-bottom {
  border-top: 3px solid #e2e3e4;
  border-bottom: 3px solid #e2e3e4;
  padding: 15px 0
}
.title-slider-large.dark, .title-slider-medium.dark, .title-slider-small.dark {
  color: #303336;
  border-color: #303336
}
.title-slider-medium {
  font-family: montserrat, sans-serif;
  font-size: 23px;
  line-height: 32px;
  font-weight: 700;
  color: #e2e3e4;
  letter-spacing: 1px
}
.title-slider-medium.uppercased {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px
}
.title-slider-small {
  font-family: montserrat, sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #e2e3e4
}
.title-slider-small.uppercased {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px
}
@media(max-width:991px) {
  .title-slider-large {
    font-size: 30px;
    line-height: 34px
  }
  .tp-caption {
    padding: 0 30px
  }
}
@media(max-width:767px) {
  .title-slider-large {
    font-size: 24px;
    line-height: 30px;
    padding: 0 15px
  }
  .tp-caption .title-slider-small, .tp-caption .btn-slider {
    display: none
  }
  .tp-caption .br-bottom:after, .tp-caption .br-bottom-center:after {
    border-top: none
  }
  .tp-caption {
    padding: 0 20px
  }
}
.btn-slider {
  padding: 15px 25px;
  border: 2px solid #e2e3e4;
  border-radius: 25px;
  color: #e2e3e4;
  background-color: #0000;
  font-family: raleway, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.btn-slider:hover, .btn-slider:focus, .btn-slider:active {
  background-color: #b54321;
  border-color: #b54321;
  color: #e2e3e4;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.btn-slider.reversed {
  background-color: #b54321;
  border-color: #b54321
}
.btn-slider.reversed:hover, .btn-slider.reversed:focus, .btn-slider.reversed:active {
  background-color: #0000;
  border-color: #e2e3e4;
  color: #e2e3e4
}
.tp-caption .btn-slider, .tp-caption .btn-slider:hover, .tp-caption .btn-slider:focus, .tp-caption .btn-slider:active {
  color: #e2e3e4
}
.page-breadcrumbs-wrapper {
  position: relative;
  top: -38px;
  margin-bottom: -38px
}
.page-breadcrumbs {
  width: auto;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #f5f5f5;
  padding: 7px 17px;
  font-size: 11px;
  font-weight: 600;
  color: #889;
  text-transform: uppercase
}
.page-breadcrumbs a {
  color: #889
}
.page-breadcrumbs a:hover, .page-breadcrumbs a:focus, .page-breadcrumbs a:active, .page-breadcrumbs a.active {
  color: #99a
}
.page-breadcrumbs .separator {
  margin: 0 8px
}
.page-breadcrumbs-wrapper.pb2 {
  top: -90px;
  margin-bottom: -45px
}
.page-breadcrumbs-wrapper.pb2 .page-breadcrumbs {
  border-radius: 2px;
  padding: 9px 14px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .5)
}
.page-breadcrumbs-wrapper.pb-without-bg {
  top: -50px;
  margin-bottom: -45px
}
.page-breadcrumbs-wrapper.pb-without-bg .page-breadcrumbs {
  background-color: #0000;
  color: #d0d3d5
}
.page-breadcrumbs-wrapper.pb-without-bg .page-breadcrumbs a {
  color: #d0d3d5
}
.page-breadcrumbs-wrapper.pb-without-bg .page-breadcrumbs a:hover, .page-breadcrumbs-wrapper.pb-without-bg .page-breadcrumbs a:focus, .page-breadcrumbs-wrapper.pb-without-bg .page-breadcrumbs a:active, .page-breadcrumbs-wrapper.pb-without-bg .page-breadcrumbs a.active {
  color: #e5e8ea
}
.page-nav-tabs-wrapper {
  position: relative;
  top: -41px;
  margin-bottom: -41px
}
.page-nav-tabs {
  width: auto;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #f5f5f5;
  padding: 8px 14px 6px
}
.page-nav-tabs .nav-tabs > li > a {
  font-size: 13px;
  border: none;
  border-radius: 0;
  color: #606468;
  padding: 5px 16px
}
.page-nav-tabs .nav-tabs > li.active > a, .page-nav-tabs .nav-tabs > li.active > a:hover, .page-nav-tabs .nav-tabs > li.active > a:focus, .page-nav-tabs .nav-tabs > li > a:hover, .page-nav-tabs .nav-tabs > li > a:focus {
  color: #b54321;
  background-color: #0000;
  border: none;
  border-bottom-color: #0000
}
@media(max-width:767px) {
  .page-nav-tabs {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
    padding: 8px 14px 6px
  }
  .page-nav-tabs .nav-tabs > li {
    padding: 4px 0
  }
}
.section {
  padding: 50px 0
}
.section-page {
  padding: 75px 0 60px
}
.section-boxed {
  padding: 40px 30px
}
.section-boxed-2 {
  padding: 40px 50px
}
.section-large {
  padding: 70px 0
}
.section-larger {
  padding: 90px 0
}
.section-fullwidth {
  padding-left: 15px;
  padding-right: 15px
}
@media(min-width:768px) {
  .section-fullheight {
    height: 100%
  }
}
.section-main {
  background-color: #b54321
}
.section-gray {
  background-color: #eaeaea
}
.section-dark {
  background-color: #303236
}
.section-white {
  background-color: #f5f5f5
}
.section-intro {
  position: relative;
  padding: 220px 0 160px
}
.section-intro-2 {
  position: relative;
  padding: 160px 0
}
.section-intro.intro-small {
  padding: 160px 0 100px
}
@media(max-width:991px) {
  .section-intro {
    padding: 120px 0 110px
  }
}
@media(max-width:767px) {
  .section-intro-2 {
    padding: 100px 0
  }
}
@media(min-width:768px) {
  .section-caption {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
  }
}
.intro-title {
  font-size: 32px;
  font-weight: 400;
  color: #eaecf1;
  margin-bottom: 20px;
  line-height: 36px;
  letter-spacing: 1px;
  font-family: omnes-cyrillic, sans-serif;;
  opacity: .9
}
.intro-title2 {
  color: #f9f9f9;
}
.intro-title::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  background-color: #b54321;
  margin: 12px 0 14px
}
.intro-title.intro-title-br0::after {
  content: "";
  display: none
}
.intro-title.shadow {
  text-shadow: 0 4px 14px rgba(0, 0, 0, .5)
}
.intro-title.intro-title-small {
  font-size: 23px;
  line-height: 28px
}
.intro-p {
  color: #eaecf1;
  font-size: 13px;
  margin-bottom: 0;
  font-family: omnes-cyrillic, sans-serif;
  opacity: .9
}
@media(max-width:767px) {
  .xs-box {
    padding-bottom: 30px !important
  }
  .xs-box2 {
    padding-bottom: 40px !important
  }
  .xs-box3 {
    padding-bottom: 50px !important
  }
}
@media(max-width:991px) {
  .sm-box {
    padding-bottom: 30px !important
  }
  .sm-box2 {
    padding-bottom: 40px !important
  }
  .sm-box3 {
    padding-bottom: 50px !important
  }
}
.row.col-p0 {
  margin-left: 0;
  margin-right: 0
}
.row.col-p0 [class*=col-] {
  padding: 0
}
@media(min-width:768px) {
  .row.col-p5 {
    margin-left: -5px;
    margin-right: -5px
  }
  .row.col-p5 [class*=col-] {
    padding: 0 5px
  }
  .row.col-p10 {
    margin-left: -10px;
    margin-right: -10px
  }
  .row.col-p10 [class*=col-] {
    padding: 0 10px
  }
  .row.col-p15 {
    margin-left: -15px;
    margin-right: -15px
  }
  .row.col-p15 [class*=col-] {
    padding: 0 15px
  }
  .row.col-p20 {
    margin-left: -20px;
    margin-right: -20px
  }
  .row.col-p20 [class*=col-] {
    padding: 0 20px
  }
  .row.col-p30 {
    margin-left: -30px;
    margin-right: -30px
  }
  .row.col-p30 [class*=col-] {
    padding: 0 30px
  }
  .row .col-p0 {
    padding-left: 0;
    padding-right: 0
  }
}
.box-services-a .fa.fa-bg {
  background-color: #b54321;
  color: #fff;
  margin-right: 10px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-a .title-small {
  margin-bottom: 10px
}
.box-services-a:hover .fa.fa-bg {
  background-color: #556;
  box-shadow: inset 2px 1px 8px rgba(0, 0, 0, .6);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-a:hover .title-small {
  color: #b54321;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-left {
  display: block;
  float: left;
  text-align: center
}
.box-left img {
  width: 60px;
  height: 60px;
  margin-top: 10px
}
.box-right {
  margin-left: 85px
}
.box-right .title-small {
  margin-bottom: 8px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-b:hover .title-small {
  color: #b54321;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.link-read-more {
  opacity: 0;
  color: #99a;
  font-size: 12px;
  margin-left: 30px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-a .title-uppercased .link-read-more {
  text-transform: lowercase;
  color: #b54321
}
.box-services-b:hover .link-read-more, .box-services-a:hover .link-read-more, .box-services-d:hover .link-read-more, .box-services-f:hover .link-read-more {
  opacity: 1;
  margin-left: 15px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-d:hover .social-icon a {
  margin-left: 0
}
.box-services-b .link-read-more:hover, .box-services-a .link-read-more:hover, .box-services-b .link-read-more:focus, .box-services-a .link-read-more:focus {
  color: #445
}
@media(max-width:991px) {
  .link-read-more {
    opacity: 1;
    margin-left: 15px
  }
}
@media(max-width:767px) {
  .link-read-more {
    display: block;
    opacity: 1;
    margin-left: 0;
    margin-top: 10px
  }
}
.box-services-b .box-left .fa-style1, .box-services-c .fa-style1 {
  font-size: 30px;
  width: 60px;
  height: 60px;
  background-color: #42424a;
  color: #fff;
  border-radius: 4px;
  margin-top: 10px;
  padding-top: 15px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-b:hover .box-left .fa-style1, .box-services-c:hover .fa-style1 {
  box-shadow: inset 2px 1px 8px rgba(0, 0, 0, .6);
  background-color: #000099;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-b .box-left .fa-style2, .box-services-c .fa-style2 {
  font-size: 45px;
  margin: 15px 0 0 12px;
  color: #000099;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-b:hover .box-left .fa-style2, .box-services-c:hover .fa-style2 {
  color: #556;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-b .box-left .fa-style3, .box-services-c .fa-style3 {
  font-size: 28px;
  width: 60px;
  height: 60px;
  background-color: #000099;
  color: #fff;
  border-radius: 50%;
  margin-top: 10px;
  padding-top: 15px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-b:hover .box-left .fa-style3, .box-services-c:hover .fa-style3 {
  background-color: #445;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .7);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out
}
.box-services-b .fa-style4, .box-services-c .fa-style4 {
  margin-bottom: 20px;
  font-size: 4em;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-b:hover .fa-style4, .box-services-c:hover .fa-style4 {
  color: #000089;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-a .fa-style5 {
  margin-right: 10px;
  font-size: 22px;
  padding-top: 5px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-a:hover .fa-style5 {
  color: #b54321;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-b .box-left .fa.circle, .box-services-c .fa.circle {
  border-radius: 50%;
  font-size: 26px;
  padding-top: 17px
}
.box-services-c {
  text-align: center
}
.box-services-c .fa {
  margin-bottom: 15px
}
.box-services-d {
  position: relative;
  padding: 60px 40px;
  color: #dedee3
}
.box-services-d .bg-overlay .bg-overlay1 .bg-overlay2 .bg-overlay3 .bg-overlay4 .bg-overlay5 {
  opacity: .6;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-d:hover .bg-overlay .bg-overlay1 .bg-overlay2 .bg-overlay3 .bg-overlay4 .bg-overlay5 {
  opacity: .5;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-d.box-services-team {
  padding: 60px 40px 30px
}
.box-services-d.box-services-team .bg-overlay .bg-overlay1 .bg-overlay2 .bg-overlay3 .bg-overlay4 .bg-overlay5 {
  opacity: .7;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-d.box-services-team:hover .bg-overlay .bg-overlay1 .bg-overlay2 .bg-overlay3 .bg-overlay4 .bg-overlay5 {
  opacity: .6;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-d .title-uppercased, .box-services-d .title-medium {
  font-size: 20px;
  color: #dedee3;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-d:hover .title-uppercased, .box-services-d:hover .title-medium {
  color: #b54321;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-service-d .title-medium {
  font-size: 22px
}
.box-services-d .title-medium .link-read-more {
  font-size: 11px
}
.box-services-d .link-read-more {
  color: #dedee3;
  text-transform: lowercase;
  font-size: 13px
}
.box-services-d .link-read-more:hover, .box-services-d .link-read-more:focus {
  color: #b54321
}
.box-services-e {
  background-color: #b54321;
  position: relative;
  color: #d2d2d9
}
.box-services-e.dark {
  background-color: #303236
}
.box-services-e.orange {
  background-color: #d18b21
}
.box-services-e.blue {
  background-color: #1375a3
}
.box-services-e.yellow {
  background-color: #fcc813
}
.box-services-e.green {
  background-color: #22aba6
}
.box-services-e.transparent {
  background-color: #0000
}
.box-services-e.gray {
  background-color: #f0f1f2
}
.box-services-e .fa {
  font-size: 100px;
  opacity: .25;
  position: absolute;
  bottom: -50px;
  right: -30px;
  color: #d2d2d9
}
.box-services-d.box-services-e .title-uppercased {
  margin-bottom: 15px
}
.box-services-d.box-services-e:hover .title-uppercased, .box-services-d.box-services-e:hover .title-medium {
  color: #d2d2d9;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-d.box-services-e .link-read-more:hover, .box-services-d.box-services-e .link-read-more:focus {
  color: #dedee3;
  opacity: .5
}
.box-services-d.box-services-e .bg-overlay .bg-overlay1 .bg-overlay2 .bg-overlay3 .bg-overlay4 .bg-overlay5 {
  opacity: .4;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-d.box-services-e:hover .bg-overlay .bg-overlay1 .bg-overlay2 .bg-overlay3 .bg-overlay4 .bg-overlay5 {
  opacity: .3;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-f .content {
  margin: 0 5px
}
.box-services-f .link-read-more {
  color: #889;
  text-transform: lowercase;
  font-size: 13px
}
.box-services-f .link-read-more:hover, .box-services-f .link-read-more:focus {
  color: #b54321
}
.box-services-f .content {
  padding-bottom: 15px;
  border-bottom: 2px solid #0000;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-f:hover .content {
  padding-bottom: 2px;
  border-bottom: 2px solid #ccccd3;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
@media(min-width:768px) {
  .br-box {
    border-right: 1px solid #99a2a2;
    padding-top: 30px;
    padding-bottom: 10px
  }
  .br-box.last {
    border-right: none
  }
}
.title-small {
  font-family: montserrat, sans-serif;
  margin: 0 0 15px;
  font-size: 17px;
  color: #556
}
.title-small-a {
  font-size: 16px
}
.title-large {
  font-family: montserrat, sans-serif;
  font-size: 28px;
  color: #556;
  margin: 0 0 40px;
  line-height: 32px;
  letter-spacing: 1px
}
.title-large.title-larger {
  font-size: 32px;
  line-height: 36px
}
.title-medium {
  font-family: montserrat, sans-serif;
  font-size: 23px;
  color: #f9f9f9;
  margin: 0 0 20px;
  line-height: 28px;
  letter-spacing: 1px
}
.title-medium.small {
  font-size: 19px
}
.title-uppercased {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #58585c;
  margin-bottom: 15px
}
.title-uppercased.small {
  font-size: 16px
}
.title-shadow-a {
  text-shadow: 2px 2px 6px rgba(10, 10, 15, .2)
}
.title-shadow-b {
  text-shadow: 4px 4px 10px rgba(0, 0, 0, .4)
}
.p-lead {
  font-size: 15px;
  font-weight: 600
}
.p-lead-b {
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
  color: #99a
}
.p-large {
  font-size: 17px
}
.title-border {
  margin-bottom: 40px;
  padding: 0 0 5px;
  border-bottom: 2px solid #e1e1e1;
  position: relative;
  font-size: 27px;
  color: #556;
  font-weight: 400
}
.title-border:after {
  width: 50px;
  height: 2px;
  display: block;
  content: '';
  background-color: #b54321;
  position: absolute;
  bottom: -2px;
  left: 0%
}
.team-section .portfolio-text-content {
  padding: 18px 10px 35px;
  text-align: left
}
.team-section .view {
  border-radius: 3px
}
.team-section .view .mask {
  background-color: rgba(31, 33, 43, .37)
}
.team-section .portfolio-text-title {
  font-size: 17px;
  margin-bottom: 0
}
.team-section .project-title > a {
  color: inherit
}
.team-section .project-title > a:hover {
  color: #b54321
}
.team-section-2 .portfolio-el, .team-section-3 .portfolio-el {
  margin: 0 0 30px
}
.team-section-2 .view .mask {
  padding: 35px
}
.team-section-2 .view .project-title {
  margin-bottom: 5px
}
.team-section-2 .social-icon.simple .fa {
  color: #e1e1e5
}
.team-section-2 .social-icon.simple > li > a:hover .fa {
  color: #b54321
}
.team-section-fullwidth .portfolio-el {
  margin: 0 !important
}
.team-section-fullwidth .view {
  border-radius: 0 !important
}
@media(max-width:991px) {
  .owl-carousel.sm-owl-cursor:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 15px;
    width: 32px;
    height: 32px;
    background: url("../images/cursor_move.png") 100% 0 no-repeat;
    z-index: 999
  }
  .sm-cursor {
    width: 32px;
    height: 32px;
    background: url("../images/cursor_move.png") 100% 0 no-repeat
  }
}
.stats-timer {
  color: #888894;
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: montserrat, sans-serif
}
.stats-content h3 {
  margin-bottom: 0;
  font-size: 16px;
  color: #778;
  font-family: montserrat, sans-serif
}
.stats-content {
  padding: 40px 20px;
  text-align: center;
  position: relative
}
.stats-content .fa {
  position: absolute;
  bottom: 40px;
  right: 50px;
  opacity: .3;
  color: #99a;
  font-size: 60px
}
@media(max-width:991px) {
  .stats-content .fa {
    position: absolute;
    bottom: auto;
    top: 40px;
    right: 20px;
    opacity: .1
  }
}
.section-testimonials {
  position: relative
}
.section-testimonials .fa {
  position: absolute;
  right: 40px;
  top: 0;
  font-size: 140px;
  color: #aaaab8;
  opacity: .2
}
@media(max-width:767px) {
  .section-testimonials .fa {
    right: 0;
    bottom: 0;
    top: auto
  }
}
.section-testimonials blockquote {
  text-align: center;
  padding: 0 40px;
  margin: 0;
  font-size: 17px;
  border-left: 0;
  line-height: 30px;
  color: #889;
  font-style: italic
}
.section-testimonials blockquote p {
  margin-bottom: 30px
}
.section-testimonials blockquote h5 {
  margin: 0;
  font-family: montserrat, sans-serif;
  font-size: 14px;
  color: #778;
  font-style: normal
}
.section-testimonials blockquote span {
  font-family: source sans pro, sans-serif;
  font-size: 12px;
  color: #b54321;
  margin-left: 15px;
  font-style: normal
}
.section-testimonials blockquote footer:before, .section-testimonials blockquote small:before, .section-testimonials blockquote .small:before {
  content: ""
}
.section-testimonials .owl-portfolio .owl-controls {
  display: none !important
}
.section-testimonials.testimonials-bg blockquote {
  color: #e2e3e6;
  opacity: 1
}
.section-testimonials.testimonials-bg blockquote h5 {
  color: #e2e3e6;
  opacity: .95
}
.section-testimonials.testimonials-bg .fa {
  color: #d0d4d8;
  opacity: .4
}
.section-testimonials.testimonials-bg blockquote span {
  color: #e2e3e6
}
.client {
  position: relative;
  width: 100%;
  height: 160px
}
.c-img {
  position: absolute;
  right: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .7s ease-out;
  transition: all .7s ease-out
}
.c-img.on {
  opacity: .8;
  -webkit-transition: all .7s ease-out;
  transition: all .7s ease-out
}
.plan {
  z-index: 1;
  text-align: center;
  border-top: 2px solid #b54321
}
@media(max-width:767px) {
  .plan {
    margin-bottom: 30px !important;
    margin-top: 0 !important
  }
}
.plans-b .plan {
  margin-top: 0 !important
}
.plan-basic {
  margin-top: 62px
}
.plan-professional {
  margin-top: 0
}
.plan-enterprise {
  margin-top: 62px
}
.plan-header {
  padding: 30px 30px 25px;
  background-color: #323239
}
.plan-price {
  font-family: montserrat, sans-serif;
  font-size: 55px;
  color: #b54321;
  margin-bottom: 20px
}
.plan-title {
  font-family: montserrat, sans-serif;
  margin-bottom: 0;
  font-size: 19px;
  color: #adb7bf;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 3px 3px 9px rgba(0, 0, 0, .2)
}
.plan-features {
  list-style: none;
  margin: 0;
  padding: 40px 20px 20px;
  line-height: 27px
}
.plan-features > li {
  margin-bottom: 15px;
  font-size: 15px
}
.plan-feature-off {
  text-decoration: line-through;
  color: #adb7bf
}
.plan-popular {
  font-family: montserrat, sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #adb7bf;
  margin-bottom: 36px
}
.plan-curency {
  vertical-align: super;
  font-size: 25px
}
.plan-period {
  font-family: montserrat, sans-serif;
  font-size: 12px;
  color: #d4d4d9
}
.plan-register a {
  display: block;
  padding: 15px 30px;
  background-color: #323239;
  color: #adb7bf;
  text-transform: uppercase;
  font-size: 15px;
  font-family: montserrat;
  letter-spacing: 2px;
  text-shadow: 3px 3px 9px rgba(0, 0, 0, .2);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.plan-register a:hover, .plan-register a:focus {
  color: #fff;
  background-color: #b54321;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.portfolio-filter-wrapper {
  position: relative;
  top: -41px;
  margin-bottom: -41px;
}
.portfolio-filter {
  width: auto;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: rgba(24, 42, 88, .45);
  padding: 9px 12px 6px
}
.portfolio-filter.pf2 {
  background-color: #0000;
  padding: 5px 0 0
}
.portfolio-filter > ul {
  margin: 0;
  padding: 0;
  list-style: none
}
.portfolio-filter li {
  display: inline-block;
  padding: 0 10px;
  color: #fafafa;
}
.portfolio-filter li > a {
  font-size: 14px;
  font-weight: 600;
  color: #fafafa;
  text-transform: capitalize;
  border: none;
  background: 0 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.portfolio-filter li a:hover, .portfolio-filter li a:focus, .portfolio-filter li a:active, .portfolio-filter li a.active {
  color: #000099;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}
.portfolio-filter-wrapper.pfw2 {
  top: -90px;
  margin-bottom: -45px
}
.portfolio-filter-wrapper.pfw2 .portfolio-filter {
  border-radius: 2px;
  padding: 9px 12px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .5)
}
.portfolio {
  overflow: visible !important;
  margin: 0 auto;
  position: relative
}
.portfolio img {
  width: 100%;
  height: auto
}
.portfolio-el {
  margin: 0 0 10px;
  overflow: hidden;
  position: relative;
  padding: 0
}
.view {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%
}
.view .mask {
  position: absolute;
  overflow: hidden;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(24, 42, 70, .69);
  padding: 25px;
  opacity: 0;
  -webkit-transition: all .3s ease-in .4s;
  transition: all .3s ease-in .4s
}
.view:hover .mask, .view:focus .mask {
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
.view img {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}
.view .project-title {
  font-family: montserrat, sans-serif;
  color: #dedee4;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  opacity: 0;
  margin-bottom: 15px;
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  -webkit-transition: all .3s ease-in-out .1s;
  transition: all .3s ease-in-out .1s
}
.view:hover .project-title, .view:focus .project-title {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}
.view .text {
  font-size: 12px;
  position: relative;
  color: #dedee4;
  font-family: montserrat, sans-serif;
  opacity: 0;
  margin-bottom: 0;
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}
.view:hover .text, .view:focus .text {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}
.view .date {
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  color: #dedee4;
  font-family: montserrat, sans-serif;
  opacity: 0;
  position: absolute;
  bottom: 15px;
  right: 25px;
  margin-bottom: 0;
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}
.view:hover .date, .view:focus .date {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}
.portfolio-middle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.portfolio-animation-off .view .project-title, .portfolio-animation-off .view .date, .portfolio-animation-off .view .text {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.portfolio-animation-off .view .mask, .portfolio-text .view .mask {
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
.portfolio-center .portfolio-middle {
  text-align: center;
  width: 100%
}
.portfolio-center .view .mask {
  padding: 0
}
.portfolio-center .view .project-title {
  margin-bottom: 7px
}
.portfolio-text .mask .fa {
  padding: 20px;
  color: #dedee4;
  background-color: rgba(31, 33, 43, .87);
  border-radius: 50%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}
.portfolio-text .mask .fa:hover {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background-color: rgba(181, 67, 33, .8);
  box-shadow: 2px 4px 20px rgba(0, 0, 0, .8)
}
.portfolio-text-content {
  padding: 18px 10px 25px;
  text-align: center
}
.portfolio-text-title {
  font-family: montserrat, sans-serif;
  color: #556;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 5px
}
.portfolio-text-p {
  font-size: 12px;
  color: #667;
  font-family: montserrat, sans-serif;
  margin-bottom: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.portfolio-text .portfolio-el:hover .portfolio-text-p {
  color: #b54321;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.portfolio.columns-2 .mask {
  padding: 40px
}
.portfolio.columns-2 .view .date {
  bottom: 30px;
  right: 40px
}
.portfolio-fullwidth .portfolio-el, .portfolio-boxed .portfolio-el {
  margin-bottom: 0
}
.project-title {
  color: #556;
  font-family: montserrat, sans-serif;
  margin-bottom: 10px;
  font-size: 23px;
  letter-spacing: .5px
}
.project-image img {
  border-radius: 1px
}
.project-details {
  list-style: none;
  padding: 0;
  margin: 0
}
.project-details li {
  margin-bottom: 15px
}
.project-details li:last-child {
  margin-bottom: 0
}
.project-details li span {
  margin-right: 10px;
  font-weight: 700
}
.project-details li .fa {
  margin-right: 10px;
  color: #b54321
}
.portfolio-project-wide {
  position: relative
}
.portfolio-project-wide img {
  width: 100%;
  height: 600px
}
.owl-portfolio .owl-controls {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.owl-portfolio .owl-el, .owl-carousel .owl-el {
  cursor: move;
  cursor: url("../images/cursor_move.png") 40 40, move
}
.owl-carousel.owl-p10 .owl-el {
  padding-right: 10px
}
.blog-item {
  margin: 0 0 30px;
  background-color: #f9f9fa;
  text-align: left;
  border-radius: 1px;
  overflow: hidden
}
.blog-item .blog-caption {
  padding: 17px 15px 15px
}
.blog-item img {
  width: 100%;
  height: auto
}
.blog-item .post-title {
  font-family: montserrat, sans-serif;
  margin-bottom: 0;
  font-size: 19px;
  color: #556;
  font-weight: 400
}
.blog-item .sub-post-title {
  margin: 0 0 15px
}
.blog-item .sub-post-title span, .blog-item .sub-post-title a {
  font-size: 13px;
  color: #667
}
.blog-item .sub-post-title a:hover {
  color: #b54321
}
.blog-item .sub-post-title .separator {
  margin: 0 10px
}
.blog-item .blog-image iframe {
  margin-bottom: -7px
}
.read-more {
  font-family: montserrat, sans-serif;
  font-size: 10px;
  color: #b54321;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.read-more:hover {
  color: #445
}
.post-format {
  font-size: 20px;
  color: #99a;
  opacity: .8;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.blog-item:hover .post-format {
  color: #556;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.blog-list .blog-item .blog-caption {
  padding: 17px 20px 15px
}
.blog-list .blog-item {
  margin: 0 0 40px
}
.blog-item .media .author-img {
  width: 140px;
  height: 140px
}
.blog-item .media .blog-author {
  font-family: montserrat, sans-serif;
  font-size: 15px;
  color: #667
}
.blog-item .media .blog-author:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #b54321;
  margin: 6px 0 14px
}
.blog-post-title {
  font-family: montserrat, helvetica new, sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
  color: #556
}
.blog-post-lead {
  font-size: 14px;
  color: #667;
  line-height: 28px;
  margin-bottom: 50px;
  font-family: montserrat, helvetica new, sans-serif
}
.blog-post-image {
  position: relative;
  border-radius: 1px;
  overflow: hidden
}
.blog-image-source {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(20, 20, 20, .7);
  padding: 5px 15px;
  color: #e8e8e8
}
.blog-post-content {
  margin-bottom: 80px
}
@media(max-width:767px) {
  .author-post-social {
    margin-top: 10px;
    float: left !important
  }
}
.search-form {
  position: relative;
  top: -42px;
  margin-bottom: -42px;
  background-color: #0000
}
.search-form .input-search {
  width: 250px;
  height: 42px;
  background-color: #f5f5f5;
  color: #778;
  padding: 6px 20px 4px;
  border: none;
  box-shadow: none;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px
}
.search-form .input-search:hover, .search-form .input-search:focus, .search-form .input-search:active {
  box-shadow: none;
  border: none;
  outline: 0;
  color: #667
}
@media(max-width:767px) {
  .search-form .pull-right {
    float: none !important
  }
  .page-breadcrumbs-wrapper .pull-right, .portfolio-filter-wrapper .pull-right {
    float: left !important
  }
}
.intro-share {
  margin-left: -7px !important
}
.intro-share > li .fa {
  font-size: 17px;
  color: #e8eaf4;
  opacity: .8;
  padding-top: 5px
}
.intro-share > li > a:hover .fa {
  background-color: #0000;
  color: #fff;
  opacity: 1
}
@media(max-width:767px) {
  .sidebar {
    margin-top: 60px
  }
  .sidebar-nav {
    margin-bottom: 60px
  }
}
@media(min-width:768px) {
  .space-right {
    padding-right: 25px
  }
  .space-left {
    padding-left: 25px
  }
}
@media(max-width:991px) {
  .sidebar-blog-post {
    margin-top: 60px
  }
  .page-sidebars {
    margin-bottom: 50px;
    padding: 0
  }
}
.page-sidebars {
  padding: 0 25px
}
.sidebar-widget {
  margin-bottom: 40px;
  position: relative
}
@media(max-width:767px) {
  .sidebar-widget:last-child {
    margin-bottom: 10px
  }
}
.sidebar-widget .sidebar-title {
  margin: 0 0 20px;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  color: #556
}
.sidebar-widget .tab-content {
  padding: 25px 0 0 !important
}
.tags a {
  display: inline-block;
  padding: 0 10px 5px 0;
  font-family: montserrat, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #778;
  letter-spacing: .5px;
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}
.tags a.big {
  font-size: 13px
}
.tags a:hover {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  color: #445;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .4)
}
.sidebar-flickr {
  list-style: none;
  padding: 0;
  margin: 0
}
.sidebar-flickr > li {
  display: inline-block;
  margin: 0 3px 3px 0
}
.sidebar-flickr img {
  width: 70px;
  height: 70px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.sidebar-flickr img:hover {
  opacity: .6;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}
.sidebar-categories {
  padding: 0;
  list-style: none
}
.sidebar-categories li {
  padding-bottom: 8px
}
.sidebar-categories li:last-child {
  padding-bottom: 0
}
.sidebar-categories .fa {
  margin-right: 10px;
  font-size: 10px
}
.sidebar-categories li a {
  color: #667
}
.sidebar-categories li:hover a {
  color: #b54321;
  padding-left: 8px
}
.sidebar-posts {
  margin: 0;
  padding: 0;
  list-style: none
}
.sidebar-post {
  clear: both;
  margin-bottom: 15px
}
.sidebar-post .image-post {
  float: left;
  width: 65px;
  height: 60px;
  border-radius: 2px;
  overflow: hidden;
  display: block;
  position: relative
}
.sidebar-post .image-post-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: montserrat, source sans pro, helvetica new, sans-serif;
  font-size: 12px;
  color: #e8e8e8;
  text-transform: uppercase;
  line-height: 20px;
  padding-top: 10px;
  background-color: rgba(24, 42, 88, .65);
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}
.sidebar-post:hover .image-post-date {
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}
.sidebar-posts img {
  width: 66px;
  height: 60px
}
.sidebar-post h5 {
  margin-bottom: 3px
}
.sidebar-post a {
  font-family: montserrat, source sans pro, helvetica new, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #556;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}
.sidebar-post h5 a:hover {
  color: #b54321;
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}
.sidebar-post .info-post {
  margin-left: 80px;
  padding-top: 5px
}
.sidebar-post .info-post span {
  font-size: 13px;
  color: #778
}
.sidebar-contact {
  margin-bottom: 0
}
.sidebar-contact p {
  margin-bottom: 12px
}
.sidebar-contact .fa {
  margin-right: 8px;
  width: 14px;
  color: #778
}
.flickr-img {
  list-style: none;
  padding: 0;
  margin: 0
}
.flickr-img li {
  display: inline-block;
  margin: 0 10px 15px 0
}
.flickr-img img {
  width: 70px;
  height: 70px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.flickr-img img:hover {
  opacity: .6;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}
.sidebar-tweet {
  margin-bottom: 15px
}
.sidebar-tweet .fa {
  display: block;
  float: left;
  font-size: 18px;
  color: #889;
  padding-top: 8px
}
.tweet-content {
  margin-left: 30px;
  margin-bottom: 10px
}
.tweet-content .tweet-user {
  margin-right: 10px
}
.tweet-content small {
  display: block;
  color: #889
}
.sidebar-socials {
  padding: 0;
  margin: 0 10px 0 0;
  list-style: none
}
.sidebar-socials > li {
  margin-bottom: 8px
}
.sidebar-socials a {
  color: #667
}
.sidebar-socials a:hover, .sidebar-socials a:focus {
  color: #b54321;
  padding-left: 5px
}
.sidebar-socials .fa {
  font-size: 15px;
  margin-right: 15px;
  padding-top: 4px;
  width: 16px;
  color: #889
}
.sidebar-socials > li span {
  float: right;
  font-size: 13px;
  color: #889
}
.navigation-sidebar ul > li {
  padding: 4px 0
}
.navigation-sidebar li > a {
  display: block;
  color: #666672;
  padding: 4px 0 4px 10px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  border: 0 solid #556
}
.navigation-sidebar .active a, .navigation-sidebar .current a, .navigation-sidebar li a:hover, .navigation-sidebar li a:focus {
  border-left: 2px solid #556;
  color: #556;
  padding-left: 20px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out
}
.shop-product {
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 3px
}
.shop-image {
  position: relative;
  display: block
}
.shop-product img {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.shop-product:hover img {
  opacity: .6;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.shop-description {
  padding: 20px 10px 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 15px;
  color: #666672;
  font-family: montserrat, sans-serif;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.shop-product:hover .shop-description {
  color: #9999a6;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.shop-prices {
  position: absolute;
  top: 10px;
  right: 15px
}
.shop-price {
  color: #b54321;
  font-size: 20px;
  display: inline-block;
  text-decoration: none
}
.shop-price-off {
  text-decoration: line-through;
  color: #adb7bd;
  font-size: 15px;
  margin-right: 5px
}
.shop-offer {
  position: absolute;
  top: 10px;
  left: 15px;
  color: #adb7bd;
  text-transform: capitalize;
  font-family: montserrat, sans-serif;
  font-size: 12px
}
.toolbar-shop {
  margin-bottom: 35px
}
.toolbar-shop .btn .fa {
  margin-right: 0
}
.shop-ordering {
  display: inline-block;
  margin-right: 15px
}
.shop-sidebar .irs {
  margin-bottom: 17px
}
.shop-sidebar .sidebar-categories li {
  padding-bottom: 5px !important
}
.shop-sidebar .top-rated-products li {
  clear: both;
  margin-bottom: 25px
}
.shop-sidebar .top-rated-products .product-image {
  float: left;
  width: 75px;
  height: 75px;
  display: block
}
.shop-sidebar .top-rated-products .product-info {
  margin-left: 90px
}
.shop-sidebar .top-rated-products h5 {
  margin-bottom: 8px;
  padding-top: 10px
}
.shop-sidebar .top-rated-products h5 a {
  font-size: 16px;
  color: #666670;
  letter-spacing: 1px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}
.shop-sidebar .top-rated-products h5 a:hover {
  color: #b54321;
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}
.shop-sidebar .top-rated-products .shop-price {
  font-size: 18px
}
#owl-shop .owl-buttons {
  width: 100%;
  position: absolute;
  bottom: 36px;
  left: 0
}
#owl-shop .owl-buttons div {
  margin: 0;
  color: #fff;
  border: none;
  background: rgba(0, 0, 0, .7);
  opacity: 0;
  border-radius: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}
#owl-shop:hover .owl-buttons div {
  opacity: 1;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out
}
#owl-shop .owl-prev {
  position: absolute;
  left: 0
}
#owl-shop .owl-next {
  position: absolute;
  left: 33px
}
@media(max-width:991px) {
  #owl-shop .owl-buttons div {
    opacity: .9
  }
}
.shop-description-product {
  padding: 10px 0
}
.shop-product-name {
  font-family: montserrat, sans-serif;
  margin-bottom: 20px;
  font-size: 22px;
  color: #556
}
.shop-product-name span {
  font-size: 16px;
  color: #99a;
  margin-left: 10px
}
.shop-description-product small {
  vertical-align: sub;
  margin-left: 20px
}
.shop-description-product .shop-price-wrapper {
  padding: 10px 0 25px
}
.shop-description-product .rating-system {
  display: inline-block;
  margin-top: 3px
}
.shop-specifications {
  margin: 0;
  padding: 0;
  list-style: none
}
.shop-specifications .title {
  font-size: 15px;
  font-weight: 600;
  margin: 20px 0 10px
}
.shop-specifications .title:first-child {
  margin: 0 0 10px
}
.shop-specifications > li {
  color: #444450;
  margin-bottom: 3px
}
.shop-specifications > li > span {
  margin-left: 15px;
  color: #888892;
  font-size: 13px
}
.shop-comment {
  margin-bottom: 40px;
  color: #909096
}
.shop-comment:last-child {
  margin-bottom: 0
}
.shop-comment .author {
  margin-bottom: 10px
}
.shop-comment .author cite {
  text-transform: capitalize;
  margin-right: 25px;
  font-size: 15px
}
.shop-comment .date {
  font-size: 12px;
  margin-right: 25px;
  vertical-align: baseline
}
.shop-comment .rate-product {
  position: relative;
  top: -5px
}
.shop-checkout .tab-content {
  padding: 0 0 20px
}
@media(max-width:767px) {
  .shop-checkout .form .forgot {
    display: block;
    margin-bottom: 15px
  }
}
.shop-cart table .product img {
  width: 80px;
  height: 80px;
  margin-right: 25px
}
.shop-cart table td, .shop-cart table tr:last-child th {
  vertical-align: middle
}
.shop-cart table tr td:last-child {
  width: 40px
}
.shop-cart table .span100 {
  width: 100px
}
.shop-cart table .span40 {
  width: 40px
}
@media(max-width:767px) {
  .table-responsive {
    border: none;
    margin-bottom: 20px
  }
  .shop-cart table .product {
    white-space: normal
  }
  .shop-cart table .product img {
    margin-right: 0;
    margin-bottom: 10px
  }
}
.shop-account ul {
  margin: 0 0 15px;
  padding: 0;
  list-style: none
}
.shop-account ul li {
  margin-bottom: 10px;
  color: #445
}
.shop-account ul span {
  margin-left: 15px;
  color: #778;
  font-size: 13px
}
.shop-account .edit {
  margin-top: 18px;
  display: block;
  font-family: montserrat, sans-serif;
  font-size: 12px
}
.shop-account-image {
  position: relative;
  top: -85px;
  margin-bottom: -130px;
  padding: 10px;
  border-radius: 10px;
  background-color: #f5f5f5;
  width: 170px
}
.shop-account-image img {
  width: 150px;
  height: 140px;
  border-radius: 10px
}
.shop-account table {
  margin-top: 0;
  vertical-align: middle
}
.shop-account table td, .shop-account table th {
  padding-top: 20px;
  padding-bottom: 20px
}
@media(max-width:767px) {
  .shop-account-image {
    margin-bottom: -100px
  }
}
.sign-in-area {
  position: relative;
  top: -110px;
  margin-bottom: -50px;
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 5px
}
.page-sign-in .info-area {
  padding: 90px 0 50px
}
@media(max-width:991px) {
  .sign-in-area {
    margin-top: 40px
  }
  .page-sign-in .info-area {
    padding: 0 0 60px
  }
}
.page-contact iframe.map {
  width: 100%;
  height: 400px;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-bottom: -8px
}
.contact-map-wrapper {
  position: relative;
  top: -210px;
  margin-bottom: -210px;
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 5px
}
.contact-map-wrapper.form {
  padding: 20px
}
.page-contact .box-right {
  margin-left: 50px
}
.page-contact .box-left .fa {
  font-size: 30px;
  margin-top: 5px;
  width: 30px;
  color: #99a
}
.page-contact .box-services-d.box-services-e p {
  font-size: 16px
}
@media(max-width:991px) {
  .contact-map-wrapper {
    top: auto;
    margin-bottom: 0;
    padding: 0
  }
  .contact-map-wrapper.form {
    padding: 0
  }
}
.page-faq .tab-content {
  padding-top: 0
}
.faq-list > li {
  padding: 2px 0
}
.faq-list > li > a {
  color: #667
}
.faq-list > li > a:hover, .faq-list > li > a:focus {
  color: #b54321;
  padding-left: 10px
}
.text-404 {
  font-size: 280px;
  font-weight: 700;
  line-height: 100%;
  display: block;
  text-align: center;
  color: #ccccd2
}
.page-404 {
  padding: 70px 0 80px
}
.over-404 {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  width: 100%
}
.title-404 {
  font-weight: 600;
  color: #666670;
  font-size: 40px;
  margin-bottom: 60px;
  text-align: center;
  line-height: 36px
}
.content-404 {
  position: relative;
  text-align: center
}
@media(max-width:767px) {
  .page-404 .text-404 {
    font-size: 130px;
    margin-bottom: 30px
  }
  .page-404 .over-404 {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%
  }
  .page-404 {
    padding: 50px 0
  }
  .title-404 {
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 46px
  }
}
.page-clients {
  text-align: center
}
.page-clients a {
  opacity: .6;
  padding: 10px;
  display: block;
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}
.page-clients a:hover {
  opacity: 1;
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}
.page-clients-b a {
  padding: 30px;
  background-color: #e2e2e5;
  border-radius: 1px
}
.page-clients-b a:hover {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, .2)
}
.page-clients-c a {
  padding: 30px;
  background-color: #efeff3;
  border-radius: 1px;
  border: 1px solid #e1e1e5
}
.page-clients-c a:hover {
  box-shadow: 2px 2px 4px rgba(10, 10, 15, .15)
}
.page-clients .tooltip-inner {
  padding: 15px 20px;
  border-radius: 3px;
  color: #fafafd;
  letter-spacing: 1px;
  background-color: rgba(20, 20, 30, .7)
}
.page-clients .tooltip.top .tooltip-arrow {
  border-top-color: rgba(20, 20, 30, .7)
}

.progress {
  border-radius: 2px;
  box-shadow: none;
  height: 24px;
  margin-bottom: 15px;
  background-color: #e2e2e2
}
.progress-bar {
  text-align: left;
  background-color: #b54321;
  line-height: 23px;
  color: #fff
}
.progress-bar-animate {
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out
}
.progress-bar span {
  padding: 5px 17px;
  background-color: #444448
}
.progress .progress-bar-info {
  background-color: #5bc0de !important
}
.progress .progress-bar-danger {
  background-color: #d9534f !important
}
.progress .progress-bar-warning {
  background-color: #f0ad4e !important
}
.progress .progress-bar-success {
  background-color: #5cb85c !important
}
.progress .progress-bar-primary {
  background-color: #428bca !important
}
.table th, .table td {
  padding: 12px !important
}
.panel-group .panel {
  border-radius: 0
}
.panel {
  background-color: #0000;
  border: none;
  box-shadow: none;
  border-radius: 0
}
.panel-heading {
  padding: 7px 0;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.panel-title {
  font-family: montserrat, sans-serif;
  color: #666670;
  font-size: 15px
}
.panel-title:hover a, .panel-title:focus a {
  color: #888892
}
.panel-title .fa {
  margin-right: 8px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.panel-title .fa.upside-down {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none
}
.panel-body {
  padding: 10px 0 5px 25px
}
.tab-content {
  padding: 20px 5px
}
.tab-content.vertical {
  padding: 5px 5px 20px 20px
}
.nav-tabs {
  border: none
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px
}
.nav-tabs > li > a {
  border: none;
  border-radius: 0;
  font-family: montserrat, sans-serif;
  font-size: 12px;
  color: #606063;
  border-top: 2px solid #555557;
  background-color: #0000;
  padding: 12px 20px;
  margin-right: 0
}
.nav-tabs > li > a .fa {
  margin-right: 10px
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #555557;
  border: none;
  border-top: 2px solid #555557
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  color: #b54321;
  background-color: #0000;
  border: none;
  border-top: 2px solid #555557
}
.nav-tabs.vertical > li {
  float: none;
  margin-bottom: 0
}
.nav-tabs.vertical > li > a {
  border-radius: 0;
  border-top: none;
  border-left: 2px solid #555557
}
.nav-tabs.vertical > li.active > a, .nav-tabs.vertical > li.active > a:hover, .nav-tabs.vertical > li.active > a:focus {
  border-top: none;
  border-left: 2px solid #555557
}
@media(max-width:767px) {
  .tab-content.vertical {
    padding: 20px 5
  }
  .nav-tabs > li {
    float: none;
    margin-bottom: 0
  }
  .nav-tabs > li > a {
    border-radius: 0;
    border-top: none;
    border-left: 2px solid #555557
  }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-top: none;
    border-left: 2px solid #555557
  }
}
.btn {
  border-radius: 2px;
  padding: 8px 14px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}
.btn:hover {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out
}
.btn-a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px #0000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #556;
  -webkit-transition: color .3s ease-out;
  transition: color .3s ease-out;
  padding: 8px 14px;
  border: none;
  color: #fff
}
.btn-a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b54321;
  border-radius: 2px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform .3s ease-out;
  transition: transform .3s ease-out
}
.btn-a:hover, .btn-a:focus, .btn-a:active {
  color: #fff
}
.btn-a:hover:before, .btn-a:focus:before, .btn-a:active:before {
  -webkit-transform: scale(0);
  transform: scale(0)
}
.btn-b {
  background-color: #e4e4e4;
  border: none;
  color: #555560
}
.btn-b:hover, .btn-b:focus, .btn-b:active, .btn-b.active {
  background-color: #dfdfdf;
  border: none;
  color: #555557
}
.btn-c {
  background-color: #0000;
  color: #b54321;
  border: 1px solid #b54321;
  border-radius: 2px;
  padding: 7px 13px
}
.btn-c:hover, .btn-c:focus, .btn-c:active, .btn-c.active {
  color: #556;
  border: 1px solid #556
}
.btn-d {
  background-color: #505460;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 9px 18px
}
.btn-d:hover, .btn-d:focus, .btn-d:active, .btn-d.active {
  background-color: #b54321;
  color: #fff;
  box-shadow: inset 2px 1px 6px rgba(0, 0, 0, .6)
}
.btn-e {
  background-color: #0000;
  color: #b54321;
  border: 1px solid #b54321;
  border-radius: 2px;
  padding: 10px 20px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px
}
.btn-e:hover, .btn-e:focus, .btn-e:active, .btn-e.active {
  color: #fff;
  background-color: #b54321;
  box-shadow: 2px 4px 14px rgba(0, 0, 0, .5)
}
.btn.btn-bg {
  color: #fff;
  border: none;
  padding: 6px 14px
}
.btn.btn-bg:hover, .btn.btn-bg:focus, .btn.btn-bg:active {
  background-color: #556 !important;
  color: #fff;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, .4)
}
.btn-icon .fa {
  margin-right: 8px
}
.btn.facebook {
  background-color: #677fb5
}
.btn.twitter {
  background-color: #70c2e9
}
.btn.google-plus {
  background-color: #bc7067
}
.btn.behance {
  background-color: #42a9fb
}
.btn.pinterest {
  background-color: #d8545d
}
.btn.flickr {
  background-color: #ff3ba4
}
.btn.dribbble {
  background-color: #e299c2
}
.btn.linkedin {
  background-color: #3daccf
}
.btn.instagram {
  background-color: #b99682
}
.dropdown-menu {
  min-width: 150px;
  margin: 0;
  background-color: #f6f6f6;
  border: none;
  border-radius: 2px
}
.dropdown-menu > li > a {
  color: #444450;
  padding: 5px 20px
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #eaeaea
}
.tooltip-inner {
  padding: 12px 20px;
  border-radius: 3px;
  color: #fafafd;
  background-color: rgba(15, 15, 20, .8)
}
.tooltip.top .tooltip-arrow {
  border-top-color: rgba(15, 15, 20, .8)
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: rgba(15, 15, 20, .8)
}
.tooltip.right .tooltip-arrow {
  border-right-color: rgba(15, 15, 20, .8)
}
.tooltip.left .tooltip-arrow {
  border-left-color: rgba(15, 15, 20, .8)
}
.popover {
  border-radius: 0;
  font-family: source sans pro, sans-serif;
  border: none;
  background-color: #fcfcfc;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
  color: #667;
  padding: 3px 3px 8px
}
.popover-title {
  padding: 10px 14px 0;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  background-color: inherit;
  border-bottom: none;
  border-radius: 0
}
.popover-title::after {
  content: "";
  display: block;
  height: 1px;
  width: 25px;
  border-top: 2px solid #b54321;
  margin: 12px 0 5px
}
.modal {
  z-index: 999999
}
.modal-content {
  border-radius: 1px;
  background-color: #fafafa;
  padding: 10px
}
.modal-title {
  font-family: montserrat, sans-serif;
  font-size: 17px;
  color: #556
}
.modal-title:after {
  content: "";
  display: block;
  height: 1px;
  width: 35px;
  border-top: 2px solid #b54321;
  margin: 10px 0
}
.modal-header, .modal-footer {
  border: none
}
.alert {
  border-radius: 1px;
  border: none;
  padding: 10px 20px;
  position: relative
}
.alert.alert-bg {
  color: rgba(255, 255, 255, .9);
  padding: 20px 40px 20px 20px
}
.alert .fa {
  display: block;
  float: left;
  margin: 5px 20px 15px 5px
}
.alert.alert-dismissable .close {
  position: absolute;
  right: 10px;
  top: 5px
}
.alert-modal {
  position: fixed;
  top: 80px;
  left: 0;
  opacity: 0;
  width: 100%;
  margin-top: -30px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.alert-modal.alert-modal-on {
  opacity: .9;
  margin-top: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.alert-modal .alert {
  box-shadow: 2px 4px 8px rgba(0, 0, 0, .2)
}
.pagination {
  margin: 20px 0 5px
}
.pagination > li > a {
  border: none;
  margin-right: 7px;
  padding: 5px 12px;
  color: #b54321;
  background-color: #f5f5f5;
  border-radius: 3px
}
.pagination > li > a > .fa {
  font-size: 10px
}
.pagination > .active > a {
  color: #fff;
  background-color: #b54321;
  border-radius: 2px
}
.pagination li:first-child a {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px
}
.pagination li:last-child a {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px
}
.pagination > li a:hover {
  background-color: #b54321;
  color: #fff
}
.pagination .active a:hover {
  background-color: #556
}
.pagination > .disabled a {
  background: 0 0;
  border: none;
  color: #667
}
.pagination > .disabled a:hover {
  background: 0 0
}
.pagination.pagination-2 > li > a {
  color: #fff;
  background-color: #d8d8da;
  border: 0;
  border-radius: 2px
}
.pagination.pagination-2.dark > li > a {
  background-color: #4a4b4e;
  color: #fff
}
.pagination.pagination-2 > .active a, .pagination.pagination-2.dark > .active a {
  background-color: #b54321
}
.pagination.pagination-2 > li a:hover {
  background-color: #b54321;
  color: #fff;
  border: none;
  box-shadow: inset 2px 1px 6px rgba(0, 0, 0, .6)
}
.pagination.pagination-2 .active a:hover {
  background-color: #556;
  color: #fff
}
.pagination.pagination-2 .disabled a, .pagination.pagination-2 .disabled a:hover, .pagination.pagination-2 .disabled a:focus {
  color: #fff;
  background-color: #d8d8da;
  box-shadow: none
}
.pagination.pagination-2.dark .disabled a, .pagination.pagination-2.dark .disabled a:hover, .pagination.pagination-2.dark .disabled a:focus {
  background-color: #4a4b4e;
  color: #fff;
  box-shadow: none
}
.mfp-bg, .mfp-wrap {
  z-index: 999999
}
.mfp-counter {
  width: 50px;
  text-align: right
}
.mfp-close {
  color: #fcfcfc;
  cursor: pointer
}
.mfp-close:hover {
  color: #b54321;
  cursor: pointer
}
.mfp-zoom-out-cur .header-wrapper {
  z-index: 0 !important
}
button.mfp-arrow {
  background-color: rgba(0, 0, 0, .6)
}
.mfp-arrow-left:before {
  border-right: none
}
.mfp-arrow-left:after {
  border-right: 20px solid #fcfcfc;
  margin-left: 25px
}
.mfp-arrow-right:before {
  border-left: none
}
.mfp-arrow-right:after {
  border-left: 20px solid #fcfcfc
}
.title-mfp {
  margin: 4px 0 0 4px;
  font-size: 15px;
  font-family: source sans pro, sans-serif;
  color: #d1d2d3;
  font-weight: 600;
  opacity: .9
}
.media, .media .media {
  margin-top: 40px
}
h4.media-heading {
  color: #445;
  font-size: 17px;
  margin: 2px 0 6px
}
.media-heading .date {
  margin-left: 20px;
  font-size: 12px
}
.media-heading .reply {
  margin-left: 20px;
  font-size: 13px
}
.media-heading .reply a:hover {
  text-decoration: none;
  color: #453951
}
.media .media-object {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-top: 5px
}
.media-heading > .user {
  font-size: 15px;
  color: #667
}
.media-heading > .user:hover, .media-heading > .user:focus, .media-heading > .user:active {
  color: #b54321
}
.media > .pull-left {
  margin-right: 15px
}
@media(max-width:767px) {
  #blog-posts .media, #blog-posts .media-body {
    overflow: visible !important
  }
  .media > .pull-left {
    display: none
  }
  .media-heading > .user {
    display: block
  }
  .media-heading .date {
    margin-left: 0
  }
}
.blockquote {
  border-left: 2px solid #b54321;
  background: #f5f5f5
}
.blockquote p {
  font-size: 14px;
  line-height: 26px;
  color: #898994
}
.blockquote cite {
  color: #b54321;
  font-size: 14px;
  margin-left: 10px
}
.blockquote small {
  display: inline-block;
  font-size: 13px
}
.blockquote-2 {
  border-left: 3px solid #ddd
}
.unstyled-list {
  margin: 0;
  padding: 0;
  list-style: none
}
.list-medium > li {
  margin-bottom: 5px
}
.fa.fa-border {
  border: 2px solid #ddd
}
.fa.fa-bg {
  background-color: #f0f0f0;
  padding: 6px 8px;
  border-radius: 3px
}
.fa.fa-bg-2 {
  background-color: #f0f0f0;
  padding: 15px;
  border-radius: 50%
}
.fa.fa-bg-3 {
  background-color: #444;
  padding: 15px;
  border-radius: 50%
}
.box-icon {
  font-size: 13px;
  width: 28px;
  height: 28px;
  color: #fafafa;
  padding-top: 7px;
  background-color: #b54321;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px
}
.dropcap {
  float: left;
  font-family: Georgia;
  text-align: center;
  padding: 10px 15px;
  margin: 8px 20px 0 2px;
  background-color: #666674;
  color: rgba(254, 254, 254, .9);
  font-size: 40px;
  line-height: 35px;
  border-radius: 4px
}
.dropcap.bordered {
  background-color: #0000;
  color: #778;
  border-radius: 4px;
  border: 1px solid #778
}
.dropcap.shadow {
  box-shadow: 0 2px 4px #788
}
.dropcap.circle {
  border-radius: 50%
}
.divider {
  height: 1px;
  background-color: #ccc;
  margin: 30px auto
}
.divider.d2 {
  background: 0 0;
  border-top: 1px dashed #ccc
}
.divider.d3:after {
  content: "";
  display: block;
  width: 25%;
  height: 1px;
  position: relative;
  background-color: #b54321;
  margin: 0 auto
}
.divider.d4 {
  text-align: center;
  margin: 40px auto
}
.divider.d4 span {
  background: #f5f5f5;
  color: #788;
  padding: 0 18px;
  position: relative;
  top: -12px;
  font-size: 14px
}
.divider.d4.text-left span {
  padding: 0 18px 0 0
}
.divider.d4.text-right span {
  padding: 0 0 0 18px
}

.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform-origin-x: 50%
}
.rotating.flip {
  position: relative
}
.rotating .front, .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden
}
.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 1px);
  -ms-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px)
}
.rotating.flip .front {
  z-index: 1
}
.rotating .back {
  display: block;
  opacity: 0
}
.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0)
}
.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
  -ms-transform: rotateY(180deg) translate3d(0, 0, 0);
  transform: rotateY(180deg) translate3d(0, 0, 0)
}
.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0, 0, 0);
  -ms-transform: rotateX(180deg) translate3d(0, 0, 0);
  transform: rotateX(180deg) translate3d(0, 0, 0)
}
.rotating.flip.cube .front {
  -webkit-transform: translate3d(0, 0, 100px) scale(0.9, 0.9);
  -ms-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: translate3d(0, 0, 100px) scale(0.85, 0.85)
}
.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
  -ms-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85)
}
.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
  -ms-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85)
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}
.animated {
  opacity: 0
}
.animated.on {
  opacity: 1
}
@media(min-width:992px) and (max-width:1199px) {
  .portfolio .col-md-4 {
    width: 33.3%
  }
}
.demo-buy {
  display: block;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 99999;
  padding: 10px 15px;
  background: rgba(150, 39, 65, .8);
  color: #fcfcfc;
  text-align: center;
  border-left-top-radius: 2px;
  border-left-bottom-rarius: 2px
}
.demo-buy:hover {
  background: #962741;
  color: #fafafa
}
.template-settings, .change-sidebar {
  display: block;
  position: fixed;
  left: 0;
  top: 150px;
  width: 40px;
  height: 40px;
  background: rgba(22, 22, 22, .7);
  color: #fcfcfc;
  font-size: 22px;
  text-align: center;
  outline: none;
  z-index: 999999;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}
.template-settings:hover, .template-settings:focus, .change-sidebar:hover, .change-sidebar:focus {
  background-color: rgba(22, 22, 22, .9);
  color: #fafafa
}
.template-settings .fa {
  margin-top: 9px
}
.settings-modal ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.settings-modal ul > li {
  display: inline-block;
  margin-right: 10px
}
.settings-modal ul > li > a {
  width: 25px;
  height: 25px;
  display: block;
  background: #555
}
.change-sidebar {
  top: 220px;
  padding-top: 7px
}
.pull-off.on {
  right: 0
}
.push-off.on {
  left: 0
}
@font-face {
  font-family: ElegantIcons;
  src: url("../plugins/elegant_font/html_css/fonts/ElegantIcons.eot");
  src: url("../plugins/elegant_font/html_css/fonts/ElegantIcons-.eot#iefix") format('embedded-opentype'), url("../plugins/elegant_font/html_css/fonts/ElegantIcons.woff") format('woff'), url("../plugins/elegant_font/html_css/fonts/ElegantIcons.ttf") format('truetype'), url("../plugins/elegant_font/html_css/fonts/ElegantIcons.svg#ElegantIcons") format('svg');
  font-weight: 400;
  font-style: normal
}
[data-icon]:before {
  font-family: ElegantIcons;
  content: attr(data-icon);
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.arrow-up-down, .arrow_back, .arrow_carrot-2down, .arrow_carrot-2down_alt2, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left, .arrow_carrot-2left_alt, .arrow_carrot-2left_alt2, .arrow_carrot-2right, .arrow_carrot-2right_alt, .arrow_carrot-2right_alt2, .arrow_carrot-2up, .arrow_carrot-2up_alt, .arrow_carrot-2up_alt2, .arrow_carrot-down, .arrow_carrot-down_alt, .arrow_carrot-down_alt2, .arrow_carrot-left, .arrow_carrot-left_alt, .arrow_carrot-left_alt2, .arrow_carrot-right, .arrow_carrot-right_alt, .arrow_carrot-right_alt2, .arrow_carrot-up, .arrow_carrot-up_alt2, .arrow_carrot_up_alt, .arrow_condense, .arrow_condense_alt, .arrow_down, .arrow_down_alt, .arrow_expand, .arrow_expand_alt, .arrow_expand_alt2, .arrow_expand_alt3, .arrow_left, .arrow_left-down, .arrow_left-down_alt, .arrow_left-right, .arrow_left-right_alt, .arrow_left-up, .arrow_left-up_alt, .arrow_left_alt, .arrow_move, .arrow_right, .arrow_right-down, .arrow_right-down_alt, .arrow_right-up, .arrow_right-up_alt, .arrow_right_alt, .arrow_triangle-down, .arrow_triangle-down_alt, .arrow_triangle-down_alt2, .arrow_triangle-left, .arrow_triangle-left_alt, .arrow_triangle-left_alt2, .arrow_triangle-right, .arrow_triangle-right_alt, .arrow_triangle-right_alt2, .arrow_triangle-up, .arrow_triangle-up_alt, .arrow_triangle-up_alt2, .arrow_up, .arrow_up-down_alt, .arrow_up_alt, .icon_adjust-horiz, .icon_adjust-vert, .icon_archive, .icon_archive_alt, .icon_bag, .icon_bag_alt, .icon_balance, .icon_blocked, .icon_book, .icon_book_alt, .icon_box-checked, .icon_box-empty, .icon_box-selected, .icon_briefcase, .icon_briefcase_alt, .icon_building, .icon_building_alt, .icon_calculator_alt, .icon_calendar, .icon_calulator, .icon_camera, .icon_camera_alt, .icon_cart, .icon_cart_alt, .icon_chat, .icon_chat_alt, .icon_check, .icon_check_alt, .icon_check_alt2, .icon_circle-empty, .icon_circle-slelected, .icon_clipboard, .icon_clock, .icon_clock_alt, .icon_close, .icon_close_alt, .icon_close_alt2, .icon_cloud, .icon_cloud-download, .icon_cloud-download_alt, .icon_cloud-upload, .icon_cloud-upload_alt, .icon_cloud_alt, .icon_cog, .icon_cogs, .icon_comment, .icon_comment_alt, .icon_compass, .icon_compass_alt, .icon_cone, .icon_cone_alt, .icon_contacts, .icon_contacts_alt, .icon_creditcard, .icon_currency, .icon_currency_alt, .icon_cursor, .icon_cursor_alt, .icon_datareport, .icon_datareport_alt, .icon_desktop, .icon_dislike, .icon_dislike_alt, .icon_document, .icon_document_alt, .icon_documents, .icon_documents_alt, .icon_download, .icon_drawer, .icon_drawer_alt, .icon_drive, .icon_drive_alt, .icon_easel, .icon_easel_alt, .icon_error-circle, .icon_error-circle_alt, .icon_error-oct, .icon_error-oct_alt, .icon_error-triangle, .icon_error-triangle_alt, .icon_film, .icon_floppy, .icon_floppy_alt, .icon_flowchart, .icon_flowchart_alt, .icon_folder, .icon_folder-add, .icon_folder-add_alt, .icon_folder-alt, .icon_folder-open, .icon_folder-open_alt, .icon_folder_download, .icon_folder_upload, .icon_genius, .icon_gift, .icon_gift_alt, .icon_globe, .icon_globe-2, .icon_globe_alt, .icon_grid-2x2, .icon_grid-3x3, .icon_group, .icon_headphones, .icon_heart, .icon_heart_alt, .icon_hourglass, .icon_house, .icon_house_alt, .icon_id, .icon_id-2, .icon_id-2_alt, .icon_id_alt, .icon_image, .icon_images, .icon_info, .icon_info_alt, .icon_key, .icon_key_alt, .icon_laptop, .icon_lifesaver, .icon_lightbulb, .icon_lightbulb_alt, .icon_like, .icon_like_alt, .icon_link, .icon_link_alt, .icon_loading, .icon_lock, .icon_lock-open, .icon_lock-open_alt, .icon_lock_alt, .icon_mail, .icon_mail_alt, .icon_map, .icon_map_alt, .icon_menu, .icon_menu-circle_alt, .icon_menu-circle_alt2, .icon_menu-square_alt, .icon_menu-square_alt2, .icon_mic, .icon_mic_alt, .icon_minus-06, .icon_minus-box, .icon_minus_alt, .icon_minus_alt2, .icon_mobile, .icon_mug, .icon_mug_alt, .icon_music, .icon_ol, .icon_paperclip, .icon_pause, .icon_pause_alt, .icon_pause_alt2, .icon_pencil, .icon_pencil-edit, .icon_pencil-edit_alt, .icon_pencil_alt, .icon_pens, .icon_pens_alt, .icon_percent, .icon_percent_alt, .icon_phone, .icon_piechart, .icon_pin, .icon_pin_alt, .icon_plus, .icon_plus-box, .icon_plus_alt, .icon_plus_alt2, .icon_printer, .icon_printer-alt, .icon_profile, .icon_pushpin, .icon_pushpin_alt, .icon_puzzle, .icon_puzzle_alt, .icon_question, .icon_question_alt, .icon_question_alt2, .icon_quotations, .icon_quotations_alt, .icon_quotations_alt2, .icon_refresh, .icon_ribbon, .icon_ribbon_alt, .icon_rook, .icon_search, .icon_search-2, .icon_search_alt, .icon_shield, .icon_shield_alt, .icon_star, .icon_star-half, .icon_star-half_alt, .icon_star_alt, .icon_stop, .icon_stop_alt, .icon_stop_alt2, .icon_table, .icon_tablet, .icon_tag, .icon_tag_alt, .icon_tags, .icon_tags_alt, .icon_target, .icon_tool, .icon_toolbox, .icon_toolbox_alt, .icon_tools, .icon_trash, .icon_trash_alt, .icon_ul, .icon_upload, .icon_vol-mute, .icon_vol-mute_alt, .icon_volume-high, .icon_volume-high_alt, .icon_volume-low, .icon_volume-low_alt, .icon_wallet, .icon_wallet_alt, .icon_zoom-in, .icon_zoom-in_alt, .icon_zoom-out, .icon_zoom-out_alt, .social_blogger, .social_blogger_circle, .social_blogger_square, .social_delicious, .social_delicious_circle, .social_delicious_square, .social_deviantart, .social_deviantart_circle, .social_deviantart_square, .social_dribbble, .social_dribbble_circle, .social_dribbble_square, .social_facebook, .social_facebook_circle, .social_facebook_square, .social_flickr, .social_flickr_circle, .social_flickr_square, .social_googledrive, .social_googledrive_alt2, .social_googledrive_square, .social_googleplus, .social_googleplus_circle, .social_googleplus_square, .social_instagram, .social_instagram_circle, .social_instagram_square, .social_linkedin, .social_linkedin_circle, .social_linkedin_square, .social_myspace, .social_myspace_circle, .social_myspace_square, .social_picassa, .social_picassa_circle, .social_picassa_square, .social_pinterest, .social_pinterest_circle, .social_pinterest_square, .social_rss, .social_rss_circle, .social_rss_square, .social_share, .social_share_circle, .social_share_square, .social_skype, .social_skype_circle, .social_skype_square, .social_spotify, .social_spotify_circle, .social_spotify_square, .social_stumbleupon_circle, .social_stumbleupon_square, .social_tumbleupon, .social_tumblr, .social_tumblr_circle, .social_tumblr_square, .social_twitter, .social_twitter_circle, .social_twitter_square, .social_vimeo, .social_vimeo_circle, .social_vimeo_square, .social_wordpress, .social_wordpress_circle, .social_wordpress_square, .social_youtube, .social_youtube_circle, .social_youtube_square {
  font-family: ElegantIcons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased
}
.arrow_up:before {
  content: "\21"
}
.arrow_down:before {
  content: "\22"
}
.arrow_left:before {
  content: "\23"
}
.arrow_right:before {
  content: "\24"
}
.arrow_left-up:before {
  content: "\25"
}
.arrow_right-up:before {
  content: "\26"
}
.arrow_right-down:before {
  content: "\27"
}
.arrow_left-down:before {
  content: "\28"
}
.arrow-up-down:before {
  content: "\29"
}
.arrow_up-down_alt:before {
  content: "\2a"
}
.arrow_left-right_alt:before {
  content: "\2b"
}
.arrow_left-right:before {
  content: "\2c"
}
.arrow_expand_alt2:before {
  content: "\2d"
}
.arrow_expand_alt:before {
  content: "\2e"
}
.arrow_condense:before {
  content: "\2f"
}
.arrow_expand:before {
  content: "\30"
}
.arrow_move:before {
  content: "\31"
}
.arrow_carrot-up:before {
  content: "\32"
}
.arrow_carrot-down:before {
  content: "\33"
}
.arrow_carrot-left:before {
  content: "\34"
}
.arrow_carrot-right:before {
  content: "\35"
}
.arrow_carrot-2up:before {
  content: "\36"
}
.arrow_carrot-2down:before {
  content: "\37"
}
.arrow_carrot-2left:before {
  content: "\38"
}
.arrow_carrot-2right:before {
  content: "\39"
}
.arrow_carrot-up_alt2:before {
  content: "\3a"
}
.arrow_carrot-down_alt2:before {
  content: "\3b"
}
.arrow_carrot-left_alt2:before {
  content: "\3c"
}
.arrow_carrot-right_alt2:before {
  content: "\3d"
}
.arrow_carrot-2up_alt2:before {
  content: "\3e"
}
.arrow_carrot-2down_alt2:before {
  content: "\3f"
}
.arrow_carrot-2left_alt2:before {
  content: "\40"
}
.arrow_carrot-2right_alt2:before {
  content: "\41"
}
.arrow_triangle-up:before {
  content: "\42"
}
.arrow_triangle-down:before {
  content: "\43"
}
.arrow_triangle-left:before {
  content: "\44"
}
.arrow_triangle-right:before {
  content: "\45"
}
.arrow_triangle-up_alt2:before {
  content: "\46"
}
.arrow_triangle-down_alt2:before {
  content: "\47"
}
.arrow_triangle-left_alt2:before {
  content: "\48"
}
.arrow_triangle-right_alt2:before {
  content: "\49"
}
.arrow_back:before {
  content: "\4a"
}
.icon_minus-06:before {
  content: "\4b"
}
.icon_plus:before {
  content: "\4c"
}
.icon_close:before {
  content: "\4d"
}
.icon_check:before {
  content: "\4e"
}
.icon_minus_alt2:before {
  content: "\4f"
}
.icon_plus_alt2:before {
  content: "\50"
}
.icon_close_alt2:before {
  content: "\51"
}
.icon_check_alt2:before {
  content: "\52"
}
.icon_zoom-out_alt:before {
  content: "\53"
}
.icon_zoom-in_alt:before {
  content: "\54"
}
.icon_search:before {
  content: "\55"
}
.icon_box-empty:before {
  content: "\56"
}
.icon_box-selected:before {
  content: "\57"
}
.icon_minus-box:before {
  content: "\58"
}
.icon_plus-box:before {
  content: "\59"
}
.icon_box-checked:before {
  content: "\5a"
}
.icon_circle-empty:before {
  content: "\5b"
}
.icon_circle-slelected:before {
  content: "\5c"
}
.icon_stop_alt2:before {
  content: "\5d"
}
.icon_stop:before {
  content: "\5e"
}
.icon_pause_alt2:before {
  content: "\5f"
}
.icon_pause:before {
  content: "\60"
}
.icon_menu:before {
  content: "\61"
}
.icon_menu-square_alt2:before {
  content: "\62"
}
.icon_menu-circle_alt2:before {
  content: "\63"
}
.icon_ul:before {
  content: "\64"
}
.icon_ol:before {
  content: "\65"
}
.icon_adjust-horiz:before {
  content: "\66"
}
.icon_adjust-vert:before {
  content: "\67"
}
.icon_document_alt:before {
  content: "\68"
}
.icon_documents_alt:before {
  content: "\69"
}
.icon_pencil:before {
  content: "\6a"
}
.icon_pencil-edit_alt:before {
  content: "\6b"
}
.icon_pencil-edit:before {
  content: "\6c"
}
.icon_folder-alt:before {
  content: "\6d"
}
.icon_folder-open_alt:before {
  content: "\6e"
}
.icon_folder-add_alt:before {
  content: "\6f"
}
.icon_info_alt:before {
  content: "\70"
}
.icon_error-oct_alt:before {
  content: "\71"
}
.icon_error-circle_alt:before {
  content: "\72"
}
.icon_error-triangle_alt:before {
  content: "\73"
}
.icon_question_alt2:before {
  content: "\74"
}
.icon_question:before {
  content: "\75"
}
.icon_comment_alt:before {
  content: "\76"
}
.icon_chat_alt:before {
  content: "\77"
}
.icon_vol-mute_alt:before {
  content: "\78"
}
.icon_volume-low_alt:before {
  content: "\79"
}
.icon_volume-high_alt:before {
  content: "\7a"
}
.icon_quotations:before {
  content: "\7b"
}
.icon_quotations_alt2:before {
  content: "\7c"
}
.icon_clock_alt:before {
  content: "\7d"
}
.icon_lock_alt:before {
  content: "\7e"
}
.icon_lock-open_alt:before {
  content: "\e000"
}
.icon_key_alt:before {
  content: "\e001"
}
.icon_cloud_alt:before {
  content: "\e002"
}
.icon_cloud-upload_alt:before {
  content: "\e003"
}
.icon_cloud-download_alt:before {
  content: "\e004"
}
.icon_image:before {
  content: "\e005"
}
.icon_images:before {
  content: "\e006"
}
.icon_lightbulb_alt:before {
  content: "\e007"
}
.icon_gift_alt:before {
  content: "\e008"
}
.icon_house_alt:before {
  content: "\e009"
}
.icon_genius:before {
  content: "\e00a"
}
.icon_mobile:before {
  content: "\e00b"
}
.icon_tablet:before {
  content: "\e00c"
}
.icon_laptop:before {
  content: "\e00d"
}
.icon_desktop:before {
  content: "\e00e"
}
.icon_camera_alt:before {
  content: "\e00f"
}
.icon_mail_alt:before {
  content: "\e010"
}
.icon_cone_alt:before {
  content: "\e011"
}
.icon_ribbon_alt:before {
  content: "\e012"
}
.icon_bag_alt:before {
  content: "\e013"
}
.icon_creditcard:before {
  content: "\e014"
}
.icon_cart_alt:before {
  content: "\e015"
}
.icon_paperclip:before {
  content: "\e016"
}
.icon_tag_alt:before {
  content: "\e017"
}
.icon_tags_alt:before {
  content: "\e018"
}
.icon_trash_alt:before {
  content: "\e019"
}
.icon_cursor_alt:before {
  content: "\e01a"
}
.icon_mic_alt:before {
  content: "\e01b"
}
.icon_compass_alt:before {
  content: "\e01c"
}
.icon_pin_alt:before {
  content: "\e01d"
}
.icon_pushpin_alt:before {
  content: "\e01e"
}
.icon_map_alt:before {
  content: "\e01f"
}
.icon_drawer_alt:before {
  content: "\e020"
}
.icon_toolbox_alt:before {
  content: "\e021"
}
.icon_book_alt:before {
  content: "\e022"
}
.icon_calendar:before {
  content: "\e023"
}
.icon_film:before {
  content: "\e024"
}
.icon_table:before {
  content: "\e025"
}
.icon_contacts_alt:before {
  content: "\e026"
}
.icon_headphones:before {
  content: "\e027"
}
.icon_lifesaver:before {
  content: "\e028"
}
.icon_piechart:before {
  content: "\e029"
}
.icon_refresh:before {
  content: "\e02a"
}
.icon_link_alt:before {
  content: "\e02b"
}
.icon_link:before {
  content: "\e02c"
}
.icon_loading:before {
  content: "\e02d"
}
.icon_blocked:before {
  content: "\e02e"
}
.icon_archive_alt:before {
  content: "\e02f"
}
.icon_heart_alt:before {
  content: "\e030"
}
.icon_star_alt:before {
  content: "\e031"
}
.icon_star-half_alt:before {
  content: "\e032"
}
.icon_star:before {
  content: "\e033"
}
.icon_star-half:before {
  content: "\e034"
}
.icon_tools:before {
  content: "\e035"
}
.icon_tool:before {
  content: "\e036"
}
.icon_cog:before {
  content: "\e037"
}
.icon_cogs:before {
  content: "\e038"
}
.arrow_up_alt:before {
  content: "\e039"
}
.arrow_down_alt:before {
  content: "\e03a"
}
.arrow_left_alt:before {
  content: "\e03b"
}
.arrow_right_alt:before {
  content: "\e03c"
}
.arrow_left-up_alt:before {
  content: "\e03d"
}
.arrow_right-up_alt:before {
  content: "\e03e"
}
.arrow_right-down_alt:before {
  content: "\e03f"
}
.arrow_left-down_alt:before {
  content: "\e040"
}
.arrow_condense_alt:before {
  content: "\e041"
}
.arrow_expand_alt3:before {
  content: "\e042"
}
.arrow_carrot_up_alt:before {
  content: "\e043"
}
.arrow_carrot-down_alt:before {
  content: "\e044"
}
.arrow_carrot-left_alt:before {
  content: "\e045"
}
.arrow_carrot-right_alt:before {
  content: "\e046"
}
.arrow_carrot-2up_alt:before {
  content: "\e047"
}
.arrow_carrot-2dwnn_alt:before {
  content: "\e048"
}
.arrow_carrot-2left_alt:before {
  content: "\e049"
}
.arrow_carrot-2right_alt:before {
  content: "\e04a"
}
.arrow_triangle-up_alt:before {
  content: "\e04b"
}
.arrow_triangle-down_alt:before {
  content: "\e04c"
}
.arrow_triangle-left_alt:before {
  content: "\e04d"
}
.arrow_triangle-right_alt:before {
  content: "\e04e"
}
.icon_minus_alt:before {
  content: "\e04f"
}
.icon_plus_alt:before {
  content: "\e050"
}
.icon_close_alt:before {
  content: "\e051"
}
.icon_check_alt:before {
  content: "\e052"
}
.icon_zoom-out:before {
  content: "\e053"
}
.icon_zoom-in:before {
  content: "\e054"
}
.icon_stop_alt:before {
  content: "\e055"
}
.icon_menu-square_alt:before {
  content: "\e056"
}
.icon_menu-circle_alt:before {
  content: "\e057"
}
.icon_document:before {
  content: "\e058"
}
.icon_documents:before {
  content: "\e059"
}
.icon_pencil_alt:before {
  content: "\e05a"
}
.icon_folder:before {
  content: "\e05b"
}
.icon_folder-open:before {
  content: "\e05c"
}
.icon_folder-add:before {
  content: "\e05d"
}
.icon_folder_upload:before {
  content: "\e05e"
}
.icon_folder_download:before {
  content: "\e05f"
}
.icon_info:before {
  content: "\e060"
}
.icon_error-circle:before {
  content: "\e061"
}
.icon_error-oct:before {
  content: "\e062"
}
.icon_error-triangle:before {
  content: "\e063"
}
.icon_question_alt:before {
  content: "\e064"
}
.icon_comment:before {
  content: "\e065"
}
.icon_chat:before {
  content: "\e066"
}
.icon_vol-mute:before {
  content: "\e067"
}
.icon_volume-low:before {
  content: "\e068"
}
.icon_volume-high:before {
  content: "\e069"
}
.icon_quotations_alt:before {
  content: "\e06a"
}
.icon_clock:before {
  content: "\e06b"
}
.icon_lock:before {
  content: "\e06c"
}
.icon_lock-open:before {
  content: "\e06d"
}
.icon_key:before {
  content: "\e06e"
}
.icon_cloud:before {
  content: "\e06f"
}
.icon_cloud-upload:before {
  content: "\e070"
}
.icon_cloud-download:before {
  content: "\e071"
}
.icon_lightbulb:before {
  content: "\e072"
}
.icon_gift:before {
  content: "\e073"
}
.icon_house:before {
  content: "\e074"
}
.icon_camera:before {
  content: "\e075"
}
.icon_mail:before {
  content: "\e076"
}
.icon_cone:before {
  content: "\e077"
}
.icon_ribbon:before {
  content: "\e078"
}
.icon_bag:before {
  content: "\e079"
}
.icon_cart:before {
  content: "\e07a"
}
.icon_tag:before {
  content: "\e07b"
}
.icon_tags:before {
  content: "\e07c"
}
.icon_trash:before {
  content: "\e07d"
}
.icon_cursor:before {
  content: "\e07e"
}
.icon_mic:before {
  content: "\e07f"
}
.icon_compass:before {
  content: "\e080"
}
.icon_pin:before {
  content: "\e081"
}
.icon_pushpin:before {
  content: "\e082"
}
.icon_map:before {
  content: "\e083"
}
.icon_drawer:before {
  content: "\e084"
}
.icon_toolbox:before {
  content: "\e085"
}
.icon_book:before {
  content: "\e086"
}
.icon_contacts:before {
  content: "\e087"
}
.icon_archive:before {
  content: "\e088"
}
.icon_heart:before {
  content: "\e089"
}
.icon_profile:before {
  content: "\e08a"
}
.icon_group:before {
  content: "\e08b"
}
.icon_grid-2x2:before {
  content: "\e08c"
}
.icon_grid-3x3:before {
  content: "\e08d"
}
.icon_music:before {
  content: "\e08e"
}
.icon_pause_alt:before {
  content: "\e08f"
}
.icon_phone:before {
  content: "\e090"
}
.icon_upload:before {
  content: "\e091"
}
.icon_download:before {
  content: "\e092"
}
.social_facebook:before {
  content: "\e093"
}
.social_twitter:before {
  content: "\e094"
}
.social_pinterest:before {
  content: "\e095"
}
.social_googleplus:before {
  content: "\e096"
}
.social_tumblr:before {
  content: "\e097"
}
.social_tumbleupon:before {
  content: "\e098"
}
.social_wordpress:before {
  content: "\e099"
}
.social_instagram:before {
  content: "\e09a"
}
.social_dribbble:before {
  content: "\e09b"
}
.social_vimeo:before {
  content: "\e09c"
}
.social_linkedin:before {
  content: "\e09d"
}
.social_rss:before {
  content: "\e09e"
}
.social_deviantart:before {
  content: "\e09f"
}
.social_share:before {
  content: "\e0a0"
}
.social_myspace:before {
  content: "\e0a1"
}
.social_skype:before {
  content: "\e0a2"
}
.social_youtube:before {
  content: "\e0a3"
}
.social_picassa:before {
  content: "\e0a4"
}
.social_googledrive:before {
  content: "\e0a5"
}
.social_flickr:before {
  content: "\e0a6"
}
.social_blogger:before {
  content: "\e0a7"
}
.social_spotify:before {
  content: "\e0a8"
}
.social_delicious:before {
  content: "\e0a9"
}
.social_facebook_circle:before {
  content: "\e0aa"
}
.social_twitter_circle:before {
  content: "\e0ab"
}
.social_pinterest_circle:before {
  content: "\e0ac"
}
.social_googleplus_circle:before {
  content: "\e0ad"
}
.social_tumblr_circle:before {
  content: "\e0ae"
}
.social_stumbleupon_circle:before {
  content: "\e0af"
}
.social_wordpress_circle:before {
  content: "\e0b0"
}
.social_instagram_circle:before {
  content: "\e0b1"
}
.social_dribbble_circle:before {
  content: "\e0b2"
}
.social_vimeo_circle:before {
  content: "\e0b3"
}
.social_linkedin_circle:before {
  content: "\e0b4"
}
.social_rss_circle:before {
  content: "\e0b5"
}
.social_deviantart_circle:before {
  content: "\e0b6"
}
.social_share_circle:before {
  content: "\e0b7"
}
.social_myspace_circle:before {
  content: "\e0b8"
}
.social_skype_circle:before {
  content: "\e0b9"
}
.social_youtube_circle:before {
  content: "\e0ba"
}
.social_picassa_circle:before {
  content: "\e0bb"
}
.social_googledrive_alt2:before {
  content: "\e0bc"
}
.social_flickr_circle:before {
  content: "\e0bd"
}
.social_blogger_circle:before {
  content: "\e0be"
}
.social_spotify_circle:before {
  content: "\e0bf"
}
.social_delicious_circle:before {
  content: "\e0c0"
}
.social_facebook_square:before {
  content: "\e0c1"
}
.social_twitter_square:before {
  content: "\e0c2"
}
.social_pinterest_square:before {
  content: "\e0c3"
}
.social_googleplus_square:before {
  content: "\e0c4"
}
.social_tumblr_square:before {
  content: "\e0c5"
}
.social_stumbleupon_square:before {
  content: "\e0c6"
}
.social_wordpress_square:before {
  content: "\e0c7"
}
.social_instagram_square:before {
  content: "\e0c8"
}
.social_dribbble_square:before {
  content: "\e0c9"
}
.social_vimeo_square:before {
  content: "\e0ca"
}
.social_linkedin_square:before {
  content: "\e0cb"
}
.social_rss_square:before {
  content: "\e0cc"
}
.social_deviantart_square:before {
  content: "\e0cd"
}
.social_share_square:before {
  content: "\e0ce"
}
.social_myspace_square:before {
  content: "\e0cf"
}
.social_skype_square:before {
  content: "\e0d0"
}
.social_youtube_square:before {
  content: "\e0d1"
}
.social_picassa_square:before {
  content: "\e0d2"
}
.social_googledrive_square:before {
  content: "\e0d3"
}
.social_flickr_square:before {
  content: "\e0d4"
}
.social_blogger_square:before {
  content: "\e0d5"
}
.social_spotify_square:before {
  content: "\e0d6"
}
.social_delicious_square:before {
  content: "\e0d7"
}
.icon_printer:before {
  content: "\e103"
}
.icon_calulator:before {
  content: "\e0ee"
}
.icon_building:before {
  content: "\e0ef"
}
.icon_floppy:before {
  content: "\e0e8"
}
.icon_drive:before {
  content: "\e0ea"
}
.icon_search-2:before {
  content: "\e101"
}
.icon_id:before {
  content: "\e107"
}
.icon_id-2:before {
  content: "\e108"
}
.icon_puzzle:before {
  content: "\e102"
}
.icon_like:before {
  content: "\e106"
}
.icon_dislike:before {
  content: "\e0eb"
}
.icon_mug:before {
  content: "\e105"
}
.icon_currency:before {
  content: "\e0ed"
}
.icon_wallet:before {
  content: "\e100"
}
.icon_pens:before {
  content: "\e104"
}
.icon_easel:before {
  content: "\e0e9"
}
.icon_flowchart:before {
  content: "\e109"
}
.icon_datareport:before {
  content: "\e0ec"
}
.icon_briefcase:before {
  content: "\e0fe"
}
.icon_shield:before {
  content: "\e0f6"
}
.icon_percent:before {
  content: "\e0fb"
}
.icon_globe:before {
  content: "\e0e2"
}
.icon_globe-2:before {
  content: "\e0e3"
}
.icon_target:before {
  content: "\e0f5"
}
.icon_hourglass:before {
  content: "\e0e1"
}
.icon_balance:before {
  content: "\e0ff"
}
.icon_rook:before {
  content: "\e0f8"
}
.icon_printer-alt:before {
  content: "\e0fa"
}
.icon_calculator_alt:before {
  content: "\e0e7"
}
.icon_building_alt:before {
  content: "\e0fd"
}
.icon_floppy_alt:before {
  content: "\e0e4"
}
.icon_drive_alt:before {
  content: "\e0e5"
}
.icon_search_alt:before {
  content: "\e0f7"
}
.icon_id_alt:before {
  content: "\e0e0"
}
.icon_id-2_alt:before {
  content: "\e0fc"
}
.icon_puzzle_alt:before {
  content: "\e0f9"
}
.icon_like_alt:before {
  content: "\e0dd"
}
.icon_dislike_alt:before {
  content: "\e0f1"
}
.icon_mug_alt:before {
  content: "\e0dc"
}
.icon_currency_alt:before {
  content: "\e0f3"
}
.icon_wallet_alt:before {
  content: "\e0d8"
}
.icon_pens_alt:before {
  content: "\e0db"
}
.icon_easel_alt:before {
  content: "\e0f0"
}
.icon_flowchart_alt:before {
  content: "\e0df"
}
.icon_datareport_alt:before {
  content: "\e0f2"
}
.icon_briefcase_alt:before {
  content: "\e0f4"
}
.icon_shield_alt:before {
  content: "\e0d9"
}
.icon_percent_alt:before {
  content: "\e0da"
}
.icon_globe_alt:before {
  content: "\e0de"
}
.icon_clipboard:before {
  content: "\e0e6"
}
.glyph {
  float: left;
  text-align: center;
  padding: .75em;
  margin: .4em 1.5em .75em 0;
  width: 6em;
  text-shadow: none
}
.glyph_big {
  font-size: 128px;
  color: #59c5dc;
  float: left;
  margin-right: 20px
}
.glyph div {
  padding-bottom: 10px
}
.glyph input {
  font-family: consolas, monospace;
  font-size: 12px;
  width: 100%;
  text-align: center;
  border: 0;
  box-shadow: 0 0 0 1px #ccc;
  padding: .2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px
}
.centered {
  margin-left: auto;
  margin-right: auto
}
.glyph .fs1 {
  font-size: 2em
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out
}
.owl-carousel .owl-item {
  float: left
}
.owl-controls .owl-buttons div, .owl-controls .owl-page {
  cursor: pointer
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: #0000;
}
.grabbing {
  cursor: url("../plugins/owl-carousel/grabbing.png") 8 8, move
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #b54321;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 5px 12px;
  font-size: 13px;
  background: #444;
  border-radius: 2px;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}
.owl-theme .owl-controls.clickable .owl-buttons div:focus, .owl-theme .owl-controls.clickable .owl-buttons div:hover {
  background-color: #b54321;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  opacity: .8;
  border-radius: 20px;
  background: #abacff;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  background: #000089;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px
}
.owl-item.loading {
  min-height: 150px;
  background: url("../plugins/owl-carousel/AjaxLoader.gif") 50% no-repeat
}
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px
}
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease
}
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease
}
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both
}
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both
}
@-webkit-keyframes empty {
  0% {
    opacity: 1
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1
  }
}
@keyframes empty {
  0% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px)
  }
  100%, 75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%)
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px)
  }
  100%, 75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%)
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px)
  }
  100%, 75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%)
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%)
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0)
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%)
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px)
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0)
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%)
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px)
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0)
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(.8)
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(.8)
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(.8)
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%)
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%)
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%)
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5)
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5)
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5)
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5)
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5)
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5)
  }
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  font-family: omnes-cyrillic, sans-serif;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: normal;
  font-weight: 400;
  background-color: #f5f5f5;
  color: #667
}
img {
  height: auto;
  max-width: 100%
}
mark {
  color: #fff;
  background: #b54321
}
hr {
  display: block;
  line-height: 2px;
  margin: 15px 0;
  position: relative;
  width: 100%;
  color: #232323;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  letter-spacing: -1px;
  margin: 0;
  color: #303030
}
h1 {
  font-size: 42px;
  line-height: 44px;
  margin: 0 0 40px
}
h2 {
  font-size: 36px;
  line-height: 38px;
  margin: 0 0 35px
}
h3 {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  margin-bottom: 30px
}
h4, h5, h6 {
  letter-spacing: normal;
  margin: 0 0 15px
}
h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px
}
h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px
}
h6 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px
}
p {
  margin: 0 0 20px
}
a {
  color: #b54321;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}
a:hover, a:focus, a:active, .btn:hover, .btn:focus, .btn:active, button:hover, button:focus, button:active {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
  -webkit-transition: all .2s easeout;
  transition: all .2s ease-out
}
.anchor-1 {
  color: #e8e8e8
}
.anchor-1:hover {
  color: #b54321
}
iframe {
  border: 0;
  margin: 0;
  overflow: hidden;
  width: 100%;
  height: auto
}
::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: rgba(181, 67, 33, .8)
}
::selection {
  text-shadow: none;
  color: #fff;
  background: rgba(181, 67, 33, .8)
}
.back-to-top .fa {
  z-index: 99999;
  text-align: center;
  width: 40px;
  height: 35px;
  padding-top: 6px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: fixed;
  bottom: -100px;
  right: 15px;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  overflow: hidden;
  font-size: 22px;
  background: #434347;
  color: #fff
}
.back-to-top .fa:hover {
  box-shadow: inset 2px 1px 8px rgba(0, 0, 0, .6);
  background: #b54321;
  -webkit-transition: all .6s ease-in;
  transition: all .1s ease-in
}
body {
  overflow: hidden
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999
}
#status {
  width: 160px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("loader.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  margin: -7.5px 0 0 -80px
}
.bg-img {
  position: relative;
  -webkit-backface-visibility: visible !important;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover
}
@media(min-width:768px) {
  .bg-img.fixed, .stellar {
    background-attachment: fixed
  }
}
.bg01 {
  background-image: url("../images/demo/bg01.jpg")
}
.bg02 {
  background-image: url("../images/demo/bg02.jpg")
}
.bg03 {
  background-image: url("../images/demo/bg03.jpg")
}
.bg04 {
  background-image: url("../images/demo/bg04.jpg")
}
.bg05 {
  background-image: url("../img/page-top-1.png")
}
.bg06 {
  background-image: url("../img/circuit-44.png")
}
.bg07 {
  background-image: url("../images/demo/bg07.jpg")
}
.bg08 {
  background-image: url("../images/demo/bg08.jpg")
}
.bg09 {
  background-image: url("../images/demo/bg09.jpg")
}
.bg10 {
  background-image: url("../images/demo/bg10.jpg")
}
.bg11 {
  background-image: url("../images/demo/bg11.jpg")
}
.bg12 {
  background-image: url("../images/demo/bg12.jpg")
}
.bg13 {
  background-image: url("../images/demo/bg13.jpg")
}
.bg14 {
  background-image: url("../images/demo/bg14.jpg")
}
.bg15 {
  background-image: url("../images/demo/bg15.jpg")
}
.bg16 {
  background-image: url("../images/demo/bg16.jpg")
}
.bg17 {
  background-image: url("../images/demo/bg17.jpg")
}
.bg18 {
  background-image: url("../images/demo/bg18.jpg")
}
.bg19 {
  background-image: url("../images/demo/bg19.jpg")
}
.bg-team1 {
  background-image: url("../images/demo/team1.jpg")
}
.bg-team2 {
  background-image: url("../images/demo/team2.jpg")
}
.bg-team3 {
  background-image: url("../images/demo/team3.jpg")
}
.bg-team4 {
  background-image: url("../images/demo/team4.jpg")
}
.bg-team5 {
  background-image: url("../images/demo/team5.jpg")
}
.bg-team6 {
  background-image: url("../images/demo/team6.jpg")
}
.bg-pattern {
  background-position: 0 0;
  background-repeat: repeat
}
.bg30 {
  background-image: url("../images/patterns/19.png")
}
.bg99 {
  background-image: url("../img/pagetop-3.png")
}
.rs-canvas {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar
}
.br-bottom:after {
  content: "";
  display: block;
  height: 1px;
  width: 35px;
  border-top: 2px solid #b54321;
  margin: 6px 0 10px
}
.br-bottom-center::after {
  content: "";
  display: block;
  height: 1px;
  width: 35px;
  border-top: 2px solid #b54321;
  margin: 8px auto 10px
}
.br-bottom-center.large:after {
  width: 50px;
  border-top: 5px solid #b54321
}
.video-wrapper {
  max-width: 100%;
  max-height: 450px;
  width: 100%;
  height: auto;
  overflow: hidden
}
@media(max-width:767px) {
  .video-wrapper {
    max-height: 280px
  }
}
@media(max-width:991px) {
  .video-wrapper {
    max-height: 380px
  }
}
@media(min-width:1400px) {
  .video-wrapper {
    max-height: 550px
  }
}
.video-wrapper video {
  width: 100%;
  height: 100%;
  z-index: 1
}
.video-caption {
  position: absolute;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0
}
#video-button {
  position: absolute;
  left: 40px;
  bottom: 40px;
  color: #fff;
  font-size: 30px
}
#video-button.pause .fa:before {
  content: "\5f";
  font-family: eleganticons
}
#video-button.play .fa:before {
  content: "\3d";
  font-family: eleganticons
}
@media(max-width:991px) {
  .max_height.sm_max_height .el_max_height {
    height: auto !important
  }
}
@media(max-width:767px) {
  .max_height.xs_max_height .el_max_height {
    height: auto !important
  }
}
.align-middle {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.br0 {
  border-radius: 0 !important
}
.br1 {
  border-radius: 1px !important
}
.br2 {
  border-radius: 2px !important
}
.br4 {
  border-radius: 4px !important
}
.br6 {
  border-radius: 6px !important
}
.br8 {
  border-radius: 8px !important
}
.op9 {
  opacity: .9 !important
}
.op8 {
  opacity: .8 !important
}
.op7 {
  opacity: .7 !important
}
.op6 {
  opacity: .6 !important
}
.op5 {
  opacity: .5 !important
}
.op4 {
  opacity: .4 !important
}
.op35 {
  opacity: .35 !important
}
.op3 {
  opacity: .3 !important
}
.op2 {
  opacity: .2 !important
}
.op1 {
  opacity: .1 !important
}
.uppercase {
  text-transform: uppercase
}
.montserrat {
  font-family: montserrat, sans-serif
}
.fs-small {
  font-size: 80% !important
}
.fs-large {
  font-size: 120% !important
}
.relative {
  position: relative
}
.block {
  display: block !important
}
.inline-block {
  display: inline-block !important
}
.unstyled {
  list-style: none;
  padding: 0 0 10px 20px
}
.pull-center {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  clear: both;
  text-align: center
}
.text-left {
  text-align: left !important
}
.text-right {
  text-align: right !important
}
.m0 {
  margin: 0 !important
}
.mb0 {
  margin-bottom: 0 !important
}
.mt0 {
  margin-top: 0 !important
}
.mb10 {
  margin-bottom: 10px !important
}
.mb20 {
  margin-bottom: 20px !important
}
.mb30 {
  margin-bottom: 30px !important
}
.mb40 {
  margin-bottom: 40px !important
}
.mb50 {
  margin-bottom: 50px !important
}
.mb60 {
  margin-bottom: 60px !important
}
.mb70 {
  margin-bottom: 70px !important
}
.mb80 {
  margin-bottom: 80px !important
}
.mt10 {
  margin-top: 10px !important
}
.mt20 {
  margin-top: 20px !important
}
.mt30 {
  margin-top: 30px !important
}
.mt40 {
  margin-top: 40px !important
}
.mt50 {
  margin-top: 50px !important
}
.mt60 {
  margin-top: 60px !important
}
.mt70 {
  margin-top: 70px !important
}
.mt80 {
  margin-top: 80px !important
}
.p0 {
  padding: 0 !important
}
.pb0 {
  padding-bottom: 0 !important
}
.pt0 {
  padding-top: 0 !important
}
.pt5 {
  padding-top: 5px !important
}
.mr10 {
  margin-right: 10px !important
}
.mr20 {
  margin-right: 20px !important
}
.mr30 {
  margin-right: 30px !important
}
.py5 {
  padding-left: 5px !important;
  padding-right: 5px !important
}
.py10 {
  padding-left: 10px !important;
  padding-right: 10px !important
}
.py15 {
  padding-left: 15px !important;
  padding-right: 15px !important
}
.py20 {
  padding-left: 20px !important;
  padding-right: 20px !important
}
.pr0 {
  padding-right: 0 !important
}
.pl0 {
  padding-left: 0 !important
}
.no-border {
  border: none !important
}
.full-width {
  width: 100%
}
.full-height {
  height: 100%
}
.shadow-a {
  box-shadow: 0 0 10px rgba(10, 10, 10, .4)
}
.shadow-b {
  box-shadow: 2px 2px 8px rgba(10, 10, 10, .4)
}
.shadow-c {
  box-shadow: 3px 3px 10px rgba(10, 10, 10, .4)
}
.shadow-d {
  box-shadow: 1px 1px 5px rgba(10, 10, 10, .4)
}
.color-main {
  color: #b54321 !important
}
.color-white {
  color: #fff !important
}
.color-alpha {
  color: rgba(250, 250, 250, .9)
}
.color-darker {
  color: #303234 !important
}
.color-dark {
  color: #505355 !important
}
.color-default {
  color: #667 !important
}
.color-gray {
  color: #999a9b !important
}
.color-on-dark {
  color: #c0c3c3 !important
}
.color-on-img {
  color: #e2e3e4 !important
}
.bg-main {
  background-color: #b54321 !important
}
.bg-dark {
  background-color: #444648 !important
}
.bg-darker {
  background-color: #303234 !important
}
.bg-dark-gray {
  background-color: #788 !important
}
.bg-light-gray {
  background-color: #aaabac !important
}
@media(max-width:767px) {
  .xs-block {
    display: block
  }
  .xs-mb10 {
    margin-bottom: 10px !important
  }
  .xs-pull-left {
    float: left !important
  }
  .xs-pl0 {
    padding-left: 0 !important
  }
  .xs-pt0 {
    padding-top: 0 !important
  }
  .xs-mt0 {
    margin-top: 0 !important
  }
  .xs-mb0 {
    margin-bottom: 0 !important
  }
}
@media(max-width:991px) {
  .sm-pt0 {
    padding-top: 0 !important
  }
  .sm-m0 {
    margin: 0 !important
  }
  .sm-block {
    display: block !important
  }
}

.menu {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  float: left;
  list-style: none
}
.menu li {
  display: inline-block;
  float: left
}
.menu > li > a {
  padding: 25px 20px;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  color: #000089;
  position: relative;
  z-index: 10;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out
}
.menu > li > a:hover, .menu > li > a:focus, .menu > li:hover > a {
  color: #b54321;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out
}
.submenu, .submenu .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 999999;
  min-width: 150px;
  font-size: 13px;
  word-spacing: 1px;
  color: #dadde2;
 background-color: rgba(34, 46, 62, .87);
}
.submenu {
  top: 76px;
  border-top: 1px solid #b54321
}
.submenu .submenu {
  left: 150px;
  top: inherit;
  margin-top: -1px
}
.submenu > li {
  clear: both;
  width: 100%;
  font-size: 12px
}
.submenu > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  float: left;
  clear: both;
  color: inherit;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.submenu > li > a:hover, .submenu > li > a:focus, .submenu > li:hover > a {
  text-indent: 5px;
  opacity: .6;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.megamenu {
  position: absolute;
  display: none;
  min-width: 25%;
  top: 76px;
  font-size: 13px;
  z-index: 999999;
  padding: 25px 20px 5px;
  background-color: rgba(34, 46, 62, .87);
  color: #dadde2;
  word-spacing: 1px;
  border-top: 1px solid #b54321
}
.megamenu-list:before, .megamenu-list:after, .vertical-menu-list:before, .vertical-menu-list:after {
  display: table;
  content: " "
}
.megamenu-list:after, .vertical-menu-list {
  clear: both
}
.megamenu-list, .vertical-menu-list {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  list-style: none
}
.vertical-menu-list {
  color: #dadde2;
  word-spacing: 1px;
  text-align: center;
  padding: 20px 0;
  font-size: 13px
}
.megamenu-list > li, .vertical-menu-list > li {
  width: 100%
}
.megamenu-list > li > a, .vertical-menu-list > li > a {
  padding: 4px 0;
  display: block;
  color: inherit;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.megamenu-list > li > a:hover, .megamenu-list > li > a:focus {
  text-indent: 5px;
  opacity: .6;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.vertical-menu-list > li > a:hover, .vertical-menu-list > li > a:focus {
  color: #b54321;
  text-indent: 0;
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.megamenu-list > .title, .vertical-menu-list > .title {
  font-size: 14px;
  color: inherit;
  padding: 0 0 6px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 600
}
.vertical-menu-list > .title {
  padding: 0 0 10px
}
.megamenu-list > .title:after, .vertical-menu-list > .title:after {
  content: "";
  display: block;
  height: 1px;
  border-top: 2px solid #b54321;
  width: 15px;
  margin: 5px 0
}
.vertical-menu-list > .title:after {
  margin: 5px auto
}
.megamenu.one_two {
  width: 50%
}
.megamenu.full {
  width: 100%;
  left: 0
}
.megamenu.two_three {
  width: 66.66%;
  left: 0
}
.megamenu.three_four {
  width: 75%;
  left: 0
}
@media(min-width:992px) and (max-width:1199px) {
  .megamenu.one_two {
    width: 70%
  }
  .megamenu.two_three {
    width: 100%
  }
  .megamenu.three_four {
    width: 100%
  }
}
@media(min-width:768px) and (max-width:991px) {
  .megamenu.one_two {
    width: 100%
  }
  .megamenu.two_three {
    width: 100%
  }
  .megamenu.three_four {
    width: 100%
  }
}
.menu > li > .megamenu.left {
  left: 0
}
.menu > li > .megamenu.right, .menu > .right > .megamenu {
  right: 0
}
.menu > .right {
  float: right
}
.menu > .right > a, .menu > li > a.last {
  padding-right: 0 !important
}
@media(min-width:768px) and (max-width:991px) {
  .menu > .first > a {
    padding-left: 0
  }
}
@media(min-width:768px) {
  .menu > li > a.first {
    padding-left: 0 !important
  }
}
.megamenu .row {
  width: 100%;
  margin: 15px 0 0
}
.megamenu .row:first-child {
  margin-top: 0
}
.megamenu .row:before, .megamenu .row:after, .submenu:after, .submenu:before {
  display: table;
  content: "";
  line-height: 0
}
.megamenu .row:after, .submenu:after {
  clear: both
}
.megamenu [class*=col-] {
  display: block;
  width: 100%;
  min-height: 1px;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px
}
.megamenu .col-1 {
  width: 8.33333333%
}
.megamenu .col-2 {
  width: 16.66666667%
}
.megamenu .col-3 {
  width: 25%
}
.megamenu .col-4 {
  width: 33.33333333%
}
.megamenu .col-5 {
  width: 41.66666667%
}
.megamenu .col-6 {
  width: 50%
}
.megamenu .col-7 {
  width: 58.33333333%
}
.megamenu .col-8 {
  width: 66.66666667%
}
.megamenu .col-9 {
  width: 75%
}
.megamenu .col-10 {
  width: 83.33333333%
}
.megamenu .col-11 {
  width: 91.66666667%
}
.megamenu .col-12 {
  width: 100%
}
.menu > li > a .icon-direction {
  margin: 1px 0 0 10px;
  font-size: 8px
}
.menu .icon-direction {
  position: relative;
  top: 0;
  float: right;
  display: block;
  line-height: inherit;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-size: 7px;
  font-weight: 100;
  text-align: right
}
.menu-icon {
  margin-right: 10px;
  font-size: 13px;
  color: #889
}
.menu .toggle-menu {
  display: none
}
@media(max-width:767px) {
  .header-wrapper {
    background-color: rgba(24, 42, 88, .65);
    color: #dadde2
  }
  .logo {
    background-image: url("../img/logo-9.png") !important
  }
  .menu.xs-toggle {
    position: relative;
    top: 0;
    margin-bottom: 0
  }
  .menu > li {
    display: block;
    width: 100%
  }
  .menu > li:last-child a {
    padding-bottom: 35px
  }
  .menu > .toggle-menu {
    display: block;
    float: right;
    width: 50px;
    height: 50px;
    position: relative;
    top: -60px;
    margin-bottom: -50px;
    cursor: pointer;
    color: #dadde2
  }
  .menu > .toggle-menu.xs-toggle {
    float: none;
    width: 100%;
    position: relative;
    top: auto;
    margin-bottom: 0
  }
  .toggle-menu .fa {
    margin: 14px 0;
    float: right;
    font-size: 24px
  }
  .toggle-menu-title {
    color: #dadde2;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 400;
    float: left;
    margin-top: 12px
  }
  .menu > li > a {
    text-transform: uppercase;
    font-size: 12px;
    color: inherit;
    display: block
  }
  .menu > li > a, .menu > .right > a {
    padding: 15px 25px
  }
  .menu > li > a:hover, .menu > li > a:focus {
    color: #b54321
  }
  .submenu, .submenu .submenu {
    width: 100% !important;
    left: 0;
    position: static !important;
    border: none
  }
  .submenu {
    border-top: none
  }
  .megamenu {
    width: 100% !important;
    position: static;
    border-top: none !important;
    border-bottom: none;
    padding: 15px 0 0 30px;
    background-color: #0000
  }
  .megamenu [class*=col-] {
    float: none;
    display: block;
    width: 100% !important;
    margin-bottom: 30px
  }
  .megamenu .row, .megamenu .row:first-child [class*=col-]:first-child {
    margin-top: 0
  }
  .menu > li > .submenu > li > a {
    padding-left: 40px !important
  }
  .menu > li > .submenu > li > .submenu > li > a {
    padding-left: 62px !important
  }
  .menu > li > .submenu > li > .submenu > li > .submenu > li > a {
    padding-left: 80px !important
  }
  .topbar .pull-right {
    float: none !important;
    margin-top: 20px;
    margin-bottom: 20px
  }
}
.logo {
  display: block;
  height: 76px;
  background-image: url("../img/logo-9.png");
  background-position: 0;
  background-repeat: no-repeat;
  text-indent: -9999999px
}
@media(max-width:767px) {
  .logo-center {
    display: block;
    height: 62px;
    background-image: url("../img/logo-9.png");
    background-position: 50%;
    background-repeat: no-repeat;
    text-indent: -9999999px
  }
}
@media(min-width:768px) and (max-width:991px) {
  .logo {
    height: 64px;
    background-position: 50% 100%
  }
}
.header-dark {
  background-color: rgba(24, 42, 88, .65);
  color: #dadde2
}
.header-dark .menu > li > a {
  color: #dadde2
}
.header-dark .logo, .topbar.dark .logo {
  background-image: url("../img/logo-9.png")
}
.topbar.dark .logo {
  height: 50px;
  background-position: 0
}
@media(min-width:768px) {
  .header-wrapper .navbar-right {
    margin-right: 0 !important
  }
}
@media(max-width:991px) {
  .header-wrapper .navbar-right {
    float: none !important
  }
}
@media(min-width:992px) {
  .menu-fixed, .main-header {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
  }
  .menu-fixed .main-header {
    z-index: 9999;
    width: 100%;
    left: 0;
    background-color: rgba(250, 250, 250, .9);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
  }
  .header-dark .menu-fixed .main-header {
    background-color: rgba(41, 44, 49, .95)
  }
  .menu-fixed .menu > li > a {
    padding: 20px
  }
  .menu-fixed .megamenu, .menu-fixed .submenu {
    top: 66px
  }
  .menu-fixed .logo {
    height: 66px
  }
  .header-transparent.sticky-top #undefined-sticky-wrapper {
    height: auto !important
  }
  .header-transparent .main-header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #0000;
    -webkit-backface-visibility: hidden
  }
  .header-transparent .logo {
    background-image: url("../img/logo-9.png")
  }
  .header-transparent .menu > li > a {
    color: #eaecf1;
    opacity: .9;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
  }
  .header-transparent .menu > li > a:hover, .header-transparent .menu > li > a:focus, .header-transparent .menu > li:hover > a {
    color: #b54321;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
  }
  .header-transparent .menu-fixed .main-header, .header-transparent.with-topbar .menu-fixed .main-header {
    background-color: rgba(250, 250, 250, .95);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
  }
  .header-transparent .menu-fixed .menu > li > a {
    color: #667;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
  }
  .header-transparent .menu-fixed .logo {
    background-image: url("../img/logo-9.png")
  }
  .static-menu.header-transparent .main-header {
    position: absolute;
    top: 76px;
    margin-top: -76px
  }
  .header-transparent.with-topbar .main-header {
    position: relative;
    background-color: rgba(255, 255, 255, .1)
  }
  .h-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999
  }
  .push-top {
    margin-top: 46px
  }
}
.topbar {
  padding: 8px 0;
  background-color: #222e3e;
  color: #d2d6da
}
.top-menu {
  margin: 0 -10px;
  padding: 0;
  list-style: none
}
.top-menu > li {
  padding: 0 10px;
  display: inline-block
}
.top-menu > li > a {
  color: inherit;
  font-size: 13px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.top-menu > li > a:hover, .top-menu > li > a:focus, .top-menu > li > a:active {
  color: #b54321;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.top-menu li .fa {
  margin-right: 5px
}
.topbar .social-icon .fa {
  color: #d2d6da;
  opacity: .9
}
.topbar .social-icon > li > a:hover .fa {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  color: #b54321;
  background-color: #0000
}
.topbar.gray {
  background-color: #e8eaec;
  color: #666973
}
.topbar.gray .social-icon .fa {
  color: #666973;
  opacity: .9
}
.cart-items {
  color: #778;
  opacity: .7;
  position: relative;
  top: 2px;
  right: 0
}
@media(min-width:768px) {
  .menu.menu-light .submenu, .menu.menu-light .megamenu {
    background-color: #ededee;
    color: #555557;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3)
  }
  .menu.menu-dark-transparent .submenu, .menu.menu-dark-transparent .megamenu {
    background-color: rgba(41, 44, 49, .9)
  }
}
#menu-trigger {
  position: fixed;
  top: 30px;
  left: 25px;
  z-index: 99999;
  font-size: 30px;
  color: #b54321;
  padding: 8px 5px 5px;
  border-radius: 1px;
  background-color: rgba(255, 255, 255, .1);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
#menu-trigger.menu-close {
  top: 15px;
  left: 15px;
  font-size: 24px;
  background-color: #0000;
  padding: 5px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
#menu-trigger.right {
  right: 25px;
  left: auto
}
#menu-trigger.right.menu-close {
  top: 15px;
  right: 15px;
  left: auto
}
#menu-trigger.fullscreen-trigger.menu-close {
  font-size: 38px;
  top: 20px;
  left: 20px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
#menu-trigger.fullscreen-trigger.right.menu-close {
  top: 20px;
  right: 20px;
  left: auto
}
#menu-trigger:before {
  font-family: eleganticons;
  content: "\61"
}
#menu-trigger.menu-close:before {
  font-family: eleganticons;
  content: "\4d"
}
.vertical-menu-wrapper {
  width: 320px;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: -99;
  background-color: rgba(24, 42, 88, .65);
  padding: 20px 30px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .5);
  overflow-y: auto;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.vertical-menu-wrapper.on {
  z-index: 999;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.vertical-menu-wrapper.left {
  left: -350px
}
.vertical-menu-wrapper.right {
  right: -350px
}
.vertical-menu-wrapper.left.on {
  left: 0
}
.vertical-menu-wrapper.right.on {
  right: 0
}
.vertical-menu-wrapper .logo, .fullscreen-menu-wrapper .logo {
  background-position: 50% 100%;
  background-image: url("../img/logo-9.png")
}
.vertical-menu {
  margin-bottom: 140px
}
.vertical-menu .panel-body {
  padding: 0 0 20px
}
.vertical-menu-footer {
  position: fixed;
  bottom: 0;
  width: 300px;
  padding: 40px 0 30px;
  text-align: center;
  background-color: inherit;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.vertical-menu-wrapper .vertical-menu-footer.on {
  -webkit-transition: all .3s ease-in-out .1s;
  transition: all .3s ease-in-out .1s
}
.vertical-menu-wrapper.left .vertical-menu-footer {
  left: -300px;
  padding-left: 20px
}
.vertical-menu-wrapper.right .vertical-menu-footer {
  right: -300px;
  padding-left: 20px;
  margin-right: 20px
}
.vertical-menu-wrapper.left .vertical-menu-footer.on {
  left: 0
}
.vertical-menu-wrapper.right .vertical-menu-footer.on {
  right: 0
}
.vertical-menu .panel-title {
  font-family: source sans pro, sans-serif;
  color: #d0d4d8;
  font-size: 16px;
  text-transform: capitalize;
  text-align: center
}
.vertical-menu .panel-title a {
  display: block
}
.vertical-menu .panel-title:hover a, .vertical-menu .panel-title:focus a {
  color: #b54321
}
.vertical-menu-wrapper.light {
  background-color: #f1f1f2;
  color: #778
}
.vertical-menu-wrapper.light .logo {
  background-image: url("../img/logo-9.png") !important
}
.vertical-menu-wrapper.light .vertical-menu .panel-title {
  color: #667
}
.vertical-menu-wrapper.light .copyright {
  color: #889
}
.vertical-menu-wrapper.light .vertical-menu-list {
  color: #667
}
@media(max-width:767px) {
  .vertical-menu-wrapper {
    width: 100%
  }
  .vertical-menu-wrapper.left {
    left: -110%
  }
  .vertical-menu-wrapper.right {
    right: -110%
  }
  .vertical-menu-footer {
    width: 100%
  }
  .vertical-menu-wrapper.left .vertical-menu-footer {
    left: -110%;
    padding-left: 0
  }
  .vertical-menu-wrapper.right .vertical-menu-footer {
    right: -110%;
    padding-right: 0
  }
}
.fullscreen-menu-wrapper {
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(41, 44, 49, .9);
  text-align: center;
  opacity: 0;
  z-index: -99;
  padding: 80px 0 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.fullscreen-menu-wrapper.on {
  top: 0;
  opacity: 1;
  z-index: 999;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.fullscreen-menu-wrapper .vertical-menu {
  margin-bottom: 80px
}
.fullscreen-menu-wrapper .vertical-menu .panel-title {
  font-size: 17px;
  letter-spacing: 1px
}
.fullscreen-menu-wrapper .vertical-menu-list {
  font-size: 14px
}
.fullscreen-menu-wrapper .vertical-menu-list > li > a {
  display: inline-block
}
.top-menu-wrapper {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  background-color: rgba(41, 44, 49, .9);
  padding: 60px 0 40px;
  z-index: -99;
  box-shadow: 0 0 30px rgba(0, 0, 0, .5);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out
}
.top-menu-wrapper.on {
  top: 0;
  opacity: 1;
  z-index: 999;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
@media(max-width:991px) {
  .top-menu-wrapper {
    position: absolute
  }
}
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0
}
.tp-banner {
  width: 100%;
  position: relative
}
.fullcoveredvideo .tp-video-play-button {
  display: block !important;
  z-index: 9
}
.title-slider-large {
  font-family: montserrat, sans-serif;
  font-size: 44px;
  line-height: 54px;
  font-weight: 700;
  color: #e2e3e4;
  letter-spacing: 1px
}
.title-slider-large.uppercased {
  text-transform: uppercase;
  letter-spacing: 2px
}
.title-slider-large.bordered {
  border: 5px solid #e2e3e4;
  padding: 10px 20px
}
.title-slider-large.br-top-bottom {
  border-top: 3px solid #e2e3e4;
  border-bottom: 3px solid #e2e3e4;
  padding: 15px 0
}
.title-slider-large.dark, .title-slider-medium.dark, .title-slider-small.dark {
  color: #303336;
  border-color: #303336
}
.title-slider-medium {
  font-family: montserrat, sans-serif;
  font-size: 23px;
  line-height: 32px;
  font-weight: 700;
  color: #e2e3e4;
  letter-spacing: 1px
}
.title-slider-medium.uppercased {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px
}
.title-slider-small {
  font-family: montserrat, sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #e2e3e4
}
.title-slider-small.uppercased {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px
}
@media(max-width:991px) {
  .title-slider-large {
    font-size: 30px;
    line-height: 34px
  }
  .tp-caption {
    padding: 0 30px
  }
}
@media(max-width:767px) {
  .title-slider-large {
    font-size: 24px;
    line-height: 30px;
    padding: 0 15px
  }
  .tp-caption .title-slider-small, .tp-caption .btn-slider {
    display: none
  }
  .tp-caption .br-bottom:after, .tp-caption .br-bottom-center:after {
    border-top: none
  }
  .tp-caption {
    padding: 0 20px
  }
}
.btn-slider {
  padding: 15px 25px;
  border: 2px solid #e2e3e4;
  border-radius: 25px;
  color: #e2e3e4;
  background-color: #0000;
  font-family: raleway, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.btn-slider:hover, .btn-slider:focus, .btn-slider:active {
  background-color: #b54321;
  border-color: #b54321;
  color: #e2e3e4;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.btn-slider.reversed {
  background-color: #b54321;
  border-color: #b54321
}
.btn-slider.reversed:hover, .btn-slider.reversed:focus, .btn-slider.reversed:active {
  background-color: #0000;
  border-color: #e2e3e4;
  color: #e2e3e4
}
.tp-caption .btn-slider, .tp-caption .btn-slider:hover, .tp-caption .btn-slider:focus, .tp-caption .btn-slider:active {
  color: #e2e3e4
}
.page-breadcrumbs-wrapper {
  position: relative;
  top: -38px;
  margin-bottom: -38px
}
.page-breadcrumbs {
  width: auto;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #f5f5f5;
  padding: 7px 17px;
  font-size: 11px;
  font-weight: 600;
  color: #889;
  text-transform: uppercase
}
.page-breadcrumbs a {
  color: #889
}
.page-breadcrumbs a:hover, .page-breadcrumbs a:focus, .page-breadcrumbs a:active, .page-breadcrumbs a.active {
  color: #99a
}
.page-breadcrumbs .separator {
  margin: 0 8px
}
.page-breadcrumbs-wrapper.pb2 {
  top: -90px;
  margin-bottom: -45px
}
.page-breadcrumbs-wrapper.pb2 .page-breadcrumbs {
  border-radius: 2px;
  padding: 9px 14px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .5)
}
.page-breadcrumbs-wrapper.pb-without-bg {
  top: -50px;
  margin-bottom: -45px
}
.page-breadcrumbs-wrapper.pb-without-bg .page-breadcrumbs {
  background-color: #0000;
  color: #d0d3d5
}
.page-breadcrumbs-wrapper.pb-without-bg .page-breadcrumbs a {
  color: #d0d3d5
}
.page-breadcrumbs-wrapper.pb-without-bg .page-breadcrumbs a:hover, .page-breadcrumbs-wrapper.pb-without-bg .page-breadcrumbs a:focus, .page-breadcrumbs-wrapper.pb-without-bg .page-breadcrumbs a:active, .page-breadcrumbs-wrapper.pb-without-bg .page-breadcrumbs a.active {
  color: #e5e8ea
}
.page-nav-tabs-wrapper {
  position: relative;
  top: -41px;
  margin-bottom: -41px
}
.page-nav-tabs {
  width: auto;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #f5f5f5;
  padding: 8px 14px 6px
}
.page-nav-tabs .nav-tabs > li > a {
  font-size: 13px;
  border: none;
  border-radius: 0;
  color: #606468;
  padding: 5px 16px
}
.page-nav-tabs .nav-tabs > li.active > a, .page-nav-tabs .nav-tabs > li.active > a:hover, .page-nav-tabs .nav-tabs > li.active > a:focus, .page-nav-tabs .nav-tabs > li > a:hover, .page-nav-tabs .nav-tabs > li > a:focus {
  color: #b54321;
  background-color: #0000;
  border: none;
  border-bottom-color: #0000
}
@media(max-width:767px) {
  .page-nav-tabs {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
    padding: 8px 14px 6px
  }
  .page-nav-tabs .nav-tabs > li {
    padding: 4px 0
  }
}
.sect {
  padding: 0px 0
}
.section {
  padding: 50px 0
}
.section-bg {
  padding: 50px 0;
  margin: 40px 0;
  position: relative
}
.section-bg2 {
  padding: 68px 0px;
  position: relative
}
.section-page {
  padding: 75px 0 60px
}
.section-boxed {
  padding: 40px 30px
}
.section-boxed-2 {
  padding: 40px 50px
}
.section-large {
  padding: 70px 0
}
.section-larger {
  padding: 90px 0
}
.section-fullwidth {
  padding-left: 15px;
  padding-right: 15px
}
@media(min-width:768px) {
  .section-fullheight {
    height: 100%
  }
}
.section-main {
  background-color: #b54321
}
.section-gray {
  background-color: #eaeaea
}
.section-dark {
  background-color: #303236
}
.section-white {
  background-color: #f5f5f5
}
.section-intro {
  position: relative;
  padding: 220px 0 160px
}
.section-intro-2 {
  position: relative;
  padding: 160px 0
}
.section-intro.intro-small {
  padding: 160px 0 100px
}
@media(max-width:991px) {
  .section-intro {
    padding: 120px 0 110px
  }
}
@media(max-width:767px) {
  .section-intro-2 {
    padding: 100px 0
  }
}
@media(min-width:768px) {
  .section-caption {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
  }
}
.intro-title {
  font-size: 32px;
  font-weight: 400;
  color: #eaecf1;
  margin-bottom: 20px;
  line-height: 36px;
  letter-spacing: 1px;
  font-family: omnes-cyrillic, sans-serif;;
  opacity: .9
}
.intro-title::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  background-color: #b54321;
  margin: 12px 0 14px
}
.intro-title.intro-title-br0::after {
  content: "";
  display: none
}
.intro-title.shadow {
  text-shadow: 0 4px 14px rgba(0, 0, 0, .5)
}
.intro-title.intro-title-small {
  font-size: 23px;
  line-height: 28px
}
.intro-p {
  color: #eaecf1;
  font-size: 13px;
  margin-bottom: 0;
  font-family: omnes-cyrillic, sans-serif;
  opacity: .9
}
@media(max-width:767px) {
  .xs-box {
    padding-bottom: 30px !important
  }
  .xs-box2 {
    padding-bottom: 40px !important
  }
  .xs-box3 {
    padding-bottom: 50px !important
  }
}
@media(max-width:991px) {
  .sm-box {
    padding-bottom: 30px !important
  }
  .sm-box2 {
    padding-bottom: 40px !important
  }
  .sm-box3 {
    padding-bottom: 50px !important
  }
}
.row.col-p0 {
  margin-left: 0;
  margin-right: 0
}
.row.col-p0 [class*=col-] {
  padding: 0
}
@media(min-width:768px) {
  .row.col-p5 {
    margin-left: -5px;
    margin-right: -5px
  }
  .row.col-p5 [class*=col-] {
    padding: 0 5px
  }
  .row.col-p10 {
    margin-left: -10px;
    margin-right: -10px
  }
  .row.col-p10 [class*=col-] {
    padding: 0 10px
  }
  .row.col-p15 {
    margin-left: -15px;
    margin-right: -15px
  }
  .row.col-p15 [class*=col-] {
    padding: 0 15px
  }
  .row.col-p20 {
    margin-left: -20px;
    margin-right: -20px
  }
  .row.col-p20 [class*=col-] {
    padding: 0 20px
  }
  .row.col-p30 {
    margin-left: -30px;
    margin-right: -30px
  }
  .row.col-p30 [class*=col-] {
    padding: 0 30px
  }
  .row .col-p0 {
    padding-left: 0;
    padding-right: 0
  }
}
.box-services-a .fa.fa-bg {
  background-color: #b54321;
  color: #fff;
  margin-right: 10px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-a .title-small {
  margin-bottom: 10px
}
.box-services-a:hover .fa.fa-bg {
  background-color: #556;
  box-shadow: inset 2px 1px 8px rgba(0, 0, 0, .6);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-a:hover .title-small {
  color: #b54321;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-left {
  display: block;
  float: left;
  text-align: center
}
.box-left img {
  width: 60px;
  height: 60px;
  margin-top: 10px
}
.box-right {
  margin-left: 85px
}
.box-right .title-small {
  margin-bottom: 8px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-b:hover .title-small {
  color: #b54321;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.link-read-more {
  opacity: 0;
  color: #99a;
  font-size: 12px;
  margin-left: 30px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-a .title-uppercased .link-read-more {
  text-transform: lowercase;
  color: #b54321
}
.box-services-b:hover .link-read-more, .box-services-a:hover .link-read-more, .box-services-d:hover .link-read-more, .box-services-f:hover .link-read-more {
  opacity: 1;
  margin-left: 15px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-d:hover .social-icon a {
  margin-left: 0
}
.box-services-b .link-read-more:hover, .box-services-a .link-read-more:hover, .box-services-b .link-read-more:focus, .box-services-a .link-read-more:focus {
  color: #445
}
@media(max-width:991px) {
  .link-read-more {
    opacity: 1;
    margin-left: 15px
  }
}
@media(max-width:767px) {
  .link-read-more {
    display: block;
    opacity: 1;
    margin-left: 0;
    margin-top: 10px
  }
}
.box-services-b .box-left .fa-style1, .box-services-c .fa-style1 {
  font-size: 30px;
  width: 60px;
  height: 60px;
  background-color: #42424a;
  color: #fff;
  border-radius: 4px;
  margin-top: 10px;
  padding-top: 15px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-b:hover .box-left .fa-style1, .box-services-c:hover .fa-style1 {
  box-shadow: inset 2px 1px 8px rgba(0, 0, 0, .6);
  background-color: #b54321;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-b .box-left .fa-style2, .box-services-c .fa-style2 {
  font-size: 45px;
  margin: 15px 0 0 12px;
  color: #b54321;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-b:hover .box-left .fa-style2, .box-services-c:hover .fa-style2 {
  color: #000089;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-b .box-left .fa-style3, .box-services-c .fa-style3 {
  font-size: 28px;
  width: 60px;
  height: 60px;
  background-color: #b54321;
  color: #fff;
  border-radius: 50%;
  margin-top: 10px;
  padding-top: 15px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-b:hover .box-left .fa-style3, .box-services-c:hover .fa-style3 {
  background-color: #000099;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .7);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out
}
.box-services-b .fa-style4, .box-services-c .fa-style4 {
  margin-bottom: 20px;
  font-size: 4em;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-b:hover .fa-style4, .box-services-c:hover .fa-style4 {
  color: #000099;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-a .fa-style5 {
  margin-right: 10px;
  font-size: 22px;
  padding-top: 5px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-a:hover .fa-style5 {
  color: #000099;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-b .box-left .fa.circle, .box-services-c .fa.circle {
  border-radius: 50%;
  font-size: 26px;
  padding-top: 17px
}
.box-services-c {
  text-align: center
}
.box-services-c .fa {
  margin-bottom: 15px
}
.box-services-d {
  position: relative;
  padding: 60px 40px;
  color: #dedee3
}
.box-services-d .bg-overlay {
  opacity: .6;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-d:hover .bg-overlay {
  opacity: .5;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-d.box-services-team {
  padding: 60px 40px 30px
}
.box-services-d.box-services-team .bg-overlay {
  opacity: .7;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-d.box-services-team:hover .bg-overlay {
  opacity: .6;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-d .title-uppercased, .box-services-d .title-medium {
  font-size: 20px;
  color: #dedee3;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-d:hover .title-uppercased, .box-services-d:hover .title-medium {
  color: #b54321;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-service-d .title-medium {
  font-size: 22px
}
.box-services-d .title-medium .link-read-more {
  font-size: 11px
}
.box-services-d .link-read-more {
  color: #dedee3;
  text-transform: lowercase;
  font-size: 13px
}
.box-services-d .link-read-more:hover, .box-services-d .link-read-more:focus {
  color: #b54321
}
.box-services-e {
  background-color: #b54321;
  position: relative;
  color: #d2d2d9
}
.box-services-e.dark {
  background-color: #303236
}
.box-services-e.orange {
  background-color: #d18b21
}
.box-services-e.blue {
  background-color: #1375a3
}
.box-services-e.yellow {
  background-color: #fcc813
}
.box-services-e.green {
  background-color: #22aba6
}
.box-services-e.transparent {
  background-color: #0000
}
.box-services-e.gray {
  background-color: #f0f1f2
}
.box-services-e .fa {
  font-size: 100px;
  opacity: .25;
  position: absolute;
  bottom: -50px;
  right: -30px;
  color: #d2d2d9
}
.box-services-d.box-services-e .title-uppercased {
  margin-bottom: 15px
}
.box-services-d.box-services-e:hover .title-uppercased, .box-services-d.box-services-e:hover .title-medium {
  color: #d2d2d9;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-d.box-services-e .link-read-more:hover, .box-services-d.box-services-e .link-read-more:focus {
  color: #dedee3;
  opacity: .5
}
.box-services-d.box-services-e .bg-overlay {
  opacity: .4;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-d.box-services-e:hover .bg-overlay {
  opacity: .3;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-f .content {
  margin: 0 5px
}
.box-services-f .link-read-more {
  color: #889;
  text-transform: lowercase;
  font-size: 13px
}
.box-services-f .link-read-more:hover, .box-services-f .link-read-more:focus {
  color: #b54321
}
.box-services-f .content {
  padding-bottom: 15px;
  border-bottom: 2px solid #0000;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.box-services-f:hover .content {
  padding-bottom: 2px;
  border-bottom: 2px solid #ccccd3;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
@media(min-width:768px) {
  .br-box {
    border-right: 1px solid #99a2a2;
    padding-top: 30px;
    padding-bottom: 10px
  }
  .br-box.last {
    border-right: none
  }
}
.title-small {
  font-family: montserrat, sans-serif;
  margin: 0 0 15px;
  font-size: 17px;
  color: #fafafa
}
.title-small-a {
  font-size: 16px
}
.title-large {
  font-family: montserrat, sans-serif;
  font-size: 28px;
  color: #fafafa;
  margin: 0 0 40px;
  line-height: 32px;
  letter-spacing: 1px
}
.title-large.title-larger {
  font-size: 32px;
  line-height: 36px
}
.title-medium {
  font-family: montserrat, sans-serif;
  font-size: 23px;
  color: #fafafa;
  margin: 0 0 20px;
  line-height: 28px;
  letter-spacing: 1px
}
.title-medium.small {
  font-size: 19px
}
.title-medium-large {
  font-family: montserrat, sans-serif;
  font-size: 24.5px;
  color: #fafafa;
  margin: 0 0 20px;
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 500;
}
.title-medium-large2 {
  font-family: montserrat, sans-serif;
  font-size: 24.5px;
  color: #07022f;
  margin: 0 0 20px;
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 500;
  ;
}
.title-uppercased {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #58585c;
  margin-bottom: 15px
}
.title-uppercased.small {
  font-size: 16px
}
.title-shadow-a {
  text-shadow: 2px 2px 6px rgba(10, 10, 15, .2)
}
.title-shadow-b {
  text-shadow: 4px 4px 10px rgba(0, 0, 0, .4)
}
.p-lead {
  font-size: 15px;
  font-weight: 600
}
.p-lead-b {
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
  color: #99a
}
.p-large {
  font-size: 17px
}
.title-border {
  margin-bottom: 40px;
  padding: 0 0 5px;
  border-bottom: 2px solid #e1e1e1;
  position: relative;
  font-size: 27px;
  color: #556;
  font-weight: 400
}
.title-border:after {
  width: 50px;
  height: 2px;
  display: block;
  content: '';
  background-color: #b54321;
  position: absolute;
  bottom: -2px;
  left: 0%
}
.team-section .portfolio-text-content {
  padding: 18px 10px 35px;
  text-align: left
}
.team-section .view {
  border-radius: 3px
}
.team-section .view .mask {
  background-color: rgba(31, 33, 43, .87)
}
.team-section .portfolio-text-title {
  font-size: 17px;
  margin-bottom: 0
}
.team-section .project-title > a {
  color: inherit
}
.team-section .project-title > a:hover {
  color: #b54321
}
.team-section-2 .portfolio-el, .team-section-3 .portfolio-el {
  margin: 0 0 30px
}
.team-section-2 .view .mask {
  padding: 35px
}
.team-section-2 .view .project-title {
  margin-bottom: 5px
}
.team-section-2 .social-icon.simple .fa {
  color: #e1e1e5
}
.team-section-2 .social-icon.simple > li > a:hover .fa {
  color: #b54321
}
.team-section-fullwidth .portfolio-el {
  margin: 0 !important
}
.team-section-fullwidth .view {
  border-radius: 0 !important
}
@media(max-width:991px) {
  .owl-carousel.sm-owl-cursor:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 15px;
    width: 32px;
    height: 32px;
    background: url("../images/cursor_move.png") 100% 0 no-repeat;
    z-index: 999
  }
  .sm-cursor {
    width: 32px;
    height: 32px;
    background: url("../images/cursor_move.png") 100% 0 no-repeat
  }
}
.stats-timer {
  color: #888894;
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: montserrat, sans-serif
}
.stats-content h3 {
  margin-bottom: 0;
  font-size: 16px;
  color: #778;
  font-family: montserrat, sans-serif
}
.stats-content {
  padding: 40px 20px;
  text-align: center;
  position: relative
}
.stats-content .fa {
  position: absolute;
  bottom: 40px;
  right: 50px;
  opacity: .3;
  color: #99a;
  font-size: 60px
}
@media(max-width:991px) {
  .stats-content .fa {
    position: absolute;
    bottom: auto;
    top: 40px;
    right: 20px;
    opacity: .1
  }
}
.section-testimonials {
  position: relative
}
.section-testimonials .fa {
  position: absolute;
  right: 40px;
  top: 0;
  font-size: 140px;
  color: #aaaab8;
  opacity: .2
}
@media(max-width:767px) {
  .section-testimonials .fa {
    right: 0;
    bottom: 0;
    top: auto
  }
}
.section-testimonials blockquote {
  text-align: center;
  padding: 0 40px;
  margin: 0;
  font-size: 17px;
  border-left: 0;
  line-height: 30px;
  color: #889;
  font-style: italic
}
.section-testimonials blockquote p {
  margin-bottom: 30px
}
.section-testimonials blockquote h5 {
  margin: 0;
  font-family: montserrat, sans-serif;
  font-size: 14px;
  color: #778;
  font-style: normal
}
.section-testimonials blockquote span {
  font-family: source sans pro, sans-serif;
  font-size: 12px;
  color: #b54321;
  margin-left: 15px;
  font-style: normal
}
.section-testimonials blockquote footer:before, .section-testimonials blockquote small:before, .section-testimonials blockquote .small:before {
  content: ""
}
.section-testimonials .owl-portfolio .owl-controls {
  display: none !important
}
.section-testimonials.testimonials-bg blockquote {
  color: #e2e3e6;
  opacity: 1
}
.section-testimonials.testimonials-bg blockquote h5 {
  color: #e2e3e6;
  opacity: .95
}
.section-testimonials.testimonials-bg .fa {
  color: #d0d4d8;
  opacity: .4
}
.section-testimonials.testimonials-bg blockquote span {
  color: #e2e3e6
}
.client {
  position: relative;
  width: 100%;
  height: 160px
}
.c-img {
  position: absolute;
  right: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .7s ease-out;
  transition: all .7s ease-out
}
.c-img.on {
  opacity: .8;
  -webkit-transition: all .7s ease-out;
  transition: all .7s ease-out
}
.plan {
  z-index: 1;
  text-align: center;
  border-top: 2px solid #b54321
}
@media(max-width:767px) {
  .plan {
    margin-bottom: 30px !important;
    margin-top: 0 !important
  }
}
.plans-b .plan {
  margin-top: 0 !important
}
.plan-basic {
  margin-top: 62px
}
.plan-professional {
  margin-top: 0
}
.plan-enterprise {
  margin-top: 62px
}
.plan-header {
  padding: 30px 30px 25px;
  background-color: #323239
}
.plan-price {
  font-family: montserrat, sans-serif;
  font-size: 55px;
  color: #b54321;
  margin-bottom: 20px
}
.plan-title {
  font-family: montserrat, sans-serif;
  margin-bottom: 0;
  font-size: 19px;
  color: #adb7bf;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 3px 3px 9px rgba(0, 0, 0, .2)
}
.plan-features {
  list-style: none;
  margin: 0;
  padding: 40px 20px 20px;
  line-height: 27px
}
.plan-features > li {
  margin-bottom: 15px;
  font-size: 15px
}
.plan-feature-off {
  text-decoration: line-through;
  color: #adb7bf
}
.plan-popular {
  font-family: montserrat, sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #adb7bf;
  margin-bottom: 36px
}
.plan-curency {
  vertical-align: super;
  font-size: 25px
}
.plan-period {
  font-family: montserrat, sans-serif;
  font-size: 12px;
  color: #d4d4d9
}
.plan-register a {
  display: block;
  padding: 15px 30px;
  background-color: #323239;
  color: #adb7bf;
  text-transform: uppercase;
  font-size: 15px;
  font-family: montserrat;
  letter-spacing: 2px;
  text-shadow: 3px 3px 9px rgba(0, 0, 0, .2);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.plan-register a:hover, .plan-register a:focus {
  color: #fff;
  background-color: #b54321;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.portfolio-filter-wrapper {
  position: relative;
  top: -41px;
  margin-bottom: -41px
}
.portfolio-filter {
  width: auto;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #f5f5f5;
  padding: 9px 12px 6px
}
.portfolio-filter.pf2 {
  background-color: #0000;
  padding: 5px 0 0
}
.portfolio-filter > ul {
  margin: 0;
  padding: 0;
  list-style: none
}
.portfolio-filter li {
  display: inline-block;
  padding: 0 10px
}
.portfolio-filter li > a {
  font-size: 14px;
  font-weight: 600;
  color: #889;
  text-transform: capitalize;
  border: none;
  background: 0 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.portfolio-filter li a:hover, .portfolio-filter li a:focus, .portfolio-filter li a:active, .portfolio-filter li a.active {
  color: #b54321;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}
.portfolio-filter-wrapper.pfw2 {
  top: -90px;
  margin-bottom: -45px
}
.portfolio-filter-wrapper.pfw2 .portfolio-filter {
  border-radius: 2px;
  padding: 9px 12px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .5)
}
.portfolio {
  overflow: visible !important;
  margin: 0 auto;
  position: relative
}
.portfolio img {
  width: 100%;
  height: auto
}
.portfolio-el {
  margin: 0 0 10px;
  overflow: hidden;
  position: relative;
  padding: 0
}
.view {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%
}
.view .mask {
  position: absolute;
  overflow: hidden;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(31, 33, 43, .87);
  ;
  padding: 25px;
  opacity: 0;
  -webkit-transition: all .3s ease-in .4s;
  transition: all .3s ease-in .4s
}
.view:hover .mask, .view:focus .mask {
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
.view img {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}
.view .project-title {
  font-family: montserrat, sans-serif;
  color: #dedee4;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  opacity: 0;
  margin-bottom: 15px;
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  -webkit-transition: all .3s ease-in-out .1s;
  transition: all .3s ease-in-out .1s
}
.view:hover .project-title, .view:focus .project-title {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}
.view .text {
  font-size: 12px;
  position: relative;
  color: #dedee4;
  font-family: omnes-cyrillic, sans-serif;
  opacity: 0;
  margin-bottom: 0;
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}
.view:hover .text, .view:focus .text {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}
.view .date {
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  color: #dedee4;
  font-family: omnes-cyrillic, sans-serif;
  opacity: 0;
  position: absolute;
  bottom: 15px;
  right: 25px;
  margin-bottom: 0;
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}
.view:hover .date, .view:focus .date {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}
.portfolio-middle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.portfolio-animation-off .view .project-title, .portfolio-animation-off .view .date, .portfolio-animation-off .view .text {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.portfolio-animation-off .view .mask, .portfolio-text .view .mask {
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
.portfolio-center .portfolio-middle {
  text-align: center;
  width: 100%
}
.portfolio-center .view .mask {
  padding: 0
}
.portfolio-center .view .project-title {
  margin-bottom: 7px
}
.portfolio-text .mask .fa {
  padding: 20px;
  color: #dedee4;
  background-color: rgba(0, 0, 0, .3);
  border-radius: 50%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}
.portfolio-text .mask .fa:hover {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background-color: rgba(181, 67, 33, .8);
  box-shadow: 2px 4px 20px rgba(0, 0, 0, .8)
}
.portfolio-text-content {
  padding: 18px 10px 25px;
  text-align: center
}
.portfolio-text-title {
  font-family: omnes-cyrillic, sans-serif;
  color: #556;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 5px
}
.portfolio-text-p {
  font-size: 12px;
  color: #667;
  font-family: omnes-cyrillic, sans-serif;
  margin-bottom: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.portfolio-text .portfolio-el:hover .portfolio-text-p {
  color: #b54321;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.portfolio.columns-2 .mask {
  padding: 40px
}
.portfolio.columns-2 .view .date {
  bottom: 30px;
  right: 40px
}
.portfolio-fullwidth .portfolio-el, .portfolio-boxed .portfolio-el {
  margin-bottom: 0
}
.project-title {
  color: #556;
  font-family: montserrat, sans-serif;
  margin-bottom: 10px;
  font-size: 23px;
  letter-spacing: .5px
}
.project-image img {
  border-radius: 1px
}
.project-details {
  list-style: none;
  padding: 0;
  margin: 0
}
.project-details li {
  margin-bottom: 15px
}
.project-details li:last-child {
  margin-bottom: 0
}
.project-details li span {
  margin-right: 10px;
  font-weight: 700
}
.project-details li .fa {
  margin-right: 10px;
  color: #b54321
}
.portfolio-project-wide {
  position: relative
}
.portfolio-project-wide img {
  width: 100%;
  height: 600px
}
.owl-portfolio .owl-controls {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.owl-portfolio .owl-el, .owl-carousel .owl-el {
  cursor: move;
  cursor: url("../images/cursor_move.png") 40 40, move
}
.owl-carousel.owl-p10 .owl-el {
  padding-right: 10px
}
.blog-item {
  margin: 0 0 30px;
  background-color: #f9f9fa;
  text-align: left;
  border-radius: 1px;
  overflow: hidden
}
.blog-item .blog-caption {
  padding: 17px 15px 15px
}
.blog-item img {
  width: 100%;
  height: auto
}
.blog-item .post-title {
  font-family: omnes-cyrillic, sans-serif;
  margin-bottom: 0;
  font-size: 19px;
  color: #556;
  font-weight: 400
}
.blog-item .sub-post-title {
  margin: 0 0 15px
}
.blog-item .sub-post-title span, .blog-item .sub-post-title a {
  font-size: 13px;
  color: #667
}
.blog-item .sub-post-title a:hover {
  color: #b54321
}
.blog-item .sub-post-title .separator {
  margin: 0 10px
}
.blog-item .blog-image iframe {
  margin-bottom: -7px
}
.read-more {
  font-family: omnes-cyrillic, sans-serif;
  font-size: 10px;
  color: #b54321;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.read-more:hover {
  color: #445
}
.post-format {
  font-size: 20px;
  color: #99a;
  opacity: .8;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.blog-item:hover .post-format {
  color: #556;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.blog-list .blog-item .blog-caption {
  padding: 17px 20px 15px
}
.blog-list .blog-item {
  margin: 0 0 40px
}
.blog-item .media .author-img {
  width: 140px;
  height: 140px
}
.blog-item .media .blog-author {
  font-family: omnes-cyrillic, sans-serif;
  font-size: 15px;
  color: #667
}
.blog-item .media .blog-author:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #b54321;
  margin: 6px 0 14px
}
.blog-post-title {
  font-family: omnes-cyrillic, sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
  color: #556
}
.blog-post-lead {
  font-size: 14px;
  color: #667;
  line-height: 28px;
  margin-bottom: 50px;
  font-family: omnes-cyrillic, sans-serif;
}
.blog-post-image {
  position: relative;
  border-radius: 1px;
  overflow: hidden
}
.blog-image-source {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(20, 20, 20, .7);
  padding: 5px 15px;
  color: #e8e8e8
}
.blog-post-content {
  margin-bottom: 80px
}
@media(max-width:767px) {
  .author-post-social {
    margin-top: 10px;
    float: left !important
  }
}
.search-form {
  position: relative;
  top: -42px;
  margin-bottom: -42px;
  background-color: #0000
}
.search-form .input-search {
  width: 250px;
  height: 42px;
  background-color: #f5f5f5;
  color: #778;
  padding: 6px 20px 4px;
  border: none;
  box-shadow: none;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px
}
.search-form .input-search:hover, .search-form .input-search:focus, .search-form .input-search:active {
  box-shadow: none;
  border: none;
  outline: 0;
  color: #667
}
@media(max-width:767px) {
  .search-form .pull-right {
    float: none !important
  }
  .page-breadcrumbs-wrapper .pull-right, .portfolio-filter-wrapper .pull-right {
    float: left !important
  }
}
.intro-share {
  margin-left: -7px !important
}
.intro-share > li .fa {
  font-size: 17px;
  color: #e8eaf4;
  opacity: .8;
  padding-top: 5px
}
.intro-share > li > a:hover .fa {
  background-color: #0000;
  color: #fff;
  opacity: 1
}
@media(max-width:767px) {
  .sidebar {
    margin-top: 60px
  }
  .sidebar-nav {
    margin-bottom: 60px
  }
}
@media(min-width:768px) {
  .space-right {
    padding-right: 25px
  }
  .space-left {
    padding-left: 25px
  }
}
@media(max-width:991px) {
  .sidebar-blog-post {
    margin-top: 60px
  }
  .page-sidebars {
    margin-bottom: 50px;
    padding: 0
  }
}
.page-sidebars {
  padding: 0 25px
}
.sidebar-widget {
  margin-bottom: 40px;
  position: relative
}
@media(max-width:767px) {
  .sidebar-widget:last-child {
    margin-bottom: 10px
  }
}
.sidebar-widget .sidebar-title {
  margin: 0 0 20px;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  color: #556
}
.sidebar-widget .tab-content {
  padding: 25px 0 0 !important
}
.tags a {
  display: inline-block;
  padding: 0 10px 5px 0;
  font-family: montserrat, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #778;
  letter-spacing: .5px;
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}
.tags a.big {
  font-size: 13px
}
.tags a:hover {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  color: #445;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .4)
}
.sidebar-flickr {
  list-style: none;
  padding: 0;
  margin: 0
}
.sidebar-flickr > li {
  display: inline-block;
  margin: 0 3px 3px 0
}
.sidebar-flickr img {
  width: 70px;
  height: 70px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.sidebar-flickr img:hover {
  opacity: .6;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}
.sidebar-categories {
  padding: 0;
  list-style: none
}
.sidebar-categories li {
  padding-bottom: 8px
}
.sidebar-categories li:last-child {
  padding-bottom: 0
}
.sidebar-categories .fa {
  margin-right: 10px;
  font-size: 10px
}
.sidebar-categories li a {
  color: #667
}
.sidebar-categories li:hover a {
  color: #b54321;
  padding-left: 8px
}
.sidebar-posts {
  margin: 0;
  padding: 0;
  list-style: none
}
.sidebar-post {
  clear: both;
  margin-bottom: 15px
}
.sidebar-post .image-post {
  float: left;
  width: 65px;
  height: 60px;
  border-radius: 2px;
  overflow: hidden;
  display: block;
  position: relative
}
.sidebar-post .image-post-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: omnes-cyrillic, sans-serif;
  font-size: 12px;
  color: #e8e8e8;
  text-transform: uppercase;
  line-height: 20px;
  padding-top: 10px;
  background-color: rgba(20, 20, 20, .6);
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}
.sidebar-post:hover .image-post-date {
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}
.sidebar-posts img {
  width: 66px;
  height: 60px
}
.sidebar-post h5 {
  margin-bottom: 3px
}
.sidebar-post a {
  font-family: omnes-cyrillic, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #556;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}
.sidebar-post h5 a:hover {
  color: #b54321;
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}
.sidebar-post .info-post {
  margin-left: 80px;
  padding-top: 5px
}
.sidebar-post .info-post span {
  font-size: 13px;
  color: #778
}
.sidebar-contact {
  margin-bottom: 0
}
.sidebar-contact p {
  margin-bottom: 12px
}
.sidebar-contact .fa {
  margin-right: 8px;
  width: 14px;
  color: #778
}
.flickr-img {
  list-style: none;
  padding: 0;
  margin: 0
}
.flickr-img li {
  display: inline-block;
  margin: 0 10px 15px 0
}
.flickr-img img {
  width: 70px;
  height: 70px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.flickr-img img:hover {
  opacity: .6;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}
.sidebar-tweet {
  margin-bottom: 15px
}
.sidebar-tweet .fa {
  display: block;
  float: left;
  font-size: 18px;
  color: #889;
  padding-top: 8px
}
.tweet-content {
  margin-left: 30px;
  margin-bottom: 10px
}
.tweet-content .tweet-user {
  margin-right: 10px
}
.tweet-content small {
  display: block;
  color: #889
}
.sidebar-socials {
  padding: 0;
  margin: 0 10px 0 0;
  list-style: none
}
.sidebar-socials > li {
  margin-bottom: 8px
}
.sidebar-socials a {
  color: #667
}
.sidebar-socials a:hover, .sidebar-socials a:focus {
  color: #b54321;
  padding-left: 5px
}
.sidebar-socials .fa {
  font-size: 15px;
  margin-right: 15px;
  padding-top: 4px;
  width: 16px;
  color: #889
}
.sidebar-socials > li span {
  float: right;
  font-size: 13px;
  color: #889
}
.navigation-sidebar ul > li {
  padding: 4px 0
}
.navigation-sidebar li > a {
  display: block;
  color: #666672;
  padding: 4px 0 4px 10px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  border: 0 solid #556
}
.navigation-sidebar .active a, .navigation-sidebar .current a, .navigation-sidebar li a:hover, .navigation-sidebar li a:focus {
  border-left: 2px solid #556;
  color: #556;
  padding-left: 20px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out
}
.shop-product {
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 3px
}
.shop-image {
  position: relative;
  display: block
}
.shop-product img {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.shop-product:hover img {
  opacity: .6;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.shop-description {
  padding: 20px 10px 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 15px;
  color: #666672;
  font-family: montserrat, sans-serif;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.shop-product:hover .shop-description {
  color: #9999a6;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.shop-prices {
  position: absolute;
  top: 10px;
  right: 15px
}
.shop-price {
  color: #b54321;
  font-size: 20px;
  display: inline-block;
  text-decoration: none
}
.shop-price-off {
  text-decoration: line-through;
  color: #adb7bd;
  font-size: 15px;
  margin-right: 5px
}
.shop-offer {
  position: absolute;
  top: 10px;
  left: 15px;
  color: #adb7bd;
  text-transform: capitalize;
  font-family: montserrat, sans-serif;
  font-size: 12px
}
.toolbar-shop {
  margin-bottom: 35px
}
.toolbar-shop .btn .fa {
  margin-right: 0
}
.shop-ordering {
  display: inline-block;
  margin-right: 15px
}
.shop-sidebar .irs {
  margin-bottom: 17px
}
.shop-sidebar .sidebar-categories li {
  padding-bottom: 5px !important
}
.shop-sidebar .top-rated-products li {
  clear: both;
  margin-bottom: 25px
}
.shop-sidebar .top-rated-products .product-image {
  float: left;
  width: 75px;
  height: 75px;
  display: block
}
.shop-sidebar .top-rated-products .product-info {
  margin-left: 90px
}
.shop-sidebar .top-rated-products h5 {
  margin-bottom: 8px;
  padding-top: 10px
}
.shop-sidebar .top-rated-products h5 a {
  font-size: 16px;
  color: #666670;
  letter-spacing: 1px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}
.shop-sidebar .top-rated-products h5 a:hover {
  color: #b54321;
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}
.shop-sidebar .top-rated-products .shop-price {
  font-size: 18px
}
#owl-shop .owl-buttons {
  width: 100%;
  position: absolute;
  bottom: 36px;
  left: 0
}
#owl-shop .owl-buttons div {
  margin: 0;
  color: #fff;
  border: none;
  background: rgba(0, 0, 0, .7);
  opacity: 0;
  border-radius: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}
#owl-shop:hover .owl-buttons div {
  opacity: 1;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out
}
#owl-shop .owl-prev {
  position: absolute;
  left: 0
}
#owl-shop .owl-next {
  position: absolute;
  left: 33px
}
@media(max-width:991px) {
  #owl-shop .owl-buttons div {
    opacity: .9
  }
}
.shop-description-product {
  padding: 10px 0
}
.shop-product-name {
  font-family: montserrat, sans-serif;
  margin-bottom: 20px;
  font-size: 22px;
  color: #556
}
.shop-product-name span {
  font-size: 16px;
  color: #99a;
  margin-left: 10px
}
.shop-description-product small {
  vertical-align: sub;
  margin-left: 20px
}
.shop-description-product .shop-price-wrapper {
  padding: 10px 0 25px
}
.shop-description-product .rating-system {
  display: inline-block;
  margin-top: 3px
}
.shop-specifications {
  margin: 0;
  padding: 0;
  list-style: none
}
.shop-specifications .title {
  font-size: 15px;
  font-weight: 600;
  margin: 20px 0 10px
}
.shop-specifications .title:first-child {
  margin: 0 0 10px
}
.shop-specifications > li {
  color: #444450;
  margin-bottom: 3px
}
.shop-specifications > li > span {
  margin-left: 15px;
  color: #888892;
  font-size: 13px
}
.shop-comment {
  margin-bottom: 40px;
  color: #909096
}
.shop-comment:last-child {
  margin-bottom: 0
}
.shop-comment .author {
  margin-bottom: 10px
}
.shop-comment .author cite {
  text-transform: capitalize;
  margin-right: 25px;
  font-size: 15px
}
.shop-comment .date {
  font-size: 12px;
  margin-right: 25px;
  vertical-align: baseline
}
.shop-comment .rate-product {
  position: relative;
  top: -5px
}
.shop-checkout .tab-content {
  padding: 0 0 20px
}
@media(max-width:767px) {
  .shop-checkout .form .forgot {
    display: block;
    margin-bottom: 15px
  }
}
.shop-cart table .product img {
  width: 80px;
  height: 80px;
  margin-right: 25px
}
.shop-cart table td, .shop-cart table tr:last-child th {
  vertical-align: middle
}
.shop-cart table tr td:last-child {
  width: 40px
}
.shop-cart table .span100 {
  width: 100px
}
.shop-cart table .span40 {
  width: 40px
}
@media(max-width:767px) {
  .table-responsive {
    border: none;
    margin-bottom: 20px
  }
  .shop-cart table .product {
    white-space: normal
  }
  .shop-cart table .product img {
    margin-right: 0;
    margin-bottom: 10px
  }
}
.shop-account ul {
  margin: 0 0 15px;
  padding: 0;
  list-style: none
}
.shop-account ul li {
  margin-bottom: 10px;
  color: #445
}
.shop-account ul span {
  margin-left: 15px;
  color: #778;
  font-size: 13px
}
.shop-account .edit {
  margin-top: 18px;
  display: block;
  font-family: omnes-cyrillic, sans-serif;
  font-size: 12px
}
.shop-account-image {
  position: relative;
  top: -85px;
  margin-bottom: -130px;
  padding: 10px;
  border-radius: 10px;
  background-color: #f5f5f5;
  width: 170px
}
.shop-account-image img {
  width: 150px;
  height: 140px;
  border-radius: 10px
}
.shop-account table {
  margin-top: 0;
  vertical-align: middle
}
.shop-account table td, .shop-account table th {
  padding-top: 20px;
  padding-bottom: 20px
}
@media(max-width:767px) {
  .shop-account-image {
    margin-bottom: -100px
  }
}
.sign-in-area {
  position: relative;
  top: -110px;
  margin-bottom: -50px;
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 5px
}
.page-sign-in .info-area {
  padding: 90px 0 50px
}
@media(max-width:991px) {
  .sign-in-area {
    margin-top: 40px
  }
  .page-sign-in .info-area {
    padding: 0 0 60px
  }
}
.page-contact iframe.map {
  width: 100%;
  height: 400px;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-bottom: -8px
}
.contact-map-wrapper {
  position: relative;
  top: -210px;
  margin-bottom: -210px;
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 5px
}
.contact-map-wrapper.form {
  padding: 20px
}
.page-contact .box-right {
  margin-left: 50px
}
.page-contact .box-left .fa {
  font-size: 30px;
  margin-top: 5px;
  width: 30px;
  color: #99a
}
.page-contact .box-services-d.box-services-e p {
  font-size: 16px
}
@media(max-width:991px) {
  .contact-map-wrapper {
    top: auto;
    margin-bottom: 0;
    padding: 0
  }
  .contact-map-wrapper.form {
    padding: 0
  }
}
.page-faq .tab-content {
  padding-top: 0
}
.faq-list > li {
  padding: 2px 0
}
.faq-list > li > a {
  color: #667
}
.faq-list > li > a:hover, .faq-list > li > a:focus {
  color: #b54321;
  padding-left: 10px
}
.text-404 {
  font-size: 280px;
  font-weight: 700;
  line-height: 100%;
  display: block;
  text-align: center;
  color: #ccccd2
}
.page-404 {
  padding: 70px 0 80px
}
.over-404 {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  width: 100%
}
.title-404 {
  font-weight: 600;
  color: #666670;
  font-size: 40px;
  margin-bottom: 60px;
  text-align: center;
  line-height: 36px
}
.content-404 {
  position: relative;
  text-align: center
}
@media(max-width:767px) {
  .page-404 .text-404 {
    font-size: 130px;
    margin-bottom: 30px
  }
  .page-404 .over-404 {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%
  }
  .page-404 {
    padding: 50px 0
  }
  .title-404 {
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 46px
  }
}
.page-clients {
  text-align: center
}
.page-clients a {
  opacity: .6;
  padding: 10px;
  display: block;
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}
.page-clients a:hover {
  opacity: 1;
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}
.page-clients-b a {
  padding: 30px;
  background-color: #e2e2e5;
  border-radius: 1px
}
.page-clients-b a:hover {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, .2)
}
.page-clients-c a {
  padding: 30px;
  background-color: #efeff3;
  border-radius: 1px;
  border: 1px solid #e1e1e5
}
.page-clients-c a:hover {
  box-shadow: 2px 2px 4px rgba(10, 10, 15, .15)
}
.page-clients .tooltip-inner {
  padding: 15px 20px;
  border-radius: 3px;
  color: #fafafd;
  letter-spacing: 1px;
  background-color: rgba(20, 20, 30, .7)
}
.page-clients .tooltip.top .tooltip-arrow {
  border-top-color: rgba(20, 20, 30, .7)
}

.progress {
  border-radius: 2px;
  box-shadow: none;
  height: 24px;
  margin-bottom: 15px;
  background-color: #e2e2e2
}
.progress-bar {
  text-align: left;
  background-color: #b54321;
  line-height: 23px;
  color: #fff
}
.progress-bar-animate {
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out
}
.progress-bar span {
  padding: 5px 17px;
  background-color: #444448
}
.progress .progress-bar-info {
  background-color: #5bc0de !important
}
.progress .progress-bar-danger {
  background-color: #d9534f !important
}
.progress .progress-bar-warning {
  background-color: #f0ad4e !important
}
.progress .progress-bar-success {
  background-color: #5cb85c !important
}
.progress .progress-bar-primary {
  background-color: #428bca !important
}
.table th, .table td {
  padding: 12px !important
}
.panel-group .panel {
  border-radius: 0
}
.panel {
  background-color: #0000;
  border: none;
  box-shadow: none;
  border-radius: 0
}
.panel-heading {
  padding: 7px 0;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.panel-title {
  font-family: montserrat, sans-serif;
  color: #666670;
  font-size: 15px
}
.panel-title:hover a, .panel-title:focus a {
  color: #888892
}
.panel-title .fa {
  margin-right: 8px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.panel-title .fa.upside-down {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none
}
.panel-body {
  padding: 10px 0 5px 25px
}
.tab-content {
  padding: 20px 5px
}
.tab-content.vertical {
  padding: 5px 5px 20px 20px
}
.nav-tabs {
  border: none
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px
}
.nav-tabs > li > a {
  border: none;
  border-radius: 0;
  font-family: montserrat, sans-serif;
  font-size: 12px;
  color: #606063;
  border-top: 2px solid #555557;
  background-color: #0000;
  padding: 12px 20px;
  margin-right: 0
}
.nav-tabs > li > a .fa {
  margin-right: 10px
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #555557;
  border: none;
  border-top: 2px solid #555557
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  color: #b54321;
  background-color: #0000;
  border: none;
  border-top: 2px solid #555557
}
.nav-tabs.vertical > li {
  float: none;
  margin-bottom: 0
}
.nav-tabs.vertical > li > a {
  border-radius: 0;
  border-top: none;
  border-left: 2px solid #555557
}
.nav-tabs.vertical > li.active > a, .nav-tabs.vertical > li.active > a:hover, .nav-tabs.vertical > li.active > a:focus {
  border-top: none;
  border-left: 2px solid #555557
}
@media(max-width:767px) {
  .tab-content.vertical {
    padding: 20px 5
  }
  .nav-tabs > li {
    float: none;
    margin-bottom: 0
  }
  .nav-tabs > li > a {
    border-radius: 0;
    border-top: none;
    border-left: 2px solid #555557
  }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-top: none;
    border-left: 2px solid #555557
  }
}
.btn {
  border-radius: 2px;
  padding: 8px 14px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}
.btn:hover {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out
}
.btn-a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px #0000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #556;
  -webkit-transition: color .3s ease-out;
  transition: color .3s ease-out;
  padding: 8px 14px;
  border: none;
  color: #fff
}
.btn-a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b54321;
  border-radius: 2px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform .3s ease-out;
  transition: transform .3s ease-out
}
.btn-a:hover, .btn-a:focus, .btn-a:active {
  color: #fff
}
.btn-a:hover:before, .btn-a:focus:before, .btn-a:active:before {
  -webkit-transform: scale(0);
  transform: scale(0)
}
.btn-b {
  background-color: #e4e4e4;
  border: none;
  color: #555560
}
.btn-b:hover, .btn-b:focus, .btn-b:active, .btn-b.active {
  background-color: #dfdfdf;
  border: none;
  color: #555557
}
.btn-c {
  background-color: #0000;
  color: #b54321;
  border: 1px solid #b54321;
  border-radius: 2px;
  padding: 7px 13px
}
.btn-c:hover, .btn-c:focus, .btn-c:active, .btn-c.active {
  color: #556;
  border: 1px solid #556
}
.btn-d {
  background-color: #505460;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 9px 18px
}
.btn-d:hover, .btn-d:focus, .btn-d:active, .btn-d.active {
  background-color: #b54321;
  color: #fff;
  box-shadow: inset 2px 1px 6px rgba(0, 0, 0, .6)
}
.btn-e {
  background-color: #0000;
  color: #b54321;
  border: 1px solid #b54321;
  border-radius: 2px;
  padding: 10px 20px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px
}
.btn-e:hover, .btn-e:focus, .btn-e:active, .btn-e.active {
  color: #fff;
  background-color: #b54321;
  box-shadow: 2px 4px 14px rgba(0, 0, 0, .5)
}
.btn.btn-bg {
  color: #fff;
  border: none;
  padding: 6px 14px
}
.btn.btn-bg:hover, .btn.btn-bg:focus, .btn.btn-bg:active {
  background-color: #556 !important;
  color: #fff;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, .4)
}
.btn-icon .fa {
  margin-right: 8px
}
.btn.facebook {
  background-color: #677fb5
}
.btn.twitter {
  background-color: #70c2e9
}
.btn.google-plus {
  background-color: #bc7067
}
.btn.behance {
  background-color: #42a9fb
}
.btn.pinterest {
  background-color: #d8545d
}
.btn.flickr {
  background-color: #ff3ba4
}
.btn.dribbble {
  background-color: #e299c2
}
.btn.linkedin {
  background-color: #3daccf
}
.btn.instagram {
  background-color: #b99682
}
.dropdown-menu {
  min-width: 150px;
  margin: 0;
  background-color: #f6f6f6;
  border: none;
  border-radius: 2px
}
.dropdown-menu > li > a {
  color: #444450;
  padding: 5px 20px
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #eaeaea
}
.tooltip-inner {
  padding: 12px 20px;
  border-radius: 3px;
  color: #fafafd;
  background-color: rgba(15, 15, 20, .8)
}
.tooltip.top .tooltip-arrow {
  border-top-color: rgba(15, 15, 20, .8)
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: rgba(15, 15, 20, .8)
}
.tooltip.right .tooltip-arrow {
  border-right-color: rgba(15, 15, 20, .8)
}
.tooltip.left .tooltip-arrow {
  border-left-color: rgba(15, 15, 20, .8)
}
.popover {
  border-radius: 0;
  font-family: source sans pro, sans-serif;
  border: none;
  background-color: #fcfcfc;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
  color: #667;
  padding: 3px 3px 8px
}
.popover-title {
  padding: 10px 14px 0;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  background-color: inherit;
  border-bottom: none;
  border-radius: 0
}
.popover-title::after {
  content: "";
  display: block;
  height: 1px;
  width: 25px;
  border-top: 2px solid #b54321;
  margin: 12px 0 5px
}
.modal {
  z-index: 999999
}
.modal-content {
  border-radius: 1px;
  background-color: #fafafa;
  padding: 10px
}
.modal-title {
  font-family: montserrat, sans-serif;
  font-size: 17px;
  color: #556
}
.modal-title:after {
  content: "";
  display: block;
  height: 1px;
  width: 35px;
  border-top: 2px solid #b54321;
  margin: 10px 0
}
.modal-header, .modal-footer {
  border: none
}
.alert {
  border-radius: 1px;
  border: none;
  padding: 10px 20px;
  position: relative
}
.alert.alert-bg {
  color: rgba(255, 255, 255, .9);
  padding: 20px 40px 20px 20px
}
.alert .fa {
  display: block;
  float: left;
  margin: 5px 20px 15px 5px
}
.alert.alert-dismissable .close {
  position: absolute;
  right: 10px;
  top: 5px
}
.alert-modal {
  position: fixed;
  top: 80px;
  left: 0;
  opacity: 0;
  width: 100%;
  margin-top: -30px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.alert-modal.alert-modal-on {
  opacity: .9;
  margin-top: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.alert-modal .alert {
  box-shadow: 2px 4px 8px rgba(0, 0, 0, .2)
}
.pagination {
  margin: 20px 0 5px
}
.pagination > li > a {
  border: none;
  margin-right: 7px;
  padding: 5px 12px;
  color: #b54321;
  background-color: #f5f5f5;
  border-radius: 3px
}
.pagination > li > a > .fa {
  font-size: 10px
}
.pagination > .active > a {
  color: #fff;
  background-color: #b54321;
  border-radius: 2px
}
.pagination li:first-child a {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px
}
.pagination li:last-child a {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px
}
.pagination > li a:hover {
  background-color: #b54321;
  color: #fff
}
.pagination .active a:hover {
  background-color: #556
}
.pagination > .disabled a {
  background: 0 0;
  border: none;
  color: #667
}
.pagination > .disabled a:hover {
  background: 0 0
}
.pagination.pagination-2 > li > a {
  color: #fff;
  background-color: #d8d8da;
  border: 0;
  border-radius: 2px
}
.pagination.pagination-2.dark > li > a {
  background-color: #4a4b4e;
  color: #fff
}
.pagination.pagination-2 > .active a, .pagination.pagination-2.dark > .active a {
  background-color: #b54321
}
.pagination.pagination-2 > li a:hover {
  background-color: #b54321;
  color: #fff;
  border: none;
  box-shadow: inset 2px 1px 6px rgba(0, 0, 0, .6)
}
.pagination.pagination-2 .active a:hover {
  background-color: #556;
  color: #fff
}
.pagination.pagination-2 .disabled a, .pagination.pagination-2 .disabled a:hover, .pagination.pagination-2 .disabled a:focus {
  color: #fff;
  background-color: #d8d8da;
  box-shadow: none
}
.pagination.pagination-2.dark .disabled a, .pagination.pagination-2.dark .disabled a:hover, .pagination.pagination-2.dark .disabled a:focus {
  background-color: #4a4b4e;
  color: #fff;
  box-shadow: none
}
.mfp-bg, .mfp-wrap {
  z-index: 999999
}
.mfp-counter {
  width: 50px;
  text-align: right
}
.mfp-close {
  color: #fcfcfc;
  cursor: pointer
}
.mfp-close:hover {
  color: #b54321;
  cursor: pointer
}
.mfp-zoom-out-cur .header-wrapper {
  z-index: 0 !important
}
button.mfp-arrow {
  background-color: rgba(0, 0, 0, .6)
}
.mfp-arrow-left:before {
  border-right: none
}
.mfp-arrow-left:after {
  border-right: 20px solid #fcfcfc;
  margin-left: 25px
}
.mfp-arrow-right:before {
  border-left: none
}
.mfp-arrow-right:after {
  border-left: 20px solid #fcfcfc
}
.title-mfp {
  margin: 4px 0 0 4px;
  font-size: 15px;
  font-family: source sans pro, sans-serif;
  color: #d1d2d3;
  font-weight: 600;
  opacity: .9
}
.media, .media .media {
  margin-top: 40px
}
h4.media-heading {
  color: #445;
  font-size: 17px;
  margin: 2px 0 6px
}
.media-heading .date {
  margin-left: 20px;
  font-size: 12px
}
.media-heading .reply {
  margin-left: 20px;
  font-size: 13px
}
.media-heading .reply a:hover {
  text-decoration: none;
  color: #453951
}
.media .media-object {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-top: 5px
}
.media-heading > .user {
  font-size: 15px;
  color: #667
}
.media-heading > .user:hover, .media-heading > .user:focus, .media-heading > .user:active {
  color: #b54321
}
.media > .pull-left {
  margin-right: 15px
}
@media(max-width:767px) {
  #blog-posts .media, #blog-posts .media-body {
    overflow: visible !important
  }
  .media > .pull-left {
    display: none
  }
  .media-heading > .user {
    display: block
  }
  .media-heading .date {
    margin-left: 0
  }
}
.blockquote {
  border-left: 2px solid #b54321;
  background: #f5f5f5
}
.blockquote p {
  font-size: 14px;
  line-height: 26px;
  color: #898994
}
.blockquote cite {
  color: #b54321;
  font-size: 14px;
  margin-left: 10px
}
.blockquote small {
  display: inline-block;
  font-size: 13px
}
.blockquote-2 {
  border-left: 3px solid #ddd
}
.unstyled-list {
  margin: 0;
  padding: 0;
  list-style: none
}
.list-medium > li {
  margin-bottom: 5px
}
.fa.fa-border {
  border: 2px solid #ddd
}
.fa.fa-bg {
  background-color: #f0f0f0;
  padding: 6px 8px;
  border-radius: 3px
}
.fa.fa-bg-2 {
  background-color: #f0f0f0;
  padding: 15px;
  border-radius: 50%
}
.fa.fa-bg-3 {
  background-color: #444;
  padding: 15px;
  border-radius: 50%
}
.box-icon {
  font-size: 13px;
  width: 28px;
  height: 28px;
  color: #fafafa;
  padding-top: 7px;
  background-color: #b54321;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px
}
.dropcap {
  float: left;
  font-family: Georgia;
  text-align: center;
  padding: 10px 15px;
  margin: 8px 20px 0 2px;
  background-color: #666674;
  color: rgba(254, 254, 254, .9);
  font-size: 40px;
  line-height: 35px;
  border-radius: 4px
}
.dropcap.bordered {
  background-color: #0000;
  color: #778;
  border-radius: 4px;
  border: 1px solid #778
}
.dropcap.shadow {
  box-shadow: 0 2px 4px #788
}
.dropcap.circle {
  border-radius: 50%
}
.divider {
  height: 1px;
  background-color: #ccc;
  margin: 30px auto
}
.divider.d2 {
  background: 0 0;
  border-top: 1px dashed #ccc
}
.divider.d3:after {
  content: "";
  display: block;
  width: 25%;
  height: 1px;
  position: relative;
  background-color: #b54321;
  margin: 0 auto
}
.divider.d4 {
  text-align: center;
  margin: 40px auto
}
.divider.d4 span {
  background: #f5f5f5;
  color: #788;
  padding: 0 18px;
  position: relative;
  top: -12px;
  font-size: 14px
}
.divider.d4.text-left span {
  padding: 0 18px 0 0
}
.divider.d4.text-right span {
  padding: 0 0 0 18px
}


.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform-origin-x: 50%
}
.rotating.flip {
  position: relative
}
.rotating .front, .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden
}
.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 1px);
  -ms-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px)
}
.rotating.flip .front {
  z-index: 1
}
.rotating .back {
  display: block;
  opacity: 0
}
.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0)
}
.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
  -ms-transform: rotateY(180deg) translate3d(0, 0, 0);
  transform: rotateY(180deg) translate3d(0, 0, 0)
}
.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0, 0, 0);
  -ms-transform: rotateX(180deg) translate3d(0, 0, 0);
  transform: rotateX(180deg) translate3d(0, 0, 0)
}
.rotating.flip.cube .front {
  -webkit-transform: translate3d(0, 0, 100px) scale(0.9, 0.9);
  -ms-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: translate3d(0, 0, 100px) scale(0.85, 0.85)
}
.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
  -ms-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85)
}
.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
  -ms-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85)
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}
.animated {
  opacity: 0
}
.animated.on {
  opacity: 1
}
@media(min-width:992px) and (max-width:1199px) {
  .portfolio .col-md-4 {
    width: 33.3%
  }
}
.demo-buy {
  display: block;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  position: fixed;
  bottom: 200px;
  right: 0;
  z-index: 99999;
  padding: 6px 12px;
  background: rgba(4, 119, 222, .9);
  color: rgb(249, 249, 249);
  font-weight: 500;
  font-size: 15;
  text-align: center;
  border-left-top-radius: 2px;
  border-left-bottom-rarius: 2px
}
.demo-buy:hover {
  background: #000087;
  color: #fafafa
}
.template-settings, .change-sidebar {
  display: block;
  position: fixed;
  left: 0;
  top: 150px;
  width: 40px;
  height: 40px;
  background: rgba(22, 22, 22, .7);
  color: #fcfcfc;
  font-size: 22px;
  text-align: center;
  outline: none;
  z-index: 999999;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}
.template-settings:hover, .template-settings:focus, .change-sidebar:hover, .change-sidebar:focus {
  background-color: rgba(22, 22, 22, .9);
  color: #fafafa
}
.template-settings .fa {
  margin-top: 9px
}
.settings-modal ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.settings-modal ul > li {
  display: inline-block;
  margin-right: 10px
}
.settings-modal ul > li > a {
  width: 25px;
  height: 25px;
  display: block;
  background: #555
}
.change-sidebar {
  top: 220px;
  padding-top: 7px
}
.pull-off.on {
  right: 0
}
.push-off.on {
  left: 0
}
.ishadow {
  border: 0;
  box-shadow: 0 0 0 1px #ccc;
  padding: .02em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}
#ishadow {
  border: 0;
  box-shadow: 0 0 0 1px #ccc;
  padding: .02em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px
}
#img-shadow {
  -webkit-box-shadow: 5px 5px 7px rgba(190, 190, 190, .3);
  -moz-box-shadow: 5px 5px 7px rgba(190, 190, 190, .3);
  box-shadow: 5px 5px 7px rgba(190, 190, 190, .3);
}
.img-shadow {
  -webkit-box-shadow: 5px 5px 7px rgba(190, 190, 190, .8);
  -moz-box-shadow: 5px 5px 7px rgba(190, 190, 190, .8);
  box-shadow: 5px 5px 7px rgba(190, 190, 190, .8);
}
.blk {
  background-color: #141C24;
}
#blk {
  background-color: #141C24;
}
.belt {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  float: left;
  list-style: none
}
.belt li {
  display: inline-block;
  float: left
}
.belt > li > a {
  padding: 25px 20px;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  color: #000089;
  position: relative;
  z-index: 10;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out
}
.belt > li > a:hover, .menu > li > a:focus, .menu > li:hover > a {
  color: #a20a4a;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out
}
.fa, .fas, .far, .fal, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}
.fa-xs {
  font-size: .75em;
}
.fa-sm {
  font-size: .875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-nintendo-switch:before {
  content: "\f418";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.rollover1 {
  display: block;
  width: 51px;
  height: 43px;
  background: url(images/bullhorn.svg) no-repeat
}
.rollover2, .rollover3, .rollover4, .rollover5, .rollover6, .rollover7, .rollover8 {
  display: block;
  width: 43px;
  height: 43px
}
.rollover1:hover {
  background: url(images/bullhorn-2.svg) no-repeat
}
.rollover2 {
  background: url(images/pr.svg) no-repeat
}
.rollover2:hover {
  background: url(images/pr-2.svg) no-repeat
}
.rollover3 {
  background: url(images/social.svg) no-repeat
}
.rollover3:hover {
  background: url(images/social-2.svg) no-repeat
}
.rollover4 {
  background: url(images/blog.svg) no-repeat
}
.rollover4:hover {
  background: url(images/blog-2.svg) no-repeat
}
.rollover5 {
  background: url(images/camera.svg) no-repeat
}
.rollover5:hover {
  background: url(images/camera-2.svg) no-repeat
}
.rollover6 {
  background: url(images/video.svg) no-repeat
}
.rollover6:hover {
  background: url(images/video-2.svg) no-repeat
}
.rollover7 {
  background: url(images/graphics.svg) no-repeat
}
.rollover7:hover {
  background: url(images/graphics-2.svg) no-repeat
}
.rollover8 {
  background: url(images/web.svg) no-repeat
}
.rollover8:hover {
  background: url(images/web-2.svg) no-repeat
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background-color: rgba(24, 42, 88, .55);
  z-index: 1000
}
#loader-wrapper .loader-section.section-left {
  left: 0
}
#loader-wrapper .loader-section.section-right {
  right: 0
}
.bg21 {
  background-image: url(portfolio/ads/ads-1.jpg)
}
.bg20 {
  background-image: url(sliders/slider-21.jpg)
}
.bg30 {
  background-image: url(images/tst-1.jpg)
}
.bg41 {
  background-image: url(sliders/webdev-slider.jpg)
}
.bg42 {
  background-image: url(sliders/slide-2.jpg)
}
.bg43 {
  background-image: url(sliders/slide-video.jpg)
}
.bg44 {
  background-image: url(sliders/webdev-slider.jpg)
}
.bg45 {
  background-image: url(sliders/pr-slider73.jpg)
}
.bg46 {
  background-image: url(images/tst-46.jpg)
}
.bg47 {
  background-image: url(sliders/slider-social.jpg)
}
.bg49 {
  background-image: url(images/tst-49.jpg)
}
.bg50 {
  background-image: url(sliders/pr-slider9.jpg)
}
.bg51 {
  background-image: url(sliders/vlog-5.jpg)
}
.bg70 {
  background-image: url(sliders/slider-20.jpg)
}
.bg71 {
  background-image: url(sliders/blog-services.jpg)
}
.bg72 {
  background-image: url(images/tst-41.jpg)
}
.bg73 {
  background-image: url(sliders/pr-slider73.jpg)
}
.bg74 {
  background-image: url(sliders/video-slider74.jpg)
}
.bg75 {
  background-image: url(sliders/tst-75.jpg)
}
.bg7 {
  background-image: url(sliders/pr-slider73.jpg)
}
#color-white {
  color: #fff !important
}
#color-dark {
  color: #17182E !important
}
.bg60 {
  background-image: url(sliders/advertising-slider.jpg)
}
#bbw {
  color: #ffffff !important;
  font-weight: 600;
}
#bbw2 {
  color: #07022f !important;
  font-weight: 600;
}
#bbw4 {
  color: #07022f !important;
}
#bbw0 {
  color: #ffffff !important;
  font-weight: 300;
}
.bg66 {
  background-image: url(img/circuit-44.png)
}
.bg666 {
  background-image: url("../img/circuit-4444.png")
}
#raise-up {
  margin-top: -15px !important;
}
#blk {
  font-color: #000 !important
}
#wht {color:#f9f9f9 !important;}
#off-wht {
  font-color: #d9d9d9 !important;
}
a.alt:link {
  color: #303030
}
a.alt:visited {
  color: #303030
}
a.alt:hover {
  color: #b54321
}
a.feet {
  color: #f9f9f9 !important
}
a.feet:hover {
  color: #ffffff !important;
}
a.feet:active {
  color: #ffffff !important;
}

.page-contact .box-left .fa {
font-size: 30px;
margin-top: 5px;
width: 30px;
color: #279ae7;
}
.superscript {
	font-size: 7.5px;
	vertical-align: super;
}
.superscript2 {
	font-size: 15px;
	vertical-align: super;
}
.superscript3 {
	font-size: 7px;
	vertical-align: super;
}
.mimg {
	width: 222px !important;
	height: auto !important;
	display: inline-block
}
.mimg2 {
	width: 333px !important;
	height: auto !important;
	display: inline-block
}
.ctr {
	text-align: center;
}
.mktxt {
	font-weight: 400; 
	font-size: 19px; 
	margin-top: 9px"
}
.scale90 {transform: scale(.90);}
.bullcol {
	color: #002273 !important;
}
.ml3 {margin-left: 3px}
.ml6 {margin-left: 6px}
.ml9 {margin-left: 9px}
.ml12 {margin-left: 12px}
.ml21 {margin-left: 21px}
.ml33 {margin-left: 33px}
.mlu3 {margin-left: -3px}
.mlu6 {margin-left: -6px}
.mlu9 {margin-left: -9px}
.mlu12 {margin-left: -12px}
.mlu21 {margin-left: -21px}
.mlu33 {margin-left: -33px}
.mr3 {margin-right: 3px}
.mr6 {margin-right: 6px}
.mr9 {margin-right: 9px}
.mr12 {margin-right: 21px}
.mr21 {margin-right: -12px}
.mr33 {margin-right: -33px}
.mru3 {margin-right: -3px}
.mru6 {margin-right: -6px}
.mru9 {margin-right: -9px}
.mru12 {margin-right: -12px}
.mru21 {margin-right: -21px}
.mru33 {margin-right: -33px}
