/*-------------------------------------------------------------------------------------
[TABLE OF CONTENTS]

	00. RESET
	01. GENERAL
	02. BUTTON
	x03. HEADER  
	x04. MEGA MENU
	x05. STICKY NAVBAR
	06. BOXES
	x07. REVOLUTION SLIDER
	x08. STEPS
	09. FEATURES
	10. FACTS
	11. PROCESS
	x12. OWL CAROUSEL
	x13. BLOG
	14. WIDGETS
	x15. TESTIMONIALS
	x16. PORTFOLIO
	17. THUMBNAIL OVERLAY
	x18. BASIC GALLERY
	x19. PRICING & TABLES
	x20. PROGRESS BAR
	x21. TABS
	x22. ACCORDION / TOGGLE
	23. TOOLTIP
	x24. PARALLAX
	25. FORMS
	26. COMMENTS
	x27. MAILCHIMP / NEWSLETTER
	x28. SOCIAL ICONS
	29. MODAL
	x30. COUNTDOWN
	31. FANCYBOX
	32. DIVIDERS
	33. FONT ICON PAGES
	34. RESPONSIVE
	
	font-family: 'Raleway', sans-serif;	
	text: #606060
	hover: #4aa2d1
	headings: #404040
	meta: #9a9a9a
	light-wrapper background: #fcfcfc
	dark-wrapper background: #f3f3f3
	inverse-wrapper background: #262b2f	
	
-------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	00. RESET
/*-----------------------------------------------------------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important
}
.fit-vids-style {
    display: none
}
figure {
    margin: 0;
    padding: 0;
}
figure img {
    height: auto;
    width: 100%;
    max-width: 100%;
}
iframe {
    border: none
}
::selection {
    background: #fefac7; /* Safari */
    color: #2f2f2f;
}
::-moz-selection {
    background: #fefac7; /* Firefox */
    color: #2f2f2f;
}
@-webkit-keyframes rotation { 
	from {
	    -webkit-transform: rotate(0deg)
	}
	to {
	    -webkit-transform: rotate(359deg)
	}
}
@-moz-keyframes rotation { 
	from {
	    -moz-transform: rotate(0deg)
	}
	to {
	    -moz-transform: rotate(359deg)
	}
}
@-o-keyframes rotation { 
	from {
	    -o-transform: rotate(0deg)
	}
	to {
	    -o-transform: rotate(359deg)
	}
}
@keyframes rotation { 
	from {
	    transform: rotate(0deg)
	}
	to {
	    transform: rotate(359deg)
	}
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    z-index: 9999999;
}
#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}
.spinner {
    height: 40px;
    width: 40px;
    position: relative;
    -webkit-animation: rotation .8s infinite linear;
    -moz-animation: rotation .8s infinite linear;
    -o-animation: rotation .8s infinite linear;
    animation: rotation .8s infinite linear;
    border-left: 3px solid rgba(74,162,209,.15);
    border-right: 3px solid rgba(74,162,209,.15);
    border-bottom: 3px solid rgba(74,162,209,.15);
    border-top: 3px solid rgba(74,162,209,.8);
    border-radius: 100%;
}
/*-----------------------------------------------------------------------------------*/
/*	01. GENERAL
/*-----------------------------------------------------------------------------------*/
body {
    overflow-x: hidden;
    font-size: 15px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #606060;
    font-family: 'Raleway', sans-serif;
}
.container {
    padding-right: 0;
    padding-left: 0;
}
body,
li,
address {
    line-height: 24px
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: 15px;
    font-weight: normal;
}
p {
    margin: 0 0 20px
}
a {
    color: #4aa2d1;
    transition: all 200ms ease-in;
}
a:hover,
a:focus {
    color: #141618;
    text-decoration: none;
}
.nocolor {
    color: #606060
}
.nocolor:hover {
    color: #4aa2d1
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    margin-top: 0;
    color: #404040;
    margin-bottom: 10px;
    font-weight: 700;
}
h2 {
    font-size: 22px;
    line-height: 28px;
}
h3 {
    font-size: 18px
}
h4 {
    font-size: 16px
}
h5 {
    font-size: 14px;
    line-height: 18px;
}
.post-title a {
    color: #434343
}
.post-title a:hover {
    color: #4aa2d1
}
h1.post-title,
h2.post-title {
    font-size: 20px;
    line-height: 26px;
}
.main-title {
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 30px;
    text-transform: none;
}
.main-title strong {
    font-weight: 900
}
.main-title.text-center:after {
    font-family: 'elemis';
    content: "\e600";
    display: block;
    color: #4aa2d1;
    font-size: 14px;
    margin-top: 25px;
    font-weight: normal;
}
.main-title.no-line:after {
    display: none !important
}
.secondary-title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}
.lead {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
}
.page-title h1 {
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 0;
}
.page-title h1.pull-left {
    margin-top: 6px
}
.page-title.bg {
	background: url(style/images/art/page-title.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.inner {
    padding-top: 90px;
    padding-bottom: 90px;
}
.page-title .inner {
    padding-top: 40px;
    padding-bottom: 40px;
}
.light-wrapper,
body {
    background: #fcfcfc
}
.dark-wrapper {
    background: #f3f3f3
}
.inverse-wrapper {
    background: #262b2f;
    color: #ECECEC;
    position: relative;
}
.no-bg {
	background: none !important;
}
.inverse-wrapper h1,
.inverse-wrapper h2,
.inverse-wrapper h3,
.inverse-wrapper h4,
.inverse-wrapper h5,
.inverse-wrapper h6 {
    color: #FFF
}
.inverse-wrapper .main-title.text-center:after {
    color: inherit
}
ul {
    padding: 0 0 0 18px
}
ol {
    padding: 0 0 0 20px
}
ul,
ol {
    margin-bottom: 15px
}
ul.circled {
    padding: 0;
    list-style: none;
}
ul.circled li:before {
    content: '●';
    margin-right: 10px;
    font-weight: normal;
    vertical-align: top;
    display: inline-block;
    color: #4aa2d1;
    font-size: 11px;
}
hr {
    border: 0;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #e1e1e1;
    padding-top: 90px;
    margin-bottom: 90px;
}
.thin {
    width: 80%;
    margin: 0 auto;
}
.thin2 {
    width: 70%;
    margin: 0 auto;
}
.meta span:before {
    content: "|";
    padding: 0 10px;
}
.meta span:first-child:before {
    display: none
}
.meta,
.more {
    color: #9a9a9a;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.meta a,
.more {
    color: #9a9a9a;
    text-transform: uppercase;
}
.meta a:hover,
.more:hover {
    color: #4aa2d1
}
.meta.price {
	font-size: 16px;
	font-weight: 600;
}
.meta.price ins {
	text-decoration: none;
}
.meta.price del {
	color: #9a9a9a;
}
.more {
    display: inline-block;
    margin-bottom: 15px;
}
.more:after {
    content: "→";
    padding-left: 5px;
    display: inline-block;
}
.badge {
	background: #4aa2d1;
	width: 45px;
	height: 45px;
	max-width: 45px;
	max-height: 45px;
	border-radius: 100%;
	z-index: 3;
	display: table;
}
.badge span {
	vertical-align: middle;
	display: table-cell;
	text-transform: uppercase;
	font-size: 11px;
}
.item figure {
	position: relative;
}
.item figure .badge {
	position: absolute;
	top: 10px;
	right: 10px;
}
.badge.blue {
    background: #67b7d4
}
.badge.pink {
    background: #ef6578
}
.badge.green {
    background: #53cfc2
}
.badge.yellow {
    background: #f5ae56
}
.caption-overlay {
	position: relative;
}
.caption-overlay .caption {
	position: absolute;
	padding: 0;
	width: 100%;
	pointer-events: none;
}
.caption-overlay .caption.top-right {
	top: 20px;
	right: 20px;
}
.caption-overlay .caption.bottom-right {
	bottom: 10px;
	right: 20px;
	text-align: right;
}
.caption-overlay .caption.bottom-left {
	bottom: 10px;
	left: 20px;
}
.caption-overlay .caption.top-left {
	top: 20px;
	left: 20px;
}
.caption-overlay .caption.text-center {
	bottom: 50px;
	left: 0;
}
.caption-overlay .caption .btn {
	margin: 0;
}
.caption-overlay .caption .main-title {
	font-size: 21px;
	display: inline-block;
	margin: 0 0 10px 0;
}
.caption-overlay .caption .dark-layer {
	background: rgba(31,33,36,0.6);
    padding: 10px;
    color: #FFF;
}
.caption-overlay .caption .light-layer {
	background: rgba(255,255,255,0.8);
    padding: 10px;
    color: #404040
}
blockquote {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 26px;
    font-weight: normal;
}
blockquote.box {
    text-align: left
}
footer a {
    color: inherit
}
footer a:hover {
    color: #4aa2d1 !important
}
footer [class*="col-"] .widget {
    margin-top: 35px
}
footer [class*="col-"] .widget:first-child {
    margin-top: 0
}
footer ul.tag-list li a {
    color: #e3e3e3;
    background: #242426;
}
.contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-info i {
    margin-right: 7px;
    color: #e3e3e3;
}
footer ul.circled li:before {
    color: #e3e3e3
}
.sub-footer {
    background: #21262a;
    padding: 35px 0;
}
.sub-footer p {
    padding: 0;
    margin: 3px 0 0 0;
}
#map {
    height: 400px
}
#map.small {
    height: 300px
}
.dropcap {
    font-weight: 800;
    display: block;
    float: left;
    font-size: 49px;
    padding: 0;
    margin: 0;
    margin: 12px 8px 0 0;
    text-transform: uppercase;
}
.label {
    padding: .3em .65em .3em .65em;
    text-transform: uppercase;
    font-weight: 800;
}
.main-title .label {
	font-size: 10px;
	vertical-align: super;
}
.navbar .label {
	vertical-align: middle;
	font-size: 8px;
	padding: .3em .6em .3em .65em;
}
.row-no-padding {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.row-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.col-image {
  padding: 0px;
  position: relative;
}
.col-image .bg-wrapper {
  overflow: hidden;
  position: absolute;
  height: 100%;
  padding: 0px;
  top: 0px;
}
.col-image .col-inner {
  padding-top: 90px;
  padding-bottom: 90px;
}
.bg-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
}
/*-----------------------------------------------------------------------------------*/
/*	02. BUTTON
/*-----------------------------------------------------------------------------------*/
.btn,
.vanilla-form label.custom-select span {
    color: #FFF !important;
    background: #4aa2d1;
    border: 0;
    margin-bottom: 10px;
    margin-right: 4px;
    font-size: 13px;
    padding: 11px 20px 10px 20px;
    font-weight: 800;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 200ms ease-in;
    box-shadow: none;
    border-radius: 0;
    display: inline-block;
}
.btn.btn-square {
    padding: 8px 11px 7px !important
}
.post-navigation .btn.btn-square {
    padding: 11px 13px 10px !important;
    margin: 0;
}
.btn-load-more + .btn-load-more {
    display: none
}
.btn-icon i {
	margin-right: 5px;
}
.fixed-width {
    width: 170px
}
.text-center .btn {
    margin: 0 4px
}
.btn-border {
    background: none !important;
    border: 2px solid #ececec;
}
.btn-border.dark {
    border: 2px solid #606060;
}
.btn.btn-aqua {
    background: #28b8d8
}
.btn.btn-blue {
    background: #4aa2d1
}
.btn.btn-green {
    background: #1abb9c
}
.btn.btn-lime {
    background: #b3c64b
}
.btn.btn-red {
    background: #e8554e
}
.btn.btn-orange {
    background: #ee7757
}
.btn.btn-yellow {
    background: #f5c41a
}
.btn.btn-purple {
    background: #9b59b6
}
.btn.btn-pink {
    background: #d487be
}
.btn.btn-navy {
    background: #34495e
}
.btn.btn-gray {
    background: #95a5a6
}
.btn.btn-brown {
    background: #937c6b
}
.btn.btn-mint {
    background: #61bcb6
}
.btn.btn-rose {
    background: #f56a7d
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background: #358dbc;
    transition: all 200ms ease-in;
    box-shadow: none;
}
.btn-border:hover,
.btn-border:focus,
.btn-border:active,
.btn-border.active {
    background: #ececec !important;
    color: #434343 !important;
}
.btn-border.dark:hover,
.btn-border.dark:focus,
.btn-border.dark:active,
.btn-border.dark.active {
    background: #606060 !important;
    color: #FFF !important;
}
.btn-aqua:hover,
.btn-aqua:focus,
.btn-aqua:active,
.btn-aqua.active {
    background: #00a1c4 !important
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
    background: #358dbc !important
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
    background: #17a78b !important
}
.btn-lime:hover,
.btn-lime:focus,
.btn-lime:active,
.btn-lime.active {
    background: #9cae39 !important
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
    background: #cf4c45 !important
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
    background: #d96c4f !important
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active {
    background: #f0ba00 !important
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active {
    background: #8a4fa2 !important
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active {
    background: #bd78a9 !important
}
.btn-navy:hover,
.btn-navy:focus,
.btn-navy:active,
.btn-navy.active {
    background: #2c3e50 !important
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active {
    background: #859394 !important
}
.btn-brown:hover,
.btn-brown:focus,
.btn-brown:active,
.btn-brown.active {
    background: #7c6655 !important
}
.btn-mint:hover,
.btn-mint:focus,
.btn-mint:active,
.btn-mint.active {
    background: #4daaa4 !important
}
.btn-rose:hover,
.btn-rose:focus,
.btn-rose:active,
.btn-rose.active {
    background: #e3586b !important
}
.share-links ul li .btn {
    margin: 0
}
.share-links .share-facebook {
    background: #3d5b9b
}
.share-links .share-facebook:hover {
    background: #334c8e !important
}
.share-links .share-twitter {
    background: #5aa8cd
}
.share-links .share-twitter:hover {
    background: #499ac8 !important
}
.share-links .share-google-plus {
    background: #3b3b3b
}
.share-links .share-google-plus:hover {
    background: #2e2e2e !important
}
.share-links .share-pinterest {
    background: #c53942
}
.share-links .share-pinterest:hover {
    background: #bc2d32 !important
}
.share-links .share-linkedin {
    background: #3daccf
}
.share-links .share-linkedin:hover {
    background: #3699b8 !important
}

/*-----------------------------------------------------------------------------------*/
/*	06. BOXES
/*-----------------------------------------------------------------------------------*/
.box {
    background: #fff;
    padding: 25px 30px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
    transition: all 200ms ease-in;
}
.box.dark-layer {
    background: rgba(31,33,36,0.45);
    box-shadow: none;
}
.box.jumbo {
	padding: 70px;
	margin: 90px 0 20px;
}
.construction .logo {
	margin-bottom: 30px;
}
.box-color {
    padding: 35px 30px 10px 30px;
    color: #FFF !important;
}
.row-no-padding .box-color {
    padding-top: 65px;
    padding-bottom: 60px;
}
.box-color h4,
.box-color [class*="icon-"] {
    color: inherit
}
.box-color.blue {
    background: #67b7d4
}
.box-color.pink {
    background: #ef6578
}
.box-color.green {
    background: #53cfc2
}
.box-color.yellow {
    background: #f5ae56
}
.box-color::before,
.box-color::after {
    position: absolute;
    top: 10px;
    right: 25px;
    bottom: 10px;
    left: 25px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    pointer-events: none;
}
.row-no-padding .box-color::before,
.row-no-padding .box-color::after {
    right: 10px;
    left: 10px;
} 
.box-color::before {
    border-top: 1px solid rgba(255,255,255,0.6);
    border-bottom: 1px solid rgba(255,255,255,0.6);
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.box-color::after {
    border-right: 1px solid rgba(255,255,255,0.6);
    border-left: 1px solid rgba(255,255,255,0.6);
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.box-color:hover::before,
.box-color:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*-----------------------------------------------------------------------------------*/
/* 	14. WIDGETS
/*-----------------------------------------------------------------------------------*/
.sidebox {
    margin-top: 50px;
    display: block;
}
.sidebox:first-child {
    margin: 0
}
.sidebox a {
    color: inherit
}
.sidebox a:hover {
    color: #4aa2d1
}
.sidebar {
    padding-left: 35px !important
}
.widget-title {
    margin-bottom: 20px !important
}
.widget .post-list {
    padding: 0;
    margin: 0;
}
.widget .post-list:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.widget .post-list li {
    clear: both;
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}
.widget .post-list h5 {
    margin: 0;
    color: inherit;
    font-weight: bold;
    margin-bottom: 5px;
}
.widget .post-list h5 a {
    color: #404040;
    text-transform: none !important;
}
.widget .post-list h5 a:hover {
    color: #4aa2d1
}
footer .widget .post-list h5 a {
    color: #ececec
}
.widget .post-list .icon-overlay {
    float: left;
    width: 70px;
    height: 70px;
}
.widget .post-list .meta {
    margin-left: 85px;
    margin-bottom: 0;
}
.widget .post-list .meta em {
    color: #9a9a9a;
    font-weight: 500;
    margin-bottom: 10px;
    font-style: normal;
}
.widget .post-list .meta em a {
    color: #9a9a9a
}
.widget .post-list .meta em a:hover {
    color: #4aa2d1
}
.widget .list {
    list-style: none;
    margin: 0;
}
ul.tag-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.tag-list li {
    padding: 0;
    margin: 0;
    display: inline-block;
    background: none;
}
ul.tag-list li a {
    padding-left: 26px !important;
    margin: 0 2px 6px 0;
    position: relative;
    font-size: 12px !important;
}
ul.tag-list li a:before {
    background: #eeeeee;
    width: 6px;
    height: 6px;
    content: "";
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -3px;
}
ul.tag-list li a:hover {
    text-decoration: none
}
footer ul.tag-list li a {
    background: rgba(0,0,0,0.25) !important
}
footer ul.tag-list li a:before {
    background: #262b2f
}
footer ul.tag-list li a:hover {
    background: #4aa2d1 !important;
    color: #FFF !important;
}

/*-----------------------------------------------------------------------------------*/
/*	17. THUMBNAIL OVERLAY
/*-----------------------------------------------------------------------------------*/
figure {
    display: block;
    overflow: hidden;
    position: relative;
}
.items li figure img {
    display: block;
    width: 100%;
}
figure li a,
figure li a img {
    display: block;
    overflow: hidden;
    position: relative;
}
figure img {
    display: inline;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease-out;
}
figure a:hover img {
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
figure a .text-overlay {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    padding: 50px;
    background: #222;
    background: rgba(38,43,47,0.8);
    transition: all 0.4s;
}
figure a:hover .text-overlay {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
figure a .text-overlay .info {
    text-align: center;
    top: 50%;
    width: 100%;
    left: 0;
    position: absolute;
    margin-top: -12px;
}
figure a .text-overlay .info span {
    padding: 12px 21px;
    font-size: 17px;
    font-weight: bold;
    color: #FFF;
}
.icon-overlay {
    display: block;
    overflow: hidden;
    position: relative;
}
.icon-overlay img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
}
.icon-overlay a .icn-more {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
    z-index: 100;
    background: #222;
    background: rgba(38,43,47,0.8);
    overflow: hidden;
    transition: all 0.4s;
}
.icon-overlay a:hover .icn-more {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.icon-overlay a .icn-more:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    text-align: center;
    content: '\f517';
    line-height: 1;
    color: #FFF;
    top: 50%;
    left: 50%;
    z-index: 2;
    padding: 8px 10px;
    font-size: 16px;
    top: 50%;
    margin: -17px 0 0 -17px;
}
.icon-overlay.icn-enlarge a .icn-more:before {
    content: '\f50d'
}

/*-----------------------------------------------------------------------------------*/
/*	 23. TOOLTIP
/*-----------------------------------------------------------------------------------*/
.tooltip {
    font-size: 14px
}
.tooltip-inner {
    color: #fff;
    background-color: #4aa2d1;
    padding: 5px 12px 5px;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #4aa2d1
}
.tooltip.right .tooltip-arrow {
    border-right-color: #4aa2d1
}
.tooltip.left .tooltip-arrow {
    border-left-color: #4aa2d1
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #4aa2d1
}

/*-----------------------------------------------------------------------------------*/
/*	25. FORMS
/*-----------------------------------------------------------------------------------*/
select {
    -webkit-appearance: none;
    box-shadow: none !important;
    width: 100% !important;
    font-weight: 500;
}
label {
    font-weight: inherit
}
.form-field label {
    width: 100%
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-weight: inherit;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
    color: inherit;
    border: 0;
    background: rgba(0,0,0,0.06);
    resize: none;
    vertical-align: middle;
    box-shadow: none;
    border-radius: 0;
    transition: all 200ms ease-in;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border: 0;
    background: rgba(0,0,0,0.08);
    box-shadow: none;
}
textarea {
    height: 100%;
    padding: 8px 13px;
    margin-bottom: 15px;
    min-height: 200px;
    resize: vertical;
    font-weight: inherit;
}
.comment-form div,
.form-container .form-field {
    position: relative
}
.comment-form div label,
.form-container .form-field i {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 13px;
    line-height: 40px;
    color: #a3a3a3;
    height: 40px;
    background: rgba(0,0,0,0.04);
    font-weight: normal;
}
.comment-form div input,
.form-container .form-field input,
.form-container .form-field select {
    padding-left: 52px
}
.vanilla-form .btn {
    display: block
}
.vanilla-form label.custom-select {
    position: relative;
    display: block;
}
.vanilla-form label.custom-select span {
    position: absolute;
    display: inline-block;
    text-align: center;
    right: -4px;
    top: 0;
    height: 40px;
    width: 40px;
    pointer-events: none;
    padding: 8px 0 0 0;
}
.vanilla-form label.custom-select span::after {
    content: '\e84c';
    font-family: 'fontello';
}
.vanilla-form input.error + i,
.vanilla-form textarea.error + i,
.vanilla-form label.custom-select select.error + i,
.vanilla-form label.custom-select select.error:active + i,
.vanilla-form label.custom-select select.error:focus + i,
.state-error,
.btn.state-error:hover {
    background: #de4747 !important;
    color: #FFF;
}
.vanilla-form .radio-set {
    margin-bottom: 10px
}
.vanilla-form .radio-set label {
    margin-right: 10px
}
.vanilla-form input[type="radio"],
.vanilla-form input[type="checkbox"] {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    margin: 0;
    padding: 0;
    height: 10px;
}
.vanilla-form input[type="radio"] + span,
.vanilla-form input[type="checkbox"] + span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border: 2px solid #cecece;
    text-align: center;
    vertical-align: text-bottom;
    position: relative;
}
.vanilla-form input[type="radio"] + span::after,
.vanilla-form input[type="checkbox"] + span::after {
    content: "";
    display: inline-block;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.vanilla-form input[type="radio"]:focus + span,
.vanilla-form input[type="checkbox"]:focus + span,
.vanilla-form input[type="radio"]:active + span,
.vanilla-form input[type="checkbox"]:active + span {
    border-color: #4aa2d1
}
.vanilla-form input[type="radio"]:checked + span::after,
.vanilla-form input[type="checkbox"]:checked + span::after {
    opacity: 1
}
.vanilla-form input[type="radio"].error + span,
.vanilla-form input[type="checkbox"].error + span {
    border-color: #de4747
}
.vanilla-form input[type="radio"] + span {
    border-radius: 100%
}
.vanilla-form input[type="radio"] + span::after {
    border-radius: 100%;
    background-color: #4aa2d1;
    border-color: #4aa2d1;
}
.vanilla-form input[type="radio"]:checked + span,
.vanilla-form input[type="checkbox"]:checked + span {
    border: 2px solid #4aa2d1
}
.vanilla-form input[type="radio"]:checked + span::after {
    border: 4px solid #ffffff
}
.vanilla-form input[type="checkbox"] + span::after {
    height: 40%;
    width: 70%;
    background-color: transparent;
    border: 0 solid #4aa2d1;
    top: 9px;
    left: 2px;
    -webkit-transform: rotate(-45deg) translate(50%, -75%);
    -moz-transform: rotate(-45deg) translate(50%, -75%);
    -ms-transform: rotate(-45deg) translate(50%, -75%);
    -o-transform: rotate(-45deg) translate(50%, -75%);
    transform: rotate(-45deg) translate(50%, -75%);
}
.vanilla-form input[type="checkbox"]:checked + span::after {
    border-left-width: 0.2em;
    border-bottom-width: 0.2em;
}
.vanilla-form .notification-box {
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.vanilla-form .notification-box.show-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.vanilla-form .notification-box.show-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.searchform {
    position: relative
}
.searchform input {
    -moz-transition: 400ms width ease;
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: width;
    -webkit-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: width;
    -o-transition-timing-function: ease;
    width: 200px;
    margin: 0;
}
.page-title.inverse-wrapper .searchform input {
    background: rgba(0,0,0,0.2);
}
.page-title.inverse-wrapper .searchform input:focus {
    background: rgba(0,0,0,0.3);
}
.searchform input:focus {
    width: 300px
}
.searchform .btn {
    position: absolute;
    top: 0;
    right: -5px;
    height: 40px !important;
    font-weight: 800 !important;
    font-size: 12px !important;
    padding: 0 15px !important;
    margin: 0;
}
::-webkit-input-placeholder {
    color: inherit !important;
    font-weight: 500 !important;
}
:-moz-placeholder {
    color: inherit !important;
    font-weight: 500 !important;
    opacity: 1;
}
::-moz-placeholder {
    color: inherit !important;
    font-weight: 500 !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: inherit !important;
    font-weight: 500 !important;
}

/*-----------------------------------------------------------------------------------*/
/*	29. MODAL
/*-----------------------------------------------------------------------------------*/
#contact-info {
    opacity: 0
}
#contact-info-button,
#btn-close-modal {
    position: fixed;
    display: none \9;
    z-index: 8009;
    color: #f7f7f7;
    bottom: 20px;
    right: 20px;
    text-decoration: none;
    background: rgba(0,0,0,0.6);
    color: #f7f7f7;
    transition: all 200ms ease-in;
    -webkit-backface-visibility: hidden;
    line-height: 1;
    font-size: 16px;
    padding: 12px;
}
#btn-close-modal {
    top: 20px;
    bottom: auto;
    cursor: pointer;
}
#contact-info-button:hover,
#btn-close-modal:hover {
    background: rgba(0,0,0,0.8);
    color: #4aa2d1;
}
.modal-content {
    box-shadow: none;
    border: 0;
    color: inherit;
    background: none;
}

/*-----------------------------------------------------------------------------------*/
/*	31. FANCYBOX
/*-----------------------------------------------------------------------------------*/
#fancybox-thumbs ul li img {
    max-width: none
}
.fancybox-title {
    font: inherit
}
.fancybox-nav {
    position: fixed;
    top: 50%;
    margin-top: -62px;
    width: 45px;
    height: 80px;
}
.fancybox-prev span {
    left: 0px
}
.fancybox-next span {
    right: 0px
}
.fancybox-nav span {
    width: 45px;
    height: 80px;
    visibility: visible;
}
.fancybox-close {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 55px;
    height: 55px;
}
.fancybox-close:before,
.fancybox-prev span:before,
.fancybox-next span:before {
    font-family: 'budicon';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-size: 25px;
    vertical-align: middle;
    line-height: 80px;
}
.fancybox-close:before {
    font-size: 20px;
    line-height: 55px;
}
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background: rgba(0,0,0,0.2);
    color: #f7f7f7;
    text-align: center;
    transition: all 200ms ease-in;
}
.fancybox-close:hover,
.fancybox-prev span:hover,
.fancybox-next span:hover {
    background: rgba(0,0,0,0.3);
    color: #f7f7f7;
}
.fancybox-prev span:before {
    content: '\e00c';
    margin-left: -5px;
}
.fancybox-next span:before {
    content: '\e010';
    margin-right: -5px;
}
.fancybox-close:before {
    content: "\e03d"
}
#fancybox-loading {
    margin-top: -20px;
    margin-left: -20px;
    opacity: 1;
}
#fancybox-loading div {
    height: 40px;
    width: 40px;
    position: relative;
    -webkit-animation: rotation .8s infinite linear;
    -moz-animation: rotation .8s infinite linear;
    -o-animation: rotation .8s infinite linear;
    animation: rotation .8s infinite linear;
    border-left: 3px solid rgba(74,162,209,.15);
    border-right: 3px solid rgba(74,162,209,.15);
    border-bottom: 3px solid rgba(74,162,209,.15);
    border-top: 3px solid rgba(74,162,209,.8);
    border-radius: 100%;
}
.fancybox-overlay {
    background: rgba(30,30,31,0.95)
}
#fancybox-thumbs.bottom {
    bottom: 10px
}
#fancybox-thumbs ul li {
    padding: 5px
}
#fancybox-thumbs ul li.active {
    border: none;
    opacity: 1;
    padding: 5px;
}
#fancybox-thumbs ul li a {
    border: 1px solid rgba(0, 0, 0, 0.3)
}
#fancybox-thumbs ul li a:before {
    pointer-events: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.3);
}
#fancybox-thumbs ul li.active a:before {
    box-shadow: inset 0 0 1px 0 rgba(255,255,255,1)
}
.fancybox-opened .fancybox-skin {
    box-shadow: none
}
.fancybox-skin {
    background: none;
    color: #ececec;
    border-radius: 0;
}
.fancybox-skin h3 {
    color: #ececec
}
.fancybox-title-inside-wrap {
    padding-top: 20px
}
/*-----------------------------------------------------------------------------------*/
/*	32. DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide0 {
    width: 100%;
    height: 0px;
}
.divide2 {
    width: 100%;
    height: 2px;
}
.divide3 {
    width: 100%;
    height: 3px;
}
.divide5 {
    width: 100%;
    height: 5px;
}
.divide10 {
    width: 100%;
    height: 10px;
}
.divide15 {
    width: 100%;
    height: 15px;
}
.divide20 {
    width: 100%;
    height: 20px;
}
.divide25 {
    width: 100%;
    height: 25px;
}
.divide30 {
    width: 100%;
    height: 30px;
}
.divide35 {
    width: 100%;
    height: 35px;
}
.divide40 {
    width: 100%;
    height: 40px;
}
.divide45 {
    width: 100%;
    height: 40px;
}
.divide50 {
    width: 100%;
    height: 50px;
}
.divide55 {
    width: 100%;
    height: 55px;
}
.divide60 {
    width: 100%;
    height: 60px;
}
.divide65 {
    width: 100%;
    height: 65px;
}
.divide70 {
    width: 100%;
    height: 70px;
}
.divide75 {
    width: 100%;
    height: 75px;
}
.divide80 {
    width: 100%;
    height: 80px;
}
.divide85 {
    width: 100%;
    height: 85px;
}
.divide90 {
    width: 100%;
    height: 90px;
}
.divide100 {
    width: 100%;
    height: 100px;
}
.rm0 {
    margin-right: 0px
}
.rm1 {
    margin-right: 1px
}
.rm2 {
    margin-right: 2px
}
.rm5 {
    margin-right: 5px
}
.rm6 {
    margin-right: 6px
}
.rm10 {
    margin-right: 10px
}
.rm15 {
    margin-right: 15px
}
.rm20 {
    margin-right: 20px
}
.rm25 {
    margin-right: 25px
}
.rm30 {
    margin-right: 30px
}
.rm40 {
    margin-right: 40px
}
.rm50 {
    margin-right: 50px
}
.lm0 {
    margin-left: 0px
}
.lm1 {
    margin-left: 1px
}
.lm5 {
    margin-left: 5px
}
.lm7 {
    margin-left: 7px
}
.lm10 {
    margin-left: 10px
}
.lm15 {
    margin-left: 15px
}
.lm20 {
    margin-left: 20px
}
.lm25 {
    margin-left: 25px
}
.lm30 {
    margin-left: 25px
}
.lm40 {
    margin-left: 40px
}
.rp5 {
    padding-right: 5px
}
.rp10 {
    padding-right: 10px
}
.rp15 {
    padding-right: 15px
}
.rp20 {
    padding-right: 20px
}
.rp30 {
    padding-right: 30px
}
.rp50 {
    padding-right: 50px
}
.lp0 {
    padding-left: 0px
}
.lp10 {
    padding-left: 10px
}
.lp20 {
    padding-left: 20px
}
.lp30 {
    padding-left: 30px
}
.tp0 {
    padding-top: 0 !important
}
.tp3 {
    padding-top: 3px
}
.tp5 {
    padding-top: 5px
}
.tp10 {
    padding-top: 10px
}
.tp20 {
    padding-top: 20px
}
.tp25 {
    padding-top: 25px
}
.tp30 {
    padding-top: 30px
}
.tp40 {
    padding-top: 40px
}
.tm4 {
    margin-top: 4px
}
.tm5 {
    margin-top: 5px
}
.tm7 {
    margin-top: 7px
}
.tm10 {
    margin-top: 10px
}
.tm15 {
    margin-top: 15px
}
.tm20 {
    margin-top: 20px
}
.tm40 {
    margin-top: 40px
}
.mbm1 {
    margin-bottom: -1px
}
.bp0 {
    padding-bottom: 0 !important
}
.bp10 {
    padding-bottom: 10px !important
}
.bp20 {
    padding-bottom: 20px !important
}
.bm0 {
    margin-bottom: 0 !important
}
.bm5 {
    margin-bottom: 5px !important
}
.bm6 {
    margin-bottom: 6px !important
}
.bm10 {
    margin-bottom: 10px !important
}
.bm15 {
    margin-bottom: 15px !important
}
.bm20 {
    margin-bottom: 20px !important
}
.bm25 {
    margin-bottom: 25px !important
}
.bm30 {
    margin-bottom: 30px !important
}
.bm50 {
    margin-bottom: 50px !important
}
.bp50 {
    padding-bottom: 50px !important
}
/*-----------------------------------------------------------------------------------*/
/*	33. FONT ICON PAGES
/*-----------------------------------------------------------------------------------*/
.font-icons {
    list-style: none;
    margin: 0;
    padding: 0;
}
.font-icons li {
    display: inline-block;
    font-size: 25px;
    margin-bottom: 10px;
    padding: 0 10px;
}
.alert .close {
    line-height: 28px
}
.retina-icons-code i {
    font-size: 18px
}
.retina-icons-code tr td:first-child,
.retina-icons-code tr th:first-child {
    text-align: center
}
.retina-icons-code code {
    background: none;
    white-space: normal;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background: none !important
}
.table-bordered {
    border-bottom: 1px solid rgba(0,0,0,0.2) !important;
    border-left: none;
    background: none;
}
.table-bordered th,
.table-bordered td {
    border-bottom: 1px solid rgba(0,0,0,0.2) !important
}
.retina-icons-code td {
    vertical-align: middle !important;
    padding: 20px 10px !important;
}
.retina-icons-code th {
    padding: 20px 10px !important
}
.retina-icons-code .table th,
.retina-icons-code .table td {
    border-bottom: 1px solid rgba(0,0,0,0.2) !important
}
.retina-icons-code .table-bordered>thead>tr>th,
.retina-icons-code .table-bordered>tbody>tr>th,
.retina-icons-code .table-bordered>tfoot>tr>th,
.retina-icons-code .table-bordered>thead>tr>td,
.retina-icons-code .table-bordered>tbody>tr>td,
.retina-icons-code .table-bordered>tfoot>tr>td {
    border: 1px solid rgba(0,0,0,0.2) !important
}
.retina-icons-code code {
    color: inherit
}
.budicons-list .font-icons li {
    font-size: 40px;
    margin-bottom: 40px;
    padding: 0 20px;
}
.budicons-list .retina-icons-code i {
    font-size: 30px;
    line-height: 1;
    margin-top: 5px;
    display: block;
}
.flats {
    margin-bottom: -50px
}
.flats .col-sm-2 {
    height: 160px
}
/*-----------------------------------------------------------------------------------*/
/*	34. RESPONSIVE
/*-----------------------------------------------------------------------------------*/
@media (max-width: 1680px) { 
	.fullscreen-portfolio .isotope .item,
	.fullscreen-portfolio .isotope .grid-sizer {
	    width: 25%
	}
}
@media (min-width: 1200px) { 
	.col-lg-height {
	    display: table-cell;
	    float: none !important;
	}
	.masonry-portfolio .item {
	    width: 25%
	}
	.masonry-portfolio .width2 {
	    width: 50%
	}
	.owl-carousel:hover .owl-nav .owl-prev,
	.owl-carousel:hover .owl-nav .owl-next {
	    opacity: 1
	}
}
@media (min-width: 992px) and (max-width: 1199px) { 
	.masonry-portfolio .item {
	    width: 25%;
	    height: auto;
	}
	.masonry-portfolio .item.width2 {
	    width: 50%
	}
	.masonry-portfolio .item.height2 {
	    height: auto
	}
	.fullscreen-portfolio .isotope .item,
	.fullscreen-portfolio .isotope .grid-sizer {
	    width: 33.3339%
	}
}
@media (min-width: 992px) { 
	.col-md-height {
	    display: table-cell;
	    float: none !important;
	}
	footer .newsletter-wrapper,
	footer .newsletter-wrapper .newsletter-form input[type="email"] {
	    max-width: 300px;
	    margin: 0;
	}
	.caret {
	    display: none
	}
	.dropdown-submenu .caret {
		display: inline-block;
	}
	.navbar.centered.light .navbar-collapse {
		background: #f3f3f3;
		border-top: 1px solid #e1e1e1 !important;
	}	
	.navbar.centered .navbar-header {
		width: 100%;
	}
	.navbar.centered .navbar-brand,
	.navbar.centered .navbar-header,
	.navbar.centered .navbar-collapse {
		float: none !important;
	}
	.navbar.centered .navbar-nav > li {
	    margin: 0;
	}
	.navbar.centered .navbar-nav > li:first-child > a {
	    border-left: 1px solid rgba(255,255,255,0.07);
	}
	.navbar.centered .navbar-nav > li > a {
	    padding: 20px 25px;
	    border-right: 1px solid rgba(255,255,255,0.07);
	}
	.navbar.centered.light .navbar-nav > li:first-child > a,
	.navbar.centered.light .navbar-nav > li > a {
	    border-color: #e1e1e1;
	}
	.navbar.fixed:not(.centered) .navbar-nav > li > a {
	    padding: 24px 0
	}
	.navbar.fixed.centered .navbar-header {
		display: none;
	}
	.navbar:not(.centered) .nav.navbar-nav > li:last-of-type > ul {
	    left: auto;
	    right: 0;
	}
	.nav.navbar-nav > li > ul ul.pull-left,
	.navbar:not(.centered) .nav.navbar-nav> li:last-of-type > ul ul {
	    left: auto;
	    right: 100%;
	    margin-top: -1px;
	    margin-right: -1px;
	    border-right: 1px solid rgba(255,255,255,0.07) !important;
	}
	.nav.navbar-nav > li > ul ul.pull-left li,
	.navbar:not(.centered) .nav.navbar-nav> li:last-of-type > ul ul li {
	    border-left: none !important;
	}
	.navbar .dropdown-submenu > a:after {
	    display: none
	}
	.navbar .dropdown-submenu > .dropdown-menu:before {
	    display: none
	}
	.navbar .dropdown-submenu > .dropdown-menu {
	    margin-top: 0;
	    padding-top: 0;
	}
	.dropdown-submenu {
	    position: relative
	}
	.dropdown-submenu>.dropdown-menu {
	    top: 0;
	    left: 100%;
	    margin-left: 0;
	    margin-top: -1px !important; 
	}
	.dropdown-submenu>.dropdown-menu li {
	    border-left: 1px solid rgba(255,255,255,0.07) !important
	}
	.dropdown-submenu:hover>.dropdown-menu {
	    display: block
	}
	.dropdown-submenu>a:after {
	    display: block;
	    content: " ";
	    float: right;
	    width: 0;
	    height: 0;
	    margin-top: 5px;
	    margin-right: -10px;
	}
	.dropdown-submenu:hover>a:after {

	}
	.dropdown-submenu.pull-left {
	    float: none
	}
	.dropdown-submenu.pull-left>.dropdown-menu {
	    left: -100%;
	    margin-left: 10px;
	}
	.open > .dropdown-menu,
	.open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
	    animation-name: slidenavAnimation;
	    animation-duration: .3s;
	    animation-iteration-count: 1;
	    animation-timing-function: ease;
	    animation-fill-mode: forwards;
	    -webkit-animation-name: slidenavAnimation;
	    -webkit-animation-duration: .3s;
	    -webkit-animation-iteration-count: 1;
	    -webkit-animation-timing-function: ease;
	    -webkit-animation-fill-mode: forwards;
	    -moz-animation-name: slidenavAnimation;
	    -moz-animation-duration: .3s;
	    -moz-animation-iteration-count: 1;
	    -moz-animation-timing-function: ease;
	    -moz-animation-fill-mode: forwards;
	}
	@keyframes slidenavAnimation {
	    from {
	        opacity: 0
	    }
	    to {
	        opacity: 1
	    }
	}
	@-webkit-keyframes slidenavAnimation {
	    from {
	        opacity: 0
	    }
	    to {
	        opacity: 1
	    }
	}
	.navbar .top-bar {
		display: block;
	}
	.navbar.light .navbar-nav > li > a {
	    color: #404040 !important;
	}
	.navbar.centered .navbar-collapse .navbar-nav {
	    text-align: center;
	    float: none;
	    padding: 0;
	    font-size: 0;
	}
	.navbar.centered .navbar-collapse .navbar-nav > li {
	    float: none;
	    display: inline-block;
	    text-align: left;
	}
	.navbar .nav > li.menu-icon > a:hover {
		color: #FFF !important;
	}
	.navbar.light li.menu-icon:hover a {
		color: #404040 !important;
	}
	.navbar li.menu-icon a {
		transition: none;
	}
	.navbar li.menu-icon i {
		transition: all 200ms ease-in;
	}
}
@media (max-width: 991px) { 
	body:not(.onepage) .navbar.default,
	body:not(.onepage) .navbar.fixed {
	    position: relative
	}
	body:not(.onepage) .navbar:not(.centered) {
	    background: #1f2124 !important
	}
	body:not(.onepage) .navbar.light {
		background: rgba(255,255,255,1) !important;
	}
	body:not(.onepage) .offset {
	    display: none
	}
	.navbar-brand {
	    position: relative;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	    margin: 0;
	}
	.btn.responsive-menu {
	    display: block
	}
	.navbar li.menu-icon span {
		display: block;
	}
	.navbar li.menu-icon i {
		display: none;
	}
	.navbar .nav,
	.navbar .dropup,
	.navbar .dropdown,
	.navbar .collapse {
	    position: relative
	}
	.navbar .dropdown-menu {
	    position: relative;
	    left: inherit;
	    top: inherit;
	    float: none;
	    width: 100% !important;
	    background: none;
	    padding: 0;
	}
	.yamm .yamm-content {
	    padding: 12px 0;
	    font-size: 13px;
	}
	.navbar .dropdown-menu:not(.yamm-dropdown-menu) li {
	    border: none !important
	}
	.navbar-nav > li > a,
	.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a {
	    border-top: 1px solid rgba(255,255,255,0.07)
	}
	.navbar-nav > li:first-child > a {
	    border-top: none
	}
	.navbar .nav .open > a,
	.navbar .nav .open > a:hover,
	.navbar .nav .open > a:focus {
	    background: none;
	    border-color: rgba(255,255,255,0.07);
	}
	.navbar-nav > li > a,
	.navbar .dropdown-menu li a,
	.navbar .dropdown-menu li a:hover,
	.navbar .dropdown-menu li a.active {
	    padding: 12px 0 !important
	}
	.navbar-nav .open .dropdown-menu > li > a {
	    line-height: 1
	}
	.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar .navbar-nav .open .dropdown-menu > li > a:focus {
	    color: #4aa2d1 !important
	}
	.navbar .dropdown-menu {
	    padding-left: 20px
	}
	.navbar-nav > li {
	    border: none;
	    margin: 0 !important;
	}
	.navbar .btn.responsive-menu {
	    margin: 32px 0;
	    float: right;
	}
	.navbar.fixed .btn.responsive-menu {
	    margin: 15px 0 16px
	}
	.navbar-header {
	    float: left;
	    width: 100%;
	}
	.navbar-header:after {
	    content: '';
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
	.navbar .container {
	    width: 100%;
	    padding: 0;
	}
	.navbar .navbar-collapse {
	    width: 100%;
	    float: none !important;
	    margin: 0;
	    border: 0 !important;
	    max-height: none;
	    text-align: left;
	    overflow: hidden;
	    background: rgba(31,33,36,1);
	}
	.navbar .navbar-nav {
	    width: 720px;
	    margin: 20px auto 0;
	    padding: 0;
	}
	.navbar .basic-wrapper {
	    width: 720px;
	    margin: 0 auto;
	    display: block;
	    text-align: center;
	}
	.thin {
	    width: 100%
	}
	.process .process-item {
	    border: 0 !important
	}
	.process .content {
	    padding: 0 0 0 80px
	}
	.process .content .icon {
	    left: 0
	}
	.process [class*="col-"] {
	    margin-top: 50px
	}
	.testimonials [class*="col-"] {
	    margin-top: 50px
	}
	.testimonials .divide30 {
	    display: none
	}
	.testimonials2 {
	    margin-top: -130px
	}
	.testimonials2 [class*="col-"] {
	    margin-top: 130px
	}
	[class*="col-sm-"].tm30 {
	    margin-top: 30px
	}
}
@media (max-width: 969px) { 
	.yamm .dropdown.yamm-fullwidth .dropdown-menu {
	    width: 100%
	}
}
@media (min-width: 768px) and (max-width: 991px) { 
	.container {
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.steps {
	    margin-top: -30px;
	    overflow: hidden;
	}
	.steps .steps-item {
	    margin-top: 30px
	}
	.isotope .post-grid {
	    width: 50%
	}
	.portfolio-grid.col3 .item {
	    width: 50%
	}
	.portfolio-grid.col4 .item {
	    width: 33.3339%
	}
	.masonry-portfolio .item {
	    width: 50%;
	    height: auto;
	}
	.masonry-portfolio .item.width2 {
	    width: 50%
	}
	.masonry-portfolio .item.height2 {
	    height: auto
	}
}
@media (min-width: 768px) { 
	.col-sm-height {
	    display: table-cell;
	    float: none !important;
	}
	.yamm .yamm-content [class*="col-"] {
		border-left: 1px solid rgba(255,255,255,0.07);
		padding-left: 25px;
	}
	.yamm .yamm-content [class*="col-"]:first-child {
		border-left: 0;
		padding-left: 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) { 
	.fullscreen-portfolio .isotope .item,
	.fullscreen-portfolio .isotope .grid-sizer {
	    width: 33.3339%
	}
}
@media (max-width: 767px) { 
	.fullscreen-portfolio .isotope .item,
	.fullscreen-portfolio .isotope .grid-sizer {
	    width: 100%
	}
	.container {
	    padding-right: 20px;
	    padding-left: 20px;
	}
	.navbar .container {
	    padding-right: 0px;
	    padding-left: 0px;
	}
	.navbar .navbar-nav {
	    width: 100%;
	    margin: 20px auto 0;
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.navbar .basic-wrapper {
	    width: 100%;
	    padding-left: 20px;
	    padding-right: 20px;
	    margin: 0 auto;
	    display: block;
	}
	.navbar .navbar-nav > li {
	    margin-left: 0
	}
	[class*="col-"] {
	    margin-bottom: 30px
	}
	.vanilla-form [class*="col-"] {
	    margin-bottom: 0
	}
	.row-no-padding [class*="col-"] {
	    margin-bottom: 0
	}
	.isotope .post-grid {
	    width: 100%
	}
	.portfolio-grid.col3 .item {
	    width: 100%
	}
	.portfolio-grid.col4 .item {
	    width: 100%
	}
	.isotope-filter.box {
	    margin: 0 !important;
	    padding: 0 !important;
	    background: none !important;
	    box-shadow: none !important;
	}
	.isotope-filter.box:hover {
	    box-shadow: none !important
	}
	.isotope-filter ul li a {
	    margin-bottom: 15px;
	    padding: 15px 20px;
	    background: #FFF;
	    margin-right: 10px;
	    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
	}
	.isotope-filter ul li a:hover,
	.isotope-filter ul li a.is-checked {
	    box-shadow: 0 2px 0 #4aa2d1 !important
	}
	.isotope-filter ul li:after {
	    display: none
	}
	.masonry-portfolio .item {
	    width: 100%;
	    height: auto;
	}
	.masonry-portfolio .item.width2 {
	    width: 100%
	}
	.masonry-portfolio .item.height2 {
	    height: auto
	}
	.page-title h1 {
	    float: none !important
	}
	.page-title .post-navigation,
	.page-title .searchform {
	    float: none !important;
	    margin-top: 20px;
	}
	.page-title .searchform,
	.page-title .searchform input,
	.page-title .searchform input:focus {
	    width: 250px
	}
	.classic-view.no-sidebar {
	    width: 100%
	}
	#comments .user {
	    display: none
	}
	#comments ol.commentlist li {
	    padding: 0
	}
	#comments .message:before {
	    display: none
	}
	#comments ul.children {
	    padding: 0 0 0 20px
	}
	footer .newsletter-wrapper,
	footer .newsletter-wrapper .newsletter-form input[type="email"] {
	    max-width: 250px;
	    margin: 0;
	}
	.newsletter-wrapper,
	.newsletter-form input.email,
	.newsletter-wrapper .newsletter-form input[type="email"] {
	    width: 100% !important;
	    max-width: 100%;
	}
	.sub-footer .pull-left,
	.sub-footer .pull-right {
	    float: none !important
	}
	.sub-footer p.pull-left {
	    margin: 0
	}
	footer .social.pull-right {
	    margin-top: 10px
	}
	footer .social.pull-right li {
	    margin: 0 5px 0 0
	}
	.revolution .btn {
		margin: 0;
	    font-size: 10px;
	    padding: 6px 15px 5px;
	}
	.parallax .fixed-width {
		margin: 0 0 10px 0 !important;
	}
	.box.jumbo {
		padding: 30px;
		margin: 20px 0 20px;
	}
}
@media only screen and (max-width: 479px) { 
	.testimonials .quote {
	    padding: 0;
	}
	.testimonials .quote.right {
	    padding: 0;
	}
	.testimonials .quote .icon {
	    position: relative;
	}
	.quote .author {
	    margin: 10px 0 0 0
	}
	.testimonials .quote .box {
	    margin: 10px;
	}
	.testimonials .quote .box:before {
	    display: none;
	}
}