/*** HELPERS ***/

body {overflow-x: hidden;}

.no-margin {margin: 0;}
.no-margin-t {margin-top: 0;}
.no-margin-b {margin-bottom: 0;}

.row {margin-bottom: 0;}

.btn i.material-icons.left {margin-right: 5px;}
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {font-size: 1.2rem;}

blockquote {margin: 0; padding-left: 10px; border-color: #f39404; border-radius: 3px;}

.btn.btn-share img {width: 20px; margin: 5px 0;}
.btn-share.facebook {background-color: #3b5998;}
.btn-share.twitter {background-color: #1da1f2;}
.btn-share.linkedin {background-color: #0077b5;}

p a {color: #f39404; font-weight: 600;}

@media (max-width: 1400px) {
	.container {width: 85%; max-width: 1400px;}
}

@media (max-width: 1150px) {
	.container {width: 95%;}
}

@media (max-width: 600px) {
	body {overflow-x: hidden;}
}

/*** COLORS & TYPOGRAPHY ***/

::selection{color: #ffffff; background: #f39404;}
::-moz-selection{color: #ffffff; background: #f39404;}

.light-blue-opt {background-color: #1292b7;}
.blue-opt {background-color: #0e6787;}
.orange-opt {background-color: #f39404;}

.light-blue-opt-text {color: #1292b7;}
.blue-opt-text {color: #0e6787;}
.orange-opt-text {color: #f39404;}
.black-opt-text {color: #212121;}
.grey-opt-text {color: #777777;}

.medium {font-weight: 500;}
.bold {font-weight: 600;}

.btn, .btn:hover {box-shadow: none; padding: 0 10px; height: 30px; line-height: 30px; min-width: 40px;}
.btn.orange-opt:hover, .btn.orange-opt:active, .btn.orange-opt:focus {background-color: #f6a52a;}
.btn.blue-opt:hover, .btn.blue-opt:active, .btn.blue-opt:focus {background-color: #1b80a4;}
.btn.grey-opt {background-color: #f2f2f2; color: #777777;}
.btn.grey-opt:hover {background-color: #e9e9e9; color: #777777;}

[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {background-color: #f39404;}
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after {border-color: #f39404;}