/*-------------------------------------------------------------------------------------
Theme Name:	Hygge
Theme URI: 	http://themes.iki-bir.com/hygge
Version:	1.0.4
Author:		elemis
-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
[TABLE OF CONTENTS]

	00. RESET
	01. GENERAL
	02. BUTTON
	03. NAVBAR
	04. STICKY NAVBAR
	05. REVOLUTION SLIDER
	06. OWL CAROUSEL
	07. CUBE PORTFOLIO
	08. PORTFOLIO POSTS
	09. PARALLAX
	10. VIDEO PARALLAX
	11. TIMELINE
	12. BLOG
	13. WIDGETS
	14. THUMBNAIL OVERLAY
	15. ANIMATED TEXT
	16. PROGRESS BAR
	17. CIRCLE
	18. CIRCLE PROGRESS
	19. SERVICES
	20. FEATURES
	21. FACTS
	22. TABS
	23. ACCORDION / TOGGLE
	24. PRICING & TABLES
	25. TOOLTIP
	26. TESTIMONIALS
	27. COMMENTS
	28. MAILCHIMP / NEWSLETTER
	29. FORMS
	30. SOCIAL ICONS
	31. FANCYBOX
	32. FONT ICON PAGES
	33. DIVIDERS
	34. RESPONSIVE

	font-family: 'Campton Light DEMO', sans-serif;
	font-family: 'Montserrat', sans-serif;
	text: #757575
	hover: #45be84
	headings: #434343

-------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	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: #c2e6d5; /* Safari */
    color: #2f2f2f;
}
::-moz-selection {
    background: #c2e6d5; /* 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: #f9f9f9;
    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(69,190,132,.15);
    border-right: 3px solid rgba(69,190,132,.15);
    border-bottom: 3px solid rgba(69,190,132,.15);
    border-top: 3px solid rgba(69,190,132,.8);
    border-radius: 100%;
}
.icon img {
    width: 100%;
    height: 100%;
}
/*-----------------------------------------------------------------------------------*/
/*	01. GENERAL
/*-----------------------------------------------------------------------------------*/
body {
    overflow-x: hidden;
    font-size: 16px;
    /*font-weight: 400;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #000000;
    /*font-family: "Campton Light DEMO","Open Sans", sans-serif;*/
    font-family: "Campton","Open Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    /*background: #f9f9f9;*/
    background: #FFFFFF;
}
.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: #45be84;
    transition: all 150ms ease-in;
}
a:hover,
a:focus {
    color: #45be84;
    text-decoration: none;
}
/* Underline */
.link-effect {
    position: relative
}
.link-effect:hover {
    color: #45be84
}
.link-effect:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    background-color: #45be84;
    content: "";
    transition: all 0.3s ease-out;
}
.link-effect:hover:after {
    width: 100%
}
h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Campton Light DEMO', sans-serif;*/
    font-family: 'Campton Book','Open Sans', sans-serif;
    font-weight: bold;
    font-style: normal;
    margin-top: 0;
    color: #434343;
    margin-bottom: 10px;
    /*font-weight: 700;*/
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}
h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
}
h3 {
    font-size: 16px;
    line-height: 22px;
}
h4 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 7px;
}
h1.post-title {
    font-size: 18px
}
.blog h1.post-title,
h2.post-title {
    font-size: 16px
}
h4.post-title {
    margin-bottom: 3px
}
.post-title a {
    color: #434343
}
.post-title a:hover {
    color: #45be84
}
.section-title.text-center {
    padding-bottom: 40px;
    overflow: hidden;
}
.section-title.text-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.section-title .lead {
    margin: 0
}
.section-title h3 {
    font-size: 18px;
    line-height: 24px;
}
.section-title .icon img {
    margin-bottom: 20px;
    width: 36px;
    height: 36px;
}
.section-title.text-center:after {
    font-family: 'elemis-diamond';
    content: "\e990";
    display: block;
    color: #45be84;
    font-size: 14px;
    margin-top: 10px;
    font-weight: normal;
    opacity: 0.3;
}
.headline {
    padding-bottom: 30px;
    overflow: hidden;
}
.headline .lead {
    margin: 0;
    font-size: 22px;
}
.headline h2 {
    font-size: 28px;
    line-height: 34px;
    margin-top: 20px;
    padding-top: 10px;
}
.lead {
    font-weight: 400;
    font-size: 19px;
    letter-spacing: 0.3px;
    color: #999;
}
.inner {
    padding-top: 90px;
    padding-bottom: 90px;
}
.inner2 {
    padding-top: 60px;
    padding-bottom: 60px;
}
footer .inner {
    padding-top: 60px;
    padding-bottom: 50px;
}
.meta,
.meta a,
.more {
    color: #45be84;
    font-size: 13px;
}
.meta {
    display: block;
    margin-bottom: 10px;
}
.meta span:before {
    content: "/";
    padding: 0 10px;
    color: #b5b5b5;
}
.meta span:first-child:before {
    display: none
}
.meta.tags a:before {
    content: "#";
    display: inline;
}
.thin {
    width: 85%;
    margin: 0 auto;
}
.thin2 {
    width: 75%;
    margin: 0 auto;
}
.thin3 {
    width: 75%;
    margin: 0 auto;
}
.white-wrapper {
    background: #FFF;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.color-wrapper {
    background: rgba(69,190,132,0.8);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.light-wrapper {
	background: #f9f9f9;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}
.light-wrapper-btborder {
	background: #f9f9f9;
    /*border-bottom: 1px solid rgba(0,0,0,0.1)*/
}
.inverse-wrapper {
    background: #2c2c2c url(style/images/art/inverse-bg.jpg) repeat;
    color: #cdcdcd;
    position: relative;
}
.inverse-wrapper .lead {
    color: #d5d5d5
}
.inverse-wrapper h1,
.inverse-wrapper h2,
.inverse-wrapper h3,
.inverse-wrapper h4,
.inverse-wrapper h5,
.inverse-wrapper h6 {
    color: #fff
}
.inverse-wrapper .section-title.text-center:after {
    color: inherit
}
.blue {
    color: rgba(106,186,222,1)
}
.red {
    color: rgba(224,103,106,1)
}
.green {
    color: rgba(69,190,132,1)
}
.yellow {
    color: rgba(241,189,105,1)
}
.blue-bg {
    background: rgba(106,186,222,1)
}
.red-bg {
    background: rgba(224,103,106,1)
}
.green-bg {
    background: rgba(69,190,132,1)
}
.yellow-bg {
    background: rgba(241,189,105,1)
}
hr {
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-top: 110px;
    margin-bottom: 110px;
    box-shadow: none;
}
.classic-view hr {
    padding-top: 50px;
    margin-bottom: 90px;
}
footer hr {
    padding-top: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
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: #45be84;
    font-size: 11px;
}
.row-no-padding {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.row-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.clients img {
    opacity: 0.8;
    transition: all 150ms ease-in;
}
.clients img:hover {
    opacity: 1
}
.col-image {
    padding: 0px;
    position: relative;
}
.col-image .bg-wrapper {
    overflow: hidden;
    position: absolute;
    height: 100%;
    padding: 0px;
    top: 0px;
}
.col-image .inner-col {
    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;
}
#map {
    width: 100%;
    position: relative;
    top: 0;
    z-index: 1;
}
.map-wrapper {
    position: relative
}
.map-wrapper .text {
    position: absolute;
    top: 100px;
    right: 150px;
    z-index: 2;
    width: 400px;
    height: 260px;
    padding: 30px;
    background: #FFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-info li {
    display: inline-block;
    margin: 0 10px;
}
.contact-info i {
    margin-right: 7px;
    color: #45be84;
}
.contact-info a {
    color: inherit
}
.contact-info a:hover {
    color: #45be84
}
footer .post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .post-list li {
    margin-top: 19px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
}
footer .post-list li:first-child {
    border-top: none;
    margin: 0;
    padding: 0;
}
footer .post-list li h6 {
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    font: inherit;
    margin: 0;
}
footer .meta {
    color: #838383
}
footer a {
    color: #cdcdcd
}
footer .date:before {
    font-family: 'fontello';
    padding-left: 1px;
    padding-right: 5px;
    content: "\f554";
    font-size: 12px;
}
.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-menu li {
    /*display: inline;*/
    display: inline-table;
    padding-left: 10px;
    /*font-family: "Campton Light DEMO","Open Sans", sans-serif;*/
    font-family: "Campton","Open Sans", sans-serif;
    font-size: 11px;
    /*font-weight: 700;*/
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
}
.footer-menu li:before {
    display: inline-block;
    content: "|";
    padding-right: 12px;
}
.footer-menu li:first-child:before {
    display: none
}
footer .copyright {
    margin: 0;
    font-size:13px;
    margin-top: 18px;
}
footer .contact-info i,
footer ul.circled li:before {
    color: inherit
}
.alert-success {
    border-color: #c0d6ae
}
.alert-info {
    border-color: #a3d5df
}
.alert-warning {
    border-color: #eddebf
}
.alert-danger {
    border-color: #ddb8be
}
.dropcap {
    font-weight: 800;
    display: block;
    float: left;
    font-size: 49px;
    padding: 0;
    margin: 0;
    margin: 12px 8px 0 0;
    text-transform: uppercase;
}
.box {
    background: #FFF;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 30px;
}
.cbp .box {
    padding: 23px 20px 10px 20px;
    margin-bottom: 1px;
}
.box figure.main {
    margin: 20px -30px
}
.box .main {
    margin: -30px -30px 30px -30px !important
}
.classic-view .main {
    margin-bottom: 30px !important
}
.classic-view .gallery-wrapper {
    margin-bottom: 20px
}
.carousel-boxed .owl-item .box {
    border-top: 0;
    padding: 23px 20px 10px 20px;
}
.carousel-boxed.blog .owl-item .box {
    padding: 30px;
}
/*-----------------------------------------------------------------------------------*/
/*	02. BUTTON
/*-----------------------------------------------------------------------------------*/
.btn,
.vanilla-form label.custom-select span {
    color: #FFF !important;
    background: #45be84;
    border: 0;
    margin-bottom: 10px;
    margin-right: 4px;
    font-size: 12px;
    padding: 11px 20px 10px 20px;
    letter-spacing: 0.5px;
    font-weight: 700;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 150ms ease-in;
    box-shadow: none;
    border-radius: 4px;
    display: inline-block;
    /*font-family: "Campton Light DEMO","Open Sans", sans-serif;*/
    font-family: "Campton","Open Sans", sans-serif;
}
.navigation .btn {
    margin-bottom: 0
}
.btn.btn-square {
    padding: 8px 11px 7px !important
}
.btn.btn-large {
    padding: 13px 23px 13px 23px
}
.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: 3px
}
.text-center .btn {
    margin: 0 4px
}
.btn-border {
    background: none !important;
    border: 2px solid #fff;
    color: #fff !important;
    padding: 9px 20px 8px 20px;
}
.btn.btn-border.btn-large {
    padding: 11px 23px 11px 23px
}
.btn-border.dark {
    border: 2px solid #7b7b7b;
    color: #5f5f5f !important;
}
.btn.btn-blue {
    background: #6abade
}
.btn.btn-green {
    background: #45be84
}
.btn.btn-red {
    background: #e0676a
}
.btn.btn-yellow {
    background: #f1bd69
}
.btn.btn-navy {
    background: #43525b
}
.btn.btn-purple {
    background: #6a7dde
}
.btn.btn-pink {
    background: #df739b
}
.btn.btn-lime {
    background: #bbd555
}
.btn.btn-brown {
    background: #99724f
}
.btn.btn-orange {
    background: #e18254
}
.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: #3ca975;
    transition: all 150ms ease-in;
    box-shadow: none;
    border-color: transparent;
}
.btn-border:hover,
.btn-border:focus,
.btn-border:active,
.btn-border.active {
    color: #434343 !important;
    border-color: #fff !important;
    background: #fff !important;
}
.btn-border.dark:hover,
.btn-border.dark:focus,
.btn-border.dark:active,
.btn-border.dark.active {
    background: #7b7b7b !important;
    border-color: #7b7b7b !important;
    color: #FFF !important;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
    background: #549fc1 !important
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
    background: #3ca975 !important
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
    background: #cb585b !important
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active {
    background: #e2aa4f !important
}
.btn-navy:hover,
.btn-navy:focus,
.btn-navy:active,
.btn-navy.active {
    background: #324049 !important
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active {
    background: #5e6fc7 !important
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active {
    background: #cc668d !important
}
.btn-lime:hover,
.btn-lime:focus,
.btn-lime:active,
.btn-lime.active {
    background: #adc64b !important
}
.btn-brown:hover,
.btn-brown:focus,
.btn-brown:active,
.btn-brown.active {
    background: #8a6749 !important
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
    background: #d86e3a !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
}
/*-----------------------------------------------------------------------------------*/
/*	03. NAVBAR
/*-----------------------------------------------------------------------------------*/
.navbar {
    z-index: 9998;
    border: 0;
    border-radius: 0;
    min-height: inherit;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    /*font-family: "Campton Light DEMO","Open Sans", sans-serif;*/
    font-family: "Campton","Open Sans", sans-serif;
    background: none;
}
.container>.navbar-header {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.navbar .navbar-brand {
    padding: 0;
    float: none;
    height: auto;
    transition: all 150ms ease-in;
    position: relative;
    box-shadow: none;
    float: left;
    /*margin: 28px 0 28px 0px !important;*/
    margin: 8px 0 8px 0px !important;
}
.navbar .navbar-brand a {
    transition: none
}
.navbar .navbar-brand img.logo-light {
    display: block
}
.navbar .navbar-brand img.logo-dark {
    display: none
}
.navbar .navbar-collapse {
    padding-right: 25px;
    padding-left: 0;
    float: right;
}
.navbar .navbar-nav > li {
    /*margin: 25px 0 25px 40px*/
    /*margin: 25px 0 25px 10px;*/
    margin: 25px 0 25px 20px;
}
.navbar .navbar-nav > li > a {
    padding: 10px 0px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    transition: all 150ms ease-in;
    text-transform: uppercase;
    line-height: 1;
    color: #b5b5b5 !important;
    position: relative;
}
.navbar .navbar-nav > li > a:focus,
.navbar .nav > li > a:hover,
.navbar .nav > li.current > a {
    background: none;
    color: #FFF !important;
}
.navbar .nav > li.current > a {
    box-shadow: 0 2px 0 #45be84
}
.navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 150px;
    border: none;
    background: none;
    border-radius: 0;
    box-shadow: none;
    border-top: 2px solid #45be84 !important;
}
.navbar .dropdown-menu li {
    background: #272727;
    border: none;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.navbar .dropdown-menu li:first-child {
    border: none
}
.navbar .dropdown-menu li a {
    background: none;
    border: none;
    color: #c3c3c3;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 14px 20px 13px;
    line-height: 1;
}
.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a.active {
    padding: 14px 20px 13px;
    filter: none;
    line-height: 1;
}
.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a.active,
.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a:focus,
.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:focus,
.navbar .dropdown-submenu:hover > a,
.navbar .dropdown-submenu:focus > a,
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
    background: none;
    color: #FFF;
}
.navbar .nav > li > .dropdown-menu:after {
    display: none
}
.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:focus,
.navbar .dropdown-submenu:hover > a,
.navbar .dropdown-submenu:focus > a,
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)
}
.caret {
    border-top: 4px solid
}
.navbar .top-bar {
	display: none;
}
.navbar .top-bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	/*font-family: "Campton Light DEMO","Open Sans", sans-serif;*/
	font-family: "Campton","Open Sans", sans-serif;
}
.navbar .top-bar ul li {
	display: inline-block;
	padding: 10px 15px 0 0;
	margin: 0;
}
.navbar .top-bar ul li i {
	padding-right: 3px;
}
.navbar.light .top-bar,
.navbar.light .top-bar ul,
.navbar.light .top-bar ul li {
	border-color: #e1e1e1;
}
.navbar .top-bar ul.social li {
	padding: 0;
}
.navbar .top-bar ul.social li a {
	padding: 9px 5px;
}
.navbar .top-bar a {
	color: inherit;
}
.navbar .top-bar a:hover {
	color: #45be84;
}
.navbar .top-bar a:hover{
  color:#ffffff !important;
}
/* Responsive Menu Button */
.btn.responsive-menu {
    padding: 0;
    margin: 0;
    display: none;
    text-align: center;
    font-size: 22px;
    background: none;
}
.btn.responsive-menu:hover,
.btn.responsive-menu:focus,
.btn.responsive-menu:active,
.btn.responsive-menu.active {
	background: none !important
}
.btn.responsive-menu i {
    margin: 0
}
.btn.responsive-menu i:before {
    content: '\f0c9';
    font-family: 'fontello';
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    margin-right: 0;
    text-align: center;
}
.btn.responsive-menu.opn i:before {
    content: '\e819'
}
/*-----------------------------------------------------------------------------------*/
/*	04. STICKY NAVBAR
/*-----------------------------------------------------------------------------------*/
.offset {
    display: block
}
.offset {
    padding-top: 81px
}
.navbar.default {
    width: 100%;
    position: absolute;
}
.navbar.solid {
    background: #FFF !important;
    /*border-bottom: 1px solid rgba(0,0,0,0.1);*/
}
.navbar.fixed {
    position: fixed;
    padding: 0;
    margin: 0;
    width: 100%;
    background: #FFF !important;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.navbar.fixed .navbar-brand {
    padding: 0;
    margin: 25px 0 !important;
}
.navbar.solid .navbar-nav > li > a,
.navbar.fixed .navbar-nav > li > a {
    color: #434343 !important
}
.navbar.solid .navbar-brand img.logo-light {
    display: none
}
.navbar.solid .navbar-brand img.logo-dark {
    /*display: block*/
    display: inline;
}
.navbar.fixed  .navbar-nav > li {
    margin: 20px 0 20px 40px
}
.navbar.fixed .navbar-nav > li > a:focus,
.navbar.fixed .nav > li > a:hover,
.navbar.fixed .nav > li.current > a,
.navbar.solid .nav > li > a:hover {
    color: #45be84 !important
}
.navbar.fixed .navbar-brand img.logo-light {
    display: none
}
.navbar.fixed .navbar-brand img.logo-dark {
    display: block
}
.navbar.fixed .nav > li.current > a {
    box-shadow: none
}
.navbar.fixed .top-bar {
	display: none;
}
.navbar.fixed .btn.responsive-menu,
.navbar.solid .btn.responsive-menu {
    color: #434343 !important
}
/*-----------------------------------------------------------------------------------*/
/*	05. REVOLUTION SLIDER
/*-----------------------------------------------------------------------------------*/
.tp-fullwidth-container,
.tp-fullscreen-container,
.tp-banner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    height: 370px;
}
.revolution {
    z-index: 998
}
.revolution.tp-banner-container {
	z-index: 996;
}
.revolution btn {
    font-size: 13px
}
.revolution ul {
    display: none;
    margin: 0;
    list-style: none;
}
.revolution .tp-caption {
    color: #efefef
}
.revolution .tp-caption.large {
    font-size: 50px;
    line-height: 60px;
    /*font-family: "Campton Light DEMO","Open Sans", sans-serif;*/
    font-family: "Campton","Open Sans", sans-serif;
    /*font-weight: 700;*/
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.revolution .tp-caption.medium {
    font-size: 27px;
    font-style: italic;
}
.tp-leftarrow.default,
.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    top: 50% !important;
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    color: #f7f7f7;
    padding: 0;
    width: 45px;
    height: 80px;
    line-height: 75px;
    text-align: center;
    font-size: 30px;
    background: rgba(0,0,0,0.2);
}
.tp-leftarrow.default {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.tp-rightarrow.default {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.tparrows:before {
    font-family: 'budicon';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    vertical-align: middle;
}
.tp-leftarrow.default:before {
    content: '\e046';
    left: 0;
    margin-left: -6px;
}
.tp-rightarrow.default:before {
    content: '\e044';
    margin-right: -6px;
}
.tparrows:hover {
    background: rgba(0,0,0,0.4)
}
.tp-bullets {
    bottom: 30px !important
}
.tp-bullets.simplebullets.round .bullet {
    margin-left: 5px;
    border-radius: 10px;
    width: 14px;
    height: 14px;
    transition: all 150ms ease-in;
    background: rgba(0,0,0,0.3);
    border-color: white;
    border: white 2px solid;
}
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
    background: rgba(0,0,0,0.5)
}
.tp-bullets.hidebullets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.tp-loader.spinner0 {
    background: none !important;
    height: 40px;
    width: 40px;
    -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(69,190,132,.15);
    border-right: 3px solid rgba(69,190,132,.15);
    border-bottom: 3px solid rgba(69,190,132,.15);
    border-top: 3px solid rgba(69,190,132,.8);
    border-radius: 100%;
    margin: -20px -20px;
    top: 50%;
    left: 50%;
    z-index: 1000;
    position: absolute;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.tp-bannertimer {
    width: 100%;
    height: 10px;
    background: url(style/images/timer.png);
    position: absolute;
    z-index: 200;
}
.tp-dottedoverlay.twoxtwo {
    background: rgba(38,39,42,0.4)
}
/*-----------------------------------------------------------------------------------*/
/* 	06. OWL CAROUSEL
/*-----------------------------------------------------------------------------------*/
.owl-carousel {
    position: relative
}
.owl-carousel .item {
    padding-bottom: 1px;
}
.owl-controls .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 100%;
}
.carousel.portfolio .owl-nav {
    margin: 0;
    top: 110px;
}
.carousel.blog .owl-nav {
    margin: 0;
    top: 80px;
}
.owl-carousel .owl-item .steps-item .icon img {
    width: auto;
    margin: 0 auto;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    transition: all 150ms ease-in;
    background: rgba(0,0,0,0.25);
    color: #fff;
    line-height: 16px;
    font-size: 21px;
    padding: 18px 6px 15px;
    width: auto;
    height: auto;
    opacity: 0;
}
.owl-nav .owl-prev {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.owl-nav .owl-next {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
    opacity: 1
}
.owl-nav .owl-prev:before,
.owl-nav .owl-next:before {
    font-family: 'budicon';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
}
.owl-carousel .owl-nav .owl-prev {
    left: 0
}
.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
}
.owl-nav .owl-prev:before {
    content: '\e046';
    margin-left: -2px;
}
.owl-nav .owl-next:before {
    content: '\e044';
    margin-right: -2px;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background: rgba(0,0,0,0.5)
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots {
    pointer-events: auto;
    position: absolute;
    width: 100%;
    bottom: 10px;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    transition: all 150ms ease-in;
}
.owl-carousel:hover .owl-dots {
    opacity: 1
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    margin: 0 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: rgba(0,0,0,0.3);
    border-radius: 3px;
    transition: all 150ms ease-in;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(0,0,0,0.5)
}
figure .link-out {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(0,0,0,0.45);
    color: #f7f7f7;
    line-height: 1;
    padding: 10px;
    font-weight: 300;
    opacity: 0;
}
figure:hover .link-out {
    opacity: 1
}
figure .link-out:hover {
    background: rgba(0,0,0,0.7);
    color: #f7f7f7;
}
/*-----------------------------------------------------------------------------------*/
/* 	07. CUBE PORTFOLIO
/*-----------------------------------------------------------------------------------*/
.cbp a {
    transition: none
}
.cbp .post-title a {
    transition: all 150ms ease-in
}
.cbp-below .cbp-popup-content {
	padding-top: 20px;
}
.cbp-below .cbp-popup-navigation {
	top: 20px;
}
.cbp-filter-container {
    display: block;
    margin-bottom: 30px;
}
.cbp-filter-container .cbp-filter-item {
    cursor: pointer;
    display: inline-block;
    /*font-family: "Campton Light DEMO","Open Sans", sans-serif;*/
    font-family: "Campton","Open Sans", sans-serif;
    font-size: 12px;
    padding: 0 0 7px 0;
    margin: 0 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1;
    color: #434343;
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
}
.cbp-filter-container .cbp-filter-item:hover {
    color: #45be84
}
.cbp-filter-container .cbp-filter-item.cbp-filter-item-active {
    box-shadow: 0 2px 0 #45be84
}
.cbp-caption-fadeIn .cbp-caption-activeWrap {
    background: rgba(69,190,132,0.9)
}
.cbp-l-caption-title,
.cbp-l-caption-desc {
    font: inherit
}
.cbp-l-caption-title {
    /*font-family: "Campton Light DEMO","Open Sans", sans-serif;*/
    font-family: "Campton","Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFF;
}
.cbp-l-caption-desc {
    font-size: 13px;
    color: #efefef;
}
.cbp-l-inline {
    padding: 0;
    margin: 55px 0 15px 0;
}
.cbp-popup-navigation {
    top: -40px;
    left: 50%;
    margin-left: -20px;
    right: auto;
    z-index: 10000;
}
.cbp-popup-singlePageInline .cbp-popup-close {
    background: none;
    height: 40px;
    width: 40px;
    top: 0;
    right: auto;
    border: 2px solid #7b7b7b;
    color: #5f5f5f !important;
    text-align: center;
    display: table;
    z-index: 10000;
    border-radius: 4px;
    transition: all 150ms ease-in;
}
.cbp-popup-singlePageInline .cbp-popup-close:hover {
    background: #7b7b7b;
    border-color: #7b7b7b;
    color: #FFF !important;
    opacity: 1;
}
.cbp-popup-singlePageInline .cbp-popup-close:before {
    font-family: 'fontello';
    content: '\e819';
    vertical-align: middle;
    display: table-cell;
}
.cbp-panel {
    width: 100%
}
.cbp-popup-singlePageInline:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    content: '';
    /* @editable properties */
    width: 40px;
    height: 40px;
    border-left: 3px solid rgba(69,190,132,.15);
    border-right: 3px solid rgba(69,190,132,.15);
    border-bottom: 3px solid rgba(69,190,132,.15);
    border-top: 3px solid rgba(69,190,132,.8);
    border-radius: 100%;
    animation: rotation .8s infinite linear;
    -webkit-animation: rotation .8s infinite linear;
    opacity: 1;
}
/*-----------------------------------------------------------------------------------*/
/* 	08. PORTFOLIO POSTS
/*-----------------------------------------------------------------------------------*/
.items-wrapper {
    text-align: center
}
.portfolio-grid.col4 .items-wrapper {
    margin-right: -10px
}
.portfolio-grid .item {
    float: left
}
.portfolio-grid.col4 .item {
    margin-bottom: 10px;
    width: 25%;
    padding-right: 10px;
}
.item-details {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
}
.item-details li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.item-details li:first-child {
    margin-top: 0px;
    padding-top: 0px;
    border-top: 0;
}
.item-details li strong {
    font-weight: normal;
    color: #45be84;
    padding-right: 3px;
}
/*-----------------------------------------------------------------------------------*/
/*	09. PARALLAX
/*-----------------------------------------------------------------------------------*/
.parallax {
    background: url(style/images/art/parallax1.jpg) fixed no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.parallax .main {
    margin-bottom: -1px
}
.parallax .inner {
    padding-top: 120px;
    padding-bottom: 120px;
}
.parallax.mobile {
    background-attachment: scroll !important
}
.parallax.parallax1 {
    background-image: url(style/images/art/parallax1.jpg)
}
.parallax.parallax2 {
    background-image: url(style/images/art/parallax2.jpg)
}
.post-parallax .inner {
    padding: 220px 0 150px 0;
}
.post-parallax h2 {
    font-size: 50px;
    line-height: 1;
}
.post-parallax .lead {
    font-size: 27px;
    font-style: italic;
}
/*-----------------------------------------------------------------------------------*/
/* 	10. VIDEO PARALLAX
/*-----------------------------------------------------------------------------------*/
video {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: baseline;
}
.video-wrap {
    height: 100%;
    width: 100%;
}
#video-office {
    background: url('style/video/office.jpg') scroll no-repeat center center;
    background-size: cover;
}
/* Examples */
.content-overlay {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 100%;
    padding-top: 210px;
    background: rgba(30,30,30,0.5);
}
.outer-wrap {
    height: 500px
}
/*-----------------------------------------------------------------------------------*/
/* 	11. TIMELINE
/*-----------------------------------------------------------------------------------*/
.timeline {
    position: relative;
    z-index: 1;
}
.timeline:before {
    display: block;
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 1px;
    top: 0;
    border-right: 1px solid rgba(0,0,0,0.1);
    z-index: -1;
}
.timeline .date-title {
    text-align: center;
    margin: 30px 0;
}
.timeline .date-title:first-child {
    margin-top: 0
}
.timeline .date-title span {
    /*font-family: "Campton Light DEMO","Open Sans", sans-serif;*/
    font-family: "Campton","Open Sans", sans-serif;
    padding: 11px 20px 10px 20px;
    letter-spacing: 0.5px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #45be84;
    border-radius: 4px;
    text-transform: uppercase;
}
.timeline-item {
    padding-bottom: 45px;
    position: relative;
}
.timeline-item.right {
    float: right;
    margin-top: 40px;
}
.timeline-item .post-content {
    margin: 20px 20px 0 0;
    position: relative;
    padding: 30px;
    background: #FFF;
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.timeline-item .post-content.classic-view figure {
    margin-bottom: 20px
}
.timeline-item .post-content p {
    margin: 0 0 10px 0
}
.timeline-item.right .post-content {
    margin: 20px 0 0 20px
}
.timeline-item .arrow:after,
.timeline-item .arrow:before {
    left: 100%;
    top: 90px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    margin-left: -36px !important;
    z-index: 2;
}
.timeline-item .arrow:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 10px;
    margin-top: -10px;
}
.timeline-item .arrow:before {
    border-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0,0,0,0.1);
    border-width: 11px;
    margin-top: -11px;
}
.timeline-item.right .arrow:after,
.timeline-item.right .arrow:before {
    left: auto;
    right: 100%;
    margin: 0;
    margin-right: -36px !important;
    z-index: 2;
}
.timeline-item.right .arrow:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 10px;
    margin-top: -10px;
}
.timeline-item.right .arrow:before {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0,0,0,0.1);
    border-width: 11px;
    margin-top: -11px;
}
.timeline-item .post-content:before {
    display: block;
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    right: -46px;
    top: 60px;
    background: #45be84;
    border: 3px solid #f9f9f9;
    border-radius: 50%;
    -webkit-transition: background .3s ease-out;
    transition: background .3s ease-out;
}
.timeline-item.right .post-content:before {
    left: -45px;
    right: auto;
}
/*-----------------------------------------------------------------------------------*/
/*	12. BLOG
/*-----------------------------------------------------------------------------------*/
.classic-view figure,
.grid-view figure {
    margin-bottom: 20px
}
.grid-view hr {
    padding-top: 20px;
    margin-bottom: 50px;
}
.pagination {
    display: block;
    margin: 0;
}
.pagination ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    list-style: none;
    padding: 0;
    margin: 0;
}
.pagination ul > li {
    display: inline-block
}
.pagination ul > li > a,
.pagination ul > li > span {
    float: none
}
.pagination ul > .active > a span {
    border-bottom: 1px solid #FFF;
    padding-bottom: 1px;
}
.pagination ul > li:first-child > a,
.pagination ul > li:last-child > a {

}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {

}
.about-author {
    position: relative;
    padding: 0 0 0 180px;
}
.about-author .author-image {
    position: absolute;
    top: 0;
    left: 0;
}
.post.box {
    margin-bottom: 30px
}
.format-chat ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.format-chat ul li strong {
    text-transform: uppercase;
    color: #434343;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-right: 5px;
    /*font-family: "Campton Light DEMO","Open Sans", sans-serif;*/
    font-family: "Campton","Open Sans", sans-serif;
}
.format-link .post-title a:after {
    display: inline-block;
    content: "→";
    padding-left: 10px;
}
.classic-view .post-title {
    margin-bottom: 5px;
    line-height: 20px;
}
/*-----------------------------------------------------------------------------------*/
/* 	13. WIDGETS
/*-----------------------------------------------------------------------------------*/
.sidebox {
    margin-top: 50px;
    display: block;
}
.sidebox:first-child {
    margin-top: 0
}
.sidebox a {
    color: inherit
}
.sidebox a:hover {
    color: #45be84
}
.sidebar {
    padding-left: 35px !important
}
.widget-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px !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-family: "Campton Light DEMO","Open Sans", sans-serif;*/
    font-family: "Campton","Open Sans", sans-serif;
    letter-spacing: normal;
    font-weight: normal;
    margin-bottom: 5px;
}
.widget .post-list h5 a {
    color: #757575;
    font-size: 15px !important;
    line-height: 18px;
    text-transform: none !important;
}
.widget .post-list h5 a:hover {
    color: #45be84
}
footer .widget .post-list h5 a {
    color: #ececec
}
.widget .post-list .icon-overlay {
    float: left;
    width: 70px;
    height: 70px;
}
.sidebar .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: #45be84
}
.widget .list {
    list-style: none;
    margin: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	14. 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%;
}
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: rgba(69,190,132,0.9);
    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 {
    /*font-family: "Campton Light DEMO","Open Sans", sans-serif;*/
    font-family: "Campton","Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    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(69,190,132,0.9);
    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'
}
/*-----------------------------------------------------------------------------------*/
/*	15. ANIMATED TEXT
/*-----------------------------------------------------------------------------------*/
.animated-text-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}
.animated-text-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}
.animated-text-wrapper b.is-visible {
    position: relative
}
.no-js .animated-text-wrapper b {
    opacity: 0
}
.no-js .animated-text-wrapper b.is-visible {
    opacity: 1
}
.animated-text.type .animated-text-wrapper {
    vertical-align: top;
    overflow: hidden;
}
.animated-text.type .animated-text-wrapper::after {
    /* vertical bar */
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
    width: 1px;
    background-color: #c2e6d5;
}
.animated-text.type .animated-text-wrapper.waiting::after {
    -webkit-animation: cd-pulse 1s infinite;
    -moz-animation: cd-pulse 1s infinite;
    animation: cd-pulse 1s infinite;
}
.animated-text.type .animated-text-wrapper.selected {
    background-color: #c2e6d5
}
.animated-text.type .animated-text-wrapper.selected::after {
    visibility: hidden
}
.animated-text.type .animated-text-wrapper.selected b {

}
.animated-text.type b {
    visibility: hidden;
    color: #757575;
}
.animated-text.type b.is-visible {
    visibility: visible
}
.animated-text.type i {
    position: absolute;
    visibility: hidden;
}
.animated-text.type i.in {
    position: relative;
    visibility: visible;
}
@-webkit-keyframes cd-pulse {
	0% {
	    -webkit-transform: translateY(-50%) scale(1);
	    opacity: 1;
	}
	40% {
	    -webkit-transform: translateY(-50%) scale(0.9);
	    opacity: 0;
	}
	100% {
	    -webkit-transform: translateY(-50%) scale();
	    opacity: 0;
	}
}
@-moz-keyframes cd-pulse {
	0% {
	    -moz-transform: translateY(-50%) scale(1);
	    opacity: 1;
	}
	40% {
	    -moz-transform: translateY(-50%) scale(0.9);
	    opacity: 0;
	}
	100% {
	    -moz-transform: translateY(-50%) scale();
	    opacity: 0;
	}
}
@keyframes cd-pulse {
	0% {
	    -webkit-transform: translateY(-50%) scale(1);
	    -moz-transform: translateY(-50%) scale(1);
	    -ms-transform: translateY(-50%) scale(1);
	    -o-transform: translateY(-50%) scale(1);
	    transform: translateY(-50%) scale(1);
	    opacity: 1;
	}
	40% {
	    -webkit-transform: translateY(-50%) scale(0.9);
	    -moz-transform: translateY(-50%) scale(0.9);
	    -ms-transform: translateY(-50%) scale(0.9);
	    -o-transform: translateY(-50%) scale(0.9);
	    transform: translateY(-50%) scale(0.9);
	    opacity: 0;
	}
	100% {
	    -webkit-transform: translateY(-50%) scale();
	    -moz-transform: translateY(-50%) scale();
	    -ms-transform: translateY(-50%) scale();
	    -o-transform: translateY(-50%) scale();
	    transform: translateY(-50%) scale();
	    opacity: 0;
	}
}
/*-----------------------------------------------------------------------------------*/
/*	16. PROGRESS BAR
/*-----------------------------------------------------------------------------------*/
.progress-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.progress-list p {
    margin-bottom: 5px
}
.progress-list li {
    margin-bottom: 20px
}
.progress-list li em {
    padding-left: 8px;
    color: #45be84;
    font-style: normal;
}
.progress-list li em:before {
    content: "-";
    padding-right: 10px;
    display: inline-block;
}
.progress.plain {
    height: 15px;
    margin-bottom: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background: none;
    border: 1px solid #45be84;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.progress.plain .bar {
    float: left;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-shadow: none;
    background: #45be84;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*-----------------------------------------------------------------------------------*/
/*	17. CIRCLE
/*-----------------------------------------------------------------------------------*/
.circle-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}
.circle-wrapper .circle {
    width: 130%;
    margin: -30px -15%;
    background: none !important;
}
.circle-wrapper .circle:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.circle-wrapper .circle.blue-bg:after {
    background: rgba(106,186,222,.8)
}
.circle-wrapper .circle.red-bg:after {
    background: rgba(224,103,106,.8)
}
.circle-wrapper .circle.green-bg:after {
    background: rgba(69,190,132,.8)
}
.circle-wrapper .circle.yellow-bg:after {
    background: rgba(241,189,105,.8)
}
.circle-wrapper .circle .text {
    float: left;
    width: 100%;
    padding-top: 50%;
    line-height: 1em;
    margin-top: -0.5em;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    /*font-family: "Campton Light DEMO","Open Sans", sans-serif;*/
    font-family: "Campton","Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
}
/*-----------------------------------------------------------------------------------*/
/*	19. SERVICES
/*-----------------------------------------------------------------------------------*/
.services .icon {
    padding: 0;
    margin-bottom: 20px;
}
.services .icon img {
    height: 80px;
    width: auto;
}
/*-----------------------------------------------------------------------------------*/
/*	20. FEATURES
/*-----------------------------------------------------------------------------------*/
.feature {
    padding: 0 0 0 90px;
    position: relative;
    margin-bottom: 40px;
}
.feature .icon {
    position: absolute;
    left: 0;
    font-size: 55px;
}
.feature .icon.round {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    color: #FFF;
    font-size: 30px;
    display: table;
    line-height: 1;
}
.feature .icon.round i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
}
.feature .icon img {
    width: 70px;
    height: auto;
}
/*-----------------------------------------------------------------------------------*/
/*	21. FACTS
/*-----------------------------------------------------------------------------------*/
.icon-large {
    font-size: 55px;
    margin-bottom: 10px;
    color: #45be84;
}
.facts h2 {
    font-size: 35px;
    margin-bottom: 5px;
}
.facts p {
    text-transform: uppercase
}
/*-----------------------------------------------------------------------------------*/
/*	22. TABS
/*-----------------------------------------------------------------------------------*/
.tabs-top .etabs {
    margin: 0;
    padding: 0;
    overflow: inherit;
}
.tabs-top.center .etabs {
    text-align: center
}
.tabs-top .tab {
    margin: 0;
    padding: 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
    border: 1px solid rgba(0,0,0,0.1);
    background: #fff;
    top: 1px;
    position: relative;
    z-index: 1;
    margin-right: 3px;
}
.tabs-top .tab a {
    /*font-family: "Campton Light DEMO","Open Sans", sans-serif;*/
    font-family: "Campton","Open Sans", sans-serif;
    padding: 9px 20px;
    display: block;
    color: #434343;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}
.tabs-top .tab i {
    margin-right: 5px
}
.tabs-top .tab.active {
    position: relative;
    z-index: 3;
}
.tabs-top .tab a:hover,
.tabs-top .tab.active a {
    color: #45be84
}
.tabs-top.tab-container .panel-container {
    border: 1px solid rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
    display: block;
    background: #fff;
}
.tabs-top.tab-container .panel-container p {
    margin: 0;
    padding-bottom: 10px;
}
.tabs-top.tab-container .panel-container .tab-block {
    padding: 20px;
    padding-bottom: 5px;
}
.tabs-top.bordered .tab {
    margin-bottom: 10px;
    background: none;
    border: 2px solid #45be84;
    border-radius: 4px;
}
.tabs-top.bordered .tab a {
    background: none;
    color: #45be84;
}
.tabs-top.bordered .tab a:hover,
.tabs-top.bordered .tab.active a {
    background: #45be84;
    color: #FFF;
}
.tabs-top.bordered.tab-container .panel-container {
    border: 0;
    background: none;
}
.tabs-top.bordered.tab-container .panel-container .tab-block {
    padding: 0
}
/*-----------------------------------------------------------------------------------*/
/*	23. ACCORDION / TOGGLE
/*-----------------------------------------------------------------------------------*/
.panel-group .panel {
    margin-bottom: 10px;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-group .panel-heading {
    padding: 0;
    background: none !important;
    border: 0 !important;
}
.panel-group .panel-heading .panel-title {
    color: #454545;
    font-size: 11px;
    line-height: 24px;
    font-weight: 700;
    background: #FFF;
    text-transform: uppercase;
    transition: all 150ms ease-in;
    border: 1px solid rgba(0,0,0,0.1);
}
.panel-group .panel-title > a {
    display: block;
    padding: 10px 20px;
}
.panel-group .panel-active a,
.panel-group .panel-title > a:hover {
    color: #45be84
}
.panel-group .panel-active .panel-title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.panel-group .panel-heading .panel-title:hover,
.panel-group .panel-active .panel-heading .panel-title {
    color: #45be84
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 0
}
.panel-default > .panel-heading + .panel-collapse {
    border: 1px solid rgba(0,0,0,0.1);
    border-top: none;
    background: #FFF;
}
.panel-body {
    padding: 20px
}
.bordered .panel-heading .panel-title {
    background: none;
    box-shadow: none;
    color: #45be84;
    border: 2px solid #45be84;
    border-radius: 4px;
}
.bordered .panel-heading .panel-title:hover {
    box-shadow: none;
    background: #45be84;
    color: #FFF;
    border: 2px solid #45be84;
}
.bordered .panel-title > a {
    color: #45be84
}
.bordered .panel-active a,
.bordered .panel-title > a:hover {
    color: #FFF !important
}
.bordered .panel-active .panel-heading .panel-title {
    box-shadow: none
}
.bordered .panel-title:hover,
.bordered .panel-active .panel-heading .panel-title,
.bordered .panel-active .panel-heading .panel-title:hover {
    border: 2px solid #45be84;
    background: #45be84;
}
.bordered .panel-default > .panel-heading + .panel-collapse {
    border: 0;
    background: none;
}
.bordered .panel-body {
    padding: 10px 0 0 0
}
/*-----------------------------------------------------------------------------------*/
/* 	24. PRICING & TABLES
/*-----------------------------------------------------------------------------------*/
.panel.pricing {
    text-align: center;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    box-shadow: none;
}
.panel.pricing .panel-heading {
    padding: 30px 0
}
.panel.pricing .panel-title {
    text-transform: uppercase;
    margin: 0;
    font-size: 18px;
    color: #434343;
}
.panel.pricing table {
    margin-bottom: 0
}
.pricing .panel-body {
    padding: 0px;
    text-align: center;
}
.price {
    padding: 20px 0 0 0;
    margin: 0;
    color: #45be84;
}
.price-value {
    font-size: 60px;
    font-weight: 400;
}
.price-currency,
.price-duration {
    font-weight: 700
}
.price-currency {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    margin-right: -2px;
}
.price-duration {
    font-size: 14px;
    text-transform: uppercase;
}
.price-duration:before {
    content: "/";
    padding-right: 5px;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 20px 0;
    line-height: 1;
    vertical-align: top;
}
.table>thead>tr {
    border-bottom: 1px solid rgba(0,0,0,0.1)
}
.panel-footer {
    padding: 20px 0;
    background: none;
}
.pricing .panel-footer a {
    margin: 0
}
/*-----------------------------------------------------------------------------------*/
/*	 25. TOOLTIP
/*-----------------------------------------------------------------------------------*/
.tooltip {
    font-size: 14px
}
.tooltip-inner {
    color: #fff;
    background-color: #45be84;
    padding: 5px 12px 5px;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #45be84
}
.tooltip.right .tooltip-arrow {
    border-right-color: #45be84
}
.tooltip.left .tooltip-arrow {
    border-left-color: #45be84
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #45be84
}
/*-----------------------------------------------------------------------------------*/
/*	26. TESTIMONIALS
/*-----------------------------------------------------------------------------------*/
.testimonials {
    text-align: center
}
blockquote {
    border-left: 3px solid rgba(0,0,0,0.1);
    font-weight: normal;
    background: none;
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
}
.testimonials .item blockquote {
    position: relative;
    margin: 0;
    border: 0;
    padding: 10px 60px 0;
    color: #FFF;
    font-size: 25px;
    line-height: 35px;
}
.testimonials .item blockquote:before,
.testimonials .item blockquote:after {
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 80px;
    line-height: 1;
    font-weight: 100;
}
.testimonials .item blockquote:before {
    top: 0;
    left: 0;
    content: "\201C";
}
.testimonials .item blockquote:after {
    top: 0;
    right: 0;
    content: "\201D";
}
.testimonials .item blockquote small {
    font-style: normal;
    color: #959595;
    margin-top: 20px;
    display: block;
}
.testimonials .item blockquote small span:before {
    content: "-";
    display: inline-block;
}
.testimonials .item blockquote small:before {
    display: none
}
/*-----------------------------------------------------------------------------------*/
/*	27. COMMENTS
/*-----------------------------------------------------------------------------------*/
#comments {
    margin: 0;
    position: relative;
}
#comments ol.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}
#comments ol.commentlist li {
    padding: 30px 0 0 0;
    background: none;
    border-top: 1px solid rgba(0,0,0,0.1);
    margin-top: 20px;
}
#comments ol.commentlist li:first-child {
    border: none;
    margin: 0;
}
#comments .user {
    float: left;
    width: 70px;
    height: 70px;
    position: relative;
}
#comments .message {
    overflow: hidden
}
#comments .message-inner {
    margin-left: 20px;
    position: relative;
}
#comments ul.children {
    margin: 0;
    overflow: inherit;
    padding: 0 0 0 55px;
    list-style: none;
}
#comments ol.commentlist ul.children li {
    padding-right: 0;
    border: none;
}
#comments .info h2 {
    font-size: 14px;
    margin: 0;
    display: inline;
    margin-right: 5px;
}
#comments .info {
    margin-bottom: 12px
}
#comments .info h2 a {
    color: #434343
}
#comments .info h2 a:hover {
    color: #45be84
}
#comments .info .meta {
    display: block;
    margin: 0;
}
#comments .info .meta .date {
    display: inline
}
.comment-form-wrapper p {
    padding-bottom: 20px
}
/*-----------------------------------------------------------------------------------*/
/*	28. MAILCHIMP / NEWSLETTER
/*-----------------------------------------------------------------------------------*/
.newsletter-wrapper .newsletter-form {
    background: none;
    font-family: inherit;
}
.newsletter-wrapper {
    position: relative;
    width: 100%;
}
.newsletter-wrapper .newsletter-form input[type="email"] {
    background: none;
    border: 1px solid rgba(255,255,255,0.15);
    width: 100%;
    font-weight: 500;
    transition: all 150ms ease-in;
    height: 54px;
    padding-right: 85px;
    border-radius: 4px;
}
footer .newsletter-wrapper,
footer .searchform {
    width: 300px;
    max-width: 100%;
}
footer .newsletter-wrapper .newsletter-form input[type="email"] {
    height: 39px
}
.newsletter-wrapper .newsletter-form input[type="email"]:focus {
    background: none;
    border: 1px solid rgba(255,255,255,0.20);
}
.newsletter-wrapper .newsletter-form .btn {
    position: absolute;
    right: 3px;
    top: 7px;
}
footer .newsletter-wrapper .newsletter-form .btn {
    position: absolute;
    right: -3px;
    top: 0;
}
.newsletter-form input.email {
    display: block;
    padding: 8px 0;
    margin: 0;
    text-indent: 15px;
    width: 100%;
    min-width: 130px;
}
.newsletter-wrapper .newsletter-form form {
    padding: 0
}
/*-----------------------------------------------------------------------------------*/
/*	29. 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: 40pxpx;
    color: inherit;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    background: none;
    resize: none;
    vertical-align: middle;
    box-shadow: none;
    transition: all 150ms 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: 1px solid rgba(0,0,0,0.25);
    background: #ffffff;
    box-shadow: none;
    color:#000;
}
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;
    margin: 1px 0 0 0;
    line-height: 40px;
    color: #a3a3a3;
    height: 38px;
    line-height: 37px;
    border-right: 1px solid rgba(0,0,0,0.15);
    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;
    border-bottom-left-radius: 0;
    border-top-left-radius: 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 {
    color: #de4747;
}
.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: 16px;
    height: 16px;
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,0.15);
    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: #45be84
}
.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: #45be84;
    border-color: #45be84;
}
.vanilla-form input[type="radio"]:checked + span,
.vanilla-form input[type="checkbox"]:checked + span {
    border: 1px solid #45be84
}
.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 #45be84;
    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
}
.sidebar .searchform {
    max-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;
}
.searchform .btn,
.newsletter-wrapper .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/*-----------------------------------------------------------------------------------*/
/*	30. SOCIAL ICONS
/*-----------------------------------------------------------------------------------*/
.social {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 1;
}
.social li {
    display: inline-block;
    font-family: 'fontello-social';
    margin-right: 5px;
    margin-bottom: 5px;
}
.social.pull-right li {
    margin: 0 0 0 5px
}
.text-center .social li {
    margin: 0 2px
}
.social li a {
    display: table
}
.social li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #f5f5f5;
    background: none;
    line-height: 1;
    border: 2px solid #aaa;
    width: 30px;
    height: 30px !important;
    line-height: 26px;
    font-size: 12px;
    border-radius: 100%;
    transition: all 150ms ease-in;
}
.social .icon-s-pinterest {
    border-color: #d8545d;
    color: #d8545d;
}
.social .icon-s-rss {
    border-color: #faaa5e;
    color: #faaa5e;
}
.social .icon-s-facebook {
    border-color: #677fb5;
    color: #677fb5;
}
.social .icon-s-twitter {
    border-color: #70c2e9;
    color: #70c2e9;
}
.social .icon-s-flickr {
    border-color: #ff3ba4;
    color: #ff3ba4;
}
.social .icon-s-dribbble {
    border-color: #e299c2;
    color: #e299c2;
}
.social .icon-s-behance {
    border-color: #42a9fb;
    color: #42a9fb;
}
.social .icon-s-linkedin {
    border-color: #3daccf;
    color: #3daccf;
}
.social .icon-s-vimeo {
    border-color: #42b5d4;
    color: #42b5d4;
}
.social .icon-s-youtube {
    border-color: #d5615c;
    color: #d5615c;
}
.social .icon-s-skype {
    border-color: #5ecbf3;
    color: #5ecbf3;
}
.social .icon-s-tumblr {
    border-color: #829fb9;
    color: #829fb9;
}
.social .icon-s-delicious {
    border-color: #6194dc;
    color: #6194dc;
}
.social .icon-s-500px {
    border-color: #3bbbe6;
    color: #3bbbe6;
}
.social .icon-s-grooveshark {
    border-color: #f88e3b;
    color: #f88e3b;
}
.social .icon-s-forrst {
    border-color: #5f9864;
    color: #5f9864;
}
.social .icon-s-digg {
    border-color: #507faa;
    color: #507faa;
}
.social .icon-s-blogger {
    border-color: #fd893f;
    color: #fd893f;
}
.social .icon-s-klout {
    border-color: #e16747;
    color: #e16747;
}
.social .icon-s-dropbox {
    border-color: #6ba3c5;
    color: #6ba3c5;
}
.social .icon-s-github {
    border-color: #6c93bb;
    color: #6c93bb;
}
.social .icon-s-songkick {
    border-color: #ff3b60;
    color: #ff3b60;
}
.social .icon-s-posterous {
    border-color: #efd57c;
    color: #efd57c;
}
.social .icon-s-appnet {
    border-color: #3daad5;
    color: #3daad5;
}
.social .icon-s-gplus {
    border-color: #bc7067;
    color: #bc7067;
}
.social .icon-s-stumbleupon {
    border-color: #f07356;
    color: #f07356;
}
.social .icon-s-lastfm {
    border-color: #cd443d;
    color: #cd443d;
}
.social .icon-s-spotify {
    border-color: #9acf48;
    color: #9acf48;
}
.social .icon-s-instagram {
    border-color: #926d53;
    color: #926d53;
}
.social .icon-s-evernote {
    border-color: #9fdc82;
    color: #9fdc82;
}
.social .icon-s-paypal {
    border-color: #5b85a8;
    color: #5b85a8;
}
.social .icon-s-picasa {
    border-color: #b088c1;
    color: #b088c1;
}
.social .icon-s-soundcloud {
    border-color: #ff8b45;
    color: #ff8b45;
}
.social a:hover .icon-s-pinterest {
    background-color: #d8545d
}
.social a:hover .icon-s-rss {
    background-color: #faaa5e
}
.social a:hover .icon-s-facebook {
    background-color: #677fb5
}
.social a:hover .icon-s-twitter {
    background-color: #70c2e9
}
.social a:hover .icon-s-flickr {
    background-color: #ff3ba4
}
.social a:hover .icon-s-dribbble {
    background-color: #e299c2
}
.social a:hover .icon-s-behance {
    background-color: #42a9fb
}
.social a:hover .icon-s-linkedin {
    background-color: #3daccf
}
.social a:hover .icon-s-vimeo {
    background-color: #42b5d4
}
.social a:hover .icon-s-youtube {
    background-color: #d5615c
}
.social a:hover .icon-s-skype {
    background-color: #5ecbf3
}
.social a:hover .icon-s-tumblr {
    background-color: #829fb9
}
.social a:hover .icon-s-delicious {
    background-color: #6194dc
}
.social a:hover .icon-s-500px {
    background-color: #3bbbe6
}
.social a:hover .icon-s-grooveshark {
    background-color: #f88e3b
}
.social a:hover .icon-s-forrst {
    background-color: #5f9864
}
.social a:hover .icon-s-digg {
    background-color: #507faa
}
.social a:hover .icon-s-blogger {
    background-color: #fd893f
}
.social a:hover .icon-s-klout {
    background-color: #e16747
}
.social a:hover .icon-s-dropbox {
    background-color: #6ba3c5
}
.social a:hover .icon-s-github {
    background-color: #6c93bb
}
.social a:hover .icon-s-songkick {
    background-color: #ff3b60
}
.social a:hover .icon-s-posterous {
    background-color: #efd57c
}
.social a:hover .icon-s-appnet {
    background-color: #3daad5
}
.social a:hover .icon-s-gplus {
    background-color: #bc7067
}
.social a:hover .icon-s-stumbleupon {
    background-color: #f07356
}
.social a:hover .icon-s-lastfm {
    background-color: #cd443d
}
.social a:hover .icon-s-spotify {
    background-color: #9acf48
}
.social a:hover .icon-s-instagram {
    background-color: #926d53
}
.social a:hover .icon-s-evernote {
    background-color: #9fdc82
}
.social a:hover .icon-s-paypal {
    background-color: #5b85a8
}
.social a:hover .icon-s-picasa {
    background-color: #b088c1
}
.social a:hover .icon-s-soundcloud {
    background-color: #ff8b45
}
.social a:hover a:hover i {
    background-color: #FFF
}
.social a:hover i {
    color: #FFF
}
.share-affix {
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 997;
    background: #FFF;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 18px;
}
.share-icon {
    display: inline-block;
    padding: 10px;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.share-icon:first-child {
    border-top: 0
}
.share-icon:before {
    font-family: 'fontello'
}
.share-affix [class*="icon-s-"] {
    color: #888
}
.share-affix .icon-s-facebook:hover {
    color: #677fb5
}
.share-affix .icon-s-twitter:hover {
    color: #70c2e9
}
.share-affix .icon-s-linkedin:hover {
    color: #3daccf
}
.share-affix .icon-s-tumblr:hover {
    color: #829fb9
}
.share-affix .icon-s-digg:hover {
    color: #507faa
}
.share-affix .icon-s-googleplus:hover {
    color: #bc7067
}
.share-affix .icon-s-pinterest:hover {
    color: #d8545d
}
.share-affix .icon-s-posterous:hover {
    color: #efd57c
}
.share-affix .icon-s-stumbleupon:hover {
    color: #f07356
}
.share-affix .icon-s-email:hover {
    color: #45be84
}
.navbar .social li a i {
    color: #fff;
    background: none;
    border: 0;
    height: auto !important;
    width: auto;
    font-size: 14px;
}
.navbar .social a:hover i {
    background: none
}
.navbar .social a:hover .icon-s-pinterest {
    color: #d8545d;
    border: 0;
}
.navbar .social a:hover .icon-s-rss {
    color: #faaa5e
}
.navbar .social a:hover .icon-s-facebook {
    color: #677fb5
}
.navbar .social a:hover .icon-s-twitter {
    color: #70c2e9
}
.navbar .social a:hover .icon-s-flickr {
    color: #ff3ba4
}
.navbar .social a:hover .icon-s-dribbble {
    color: #e299c2
}
.navbar .social a:hover .icon-s-behance {
    color: #42a9fb
}
.navbar .social a:hover .icon-s-linkedin {
    color: #3daccf
}
.navbar .social a:hover .icon-s-vimeo {
    color: #42b5d4
}
.navbar .social a:hover .icon-s-youtube {
    color: #d5615c
}
.navbar .social a:hover .icon-s-skype {
    color: #5ecbf3
}
.navbar .social a:hover .icon-s-tumblr {
    color: #829fb9
}
.navbar .social a:hover .icon-s-delicious {
    color: #6194dc
}
.navbar .social a:hover .icon-s-500px {
    color: #3bbbe6
}
.navbar .social a:hover .icon-s-grooveshark {
    color: #f88e3b
}
.navbar .social a:hover .icon-s-forrst {
    color: #5f9864
}
.navbar .social a:hover .icon-s-digg {
    color: #507faa
}
.navbar .social a:hover .icon-s-blogger {
    color: #fd893f
}
.navbar .social a:hover .icon-s-klout {
    color: #e16747
}
.navbar .social a:hover .icon-s-dropbox {
    color: #6ba3c5
}
.navbar .social a:hover .icon-s-github {
    color: #6c93bb
}
.navbar .social a:hover .icon-s-songkick {
    color: #ff3b60
}
.navbar .social a:hover .icon-s-posterous {
    color: #efd57c
}
.navbar .social a:hover .icon-s-appnet {
    color: #3daad5
}
.navbar .social a:hover .icon-s-gplus {
    color: #bc7067
}
.navbar .social a:hover .icon-s-stumbleupon {
    color: #f07356
}
.navbar .social a:hover .icon-s-lastfm {
    color: #cd443d
}
.navbar .social a:hover .icon-s-spotify {
    color: #9acf48
}
.navbar .social a:hover .icon-s-instagram {
    color: #926d53
}
.navbar .social a:hover .icon-s-evernote {
    color: #9fdc82
}
.navbar .social a:hover .icon-s-paypal {
    color: #5b85a8
}
.navbar .social a:hover .icon-s-picasa {
    color: #b088c1
}
.navbar .social a:hover .icon-s-soundcloud {
    color: #ff8b45
}
/*-----------------------------------------------------------------------------------*/
/*	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: 30px;
    vertical-align: middle;
    line-height: 82px;
}
.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 150ms ease-in;
}
.fancybox-prev span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.fancybox-next span {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.fancybox-close {
    border-bottom-left-radius: 4px
}
.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: '\e046';
    margin-left: -6px;
}
.fancybox-next span:before {
    content: '\e044';
    margin-right: -6px;
}
.fancybox-close:before {
    content: "\e04c"
}
#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(69,190,132,.15);
    border-right: 3px solid rgba(69,190,132,.15);
    border-bottom: 3px solid rgba(69,190,132,.15);
    border-top: 3px solid rgba(69,190,132,.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. 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
}
.flats img {
    max-width: 100%;
    max-height: 100%;
    width: 100px;
    height: auto;
}
/*-----------------------------------------------------------------------------------*/
/*	34. 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
}
.rp40 {
    padding-right: 40px
}
.rp50 {
    padding-right: 50px
}
.lp0 {
    padding-left: 0px
}
.lp10 {
    padding-left: 10px
}
.lp20 {
    padding-left: 20px
}
.lp30 {
    padding-left: 30px
}
.lp40 {
    padding-left: 40px
}
.lp50 {
    padding-left: 50px
}
.lp100 {
    padding-left: 100px
}
.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
}
/*-----------------------------------------------------------------------------------*/
/*	34. RESPONSIVE
/*-----------------------------------------------------------------------------------*/
@media (min-width: 992px) {
	.navbar .nav.navbar-nav > li:last-of-type > ul {
	    left: auto;
	    right: 0;
	}
	.nav.navbar-nav > li > ul ul.pull-left,
	.navbar .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.06) !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;
	}
	.caret {
	    display: none
	}
	.dropdown-submenu .caret {
	    display: inline-block
	}
	.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.06) !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;
	}
}
@media (max-width: 991px) {
	body:not(.onepage) .navbar.default,
	body:not(.onepage) .navbar.fixed {
	    position: absolute
	}
	.navbar .nav > li.current > a {
	    box-shadow: none !important;
	}
	.navbar .nav > li.current > a,
	.navbar .nav > li > a:hover {
	    color: #45be84 !important
	}
	.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;
	    border-top: 0 !important;
	}
	.navbar .nav > li.current > a {
	    box-shadow: none
	}
	.navbar .dropdown-menu li {
	    border: none !important
	}
	.navbar-nav > li > a,
	.navbar .dropdown-menu li a {
	    border-top: 1px solid rgba(255,255,255,0.06)
	}
	.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.06);
	}
	.navbar .dropdown-menu li a,
	.navbar.solid .navbar-nav > li > a,
	.navbar.fixed .navbar-nav > li > a {
	    color: #FFF !important
	}
	.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: #45be84 !important
	}
	.navbar .dropdown-menu {
	    padding-left: 20px
	}
	.navbar-nav > li {
	    border: none;
	    margin: 1% 4% !important;
	}
	.navbar .btn.responsive-menu {
	    margin: 25px 0 0 0;
	    float: right;
	}
	.navbar.fixed .btn.responsive-menu {
	    margin: 22px 0 0 0;
	}
	.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: #272727;
	    box-shadow: none;
	}
	.navbar .navbar-nav {
	    width: 720px;
	    margin: 20px auto 0;
	    padding: 0;
	}
	.navbar .basic-wrapper {
	    /* width: 720px; */
      width:auto;
	    margin: 0 auto;
	    display: block;
	    text-align: center;
	}
	.timeline .timeline-item {
	    width: 100% !important
	}
	.timeline-item .arrow:after,
	.timeline-item .arrow:before {
	    display: none;
	}
	.timeline-item .post-content:before {
	    display: none;
	}
	.timeline-item .post-content {
	    margin: 0 !important;
	    padding: 25px;
	}
	.timeline-item.right {
	    margin: 0 !important;
	}
	.circle-wrapper .circle {
	    width: 100%;
	    margin: 0 0 30px 0;
	    background: none !important;
	}
	.circle-wrapper {
	    margin-top: 0;
	    margin-bottom: -30px;
	}
	.thin,
	.thin2 {
		width: 100%;
	}
	.tabs-top .tab {
	    margin-bottom: 6px;
	}
}
@media (min-width: 991px) and (max-width:1394px){
  .menu2{
    margin-right:20% !important;
    margin-top:-3% !important;
  }
  .menu1{
    margin-right:90px !important;
  }
}
@media (min-width: 1395px) and (max-width:1711px){
  .menu2{
    margin-right:20% !important;
    margin-top:-3% !important;
  }
  .menu1{
    margin-right:125px !important;
  }
}
@media (min-width: 1712px) and (max-width:1816px){
  .menu2{
    /* margin-right:20% !important;*/
    /* margin-top:-2% !important;  */
    float: none !important;
  }
  .menu1{
    /* margin-right:180px !important; */
  }
}

@media (min-width: 768px) and (max-width: 991px) {
	.container {
	    padding-right: 15px;
	    padding-left: 15px;
	}
}
@media (max-width: 767px) {
	.container {
	    padding-right: 20px;
	    padding-left: 20px;
	}
  .container-fluid {
    margin-left: 0px!important;
}
	.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
	}
	.parallax .col-md-pull-6 .main {
		margin-bottom: -30px;
		width: 100%;
		max-width: 100%;
	}
	.vanilla-form [class*="col-"] {
	    margin-bottom: 0
	}
	.row-no-padding [class*="col-"] {
	    margin-bottom: 0
	}
	.share-affix {
	    display: none;
	}
	footer .copyright,
	footer .footer-menu {
	    float: none !important
	}
	footer .footer-menu {
	    margin-top: 10px
	}
	footer .footer-menu li {
		padding: 0 10px 0 0;
	}
	#comments .user {
	    display: none
	}
	#comments .message-inner {
	    margin-left: 0px;
	}
	.map-wrapper .text {
	    display: none;
	}
	.navigation .btn {
	    float: none !important;
	    display: block;
	    width: 280px;
	    margin: 0 auto 10px;
	}
}
.bootstrap-select{
  float:left !important;
  width:25% !important;
  min-height:40px;
}
.callingcode{
  float:left !important;
  width:35% !important;
  min-height:40px;
  border-radius: 0px;
  text-align:left;
  border-right:none;
}
.telephone{
  width:65% !important;
}
.country-code{
  width:40px;
}
@media  screen and (max-width: 600px){
  .callingcode{
    width:100% !important;
    min-height:40px;
    border-radius: 0px;
    text-align:left;

  }
  .telephone{
    width:100% !important;
  }
  .country-code{
    width:30px;
  }

}

@media (min-width: 600px) and (max-width: 767px){

  .callingcode{
    width:35% !important;
    min-height:40px;
    border-radius: 0px;
    text-align:left;
    border-right:none;
  }
  .telephone{
    width:65% !important;
  }
  .country-code{
    width:30px;
  }


}
@media (min-width: 768px) and (max-width: 1200px){

  .callingcode{
    width:50% !important;
    min-height:40px;
    border-radius: 0px;
    text-align:left;
    border-right:none;
  }
  .telephone{
    width:50% !important;
  }
  .country-code{
    width:30px;
  }


}
@media (min-width: 1200px) and (max-width: 1440px){

  .callingcode{
    width:35% !important;
    min-height:40px;
    border-radius: 0px;
    text-align:left;
    border-right:none;
  }
  .telephone{
    width:65% !important;
  }
  .country-code{
    width:30px;
  }


}
@media (min-width: 1440px) {

  .callingcode{
    width:30% !important;
    min-height:40px;
    border-radius: 0px;
    text-align:left;
    border-right:none;
  }
  .telephone{
    width:70% !important;
  }
  .country-code{
    width:30px;
  }


}
.bootstrap-select>.dropdown-toggle{
  background-color: #ffffff;
  color:#000 !important;
  border-radius: 0px !important;
}
.home-arrow{
 left: 50%;
position: absolute;
margin-top: 0.5%;
color: #fff;
background-image: url('../images/icons/arrow-down.png');
background-repeat: no-repeat;
width: 30px;
height: 30px !important;
background-size: 100% 100%;
}
.bounce {
    /* -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite; */
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

body .buorg {
  background-color: rgba(0, 0, 0,0.8);
  height: 100%;
  cursor: initial;
}

body .buorg div {
  background-color: #fff;
  top: 40%;
  position: relative;
  max-width: 700px;
  width: 95%;
  margin: auto;
  padding: 30px;
}

body .buorg div a{
  background-color: rgb(52, 5, 94);
  border-color: rgb(52, 5, 94);
  margin: 20px auto 0;
  padding: 5px 15px;
  border-radius: 0;
}

.feedback {
  background-color : #51A4EE;
  color: white;
  padding: 10px 30px;
  border-radius: 4px;
  border-color: #51A4EE;
}


#mybutton {
  position: fixed;
  bottom: -4px;
  right: 5px;
}
.feedbackclose{
  position: fixed;
    bottom: 44px;
    right: 5px;
    color: #51A4EE;
}
.feedbackhide{
 display:none;
}
.support-icon {
    position: absolute;
    color: #fff;
    background-image: url(../images/icons/support.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px !important;
    background-size: 100% 100%;
}

.help-button{
  width:100%;
  text-align:left;
  background-color:#F1F2F2 !important;
  color:#575962 !important;
}
.help-body{
  padding:10px;
  padding-left:20px;
}
.help-body img{
  width:100%;
}

.frontdropdown{
  margin-right:20px !important;
  margin-top:20px !important;
  background-color:#fff!important;
  width:325px !important;
  border-radius: 5px !important;
}
.frontdropdown-li{
 background:#52a4ee !important;
 padding: 30px;
padding-top: 10px;
}
.frontdropdown-l{
 background:none!important;
 padding: 30px;
}
.btn-frontdropdown{
color: #fff!important;
background-color: #000151!important;
border-color: #000151!important;
}

.btn-frontdropdown-p{
color: #fff!important;
background-color: #51A4EE!important;
border-color: #51A4EE!important;
}
.frontdropdown:before {
    content:"";
    position: absolute;
    right: 14px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #52a4ee transparent;
    z-index:9999;
}
.frontdropdown:after {
    content:"";
    position: absolute;
    right: 4px;
    top: -22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 17px 17px;
    border-color: transparent transparent #ffffff transparent;
    z-index:9998;
}
.download {
   background-color: #000151;
   color: #fff;
   padding: 2% 2%;
   border: 0;
   border-radius: 25px;
   font-weight: 600;
   font-size: 1em;
   margin: 0 auto;
   margin-top:12px;
   float: right;
}
.download-ppt {
   background-color: #000151;
   color: #fff;
   padding: 1% 1%;
   border: 0;
   border-radius: 5px;
   font-weight: 600;
   font-size: 1em;
   margin: 0 auto;
   margin-top:12px;

}
.download-pdf {
   background-color: #549fc1;
   color: #fff;
   padding: 1% 1%;
   border: 0;
   border-radius: 5px;
   font-weight: 600;
   font-size: 1em;
   margin: 0 auto;
   margin-top:12px;

}
@media (min-width: 1200px){
  .download{
    margin-right:150px;
  }
  .download-ppt{
    margin-right:30px;
  }
  .download-pdf{
    margin-right:30px;
  }
}
@media (min-width: 992px){
  .download{
    margin-right: 80px;
    margin-bottom: 20px;
  }
  .download-ppt{
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .download-pdf{
    margin-right: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px){
  .download{
    margin-right: 130px;
      margin-bottom: 20px;
  }
  .download-ppt{
    margin-right: 30px;
      margin-bottom: 20px;

  }
  .download-pdf{
    margin-right: 30px;
      margin-bottom: 20px;
  }


}

@media (max-width: 767px){
  .download{
    margin-right: 130px;
      margin-bottom: 20px;
  }
  .download-ppt{

    padding: 3% 3%;
  }
  .download-pdf{

    padding: 3% 3%;
  }




}

.popup-modal .modal-content{
  background:#51A4EE;
  color:#fff;
  width:500px;
  font-family: 'Campton';
}
.popup-modal .modal-header{
border-bottom:unset;

}
.popup-modal .modal-header h5{
  font-size:18px;
  color:#fff;
  text-transform: none;
}
.popup-modal .modal-body{
  height:auto;
  width:100%;
  padding:20px;
  /* text-align: center; */
  padding-top:20px;
    min-height:250px;
}
.popupmodal-img{
  display: block;
 margin-left: auto;
 margin-right: auto;

}
.popup-modal .modal-footer {
    padding: 15px;
    text-align: center;
    border-top: unset;
}
@media only screen and (min-width: 1440px){
  .popup-modal .modal-dialog {
      width: 30%;
      margin: 150px auto;
  }

}
@media (max-width: 767px) and (min-width: 230px){
  .popup-modal{
    margin-left:10px;
  }
  .popup-modal .modal-content{
    background:#51A4EE;
    color:#fff;
    width:300px;
  }
  .popup-modal .modal-header h5{
    font-size:20px;
    color:#fff;
  }
  .popup-modal .modal-body{
    height:auto;
    width:100%;
    padding:20px;
    /* text-align: center; */
    padding-top:20px;
      min-height:250px;
  }


}
.popup-error .modal-content{
  background:#000151;
  color:#fff;
  width:500px;
  font-family: 'Campton';
}
.popup-error .modal-header{
border-bottom:unset;

}
.popup-error .modal-header h5{
  font-size:18px;
  color:#fff;
  text-transform:none;
}
.popup-error .modal-body{
  height:auto;
  width:100%;
  padding:20px;
  /* text-align: center; */
  padding-top:20px;
    min-height:auto;
}
.popuperror-img{
  display: block;
 margin-left: auto;
 margin-right: auto;

}
.popup-error .modal-footer {
    padding: 15px;
    text-align: center;
    border-top: unset;
}
@media only screen and (min-width: 1440px){
  .popup-error .modal-dialog {
      width: 30%;
      margin: 150px auto;
  }

}
@media (max-width: 767px) and (min-width: 230px){
  .popup-error{
    margin-left:10px;
  }
  .popup-error .modal-content{
    background:#000151;
    color:#fff;
    width:300px;
  }
  .popup-error .modal-header h5{
    font-size:20px;
    color:#fff;
  }
  .popup-error .modal-body{
    height:auto;
    width:100%;
    padding:20px;
    /* text-align: center; */
    padding-top:20px;
    min-height:auto;
  }


   #toast-container.toast-top-center>div{
     width:300px;
   }

}
@media (min-width: 767px) and (max-width: 1441px){
  .inner-image{
    width:98%;
  }
}

.login-back{
  background-image: url('../images/login-back-new.jpg');
  background-repeat: no-repeat;
  width: auto;
  //background-size: 100% 100%;
}
@media (min-width:1441px){
 .login-div{
   width: 100%;
    margin: 0px auto;
    position: relative;
    min-height: 815px;
 }
.login-h2{
  color:#ffffff;
  text-align:center;
  margin: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width:90%;
}
.login-p1{
  text-align:center;
  color:#ffffff;
  margin: 0;
  position: absolute;
  top: 47%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width:90%;
}
.login-p2{
  text-align:center;
   color:#ffffff;
   margin: 0;
   position: absolute;
   top: 53%;
   left: 50%;
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   width:90%;
}

.login-divl{
  width: 70%;
  margin: 0px auto;
  margin: 0px auto;
  position: relative;
  min-height: 815px;
}
.login-divinner{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);transform:
  translate(-50%, -50%);
  width:90%;
}
.login-board{
clear: both;
min-height: 700px;

}
.login-board2{
  min-height: 815px;
  opacity:0.7;
}
.login-board3{
  min-height: 815px;
}

}

@media (min-width:767px) and (max-width:1440px){
  .login-board{
  clear: both;
  min-height: 680px;
  max-height: 680px;

  }
  .login-board2{
    min-height: 680px;
    max-height: 680px;
    opacity:0.7;
  }
  .login-board3{
    min-height: 680px;
    max-height: 680px;
  }

 .login-div{
   width: 100%;
    margin: 0px auto;
    position: relative;
    min-height: 815px;
 }
.login-h2{
  color:#ffffff;
  text-align:center;
  margin: 0;
  position: absolute;
  top: 28%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width:90%;
}
.login-p1{
  text-align:center;
  color:#ffffff;
  margin: 0;
  position: absolute;
  top:37%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width:90%;
}
.login-p2{
  text-align:center;
   color:#ffffff;
   margin: 0;
   position: absolute;
   top: 45%;
   left: 50%;
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   width:90%;
}

.login-divl{
  width: 70%;
  margin: 0px auto;
  margin: 0px auto;
  position: relative;
  min-height: 815px;
}
.login-divinner{
  position: absolute;
  top: 40%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);transform:
  translate(-50%, -50%);
  width:90%;
}

}
.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

#password + .glyphicon {
   cursor: pointer;
   pointer-events: all;
 }
 #oldpwd + .glyphicon {
    cursor: pointer;
    pointer-events: all;
  }
#pwd + .glyphicon {
     cursor: pointer;
     pointer-events: all;
   }
#cpwd + .glyphicon {
      cursor: pointer;
      pointer-events: all;
    }

 .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 39px;
    text-align: center;
    pointer-events: none;
}

#changePass .form-control-feedback{
  color:#000000;
}
