html { position: relative; min-height: 100%; }
body { font-family: 'Roboto Condensed', 'Open Sans', Arial, sans-serif; font-size: 16px; color: #555; background-color: #f5f6f6; margin: auto; }

.container { max-width: 1280px; }
section { margin-top: 30px; }
.col-padding-bottom-40 { padding-bottom: 40px; }
.col-margin-bottom-30 { margin-bottom: 30px; }
.col-margin-bottom-20 { margin-bottom: 20px; }
.col-margin-bottom-5 { margin-bottom: 5px; }

/* Adminpanel */
.adminpanel { background: #555; color: #ccc; padding: 10px 0; position: fixed; left: 0; top: 50%; z-index: 9999; display: flex; flex-direction: column; transform: translateY(-50%); }
.adminpanel span { display: none; }
.adminpanel a { font-size: 16px; width:40px; height: 35px; display: flex; align-items: center; justify-content: center; color: #d6dfe2; }
.adminpanel a:hover { color: #fff; text-decoration: none; }

.form-signin-bg { width: 100%; height: 100%; position: fixed; overflow: auto; background-color: #eee; }
.form-signin { max-width: 330px; padding: 15px; margin: 100px auto 0 auto; }
.form-signin .form-signin-heading, .form-signin .checkbox { margin-bottom: 10px; }
.form-signin .checkbox { font-weight: normal; }
.form-signin .form-control { position: relative; height: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px; font-size: 16px; }
.form-signin .form-control:focus { z-index: 2; }
.form-signin input[type="email"] { margin-bottom: -1px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.form-signin input[type="password"] { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; }
.form-signin-logo img { margin: 0 auto; margin-bottom: 40px; }
.form-signin-desc { text-align: center; margin-top: 20px; }

a { color: #d3383f; text-decoration: none; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
a:hover { color: #d3383f; text-decoration: underline; }
a.side { color: #555; text-decoration: none; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
a:hover.side { color: #f6a504; text-decoration: underline; }
a.white, li.white a { color: #fff; text-decoration: none; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
a:hover.white, li.white a:hover { color: #fff; text-decoration: none; text-align: left; }

.arrowed-link em { font-size: 12px; color: #d3383f; padding-left: 5px; -webkit-transition:all 0.2s ease; transition:all 0.2s ease; }
.arrowed-link i { font-size: 12px; color: #d3383f; padding-left: 5px; -webkit-transition:all 0.2s ease; transition:all 0.2s ease; } 
.arrowed-link:hover { color: #d3383f; text-decoration: none; }
.arrowed-link:hover em { color: #d3383f; padding-left: 8px; }
.arrowed-link:hover i { color: #d3383f; padding-left: 8px; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #555; opacity: 0.1; margin: 20px 0; padding: 0; }
hr.side-hr { height: 1px; border: 1px solid #555; }

div { font-family: 'Roboto Condensed', 'Open Sans', Arial, sans-serif; font-size: 16px; }
pre { font-family: 'Roboto Condensed', 'Open Sans', Arial, sans-serif; font-size: 16px; }
img { border: none; }
p { margin: 0 0 15px; }
.alt { color: #d3383f; }
.spacer { margin-bottom: 5px; }
.spacer2 { margin-bottom: 10px; }
.bullet { filter:alpha(opacity=30); opacity: 0.3; }

/* Attention messages properties */
.admin-message { font-size: 12px; color: #006699; background: #e8eef1 url(images/icons/get_info.png) 0.8em 0.5em no-repeat; border-top: 2px solid #1380b1; border-bottom: 2px solid #1380b1; padding: 15px 0 15px 50px; margin-bottom: 10px; }
.noscript-message { font-size: 12px; color: #c54343; background: #f6b9b9 url(images/icons/info.png) 0.8em 0.5em no-repeat; border-top: 2px solid #c54343; border-bottom: 2px solid #c54343; padding: 15px 0 15px 50px; margin-bottom: 10px; }
.nocomments-message { font-size: 12px; color: #555; background: #fff url(images/icons/get_info.png) 0.8em 0.5em no-repeat; border-top: 2px solid #ddd; border-bottom: 2px solid #ddd; padding: 15px 0 15px 50px; }

/* Form element properties */
form { margin: 0px; }
.form-control { border-radius: 0px; }

.button { display: inline-block; position: relative; font-size: 14px; font-weight: bold; padding: 10px 20px 9px 20px; line-height: 1; color: #fff; background-color: #d3383f; white-space: nowrap; cursor: pointer; overflow: visible; text-transform: uppercase; text-decoration: none; border: none; outline: none; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.button i { margin-right: 5px; }
.button:focus, .button:hover { color: #fff; text-decoration: none; background-color: #bc2128; outline: none; }
.button:active, .button.active { color: #fff; text-decoration: none; background-color: #bc2128; outline: none; }
.button:before { content:''; position: absolute; top: 0px; left: 0px; width: 0px; height: 38px; background: rgba(255,255,255,0.3); transition: all 1s ease; }
.button:hover:before { width: 100%; }

.button-call { display: inline-block; position: relative; font-size: 14px; font-weight: bold; padding: 10px 20px 9px 20px; line-height: 1; color: #d3383f; background-color: #fff; white-space: nowrap; cursor: pointer; overflow: visible; text-transform: uppercase; text-decoration: none; border: 2px solid #d3383f; outline: none; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.button-call:focus, .button-call:hover { color: #fff; text-decoration: none; background-color: #d3383f; outline: none; }
.button-call:active, .button-call.active { color: #fff; text-decoration: none; background-color: #d3383f; outline: none; }
.button-call:before { content:''; position: absolute; top: 0px; left: 0px; width: 0px; height: 38px; background: rgba(255,255,255,0.2); transition: all 1s ease; }
.button-call:hover:before { width: 100%; }

.button-gc { display: inline-block; position: relative; font-size: 16px; font-weight: bold; padding: 20px 25px 19px 25px; text-transform: uppercase; line-height: 1; color: #fff; background-color: #d3383f; white-space: nowrap; cursor: pointer; overflow: visible; text-transform: uppercase; text-decoration: none; border: none; outline: none; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.button-gc:focus, .button-gc:hover { color: #fff; text-decoration: none; background-color: #d3383f; outline: none; }
.button-gc:active, .button-gc.active { color: #fff; text-decoration: none; background-color: #d3383f; outline: none; }
.button-gc:before { content:''; position: absolute; top: 0px; left: 0px; width: 0px; height: 55px; background: rgba(255,255,255,0.2); transition: all 1s ease; }
.button-gc:hover:before { width: 100%; }

/* Header */
header { background-color: #fff; padding: 30px 0; margin: 0; z-index: 1001; }
.header-logo { -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.header-logo:hover { opacity: .9; }
.header-order { text-align: right; }

.header-menu { text-align: center; margin-top: 8px; }
.navbar { padding: 0; }
.navbar-nav { margin: 0 auto; }
.navbar-nav>li>a { font-size: 16px; font-weight: bold; color: #333; line-height: 24px; text-transform: uppercase; border-bottom: 2px solid #fff; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.navbar-nav>li>a:hover { color: #d3383f; text-decoration: none; border-bottom: 2px solid #d3383f; }
.navbar-nav>li>a { padding: 0; margin: 0 15px; }

/* Slider */
#slider { position: relative; background-color: #fff; }
.carousel-indicators { right: auto; bottom: 25px; left: 2%; }
.carousel-indicators li { width: 50px; height: 15px; background-color: #eee; }
.carousel-indicators .active { background-color: #d3383f; }
.carousel-caption { max-width: 630px; right: auto; bottom: 90px; left: 17%; text-align: left; background-color: #fff; padding: 60px 150px 60px 0; }
.carousel-caption:after { content: ""; position: absolute; width: 190px; height: 16px; background-color: #373f48; top: 50%; right: -95px; margin-top: -8px; }
.carousel-caption h5 { font-size: 70px; font-weight: bold; color: #373f48; line-height: 70px; text-transform: uppercase; }
.carousel-caption p { font-size: 20px; color: #808080; line-height: 24px; margin-top: 40px; }

/* About */
#about { background: #373f48 url(../../images/pattern-left.svg) top left/450px repeat-y; padding: 75px 0; }
.about-block { position: relative; padding-left: 100px; margin-left: 200px; }
.about-block:before { content: ""; position: absolute; width: 18px; height: 220px; background-color: #ced0d2; top: 50%; left: 0; margin-top: -110px; }
.about-title h1 { max-width: 750px; font-size: 30px; font-weight: bold; color: #fff; text-transform: uppercase; }
.about-desc { font-size: 18px; color: #eee; line-height: 24px; margin-top: 30px; }

/* Links */
#links { position: relative; background: #fff url(../../images/bg-links.png) left center no-repeat; padding: 95px 0; }
#links:after { content: ""; width: 326px; height: 100%; position: absolute; top: 0; right: 0; background: #373f48; z-index: 99; }

.links-block { margin: 30px 0; }
.links-page { display: block; position: relative; text-decoration: none; }
.links-page-info { position: absolute; top: 50%; left: 50px; min-height: 270px; background-color: #fff; margin-top: -135px; z-index: 1001; padding: 90px 40px 0 0; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.links-page-text { display: inline-block; margin-right: 35px; }
.links-page-text h3 { font-size: 30px; font-weight: bold; color: #373f48; text-transform: uppercase; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.links-page-text p { width: 330px; font-size: 17px; color: #808080; }

.links-page-arrow { display: inline-block; padding-right: 20px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.links-page-arrow i { font-size: 48px; color: #d3383f; }

.links-page-img { position: relative; text-align: right; z-index: 999; }
.links-page-img div { position: relative; overflow: hidden; }
.links-page-img div img { -webkit-transition: all 1.5s ease-in-out; transition: all 1.5s ease-in-out; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; }
.links-page-img:before { content: ""; position: absolute; opacity: .2; width: 23px; height: 23px; background: url(../../images/crop-mark.svg) center/100%; top: 0; right: 0; -webkit-transform: translate(100%, -100%) rotate(180deg); -ms-transform: translate(100%, -100%) rotate(180deg); transform: translate(100%, -100%) rotate(180deg); }
.links-page-img:after { content: ""; position: absolute; opacity: .2; width: 23px; height: 23px; background: url(../../images/crop-mark.svg) center/100%; bottom: 0; right: 0; -webkit-transform: translate(100%, 100%) rotate(-90deg); -ms-transform: translate(100%, 100%) rotate(-90deg); transform: translate(100%, 100%) rotate(-90deg); }

.links-page:hover .links-page-info { top: 0%; min-height: 450px; margin-top: 0; }
.links-page:hover .links-page-arrow { padding-right: 0; padding-left: 20px; }
.links-page:hover .links-page-text h3 { color: #d3383f; }
.links-page:hover .links-page-text span { display: block; }
.links-page:hover .links-page-img div img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); }

/* Pluses */
#pluses { background-color: #373f48; padding: 75px 0 25px 0; }
.pluses-container { max-width: 930px; margin: 0 auto; }
.pluses-block { text-align: center; padding: 45px 0 15px 0; }
.pluses-block-2 { text-align: center; padding: 45px 0 15px 0; }
.pluses-block-2:before { content: ""; position: absolute; top: 0; background: rgba(245,246,246,0.2); width: 4px; height: 100%; left: -2px; }
.pluses-block-2:after { content: ""; position: absolute; top: 0; background: rgba(245,246,246,0.2); width: 4px; height: 100%; right: -2px; }
.pluses-icon i { font-size: 40px; color: #d3383f; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.pluses-info { font-size: 16px; font-weight: bold; color: #fff; text-transform: uppercase; line-height: 20px; text-align: center; padding: 25px 0; }
.pluses-block:hover .pluses-icon i, .pluses-block-2:hover .pluses-icon i { color: #fff; margin-top: -10px; }

/* Footer */
footer { position: relative; background-color: #373f48; padding: 20px 0; z-index: 999; }
.footer-block { position: relative; background-color: #fff; padding: 0; margin: 30px 0 20px 0; }
.footer-block:before { content: ""; position: absolute; opacity: .2; width: 23px; height: 23px; background: url(../../images/crop-mark.svg) center/100%; top: 0; left: 0; -webkit-transform: translate(-100%, -100%) rotate(90deg); -ms-transform: translate(-100%, -100%) rotate(90deg); transform: translate(-100%, -100%) rotate(90deg); }
.footer-block:after { content: ""; position: absolute; opacity: .2; width: 23px; height: 23px; background: url(../../images/crop-mark.svg) center/100%; bottom: 0; right: 0; -webkit-transform: translate(100%, 100%) rotate(-90deg); -ms-transform: translate(100%, 100%) rotate(-90deg); transform: translate(100%, 100%) rotate(-90deg); }

.footer-contact { font-size: 20px; font-weight: bold; color: #333; text-transform: uppercase; line-height: 26px; text-align: center; padding: 40px 0 20px 0; }
.footer-contact a { color: #333; }
.footer-cunsult { background: url(../../images/bg-consult.png) center center repeat-x; }
.footer-cunsult div { max-width: 300px; text-align: center; background-color: #fff; padding: 0 20px; margin: 0 auto; }
.footer-terms { font-size: 15px; color: #808080; line-height: 18px; text-align: center; padding: 10px 0 30px 0; }
.footer-terms a { color: #808080; }
.footer-terms a:hover { color: #d3383f; text-decoration: none; }
.footer-copy { font-size: 14px; color: #eee; line-height: 16px; text-align: center; }
.footer-copy a { color: #eee; }
.footer-copy a:hover { color: #fff; }

/* Contact Page */
.contact-page-map { margin-bottom: 20px; }
.contact-page-form { max-width: 500px; margin: 0 auto; }
.contact-page-answer { min-height: 400px; font-size: 16px; color: #555; text-align: center; margin: 50px 0; }

/* Side-Panel */
.scapmain-bg { display: block; background-color: #f7f7f7; margin: 0 0 20px 0; padding: 0; }
.scapmain { padding: 5px 0; text-align: center;}
.scapmain h2 { font-size: 24px; line-height: 36px; color: #39687c; font-weight: bold;  text-transform: uppercase;margin-top: 65px; margin-bottom: 70px; position: relative; }
.scapmain h2:before,.scapmain h2:after { content: "";display: block; position: absolute; height: 3px; background-color: #cccccc; left: 50%; }
.scapmain h2:before { bottom: -8px; width: 35px; margin-left: -17px; }
.scapmain h2:after { bottom: -13px; width: 25px; margin-left: -12px; }
.scapmain h2 span { background-color: #7d7d7d; padding: 7px 20px; }

.side-body { font-size: 15px; color: #7d7d7d; padding: 0 20px 20px 20px; }

/* Center-Panel properties */
#main-bg { margin: 20px 0 30px 0; }

#side-center { color: #555; padding: 10px 0 5px 0; }

.capmain { background-color: #fff; }
.capmain h1 { font-size: 30px; font-weight: bold; line-height: 30px; color: #373f48; text-transform: uppercase; padding: 30px 0 50px 0; margin-bottom: 30px; }

.main-body { font-size: 16px; color: #555; line-height: 16px; }
.main-body h2 { font-size: 20px; color: #333; }

.tbl-border { border: 1px solid #eee; }
.tbl { font-size: 11px; color: #555; background-color: #fff; padding: 4px; }
.tbl1 { font-size: 11px; color: #555; background-color: #fff; padding: 4px; }
.tbl2  { font-size: 11px; color: #555; background-color: #f1f1f1; padding: 4px; }
.tbl-error  { color: #AC260F; font-weight: bold; background-color: #FCCAC2; border:2px solid #EB5339; }

.quote { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; font-style: italic; font-weight: normal; background: #fff4cc url(images/icons/quote_icon.png) 6px 8px no-repeat; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #ffdc70; padding: 5px 6px 5px 30px; margin: 0px 22px 0px 22px; }
.poll { height: 12px; border: 1px solid #bbb; }
.small { font-size: 14px; font-weight: normal; line-height: 16px; }
.small2 { font-size: 10px; font-weight: normal;	color: #555; }
.side-small { font-size: 10px; font-weight: normal; color: #555; }
.side-label { color: #555; background-color: #f1f1f1; margin: 2px 0 2px 0; padding: 2px 2px 3px 2px; }
.clear { clear: both; }

/* Highlight on select properties */
::selection { color: #fff; background: #e5c011; } /* webkit, opera, IE9 */
::-moz-selection { color: #fff; background: #e5c011; } /* mozilla firefox */
div.highlightBlue::selection { color: #fff; background: #e5c011; } /* webkit, opera, IE9 */
div.highlightBlue::-moz-selection { color: #fff; background: #e5c011; } /* mozilla firefox */

/* Modal */
.modal-header { border: none; padding-bottom: 0; }
.modal-content { border-radius: 0px; }
.modal-body p { font-size: 15px; line-height: 16px; text-align: center; margin: 0 0 20px 0; }

#status { text-align: center; margin: 20px 0; }
.error { font-size: 14px; text-align: center; color: #ff0000; }

/* Breadcrumbs */
.breadcrumbs-bg { background-color: #fff; }
.breadcrumbs { display: block; font-size: 13px; color: #808080; text-align: right; }
.breadcrumbs a { color: #808080; text-decoration: none; }
.breadcrumbs a:hover { color: #d3383f; text-decoration: none; }
.breadcrumbs span { margin: 0 10px; }

/* Profile spesific classes */
.profile, .profile_category { width: 500px; }
.edit-profile { width: 500px; }
.profile_user_reason { color: #ff6666; font-weight: bold; }

/* Vertical Navigation */
#navigation h2 {
	font-size: 11px;
	font-weight: bold;
	background-color: #c7c7c7;
	border-bottom: 1px solid #fff;
	padding: 5px 0 6.5px 10px;
	margin: auto;	
}

#navigation ul { margin: 0; padding: 0; list-style-type: none; }
* html #navigation ul li{ height: 1%; }

#navigation a { display: block; font-size: 15px; color: #555; padding: 7px 5px; border-bottom: 1px solid #fff; text-decoration: none; }
#navigation a:hover { color: #202020; background-color: #fff; }

/* Page Navigation */
.pagenav { font-size: 12px; color: #b1b1b1; padding: 4px; margin: 5px; }
.pagenav span { font-weight: normal; color: #fff; background-color: #0054a1; text-decoration: none; padding: 3px 8px 3px 8px; margin: 2px; }
.pagenav a { color: #555; background-color: #e6e6e6; text-decoration: none; padding: 3px 8px 3px 8px; margin: 2px; }
.pagenav a:hover { color: #fff; background-color: #9cb1d0; margin: 2px; text-decoration: none; }

/* PHP-Fusion Helpers */
.clear { clear: both; }
.float-left { float: left; }
.float-right { float: right; }

/* Helpers  */
.center {margin: 0 auto;}
.content_center {text-align: center;}
.flleft {float: left !important;}
.flright {float: right !important;}
.clear {clear: both;}

/* IE Fixes */
.clearfix:after { content:"."; display:block; height:0;	clear:both; visibility:hidden; }

/* Hide from IE Mac  */
.clearfix { display:block; }

/* End hide from IE Mac */
.floatfix { overflow:hidden; }
* html .floatfix { width:100%; }
.center, *[align="center"] { margin: 0 auto; }

@media (max-width: 740px) {
	.adminpanel { display: none; }
	.header-logo { text-align: center; }
	.header-order { text-align: center; }
	.header-menu { margin: 12px 0; }
	.navbar { display: flex; flex-direction: column; }
	li.first-link { margin-top: 15px; }
	#about { background-image: none; }
	.about-block { padding-left: 0; margin-left: 0; }
	.about-block:before { display: none; }
	#links { background-image: none; padding: 0; }
	#links:after { display: none; }
	.links-page-info { position: relative; top: 0; left: 0; margin-top: -55px; }
	.links-page-text { display: inline-block; margin-right: 0; }
	.links-page-img:before { display: none; }
	.links-page-img:after { display: none; }
	.links-page:hover .links-page-info { min-height: 270px; margin-top: -55px; }
	.pluses-block-2:before { display: none; }
	.pluses-block-2:after { display: none; }
	.footer-block { padding: 20px 0; }
	.footer-block:before { display: none; }
	.footer-block:after { display: none; }
	.footer-contact { padding: 0; }
	.footer-cunsult { margin: 20px 0; }
	.footer-terms { padding: 0; }
}
@media (min-width:750px) and (max-width: 850px) {

}
@media (min-width:850px) and (max-width:1050px) {

}
@media (min-width:1200px) and (max-width:1300px) {
}
@media (min-width:1300px) and (max-width:1400px) {
}
@media (min-width:1400px) and (max-width:1500px) {
}
@media (min-width:1500px) and (max-width:1650px) {
}