/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Layout inicialisation */
/*-------------------------------------------------------------------------------------------------------------------------------*/

html {
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: 'Montserrat', sans-serif;
	color: #333;
	font-size: 16px;
	position: relative;
}

/*** Overflowing ***/

.no-overflow {
	overflow: hidden;
}

.no-overflow-x {
	overflow-x: hidden;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Common Spacing, Padding, Margins */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.page-section {
	padding: 80px 0;
	position: relative;
}

.page-section-half {
	padding: 40px 0;
	overflow: hidden;
}

.initial-section {
	padding-top: 190px !important;
}


/*** Popped section ***/

.popped-section {
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 2px;
}

.popped-section .page-section {
	border-radius: 2px;
	box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
}


@media (min-width: 768px) {
	
	.popped-section {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.popped-section .container {
	    width: 708px;
	}
}

@media (min-width: 992px) {
	
	.popped-section {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.popped-section .container {
	    width: 895px;
	}
}

@media (min-width: 1200px) {
	
	.popped-section .container {
	    width: 1100px;
	}
}



/*** Global margins ***/

.add-top {
	margin-top: 80px !important;
}

.add-bottom {
	margin-bottom: 80px !important;
}

.add-top-medium {
	margin-top: 30px !important;
}

.add-bottom-medium {
	margin-bottom: 30px !important;
}

.add-both-medium {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.add-top-small {
	margin-top: 15px !important;
}

.add-bottom-small {
	margin-bottom: 15px !important;
}

.add-both-small {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}


/*** Global Paddings ***/

.pad-top {
	padding-top: 80px;
}

.pad-top-fixed {
	padding-top: 80px;
}

.pad-bottom {
	padding-bottom: 80px;
}

.pad-top-small {
	padding-top: 40px;
}

.pad-bottom-small {
	padding-bottom: 40px;
}

.pad-both-small {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}


/*** Margins & paddings removal ***/

.remove-top {
	margin-top: 0 !important;
}

.remove-bottom {
	margin-bottom: 0 !important;
}

.remove-pad-top {
	padding-top: 0 !important;
}

.remove-pad-bottom {
	padding-bottom: 0 !important;
}

.remove-lr-pad {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.remove-bottom-child > * {
	margin-bottom: 0 !important;
}


@media (max-width: 1199px) {
	.md-add-top-medium {
		margin-top: 30px !important;
	}
		
	.md-add-bottom-medium {
		margin-bottom: 30px !important;
	}
	
	.md-add-both-medium {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
	
	.md-add-top-small {
		margin-top: 15px !important;
	}
	
	.md-add-bottom-small {
		margin-bottom: 15px !important;
	}
	
	.md-add-both-small {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
}

@media (max-width: 991px) {	
	.sm-add-top-medium {
		margin-top: 30px !important;
	}
	
	.sm-add-bottom-medium {
		margin-bottom: 30px !important;
	}
	
	.sm-add-both-medium {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
	
	.sm-add-top-small {
		margin-top: 15px !important;
	}
	
	.sm-add-bottom-small {
		margin-bottom: 15px !important;
	}
	
	.sm-add-both-small {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
}

@media (max-width: 767px) {	
	.xs-add-bottom-medium {
		margin-bottom: 30px !important;
	}
	
	.xs-add-both-medium {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
	
	.xs-add-top-small {
		margin-top: 15px !important;
	}
	
	.xs-add-bottom-small {
		margin-bottom: 15px !important;
	}
	
	.xs-add-both-small {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
	
	.xs-remove-top {
		margin-top: 0;
	}
	
	.xs-remove-bottom {
		margin-bottom: 0 !important;
	}
	
	.xs-remove-pad-top {
		padding-top: 0;
	}
	
	.xs-remove-pad-bottom {
		padding-bottom: 0 !important;
	}
	
	.xs-remove-lr-pad {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}



/*** Aligment ***/

.valign {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.text-center > .img-responsive {
	display: inline-block;
}

.block-center {
	margin-left: auto;
	margin-right: auto;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Navigation */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.navbar-default .navbar-nav>.active>a:focus {
	border:none !important;
}

.navbar {
    border: 0;
    margin: 0;
    transition: all .2s ease-in-out;
    background: rgba(255, 255, 255, 0.95);
}

.navbar-nav {
    margin: 0;
}

.navbar .container .navbar-header .navbar-brand {
    padding: 20px 0;
    height: 100%;
    transition: all .2s ease-in-out;
}

.navbar-logo {
	width: 177px;
    height: 62px;
    margin-left: 15px;
    transition: all .2s ease-in-out;
}

.navbar-default .navbar-nav > li > a {	
	padding: 4px 0px 2px;
    margin: 37px 12px;
	font-size: 17px;
	font-weight: 600;
	line-height: normal;
	border-bottom: 2px solid transparent;
	color: #999;
	transition: all 0.25s ease;
	letter-spacing: 0.02em;
	position: relative;
}

.navbar-default .navbar-nav > li.navbar-item-red > a {
	color: #c00029;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #000;
}

.navbar-default .navbar-nav>li>a:focus {
	color: #999;
}

.navbar-default .navbar-nav > li > a:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
    bottom: -2px;
    left: 0;
    right: 0;
    position: absolute;
}

.navbar-default .navbar-nav > li > a:hover:after {
	width: 100%;
	background: #c00029;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #000;
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after {
	width: 100%;
	background: #c00029;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #000;
    border-color: #c00029;
}


.navbar-default .navbar-nav > li.separated {	
	position: relative;
	padding-left: 6px;
    margin-left: 5px;
}

.navbar-default .navbar-nav > li.separated:before {	
	width: 1px;
	height: 40px;
	background: #ddd;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}



/*** Sticky navbar transformations **/

.navbar.sticky {
    background: rgba(255, 255, 255, 0.95);
    transition: all .2s ease-in-out;
}

.navbar.sticky .container .navbar-header .navbar-brand {
    padding: 10px 0;
    height: 100%;
}

.navbar.sticky .navbar-logo {
	width: 111px;
    height: 39px;
}

.navbar.sticky .navbar-nav > li > a {
	margin: 16px 12px;
	font-size: 16px;
}

.navbar.sticky  .navbar-grad {
	opacity: 0;
	height: 0;
}


/*** Phone number & call ***/

.navbar-phone-nr {
	margin-left: 30px !important;
}

.navbar-phone-nr:after {
	content: none !important;
}

.navbar-phone-nr .fa {
	color: #048dcf;
}

.mobile-call {
	position: absolute;
    top: 16px;
    left: 5px;
    margin: 0;
    padding: 0 10px;
    font-size: 24px;
    color: #999;
}


/*** Dropdown menu **/

.navbar-default .dropdown-menu {
    padding: 10px 0;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.95);
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 16px 24px 2px rgba(0,0,0,0.4), 0 6px 30px 5px rgba(0,0,0,0.2), 0 8px 10px -5px rgba(0,0,0,0.4);
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.4), 0 6px 30px 5px rgba(0,0,0,0.2), 0 8px 10px -5px rgba(0,0,0,0.4);
}

.navbar-default .dropdown-menu:before {
	content: '';
    display: block;
    position: absolute;
    top: -20px;
    right: 0px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 20px solid rgba(0, 0, 0, 0.95);
}

.navbar-default .dropdown-menu > li > a {
    padding: 6px 20px;
    color: #eee;
    letter-spacing: 0.02em;
    font-weight: 600;
}

.navbar-default .dropdown-menu>li>a:hover,
.navbar-default .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #333;
}

.navbar-default .dropdown-menu>.active>a,
.navbar-default .dropdown-menu>.active>a:hover,
.navbar-default .dropdown-menu>.active>a:focus {
    background-color: #c73b2d;
}

@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		    right: 12px;
	}
}

    



/*** Mobile navbar **/

.navbar-toggle {
	position: absolute;
	top: 14px;
	right: 5px;
	margin: 0;
	border: 0;
	border-radius: 0;
    transition: margin .2s ease-in-out;
    padding: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #999;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #999;
}

.navbar.sticky .navbar-toggle {
	margin-top: 12px;
	margin-bottom: 12px;
    transition: margin .2s ease-in-out;
}


	/* Animated navbar toggle  */
	
	.navbar-toggle .icon-bar:nth-of-type(2) {
		top: 1px;
	}
	
	.navbar-toggle .icon-bar:nth-of-type(3) {
		top: 2px;
	}
	
	.navbar-toggle .icon-bar {
		position: relative;
		transition: all 500ms ease-in-out;
	}
	
	.navbar-toggle.active .icon-bar:nth-of-type(1) {
		top: 6px;
		transform: rotate(45deg);
	}
	
	.navbar-toggle.active .icon-bar:nth-of-type(2) {
		background-color: transparent;
	}
	
	.navbar-toggle.active .icon-bar:nth-of-type(3) {
		top: -6px;
		transform: rotate(-45deg);
	}
	
	
	/* Navbar collapse */
	
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	    max-height: none;
	}
	
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
	    border: none;
	    box-shadow: none;
	}




/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Typography */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*** Anchors ***/

a {
    text-decoration: none;
    transition: 300ms;
}

a:hover,
a:focus { color: ; }

a.active { color: ; }


/*** Headings ***/

h1,h2,h3,h4,h5,h6 {
	font-weight: 800;
	margin-top: 0;
	margin-bottom: 30px;
	color: #000;
}

	/*** h1 ***/

	h1 {
		font-size: 62px;
		letter-spacing: 0.02em;
	}
	

	/*** h2 ***/
	
	h2 {
		font-size: 62px;
		letter-spacing: 0.02em;
	}
	
	h2.medium {
		font-size: 32px;
	}
	
	h2.small {
		font-size: 24px;
	}
	
	
	/*** h3 ***/

	h3 {
		font-size: 24px;
	}
	
	
/*** Sub headings ***/	

.sub-heading {
	color: #c00029;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 15px;
	letter-spacing: 0.05em;
}


/*** Paragraphs ***/

p {
	color: #333;
	font-weight: normal;
	font-size: 16px;
	margin: 0 0 15px;
	line-height: 1.6em;
}

p.small {
	line-height: 1.42857143;
	color: #666;
}

.lead {
	font-weight: normal;
	font-size: 24px;
	color: #444;
	margin-bottom: 50px;
	font-weight: 300;
}

strong, b {
	font-weight: 600;
}

.text-light {
	font-weight: 300;
}

.text-underlined {
	border-bottom: 2px solid #fff;
	display: inline-block;
}

.link-underlined {
	border-bottom: 3px solid #fff;
}

.large {
	font-size: 22px;
    font-weight: 700;
    color: #555;
}


/*** Blockquote ***/

blockquote p {
    font-size: 18px;
    font-style: italic;
    color: #555;
}


/*** Icon styles ***/

.fa-extra-large {
	font-size: 170px;
}

.extra-large-icon {
	font-size: 80px;
	margin-top: 35px;
	margin-bottom: 20px;
	color: #aaa;
}


/*** Check list ***/

.check-list {
	margin-top: 0px;
}

.check-list > li {
	padding-left: 1.5em;
	margin-bottom: 6px;
	font-size: 15px;
	line-height: 1.4em;
	position: relative;
}

.check-list > li:last-child {
	margin-bottom: 0;
}

.check-list > li:before {
	content: '\f058' /*fontawesome char code inside the ''*/;
    font-family: FontAwesome;
    display: inline-block;
    color: #34a334;
    font-size: 1.3em;
    position: absolute;
    left: 0;
}


/*** Caret list ***/

.caret-list {
	margin-top: 0px;
}

.caret-list > li {
	padding-left: 1.5em;
	margin-bottom: 6px;
	font-size: 15px;
	line-height: 1.4em;
	position: relative;
}

.caret-list > li:last-child {
	margin-bottom: 0;
}

.caret-list > li:before {
	content: '\f0da' /*fontawesome char code inside the ''*/;
    font-family: FontAwesome;
    display: inline-block;
    font-size: 1.3em;
    color: #777;
    position: absolute;
    left: 0.5em;
}


/*** WYSIWYG ***/

.wysiwyg a {
	color: #c00029;
}

.wysiwyg a:hover,
.wysiwyg a:focus {
	color: #9f0024;
}

.wysiwyg h2 {
	font-size: 26px;
	margin-top: 25px;
}

.wysiwyg ul {
	margin-bottom: 15px;
}

.wysiwyg ul > li {
	font-size: 15px;
	color: #333;
}

.wysiwyg ol {
	margin: 0 0 15px;
	padding: 0;
	counter-reset: item;
}

.wysiwyg ol > li {
	margin: 0;
	padding: 0 0 0 2em;
	text-indent: -2em;
	list-style-type: none;
	counter-increment: item;
	font-size: 15px;
	color: #333;
	margin-bottom: 6px;
	line-height: 1.4em;
}

.wysiwyg ol > li:before {
	display: inline-block;
	width: 2em;
	padding-right: 0.5em;
	font-weight: bold;
	text-align: right;
	content: counter(item) ".";
}

.wysiwyg img {
	display: block;
    max-width: 100%;
    height: auto;
    border-radius: 2px;
}

.wysiwyg .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.wysiwyg .alignright{
	float: right;
	margin: 0 0 20px 20px;
}

.wysiwyg .aligncenter{
	margin: auto;
}

.wysiwyg > *:last-child {
	margin-bottom: 0;
}




/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Buttons */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.btn {
	-webkit-font-smoothing: antialiased;
	border-radius: 21px;
	font-weight: 800;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	font-size: 16px;
	letter-spacing: 0.05em;
	padding: 8px 25px;
	transition: all .4s ease-in-out;
}

.btn:hover,
.btn:focus {
	box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
}

.btn:active,
.btn.active {
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 4px 10px;
    font-size: 12px;
    letter-spacing: 0.05em;
}

/*** Opposing buttons ***/

.opposing-btns {
	
}

.opposing-btns .left-btn {
	float: left;
}

.opposing-btns .right-btn {
	float: right
}

/*** Row of buttons ***/

.btn-row .btn {
	
}

	/*** Icons in buttons ***/
	
	.btn .fa-chevron-right {
	    font-size: 14px;
	    margin-left: 3px;
	}


	/*** Primary button ***/
	
	.btn-primary {
		background: #c00029;
		border: none;
		padding: 10px 27px;
		color: #fff;
	}
	
	.btn-primary:hover,
	.btn-primary:focus,
	.btn-primary:active,
	.btn-primary.active,
	.open .dropdown-toggle.btn-primary {
		background-color: #e20032;
		color: #fff;
	}
	
	.btn-primary:active:hover,
	.btn-primary.active:hover,
	.open>.dropdown-toggle.btn-primary:hover,
	.btn-primary:active:focus,
	.btn-primary.active:focus,
	.open>.dropdown-toggle.btn-primary:focus,
	.btn-primary:active.focus,
	.btn-primary.active.focus,
	.open>.dropdown-toggle.btn-primary.focus {
	    color: #fff;
	    background-color: #c00029;
	}
	
	
	/*** Facebook button ***/
	
	.btn-fb {
		background: transparent;
		border: 2px solid rgba(60, 90, 153, 0.35);
		color: #3b5998;
		box-shadow: none;
	}
	
	.btn-fb:hover,
	.btn-fb:focus,
	.btn-fb:active,
	.btn-fb.active,
	.open .dropdown-toggle.btn-fb {
		background-color: #3b5998;
		border-color: #3b5998;
		color: #fff;
	}
	
	/*** Red-white button ***/
	
	.btn-red-white {
		background: transparent;
		border: 2px solid #c00029;
		color: #fff;
		box-shadow: none;
	}
	
	.btn-red-white:hover,
	.btn-red-white:focus,
	.btn-red-white:active,
	.btn-red-white.active,
	.open .dropdown-toggle.btn-red-white {
		background-color: #3b5998;
		border-color: #3b5998;
		color: #fff;
	}
	
	/*** Outline button ***/
	
	.btn-outline {
		background: transparent;
		border: 2px solid #c00029;
		color: #c00029;
		box-shadow: none;
	}
	
	.btn-outline:hover,
	.btn-outline:focus,
	.btn-outline:active,
	.btn-outline.active,
	.open .dropdown-toggle.btn-outline {
		background-color: #c00029;
		border-color: #c00029;
		color: #fff;
	}
		
	/*** Outline white button ***/
	
	.btn-outline-white {
		background: transparent;
		border: 2px solid #fff;
		color: #fff;
		box-shadow: none;
	}
	
	.btn-outline-white:hover,
	.btn-outline-white:focus,
	.btn-outline-white:active,
	.btn-outline-white.active,
	.open .dropdown-toggle.btn-outline-white {
		background-color: #fff;
		border-color: #fff;
		color: #c00029;
	}
	
	
	


/*** Secondary button ***/

.btn-secondary {
	background: #CCC;
	border-color: #CCC;
	color: #333;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
	background-color: #777;
	border-color: #777;
	color: #fff;
}


/*** White button ***/

.btn-white {
	background: #fff;
	border-color: #fff;
	color: #333;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
	background-color: #777;
	border-color: #777;
	color: #fff;
}


	










/*!
 * Waves v0.7.5
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2016 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE 
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0) translate(0, 0);
  -moz-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  -o-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}
.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
}
.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}
.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
  padding: 0;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}
.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.waves-float:active {
  -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}
.waves-block {
  display: block;
}






/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Large list */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.large-list > li {
	display: block;
	background: #fff;
	font-size: 20px;
	text-align: center;
	padding: 10px 15px;
	border-radius: 3px;
}

.large-list > li {
	margin-top: 15px;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Footer */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.footer {
	background: #fff;
	padding: 45px 0;
}

.footer-item {
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 0 35px;
	margin: 15px 0;
}

.footer-item a {
	display: block;
	color: #000;
	border-radius: 2px;
	padding: 30px 0;
	transition: all 0.4s ease-in-out;
	word-break: break-word;
}

.footer-item .fa {
	font-size: 72px;
	color: #c00029;
	margin-bottom: 15px;
	transition: all 0.4s linear;
}

.footer-item .title {
	color: #000;
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 15px;
	transition: all 0.4s linear;
}

.footer-item a:hover,
.footer-item a:focus {
	text-decoration: none;
	color: #fff;
	box-shadow: inset 0px 0px 200px 100px #c00029, 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
}

.footer-item a:hover .title,
.footer-item a:focus .title {
	color: #fff;
}

.footer-item a:hover .fa,
.footer-item a:focus .fa {
	color: rgba(255, 255, 255, 0.5);
	transform: scale(1.1);
}


/*** Sub footer ***/

.sub-footer {
	font-size: 13px;
	text-align: center;
	margin-top: 45px;
	color: #999;
	letter-spacing: 0.02em;
}

.sub-footer a {
	color: #999;
	text-decoration: underline;
}






/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Forms & Inputs */
/*-------------------------------------------------------------------------------------------------------------------------------*/






/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Parallax */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.parallax {
    width: 100%;
    margin: 0;
    background-attachment: fixed;
	background-size: cover;
	background-position-x: 50%;
	background-repeat: no-repeat;
}

.parallax-mobile {
    background-position: 50% 0 !important;
    background-attachment: scroll !important;
    background-size: contain;
}

.parallax-reference-detail { background-image: url('../img/reference-detail-bg.jpg'); }

.parallax-blog { background-image: url('../img/blog-bg.jpg'); }


/*** Heart section ***/

.heart-section {
	position: relative;
}

.heart-icon svg {
	fill: #e7e7e7;
	height: 360px;
}

.heart-motto {
	color: #c00029;
	font-size: 62px;
	font-weight: 800;
	text-align: right;
	position: absolute;
	top: 0;
	right: 15px;
	line-height: normal;
}




/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Dividers */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.divider-left {
	display: block;
	height: 2px;
	width: 115px;
	background: #da1b5b;
	margin: 15px 0;
}

.divider-small {
	display: block;
	height: 2px;
	width: 50px;
	background: #da1b5b;
	margin: 20px auto 28px;
	position: relative;
}


/*** Bordering ***/

.border-bottom {
	border-bottom: 1px solid #e1e1e1;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Owl navigation */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.owl-edge-nav .owl-nav {
	margin-top: 0;
	-webkit-tap-highlight-color: transparent;
}
  
.owl-edge-nav .owl-nav [class*='owl-'] {
	position: absolute;
	top: 50%;
	
	width: 60px;
	height: 60px;
	border-radius: 100%;
	font-size: 44px;
	line-height: 57px;
	text-align: center;
	
	padding: 0;
	margin: -30px 15px 0;
	background: #fff;
	color: #666;
	
	transition: all .4s ease-in-out;
	box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
}

.owl-edge-nav .owl-nav [class*='owl-']:hover,
.owl-edge-nav .owl-nav [class*='owl-']:focus {
	color: #000;
	text-decoration: none;
	background: #fff;
	box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
}
    
.owl-edge-nav .owl-prev { 
	left: 0;
	text-indent: -2px;
} 
 
.owl-edge-nav .owl-next { 
	right: 0;
	text-indent: 2px;
} 
     
.owl-edge-nav .owl-nav .disabled,
.owl-edge-nav .owl-nav .disabled:hover,
.owl-edge-nav .owl-nav .disabled:focus {
	background: rgba(255, 255, 255, 1);
    color: #ccc;
    opacity: 1;
}

.owl-edge-nav .owl-nav .disabled:hover,
.owl-edge-nav .owl-nav .disabled:focus {
	box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
}


/*** Owl center circular nav ***/

.owl-center-nav .owl-nav {
	margin-top: 0;
	-webkit-tap-highlight-color: transparent;
}
  
.owl-center-nav .owl-nav [class*='owl-'] {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    background: #fff;
    color: #666;
    transition: all .4s ease-in-out;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
}

.owl-center-nav .owl-nav [class*='owl-']:hover,
.owl-center-nav .owl-nav [class*='owl-']:focus {
	color: #000;
	text-decoration: none;
	background: #fff;
	box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
}
    
.owl-center-nav .owl-prev { 
	text-indent: -2px;
} 
 
.owl-center-nav .owl-next { 
	text-indent: 2px;
} 
     
.owl-center-nav .owl-nav .disabled,
.owl-center-nav .owl-nav .disabled:hover,
.owl-center-nav .owl-nav .disabled:focus {
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.3);
}





/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Intro */
/*-------------------------------------------------------------------------------------------------------------------------------*/

#owl-intro .item {
	background-size: cover;
	padding-top: 102px;
	height: 100vh;
	max-height: 1080px;
	position: relative;
}

#owl-intro .item:before {
	content: '';
	display: block;
	width: 100%;
	height: 250px;
	position: absolute;
	bottom: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#owl-intro .item .content {
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 100%;
	z-index: 1;
}

.intro h1 {
	color: #c00029;
	font-size: 72px;
	margin-bottom: 0;
	text-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
}

.intro .btn {
	margin-top: 25px;
	box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3);
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Features */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.feature-item {
	margin-bottom: 50px;
}

.feature-item h2 {
	font-size: 32px;
}

.feature-item svg {
	height: 180px;
	display: block;
	fill: #ccc;
	z-index: -1;
	position: relative;
}

.feature-item .content {
	margin-top: -75px;
	z-index: 1;
	position: relative;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Owl news */
/*-------------------------------------------------------------------------------------------------------------------------------*/

#owl-news {
	position: static;
	padding: 0 100px;
	margin-bottom: 50px;
}

#owl-news.owl-edge-nav .owl-nav [class*='owl-'] {
	margin: -30px 0 0;
}

#owl-news.owl-edge-nav .owl-prev {
    left: -15px;
}

#owl-news.owl-edge-nav .owl-next {
    right: -15px;
}

#owl-news img {
	display: block;
	float: left;
	width: 400px;
	border-radius: 2px;
	box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
	margin: 15px 20px 30px 20px;
}

#owl-news .content {
	padding: 30px 0 0 500px;
}

#owl-news .date {
	font-size: 15px;
	font-weight: 300;
	color: #666;
	margin-bottom: 10px;
	letter-spacing: 0.02em;
}
  
#owl-news h1 {
	font-size: 32px;
	margin-bottom: 15px;
}






/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Owl Testimonials */
/*-------------------------------------------------------------------------------------------------------------------------------*/

#owl-testimonials {
	position: static;
}

#owl-testimonials .item {
	text-align: center;
}

#owl-testimonials.owl-edge-nav .owl-nav [class*='owl-'] {
	margin: -30px 0 0;
}

#owl-testimonials.owl-edge-nav .owl-prev {
    left: -15px;
}

#owl-testimonials.owl-edge-nav .owl-next {
    right: -15px;
}

#owl-testimonials p {
	font-family: 'Lora', serif;
	color: #fff;
	font-size: 24px;
	padding: 0 100px;
}

#owl-testimonials .name {
	color: #fff;
	font-size: 26px;
}

#owl-testimonials .company {
	color: #ccc;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Partners */
/*-------------------------------------------------------------------------------------------------------------------------------*/

#owl-partners {
	margin-bottom: 40px;
}

#owl-partners .item {
	
}

#owl-partners a  {
	display: block;
	background: #fff;
}

#owl-partners a img {
	margin: auto;
	transition: all .4s linear;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

#owl-partners a:hover img,
#owl-partners a:focus img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* References */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.reference-item a {
	display: block;
	position: relative;
	z-index: 1;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	overflow: hidden;
	margin: 15px auto;
	transition: all .4s ease-in-out;
	height: 262.5px;
}

.reference-item a:hover,
.reference-item a:focus {
	box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
}

.reference-item img {
	display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    height: 100%;
    margin: auto;
    transition: all .4s ease-in-out;
}

.reference-item .overlay {
	width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 30px;
    transition: all .4s ease-in-out;
}

.reference-item .title {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	line-height: normal;
}

.reference-item .action {
	display: inline-block;	
	border-radius: 21px;
    font-weight: 800;
    font-size: 0px;
    letter-spacing: 0.05em; 
    color: #fff;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all .4s ease-in-out;
	position: absolute;
	left: 0;
	right: 0;
}

.reference-item a:hover img,
.reference-item a:focus img {
	filter: blur(5px);
}

.reference-item a:hover .overlay,
.reference-item a:focus .overlay {
    background-color: rgba(145, 0, 6, 0.75);
}

.reference-item a:hover .action,
.reference-item a:focus .action {
	margin-top: 15px;
	padding: 6px 22px;
    height: 37px;
    border: 2px solid #fff;
    opacity: 1;
    font-size: 15px;
    position: relative;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Catalog */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.catalog-item__inner {
	display: block;
	position: relative;
	z-index: 1;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	overflow: hidden;
	margin: 15px auto;
	transition: all .4s ease-in-out;
	height: 262.5px;
}

.catalog-item__inner:hover,
.catalog-item__inner:focus {
	box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
}

.catalog-item img {
	display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    height: 100%;
    margin: auto;
    transition: all .4s ease-in-out;
}

.catalog-item .overlay {
	width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 30px;
    transition: all .4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-item__content {
	position: relative;
}

.catalog-item .title {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	line-height: normal;
}

.catalog-item__actions {
	height: 0;
	opacity: 0;
	transition: all .4s ease-in-out;
	overflow: hidden;
}

.catalog-item__actions .btn {
	box-shadow: none; 
}

.catalog-item__inner:hover img,
.catalog-item__inner:focus img {
	filter: blur(5px);
}

.catalog-item__inner:hover .overlay,
.catalog-item__inner:focus .overlay {
    background-color: rgba(145, 0, 6, 0.75);
}

.catalog-item__inner:hover .catalog-item__actions,
.catalog-item__inner:focus .catalog-item__actions {
	margin-top: 15px;
	height: auto;
    opacity: 1;
    
}









/*-------------------------------------------------------------------------------------------------------------------------------*/
/* References - detail */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.reference-main-img {
	position: relative;
	margin: 0 auto 50px;
	width: 100%;
}

.reference-main-img:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #c00029;
	position: absolute;
	bottom: -15px;
	right: -15px;
}

.reference-main-img img {
	display: block;
	position: relative;
	z-index: 1;
	box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
}

.reference-detail-title {
	font-size: 42px;
}

.reference-detail-desc {
	color: #c00029;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 3px;
}

.references-tag {
	display: inline-block;
	background: #eee;
	border-radius: 2px;
	padding: 4px 8px;
	font-size: 14px;
	margin: 2px 0;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Gallery */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.gallery {
	text-align: center;
}

.gallery-item {
	position: relative;
	display: inline-block;
	margin: 15px;
}

.gallery-item img {
	z-index: 1;
	position: relative;
	border-radius: 2px;
	transition: all 0.5s ease-in-out;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
	width: 160px;
}

.gallery-item .overlay {
	background-color: rgba(145, 0, 6, 0.75);
	opacity: 0;
	transition: all 0.5s ease-in-out;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	border-radius: 2px;
	z-index: 1;
}

.gallery-item .overlay .fa {
	color: #fff; 	
	font-size: 0;
	transition: all 0.5s ease-in-out;
}


.gallery-item:hover img,
.gallery-item:focus img{
	box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
}

.gallery-item:hover .overlay,
.gallery-item:focus .overlay {
	opacity: 1;
}

.gallery-item:hover .fa,
.gallery-item:focus .fa {
	font-size: 48px;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Contact item */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.contact-item {
	text-align: center;
}

.contact-item > .fa {
	margin-bottom: 15px;
	text-align: center;
	background: #fff;
	color: #c00029;
	font-size: 42px;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	line-height: 90px;
	box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
}

.contact-item h2 {
	font-size: 26px;
	margin-bottom: 15px;	
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Team members */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.team-member {
	margin-top: 50px;
	text-align: center;
}

.team-member .team-member-photo {
	position: relative;
	margin: 0 auto 30px;
	width: 160px;
	height: 160px;
	border-radius: 100%;
}

.team-member .team-member-photo:before {
	content: '';
	display: block;
	width: 160px;
	height: 160px;
	background: #c00029;
	position: absolute;
	bottom: -10px;
	right: -10px;
	border-radius: 100%;
}

.team-member .team-member-photo img {
	display: block;
	position: relative;
	z-index: 1;
	border-radius: 100%;
	box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
}

.team-member .name {
	font-size: 24px;
	font-weight: 800;
}

.team-member .position {
	color: #555;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 10px;
}

.team-member ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.team-member .phone {
	color: #555;
}

.team-member .phone:hover,
.team-member .phone:focus {
	text-decoration: none;
}

.team-member .e-mail {
	color: #a20023;
}










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

.partners-member + .partners-member {
	margin-top: 50px;
}

.partners-member img {
	margin: 0 auto 15px;
	width: 200px;
	border: 2px solid #eee;
	float: left;
	border-radius: 2px;
	transition: all .4s ease-in-out;
}

.partners-member a:hover img,
.partners-member a:focus img {
	box-shadow: 0 16px 28px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21);
}

.partners-member .content {
	padding-left: 250px;
}

.partners-member h2 {
	font-size: 26px;
}

.partners-member h2 a {
	color: #000;
	text-decoration: none;
}





/*-------------------------------------------------------------------------------------------------------------------------------*/
/* News on homepage */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.news-item {
	margin-bottom: 50px;
}

.news-item h1 {
	font-size: 20px;
	margin-bottom: 10px;
}

.news-item h1 a {
	color: #000;
}

.news-item .img-outer {
	padding-right: 0;
}

.news-item img {
	border-radius: 100%;
	margin: 0 auto;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Blog */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.news-post-listing + .news-post-listing {
	margin-top: 50px;
}

.news-post-listing h1 {
	font-size: 36px;
	margin-bottom: 15px;
}

.news-post-listing h1 a {
	color: #000;
}

.news-post-listing h1 a:hover,
.news-post-listing h1 a:focus {
	text-decoration: none;
}

.news-post-listing .date {
	color: #ccc;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.news-post-listing .img-outer {
	position: relative;
	border-radius: 2px;
	max-width: 350px;
	margin: 0 auto;
}

.news-post-listing .img-outer:before {
	content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #c00029;
    position: absolute;
    bottom: -10px;
    left: -10px;
    border-radius: 2px;
}

.news-post-listing img {
	position: relative;
	z-index: 1;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
	transition: all .4s ease-in-out;
}

.news-post-listing a:hover img,
.news-post-listing a:focus img {
	box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
}

/*** Blog article ***/

.article-main-img { 
	margin-bottom: 45px;
	position: relative;
}

.article-main-img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #c00029;
    position: absolute;
    bottom: -15px;
    left: -15px;
    border-radius: 2px;
}

.article-main-img img {	
	background: #fff;
	border-radius: 2px;
	position: relative;
	z-index: 1;
	box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
}

.news-article h1 {
	font-size: 42px;
	margin-bottom: 15px;
}

.news-article .date {
	color: #ccc;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.1em;
}










/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Action panel */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.action-panel {
	padding-top: 70px;
	padding-bottom: 70px;
	background: #da1b5b;
	color: #fff;
}

.action-panel.with-bg {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #333;
	width: 100%;
    margin: 0;
	background-size: cover;
	background-position: 50%;
}

.action-panel h2 {
	margin: 0;
	font-weight: 300;
	color: #fff;
}

.action-panel p {
	margin: 0;
	font-size: 18px;
	color: #fff;
}

.action-panel .btn {
	float: right;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.action-panel.bg-yellow {
	background-color: #ddf335;
}




/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Common Bootstrap modifications & others */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.img-rounded {
    border-radius: 2px;
}

/*** Jumbotron ***/

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background: #f6f6f6;
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 0;
}

.jumbotron h1 {
    color: #142e65;
    font-size: 46px;
}

/*** Panel group ***/

.panel-group {
	margin-bottom: 15px;
}

/*** Panel accordeon ***/

.panel-group .panel.panel-accordeon  {
    overflow: hidden;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    background: transparent;
}

.panel-group .panel.panel-accordeon + .panel-accordeon {
    margin-top: 15px;
}

.panel-accordeon .panel-heading h3 {
	font-size: 22px;
}

.panel-accordeon .panel-heading {
    padding: 0;
    border-bottom: none;\
}

.panel-accordeon .panel-title a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    background: transparent;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    color: #000;
    border-bottom: 1px solid #ccc;
}

.panel-accordeon .panel-title a:hover,
.panel-accordeon .panel-title a:focus  {
	background: transparent;
}

.panel-group .panel-accordeon .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-accordeon .panel-heading+.panel-collapse>.list-group {
    border: none;
    border-top: none;
    border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	padding: 15px 0;
}

.panel-accordeon *:last-child {
	margin-bottom: 0;
}

.panel-heading .accordion-toggle:before {
    /* symbol for "opening" panels */
    font-family: 'FontAwesome';  /* essential for enabling glyphicon */
    content: "\f107";      /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #fff;         /* adjust as needed */
    color: rgba(0, 0, 0, 0.25);
    margin-right: 5px;
}

.panel-heading .accordion-toggle.collapsed:before {
    /* symbol for "collapsed" panels */
    content: "\f105"; /* adjust as needed, taken from bootstrap.css */
}

.panel-heading .accordion-toggle .question-title {
    padding-right: 30px;
}


/*** Well ***/

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #eee;;
    border: none;
    border-radius: 0;
    box-shadow: none;
}


/*** Pagintation ***/

.pagination>li>a, .pagination>li>span {
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #8C1422;
    background-color: #efefef;
    border: none;
    margin-left: 0px;
    margin: 0 2px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 2px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    margin-right: 0;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #8C1422;
    background-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #c00029;
    cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    background-color: #efefef;
}


/*** Pager ***/

.pager li>a,
.pager li>span {
    display: inline-block;
	background: transparent;
    border: 2px solid #c00029;
    color: #c00029;    
    border-radius: 21px;
	font-weight: 800;
	font-size: 16px;
	letter-spacing: 0.05em;
	padding: 8px 25px;
    transition: all .4s ease-in-out;
}

.pager li>a:hover,
.pager li>a:focus,
.pager li>a:active {
	background-color: #c00029;
	color: #fff;
	box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
}





/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Photo gallery */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.photo-gallery-magnific a img,
.photo-gallery-magnific a img {
	transition: all .4s ease-in-out;
	backface-visibility: hidden;
}

.photo-gallery-magnific a:hover img,
.photo-gallery-magnific a:focus img {
	opacity: 0.8;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Social links box */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.social-links-box {
	background: #fff;
    border-radius: 15px;
    padding: 15px 12px;
    position: absolute;
    right: 15px;
    top: 150px;
    z-index: 10;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
}

.social-links-box a {
	display: block;
	width: 36px;
	height: 36px;
	text-align: center;
	border-radius: 100%;
	background: #666;
	color: #fff;
}

.social-links-box a:hover,
.social-links-box a:focus {
	box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);	
}

.social-links-box a.facebook {
	background: #3b5998;
}

.social-links-box a.youtube {
	background: #e52d27;
}

.social-links-box a .fa {
	line-height: 36px;
}

.social-links-box a + a {
	margin-top: 10px;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Bootstrap modal */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.modal-content {
    border: none;
    border-radius: 0px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    overflow: hidden;
}

.modal-backdrop {
    background-color: #000;
}

.modal-backdrop.in {
    opacity: .7;
    filter: alpha(opacity=70);
}

.modal-header {
    padding: 30px 50px;
    border-bottom: none;
    background: #eee;
}

.modal-header .close {
    margin-top: 0px;
}

.modal-title {
    font-size: 28px;
}

.close {
    font-size: 28px;
    line-height: 1.42857143;
    color: #333;
    text-shadow: none;
    opacity: .3;
    filter: alpha(opacity=20);
}

.close:hover, .close:focus {
    color: #333;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal-body {
    padding: 30px 50px;
}

.modal-big-icon {
	font-size: 70px;
	text-align: center;
	color: #09C825;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Google Map */
/*-------------------------------------------------------------------------------------------------------------------------------*/


#map-canvas {
	position: absolute !important;
	right: 0;
    overflow: hidden;
    width: 50%;
    height: 420px;
    border: none;
    z-index: 0;
    border-radius: 2px;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Magnigic popup */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }




/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Colors */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*** Text colors ***/

.text-white {
	color: #ffffff;
}

.text-white .lead {
	color: #ffffff;
}	

.text-grey {
	color: #898998;
}

.text-light-grey {
	color: #eee;
}

.text-red,
.text-red a {
	color: #e20500 !important;
}

.text-fb-color {
	color: #3b5998;
}


/*** Backgrounds ***/

.bg-white {
	background: #fff;
}

.bg-light-grey {
	background: #f4f4f4;
}

.bg-dark-grey {
	background: #222;
}








/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Materialize forms */
/*-------------------------------------------------------------------------------------------------------------------------------*/



/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0;
}

.fade-in {
  opacity: 0;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}




/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}








/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::-webkit-input-placeholder {
  color: #d1d1d1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #d1d1d1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #d1d1d1;
}

:-ms-input-placeholder {
  color: #d1d1d1;
}

/* Text inputs */
input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 38px;
  width: 100%;
  font-size: 17px;
  margin: 0 0 20px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
  color: #666;
}

input:not([type]):disabled, input:not([type])[readonly="readonly"],
input[type=text]:disabled,
input[type=text][readonly="readonly"],
input[type=password]:disabled,
input[type=password][readonly="readonly"],
input[type=email]:disabled,
input[type=email][readonly="readonly"],
input[type=url]:disabled,
input[type=url][readonly="readonly"],
input[type=time]:disabled,
input[type=time][readonly="readonly"],
input[type=date]:disabled,
input[type=date][readonly="readonly"],
input[type=datetime]:disabled,
input[type=datetime][readonly="readonly"],
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly="readonly"],
input[type=tel]:disabled,
input[type=tel][readonly="readonly"],
input[type=number]:disabled,
input[type=number][readonly="readonly"],
input[type=search]:disabled,
input[type=search][readonly="readonly"],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}

input:not([type]):disabled + label,
input:not([type])[readonly="readonly"] + label,
input[type=text]:disabled + label,
input[type=text][readonly="readonly"] + label,
input[type=password]:disabled + label,
input[type=password][readonly="readonly"] + label,
input[type=email]:disabled + label,
input[type=email][readonly="readonly"] + label,
input[type=url]:disabled + label,
input[type=url][readonly="readonly"] + label,
input[type=time]:disabled + label,
input[type=time][readonly="readonly"] + label,
input[type=date]:disabled + label,
input[type=date][readonly="readonly"] + label,
input[type=datetime]:disabled + label,
input[type=datetime][readonly="readonly"] + label,
input[type=datetime-local]:disabled + label,
input[type=datetime-local][readonly="readonly"] + label,
input[type=tel]:disabled + label,
input[type=tel][readonly="readonly"] + label,
input[type=number]:disabled + label,
input[type=number][readonly="readonly"] + label,
input[type=search]:disabLled + label,
input[type=search][readonly="readonly"] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.26);
}

input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #1e94e2;
  box-shadow: 0 1px 0 0 #1e94e2;
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #1e94e2;
}

input:not([type]).valid, input:not([type]):focus.valid,
input[type=text].valid,
input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime].valid,
input[type=datetime]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=search].valid,
input[type=search]:focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}

input:not([type]).valid + label:after,
input:not([type]):focus.valid + label:after,
input[type=text].valid + label:after,
input[type=text]:focus.valid + label:after,
input[type=password].valid + label:after,
input[type=password]:focus.valid + label:after,
input[type=email].valid + label:after,
input[type=email]:focus.valid + label:after,
input[type=url].valid + label:after,
input[type=url]:focus.valid + label:after,
input[type=time].valid + label:after,
input[type=time]:focus.valid + label:after,
input[type=date].valid + label:after,
input[type=date]:focus.valid + label:after,
input[type=datetime].valid + label:after,
input[type=datetime]:focus.valid + label:after,
input[type=datetime-local].valid + label:after,
input[type=datetime-local]:focus.valid + label:after,
input[type=tel].valid + label:after,
input[type=tel]:focus.valid + label:after,
input[type=number].valid + label:after,
input[type=number]:focus.valid + label:after,
input[type=search].valid + label:after,
input[type=search]:focus.valid + label:after,
textarea.materialize-textarea.valid + label:after,
textarea.materialize-textarea:focus.valid + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}

input:not([type]).invalid, input:not([type]):focus.invalid,
input[type=text].invalid,
input[type=text]:focus.invalid,
input[type=password].invalid,
input[type=password]:focus.invalid,
input[type=email].invalid,
input[type=email]:focus.invalid,
input[type=url].invalid,
input[type=url]:focus.invalid,
input[type=time].invalid,
input[type=time]:focus.invalid,
input[type=date].invalid,
input[type=date]:focus.invalid,
input[type=datetime].invalid,
input[type=datetime]:focus.invalid,
input[type=datetime-local].invalid,
input[type=datetime-local]:focus.invalid,
input[type=tel].invalid,
input[type=tel]:focus.invalid,
input[type=number].invalid,
input[type=number]:focus.invalid,
input[type=search].invalid,
input[type=search]:focus.invalid,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea:focus.invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}

input:not([type]).invalid + label:after,
input:not([type]):focus.invalid + label:after,
input[type=text].invalid + label:after,
input[type=text]:focus.invalid + label:after,
input[type=password].invalid + label:after,
input[type=password]:focus.invalid + label:after,
input[type=email].invalid + label:after,
input[type=email]:focus.invalid + label:after,
input[type=url].invalid + label:after,
input[type=url]:focus.invalid + label:after,
input[type=time].invalid + label:after,
input[type=time]:focus.invalid + label:after,
input[type=date].invalid + label:after,
input[type=date]:focus.invalid + label:after,
input[type=datetime].invalid + label:after,
input[type=datetime]:focus.invalid + label:after,
input[type=datetime-local].invalid + label:after,
input[type=datetime-local]:focus.invalid + label:after,
input[type=tel].invalid + label:after,
input[type=tel]:focus.invalid + label:after,
input[type=number].invalid + label:after,
input[type=number]:focus.invalid + label:after,
input[type=search].invalid + label:after,
input[type=search]:focus.invalid + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea:focus.invalid + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}

input:not([type]).validate + label,
input[type=text].validate + label,
input[type=password].validate + label,
input[type=email].validate + label,
input[type=url].validate + label,
input[type=time].validate + label,
input[type=date].validate + label,
input[type=datetime].validate + label,
input[type=datetime-local].validate + label,
input[type=tel].validate + label,
input[type=number].validate + label,
input[type=search].validate + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
  pointer-events: none;
}

input:not([type]) + label:after,
input[type=text] + label:after,
input[type=password] + label:after,
input[type=email] + label:after,
input[type=url] + label:after,
input[type=time] + label:after,
input[type=date] + label:after,
input[type=datetime] + label:after,
input[type=datetime-local] + label:after,
input[type=tel] + label:after,
input[type=number] + label:after,
input[type=search] + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 60px;
  opacity: 0;
  transition: .2s opacity ease-out, .2s color ease-out;
}

.input-field {
  position: relative;
  margin-top: 1rem;
}

.input-field.col label {
  left: 0.75rem;
}

.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}

.input-field label {
  color: #999;
  position: absolute;
  top: 0.8rem;
  font-size: 17px;
  font-weight: normal;
  cursor: text;
  transition: .2s ease-out;
  left: 0;
}

.input-field label.active {
  font-size: 14px;
  -webkit-transform: translateY(-140%);
          transform: translateY(-140%);
      color: #666;
          top: 1em;
}

.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color .2s;
}

.input-field .prefix.active {
  color: #26a69a;
}

.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.input-field .prefix ~ label {
  margin-left: 3rem;
}

@media only screen and (max-width: 992px) {
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}

@media only screen and (max-width: 600px) {
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}

/* Search Field */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
}

.input-field input[type=search]:focus {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #444;
}

.input-field input[type=search]:focus + label i,
.input-field input[type=search]:focus ~ .mdi-navigation-close,
.input-field input[type=search]:focus ~ .material-icons {
  color: #444;
}

.input-field input[type=search] + label {
  left: 1rem;
}

.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: .3s color;
}

/* Textarea */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}

textarea.materialize-textarea {
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: .8rem 0 1.6rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 8rem;
}

.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
}

/* Autocomplete */
.autocomplete-content {
  margin-top: -15px;
  display: block;
  opacity: 1;
  position: static;
}

.autocomplete-content li .highlight {
  color: #444;
}

.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}

/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  /* webkit (konqueror) browsers */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
}

/* Unchecked styles */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border-radius: 50%;
}

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
  border: 2px solid #5a5a5a;
}

[type="radio"]:not(:checked) + label:after {
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
}

/* Checked styles */
[type="radio"]:checked + label:before {
  border: 2px solid transparent;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border: 2px solid #26a69a;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
  background-color: #26a69a;
  z-index: 0;
}

[type="radio"]:checked + label:after {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

/* Radio With gap */
[type="radio"].with-gap:checked + label:after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

/* Focused styles */
[type="radio"].tabbed:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26);
}

[type="radio"].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

/* Disabled style */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD;
}

/* Checkboxes
   ========================================================================== */
/* CUSTOM CSS CHECKBOXES */
form p {
  margin-bottom: 10px;
  text-align: left;
}

form p:last-child {
  margin-bottom: 0;
}

/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type="checkbox"] {L
  /* checkbox aspect */
}

[type="checkbox"] + label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;  
	-webkit-user-select: none;
	/* webkit (safari, chrome) browsers */
	-moz-user-select: none;
	/* mozilla browsers */
	-khtml-user-select: none;
	/* webkit (konqueror) browsers */
	-ms-user-select: none;
	/* IE10+ */
}

[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s;
}

[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

[type="checkbox"]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

[type="checkbox"].tabbed:focus + label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #4CAF50;
  border-bottom: 2px solid #4CAF50;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent;
}

[type="checkbox"].filled-in + label:after {
  border-radius: 2px;
}

[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

[type="checkbox"].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}

[type="checkbox"].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}

[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}

[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD;
}

[type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent;
}

[type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}

/* Switch
   ========================================================================== */
.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.switch label {
  cursor: pointer;
}

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1;
}

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a;
  left: 24px;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}

.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #F1F1F1;
  border-radius: 21px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -3px;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #BDBDBD;
}

/* Select Field
   ========================================================================== */
select {
  display: none;
}

select.browser-default {
  display: block;
}

select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}

.select-label {
  position: absolute;
}

.select-wrapper {
  position: relative;
}

.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 38px;
  line-height: 3rem;
  width: 100%;
  font-size: 17px;
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
}

.select-wrapper.has-error input.select-dropdown {
	border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.select-wrapper.has-success input.select-dropdown {
	border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.select-wrapper span.caret {
	color: initial;
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 16px;
	display: inline-block;
	width: auto;
	height: auto;
	margin-left: 0;
	vertical-align: middle;
	border-top: none;
	border-top: none \9;
	border-right: none;
	border-left: none;
}

.select-wrapper span.caret.disabled {
  color: rgba(0, 0, 0, 0.26);
}

.select-wrapper + label {
  position: absolute;
  top: -17px;
  font-size: 13px;
  color: #666;
}

select:disabled {
  color: rgba(0, 0, 0, 0.3);
}

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -ms-user-select: none;
  /* IE10+ */
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.select-wrapper i {
  color: #444;
}

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
  display: none;
}

.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.prefix ~ label {
  margin-left: 3rem;
}

.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}

.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}

.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}

.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}

.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}








.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 250px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  padding: 0;
  list-style-type: none;
  will-change: width, height;
}

.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
  text-transform: none;
  list-style-type: none;
}

.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
  background-color: #eee;
}

.dropdown-content li.active.selected {
  background-color: #e1e1e1;
}

.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

.dropdown-content li > a, .dropdown-content li > span {
  font-size: 16px;
  color: #333;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
  font-weight: 600;
}

.dropdown-content li > span > label {
  top: 1px;
  left: 3px;
  height: 18px;
}

.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
}








.z-depth-1, .dropdown-content, .collapsible {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}




/*** Validation ***/

.form-control-feedback {
    width: 34px;
    height: 39px;
    line-height: 39px !important;
}

.input-field.has-error input {
	border-bottom: 1px solid #ce0400;
	box-shadow: 0 1px 0 0 #ce0400;
}

.has-error .form-control-feedback {
    color: #ce0400;
}

.input-field.has-success input {
	border-bottom: 1px solid #4CAF50;
	box-shadow: 0 1px 0 0 #4CAF50;
}

.has-success .form-control-feedback {
    color: #4CAF50;
}

.select-wrapper.has-error input.select-dropdown {
	border-bottom: 1px solid #ce0400;
	box-shadow: 0 1px 0 0 #ce0400;
}

.select-wrapper.has-success input.select-dropdown {
	border-bottom: 1px solid #4CAF50;
	box-shadow: 0 1px 0 0 #4CAF50;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Cookie info */
/*-------------------------------------------------------------------------------------------------------------------------------*/

#jquery-cookie-law-script, #jquery-cookie-law-script * {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

#jquery-cookie-law-script {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display:none;
  width:100%;
  border-color: #202226;
  border-style: solid;
  border-top-width: 1px;
  background: rgba(50, 58, 69, 0.7);
  color: #F1F1F3;
  font-size: 12px;
}

#jquery-cookie-law-script.light {
  color: #1a1a1a;
  background: #fff;
  border-color: rgba(223,223,223,0.85);
}

#jquery-cookie-law-script.top {
  top: 0;
  bottom: auto;
  border-top-width: 0px;
  border-bottom-width: 1px;
}

#jquery-cookie-law-script.absolute {
  position: absolute;
}

#jquery-cookie-law-script a {
  color: #3B89C7;
  white-space: nowrap;
}


/* ---------- Cookie law main message ---------- */

#jquery-cookie-law-script #cookie-law-container-box {
  background: rgba(32, 34, 38, 0.8);
  backface-visibility: hidden;
}

#jquery-cookie-law-script.light #cookie-law-container-box {
  background: #F9FAFC;
  backface-visibility: hidden;
}

#jquery-cookie-law-script #cookie-law-container {
  padding: 10px 15px;
  max-width: 1170px;
  margin: 0 auto;
}

#jquery-cookie-law-script #cookie-law-message {
  float: left;
  text-align: left;
}

@media (max-width: 991px) {
  #jquery-cookie-law-script #cookie-law-message {
    width: 85%;
  }
}

@media (max-width: 480px) {
  #jquery-cookie-law-script #cookie-law-message {
    width: 75%;
  }
}

#jquery-cookie-law-script a.cookie-law-button {
    padding: 4px 8px;
    background-color: #c00029;
    color: #ffffff;
    text-decoration: none;
    transition: 0.25s;
    border-radius: 12px;
}

#jquery-cookie-law-script a.cookie-law-button:hover, #jquery-cookie-law-script a.cookie-law-button:focus {
  background-color: #e20032;
  color: white;
  transition: 0.25s;
}


/* ---------- Cookie law more info ---------- */

#jquery-cookie-law-script #cookie-law-more-info {
  display: none;
  background: rgba(50, 58, 69, 0.8);
  text-align: justify;
}

#jquery-cookie-law-script.light #cookie-law-more-info {
  background: #EAEDF1;
  border-top: 1px solid #F0F2F5;
}

#jquery-cookie-law-script #cookie-law-info-container {
  padding: 10px 20px;
}

#jquery-cookie-law-script #cookie-law-more-text {
  width: 85%;
}

#jquery-cookie-law-script #cookie-law-more-text-close {
  float: right;
  padding: 1px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
}

#jquery-cookie-law-script.light #cookie-law-more-text-close {
  color: #3B89C7;
}



