/* Reset */
* { margin:0; padding:0; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
ol, ul { list-style-type:circle; margin:10px 0 0; padding:10px 10px 10px 40px; }
ul li { margin: 0; padding: 0; }
img { line-height:0; padding:0; margin:0; outline:none; border:none; text-decoration:none; }
a { outline:none; border:none; text-decoration:none; color:#000000; transition:all 0.5s; }
a:hover { text-decoration:underline; }
//p, blockquote, iframe { padding-bottom:20px!important; }
p { padding-bottom:15px; }

aside { font-style: italic; font-size: 0.9em;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* BODY */
html, body { 
	background-color:#f1f1f1;
}
html { 
	overflow-x:hidden;
}
body { 
	position:relative;
	margin:0;
	padding:0;
	color:#393a3d;
	font-family:'Roboto',sans-serif;
	font-size:17px;
	font-weight:300;
	-webkit-text-size-adjust:none;
	-webkit-overflow-scrolling:touch;
	//-webkit-font-smoothing:antialiased;
}
.heading { 
	font-family:'Lato',sans-serif;
	font-size:17px;
	line-height:1.3;
}
.no-overflow { 
	overflow:hidden;
}

/* SCROLL BAR */
@media screen and (min-width: 603px) { 
::-webkit-scrollbar { 
	width:8px;
} 
::-webkit-scrollbar-track { 
	border-left:1px solid #eeeeee;
	-webkit-border-radius:0;
	border-radius:0;
	background:#eeeeee;
}
::-webkit-scrollbar-thumb { 
	-webkit-border-radius:0;
	border-radius:0;
	background:#bbbbbb;
}
::-webkit-scrollbar-thumb:window-inactive {
	background:#eeeeee;
}
}

/* BUTTONS */
.button-default { 
	display:inline-block;
	margin:10px 0;
	padding:12px 22px;
	border:1px solid #393a3d;
	background-color:transparent;
	color:#393a3d;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	font-family:inherit;
	font-size:17px;
	font-weight:400;
	text-transform:uppercase;
	text-align:center;
	cursor:pointer;
	transition:all 0.4s;
}
.button-default:hover { 
	background-color:#393a3d;
	color:#ffffff;
	text-decoration:none!important;
}
.button-w { 
	border-color:#f7f7f7;
	color:#ffffff;
}
.button-w:hover { 
	background-color:#222222;
}
.button-max { 
	width:100%;
}
.button-s { 
	margin:0;
	padding:6px 15px;
	font-size:16px;
}
.button-xs { 
	margin:0;
	padding:6px 13px;
	font-size:13px;
}
.button-xl { 
	padding:16px 25px;
	font-weight:400;
}
.button-action { 
	background-color:#eb2524;
	border:none;
	color:#ffffff;
}
.button-action:hover { 
	background-color:#d42322;
}
.button-icon { 
	background-color:transparent;
	border:none;
	color:#ffffff;
}
.button-icon:hover { 
	background-color:transparent;
	//color:#eb2524;
	color:#ffffff;
}

/* LOADER */
.loader-container, .loader-mainbar { 
	position:fixed;
	z-index:9;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#f1f1f1;
}
.loader,
.loader:after { 
	border-radius:50%;
	width:10em;
	height:10em;
}
.loader { 
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	font-size:10px;
	text-indent:-9999em;
	border-top:1.1em solid rgba(0, 0, 0, 0.2);
	border-right:1.1em solid rgba(0, 0, 0, 0.2);
	border-bottom:1.1em solid rgba(0, 0, 0, 0.2);
	border-left:1.1em solid #f1f1f1;
	-webkit-transform:translateZ(0);
	-ms-transform:translateZ(0);
	transform:translateZ(0);
	-webkit-animation:load8 1.1s infinite linear;
	animation:load8 1.1s infinite linear;
}
@-webkit-keyframes load8 { 
	0% { 
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	100% { 
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
@keyframes load8 { 
	0% { 
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	100% { 
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}

/* IMAGES */
.mainimg { 
	display:block;
	width:100%;
	margin:0;
	padding:0;
	border:none;
}
.greyscale { 
	-webkit-filter:grayscale(100%);
	filter: grayscale(100%);
	transition:all 0.5s;
}
.greyscale:hover { 
	-webkit-filter:grayscale(0);
	filter: grayscale(0);
}
.img-mask-vl, .img-mask-l, .img-mask-d { 
	position:relative;
}
.img-mask-vl:before, .img-mask-l:before, .img-mask-d:before { 
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.img-mask-vl:before { 
	background-color:rgba(0, 0, 0, 0.2);
}
.img-mask-l:before { 
	background-color:rgba(0, 0, 0, 0.5);
}
.img-mask-d:before { 
	background-color:rgba(0, 0, 0, 0.7);
}

/* STRUCTURE */
#topbar { 
	display:block;
	position:fixed;
	z-index:10;
	top:0;
	left:0;
	width:100%;
	height:80px;
	padding:0;
	background-color:#ffffff;
	border-bottom:1px solid #dadada;
}
#bottombar { 
	display:none;
	position:fixed;
	z-index:9;
	bottom:0;
	left:0;
	width:100%;
	height:60px;
	padding:0;
	background-color:#ffffff;
	border-top:1px solid #dadada;
}
#logo { 
	display:inline-block;
	width:191px;
	height:40px;
	margin-top:21px;
	background-image:url(../img/comsol-bm.svg);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:contain;
	cursor:pointer;
}
.logo-container { 
	float:left;
	width:235px;
	height:80px;
}

/* MAIN BAR */
#mainbar { 
	display:block;
	position:relative;
	width:100%;
	height:100%;
	margin:0;
	padding:80px 0 60px;
	background-color:#f1f1f1;
}
#mainbar_sub, .mainbar_sub { 
	position:fixed;
	z-index:999;
	bottom:0;
	right:0;
	//height:60px;
	width:100%;
	padding:0 15px 0 0;
	background:#ffffff;
	border-top:1px solid #cacaca;
}
.wrapper, .wrapper-s { 
	position:relative;
	clear:both;
	width:100%;
	max-width:1280px;
	margin:auto;
	padding:0 20px;
}
.wrapper-s { 
	max-width:1180px;
}
.wrapper-pad { 
	padding-top:40px;
	padding-bottom:40px;
}
.main-container { 
	margin-bottom:90px;
	background-color:#ffffff;
	border:1px solid #e3e3e3;
	border-bottom-color:#dadada;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.main-container-inner { 
	padding:22px 26px;
}
.no-content { 
	padding:60px 0 85px;
	color:#9f9f9f;
	font-size:20px;
	font-weight:300;
	text-align:center;
	cursor:default;
}
.no-content img { 
	width:100%;
	max-width:130px;
	margin:0;
	padding:0;
	border:none;
}

/* MENU */
.top-menu { 
	list-style:none;
	height:auto;
	padding:0;
	padding-right:80px;
	margin:0;
	height:80px;
	overflow:hidden;
}
.top-menu li { 
	float:left;
	position:relative;
	height:80px;
	line-height:80px;
	font-size:14px;
	font-weight:400;
	color:#393a3d;
	margin-left:30px;
	text-transform:uppercase;
	white-space:nowrap;
	cursor:pointer;
	//transition:all 0.2s;
}
.top-menu li:first-child { 
	margin-left:0;
}
.top-menu li:hover { 
	border-bottom:4px solid #393a3d;
}
.cactive { 
	border-bottom:4px solid #393a3d!important;
}

.topsub { 
	position:absolute;
	left:0;
	bottom:-40px;
	width:100%;
	height:40px;
	background-color:#393a3d;
	color:#ffffff;
	white-space:nowrap;
	overflow:hidden;
}
.topsub-container { 
	height:60px;
	white-space:nowrap;
	overflow-x:auto;
}
.topsub-logo-block { 
	float:left;
	width:140px;
	height:40px;
	transition:all 0.4s;
}
.topsub-menu { 
	list-style:none;
	padding:0;
	margin:0;
	height:40px;
	white-space:nowrap;
}
.topsub-menu li { 
	display:inline-block;
	position:relative;
	height:40px;
	margin-left:30px;
	font-size:14px;
	font-weight:300;
	line-height:36px;
	text-transform:uppercase;
	white-space:nowrap;
	//transition:all 0.2s;
	cursor:pointer;
}
.topsub-menu li:first-child { 
	margin-left:0;
}
.topsub-menu li:hover { 
	border-bottom:4px solid #ffffff!important;
}
.tactive { 
	border-bottom:4px solid #ffffff!important;
}

.top-user { 
	position:relative;
	float:right;
	width:44px;
	height:44px;
	margin-top:18px;
	background-color:#393a3d;
	-webkit-border-radius:50%;
	border-radius:50%;
	color:#ffffff;
	font-size:28px;
	font-weight:300;
	line-height:44px;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
	transition:all 0.4s;
}
.top-user:hover { 
	background-color:#424346;
}

/* HAMBURGER */
#navicon { 
	//display:none;
	float:right;
	width:36px;
	height:25px;
	position:relative;
	margin:29px 5px 0;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	transition:.5s ease-in-out;
	cursor:pointer;
}
#navicon span { 
	display:block;
	position:absolute;
	height:2px;
	width:100%;
	border-radius:2px;
	opacity:1;
	left:0;
	background:#ffffff;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:.25s ease-in-out;
	-moz-transition:.25s ease-in-out;
	-o-transition:.25s ease-in-out;
	transition:.25s ease-in-out;
}
#navicon.open span {
	background-color:#eb2524;
}
#navicon span:nth-child(1) { 
	top:0px;
}
#navicon span:nth-child(2), #navicon span:nth-child(3) { 
	top:10px;
}
#navicon span:nth-child(4) { 
	top:20px;
}
#navicon.open span:nth-child(1) { 
	top:10px;
	width:0%;
	left:50%;
}
#navicon.open span:nth-child(2) { 
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
#navicon.open span:nth-child(3) { 
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
#navicon.open span:nth-child(4) { 
	top:10px;
	width:0%;
	left:50%;
}

.page-buttons { 
	position:absolute;
	z-index:1002;
	right:20px;
}

/* BOTTOM MENU */
.bottom-menu { 
	list-style:none;
	height:auto;
	padding:0 20px;
	margin:0 auto;
	height:60px;
	width:100%;
	max-width:550px;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	overflow:hidden;
}
.bottom-menu li { 
	display:inline-block;
	height:60px;
	padding-top:8px;
	line-height:1;
	text-align:center;
	cursor:pointer;
}
.bottom-menu-icon { 
	height:32px;
	font-size:24px;
	line-height:28px;
}
.bottom-menu-copy { 
	font-size:11px;
	font-weight:400;
}
.bactive { 
	color:#eb2524!important;
}

/* MAIN MASK */
#menumask { 
	display:none;
	position:fixed;
	z-index:1001;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(255, 255, 255, 1);
	text-align:center;
	overflow-x:hidden;
	overflow-y:auto;
}
.menu-bar, .menu-bar-home { 
	position:fixed;
	top:31px;
	//left:0;
	transition:all 0.5s;
}
.menu-bar-home { 
	top:79px;
}
.menu-bar-scroll { 
	top:1px;
}
.menu-frame { 
	display:table;
	width:100%;
	height:100%;
	margin:auto;
	padding:70px 15px;
}
.menu-search { 
	display:none;
	//display:table-cell;
	vertical-align:middle;
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.menu-search-input { 
	width:100%;
	margin-bottom:10px;
	padding:15px;
	color:#ffffff;
	background-color:transparent;
	border:none;
	font-family:inherit;
	font-size:70px;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-webkit-appearance:none;
	text-align:center;
	transition:all 0.4s;
}
.menu-search-input-s { 
	margin-bottom:0;
	padding:10px;
	font-size:32px;
}
.menu-search-box { 
	height:56px;
}
.menu-search-button { 
	margin:0;
}
.menu-search-close { 
	margin-top:8px;
}
.menu-search-button-s { 
	padding:7px 22px;
	font-size:15px;
}
.search-results { 
	padding-top:50px;
	color:#ffffff;
	font-size:18px;
}
.search-results-button { 
	display:inline-block;
	width:auto;
	margin:7px;
}

.menu-search-input::-webkit-input-placeholder { color:#494949; }
.menu-search-input:-moz-placeholder { color:#494949; }
.menu-search-input::-moz-placeholder { color:#494949; }
.menu-search-input:-ms-input-placeholder { color:#494949; }
.menu-search-placeholder { color:#494949; }

.menu-list { 
	display:table-cell;
	vertical-align:middle;
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.menu-list li { 
	display:block;
	border:none;
	padding:0;
	margin:30px 0;
	font-size:30px;
	line-height:1;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:1px;
}
.menu-list li a { 
	color:#000000;
	text-decoration:none;
}
.menu-list li a:hover { 
	border-bottom:1px solid #000000;
}
.mask-active { 
	border-bottom:1px solid #000000;
}
.menu-sub-list { 
	margin:10px 0 30px;
	padding:0;
	font-size:20px;
}
.menu-list li li { 
	display:inline-block;
	border:none;
	padding:0;
	margin:5px -4px 5px 15px;
	padding-left:15px;
	border-left:1px solid #868686;
	font-family:'mrs-eaves-xl-serif', sans-serif;
	font-style:italic;
	font-size:20px;
	line-height:1;
	font-weight:400;
	text-transform:none;
	letter-spacing:1px;
}
.menu-list li li a { 
	color:#868686;
	text-decoration:none;
}
.menu-sub-active { 
	border-bottom:1px solid #868686;
}
.menu-list li li a:hover { 
	border-bottom:1px solid #868686;
}
.menu-list li li:first-child { 
	border-left:none;
	margin-left:0;
	padding-left:0;
}
.menu-list li:last-child .menu-sub-list { 
	margin-bottom:0;
}


/* HOME PAGE */
.cards { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.cards li { 
	display:inline-block;
	vertical-align:top;
	width:32%;
	min-height:275px;
	border:none;
	padding:0;
	margin:0 -4px 30px 2%;
	background-color:#ffffff;
	border:1px solid #e3e3e3;
	border-bottom-color:#dadada;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	line-height:1;
	text-align:center;
	cursor:pointer;
}
.cards li:nth-child(3n+1) { 
	margin-left:0;
}
.card-inner { 
	padding:22px 26px;
}
.card-title { 
	padding:22px 26px;
	color:#999999;
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
}
.card-number { 
	color:#eb2524;
	font-size:120px;
	font-weight:400;
}
.card-view { 
	margin-top:10px;
	padding:14px 26px;
	background-color:#cecece;
	color:#ffffff;
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
}


/* UPLOAD PAGE */
.saving { 
	display:none;
	padding-top:20px;
	font-size:36px;
}
.upload-list { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.upload-list li { 
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:23.3%;
	margin:0 1.8% 10px -4px;
	padding:0;
}
.upload-list li:nth-child(4n+1) { 
	margin-right:0;
}
.upload-list-select:hover .upload-list-img:before { 
	opacity:1;
}
.upload-list-img { 
	position:relative;
	height:140px;
}
.upload-list-img:before { 
	content:'\f013';
	font-family:FontAwesome;
	font-size:40px;
	position:absolute;
	z-index:1;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding-top:48px;
	color:#ffffff;
	opacity:0;
	background-color:rgba(0, 0, 0, 0.5);
	transition:all 0.3s;
	text-align:center;
	cursor:pointer;
}
.upload-list-time { 
	position:absolute;
	z-index:1;
	right:13px;
	bottom:9px;
	padding:4px 6px;
	background-color:rgba(0, 0, 0, 0.9);
	color:#ffffff;
	font-size:13px;
	font-weight:500;
}
.upload-list-details { 
	padding:8px 7px 2px;
}
.upload-list-edit { 
	padding:0 0 5px;
}
.upload-list-title { 
	margin-bottom:4px;
	font-size:13px;
	font-weight:500;
	line-height:1;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.upload-list-title-temp { 
	font-style:italic;
	color:#bfbfbf;
}
.upload-list-sub { 
	color:#999999;
	font-size:11px;
	font-weight:400;
	line-height:1;
	text-transform:uppercase;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.upload-list-button { 
	margin:0;
	padding:4px 8px;
	font-size:14px;
}
.upload-list-action { 
	margin:2px 3px 5px;
	padding:0 5px;
	font-size:17px;
	border:none;
	color:#393a3d;
}
.upload-list-exp { 
	float:left;
	background-color:#e0e0e0;
	padding:0px 7px 3px;
}
.upload-list-action i { 
	display:block;
	float:left;
}
.upload-list-views { 
	display:block;
	float:left;
	margin:4px 0 0 0;
	font-size:11px;
	font-weight:500;
}
/*
.upload-list-action:hover { 
	color:#393a3d;
	background-color:#f8f8f8;
	background-color:transparent;
}
*/
.upload-list-action-button:hover { 
	color:#393a3d;
	background-color:transparent;
}
.upload-inner { 
	padding-bottom:0;
	padding-right:10px;
}

/* EDIT WINDOW */
.e-window { 
	display:none;
	position:fixed;
	z-index:9997;
	left:0;
	top:0;
	width:100%;
	height:100%;
	//padding:0 20px;
	background-color:#f1f1f1;
	text-align:center;
	overflow-x:hidden;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
}
.e-window-header, .e-window-icon, .e-window-title { 
	height:54px;
	line-height:54px;
	font-size:22px;
	font-weight:400;
}
.e-window-header { 
	padding:0 15px;
	border-bottom:1px solid #bbbbbb;
}
.e-window-icon { 
	float:left;
	margin-right:20px;
}
.e-window-title { 
	float:left;
}
.e-window-content { 
	padding:20px 20px 40px;
	text-align:left;
	overflow-y:auto;
}
.e-close { 
	float:right;
	width:28px;
	height:28px;
	margin-top:13px;
	background-image:url(../img/e-close.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	cursor:pointer;
}
.e-window-footer { 
	position:absolute;
	z-index:9999;
	bottom:0;
	left:0;
	width:100%;
	height:54px;
	padding:11px 15px 0;
	background-color:#393a3d;	
}
.e-window-img { 
	position:relative;
	width:100%;
	height:300px;
	background-color:#ffffff;
	border:1px solid #cec2c2;
	text-align:center;
}
.e-window-gallery { 
	position:relative;
	width:100%;
	min-height:172px;
	padding:25px 25px 0;
	background-color:#ffffff;
	border:1px solid #cec2c2;
}
.gallery-col-left { 
	float:left;
	width:68%;
}
.gallery-col-right { 
	float:right;
	width:30%;
}
.gallery-list { 
	list-style:none;
	height:auto;
	padding:0;
	margin:0;
}
.gallery-list li { 
	position:relative;
	float:left;
	width:140px;
	height:120px;
	border:none;
	padding:0;
	margin:0 25px 25px 0;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.gallery-list-del { 
	position:absolute;
	z-index:1;
	width:30px;
	height:30px;
	background-color:#eb2524;
	color:#ffffff;
	font-size:24px;
	line-height:27px;
	text-align:center;
	cursor:pointer;
}
.gallery-list-del:hover { 
	background-color:#d42322;
}
.e-window-img img { 
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	max-height:100%;
	max-width:100%;
	margin:auto;
}

/* TABLES */
.table { 
	display:table;
	width:100%;
}
.table-full { 
	height:100%;
}
.table-row { 
	display:table-row;
}
.table-cell { 
	display:table-cell;
}
.table-cell-t { 
	vertical-align:top;
}
.table-cell-m { 
	vertical-align:middle;
}
.table-cell-b { 
	vertical-align:bottom;
}

/* TABLE - MAIN */
.mainctab_m { 
	width:100%;
	border-collapse:collapse;
}
.mainctab_m th { 
	padding:12px 10px;
	background-color:#f8f8f8;
	font-size:15px;
	text-align:center;
	text-transform:uppercase;
}
.mainctab_m th .mleft { 
	text-align:left;
}
.mainctab_m tr th:first-child {	
	//background-color:#ffffff;
}
.mainctab_m td { 
	padding:12px 10px;
	border-bottom:1px solid #e0e0e0;
	font-size:15px;
	text-align:left;
}
.mainctab_m .center { 
	text-align:center;
}
.mainctab_m tr td:first-child {	
	background-color:#f8f8f8;
	font-size:15px;
	font-weight:500;
	color:#000000;
}
.mainctab_div { 
	width:100%;
	height:auto;
	overflow-x:auto;
	padding:20px 0 25px;
}
.table-container { 
	overflow-x:auto;
}
.table-img { 
	width:80px;
	height:60px;
}

/* MAPS */
.map-div { 
	//background-color:#e2e2e2;
	position:relative;
	height:600px;
}
#googlemap { 
	position:absolute;
	z-index:0;
	height:100%;
	width:100%;
	top:0;
	left:0;
}
.map-cover { 
	position:absolute;
	z-index:1;
	height:100%;
	width:100%;
	top:0;
	left:0;
}
.map-directions { 
	position:absolute;
	z-index:2;
	top:20px;
	right:40px;
}

/* WEIGHTS */
.weight-m { 
	font-weight:400;
}

/* INTRO BAR */
.barclear { 
	clear:both;
	width:100%;
	margin-top:15px;
	padding:0;
}
.barpad { 
	padding:20px;
}
.bw_div { 
	cursor:default;
}
.bw_block { 
	display:inline-block;
	vertical-align:top;
	padding:15px 20px;
}
.bw_l { 
	padding-left:10px;
}
.bw_i { 
	color:#777777;
	cursor:pointer;
}
.bw_i:hover { 
	color:#333333;
}

.snappla_div { 
	display:none;
}

.rightmenu { 
	display:block;
	position:absolute;
	top:0;
	right:245px;
	padding:0;
	width:100%;
	padding:0;
}
.sidemenu { 
	left:-245px;
}
.activemenu { 
	left:0;
}
.barcover { 
	//display:none;
	position:fixed;
	z-index:9;
	top:0;
	left:-245px;
	width:100%;
	height:100%;
	background-color:rgba(255, 255, 255, 0.4);
	cursor:default;
}

.column100 { 
	clear:both;
	width:100%;
}
.column70 { 
	width:70%;
}
.column68 { 
	width:68%;
}
.column50 { 
	width:50%;
}
.column47 { 
	width:47%;
}
.column30 { 
	width:30%;
}
.column33 { 
	width:33%;
}
.column28 { 
	width:28%;
}


/* HEADINGS */
.header1 { 
	padding-bottom:38px;
	font-size:35px;
	font-weight:100;
	line-height:1.4;
}
.header2 { 
	font-size:32px;
	line-height:1.4;
}
.page-header { 
	margin-bottom:40px;
	font-size:22px;
	font-weight:500;
	text-transform:uppercase;
}
.page-sub, .page-share { 
	margin-bottom:30px;
	font-size:17px;
	font-weight:300;
}
.page-sub { 
	text-transform:uppercase;
	letter-spacing:1px;
}
.pheader2, h1 { 
	margin-bottom:10px;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
}
h1 { 
	margin-top:30px;
}

.contact-divider { 
	width:100%;
	height:0;
	border-top:1px solid #c6c6c6;
	margin:50px 0;
}


/* INPUT ELEMENTS */
.check-input { 
	width:100%;
	height:40px;
	margin:5px 0;
	padding:0 13px;
	//color:#787864;
	background-color:#ffffff;
	border:1px solid #cec2c2;
	font-family:inherit;
	font-size:15px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-appearance:none;
}
.check-input_m { 
	margin-right:2%;
}
.check-input_m1 { 
	margin-right:1.5%;
}
.check-input_m2 { 
	margin-right:2%;
}
.check-input50 { 
	float:left;
	width:49%;
}
.check-tarea { 
	float:left;
	width:100%;
	height:190px;
	margin:5px 0;
	padding:13px;
	border:none;
	overflow-y:auto;
	resize:none;
	background-color:#ffffff;
	border:1px solid #cec2c2;
	font-family:inherit;
	font-size:15px;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-webkit-appearance:none;
}
.check-tarea-s { 
	height:100px;
}
.dropdown { 
	float:left;
	height:34px;
	overflow:hidden;
	background:#ffffff url(../img/CB_DownArrow.png) no-repeat right center;
	border:1px solid #cec2c2;
}
.dropdown select {
	height:34px;
	padding-right:25px;
	background:transparent;
	font-family:inherit;
	font-size:16px;
	line-height:34px!important;
	color:#000000;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance: none;
	border:0;
	border:none;
	@include border-radius(0);
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	cursor:pointer;
}
.dropdown70 { 
	width:70px;
}
.dropdown70 select { 
	width:98px;
}
.dropdown90 { 
	width:90px;
	height:38px;
	border:1px solid #333333;
	margin-top:5px;
}
.dropdownfull { 
	clear:both;
	width:100%;
	height:40px;
	margin:5px 0;
	overflow:hidden;
	background:#ffffff url(../img/CB_DownArrow.png) no-repeat right center;
	border:1px solid #cec2c2;
}
.dropdownfull-g { 
	clear:both;
	width:100%;
	height:40px;
	margin:5px 0;
	overflow:hidden;
	background:#ff4efef url(../img/CB_DownArrow.png) no-repeat right center;
	border:0;
	border:none;
}
.dropdownfull select, .dropdownfull-g select {
	width:110%;
	height:40px;
	padding:0 0 0 11px;
	background:transparent;
	font-family:inherit;
	font-size:16px;
	line-height:40px!important;
	color:#333333;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance: none;
	border:0;
	border:none;
	@include border-radius(0);
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	cursor:pointer;
}


/* MODAL DESIGN */
.modal { 
	font-size:16px;
	padding:15px 25px 90px 15px;
	background:#ffffff;
}
.mwrapper { 
	width:100%;
	height:100%;
	padding:30px 50px 30px;
}
.modalbar { 
	position:fixed;
	z-index:99995;
	bottom:0;
	left:0;
	padding:12px 14px;
	width:100%;
	text-align:right;
	background:#a09494;
}


/* NOTIFIER */
.notifier { 
	position:fixed;
	z-index:9999;
	bottom:20px;
	left:-280px;
	width:280px; 
	padding:18px 20px 18px 12px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background-color:#ff1744;
	color:#ffffff;
	line-height:1;
	transition:all 0.4s;
	cursor:default;
}
.notifier-icon { 
	float:left;
	margin-right:10px;
	font-size:40px;
}
.notifier-copy { 
	float:right;
	width:180px;
}
.notifier-title { 
	margin-bottom:5px;
	font-size:15px;
	font-weight:500;
}
.notifier-msg { 
	font-size:14px;
	font-weight:400;
}
.notifier-show { 
	left:20px;
}


/* VIDEO */
.videocontent { 
	position:relative;
	width:100%;
	max-width:100%;
	margin:0 auto;
}
.videowrap { 
	position:relative;
	padding-bottom:56.25%;
	height:0;
	margin:auto;
}
.videowrap iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.video-divider { 
	height:30px;
}
.videopop { 
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:transparent;
	cursor:pointer;
}
.videopop:hover { 
	background-color:rgba(0, 0, 0, 0.3);
}
.video-button {
	display: inline-block;
	padding: 10px 18px;
	margin-bottom: 10px;
	background: #EEE;
	border: none;
	border-radius: 7px;
	color: #222;
	font-family:inherit;
	font-size: 16px;
	text-shadow: 0 1px white;
	cursor: pointer;
}

.video-button:hover {
	background-color: #8CF;
	text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
	color: #222;
}
.video-button:active, .video-button.is-checked {
	background-color: #28F;
}
.video-button.is-checked {
	color: white;
	text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}
.video-button:active {
	box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}
.video-button-group:after {
	content:'';
	display:block;
	clear:both;
}
.video-button-group .video-button {
	display:inline-block;
	width:100%;
	max-width:200px;
	border-radius: 0;
	margin:0 20px;
}
.grid:after { 
	content:'';
	display:block;
	clear:both;
}
.video-item { 
	display:inline-block;
	width:45%;
	margin:30px 2%;
}
.videoicon { 
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	//background:transparent url(../img/youtube-off.png) no-repeat center center;
	background-image:url(../img/youtube-off.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:80px 56px;
	cursor:pointer;
}
.videoicon:hover { 
	background-image:url(../img/youtube-on.png);
}
.video-footer { 
	font-size:20px;
	font-weight:400;
	margin:50px 0 30px;
}


.embed-container { 
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
	max-width:100%;
}
.embed-container iframe, .embed-container object, .embed-container embed { 
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* BREADCRUMB BAR */
.bcrumb-numbers { 
	float:right;
	padding:0;
	margin-bottom:25px;
	margin-right:15px;
	text-align:right;
	white-space:nowrap;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.bcrumb-number { 
	float:left;
	height:38px;
	margin-left:5px;
	padding:0 12px;
	background-color:#e0e0e0;
	font-size:15px;
	font-weight:500;
	line-height:38px;
	text-align:center;
	cursor:pointer;
	transition:all 0.3s;
}
.bcrumb-number:hover { 
	color:#ffffff;
	background-color:#393a3d;
}
.bcrumb-active { 
	color:#ffffff;
	background-color:#393a3d;
}
.bcrumb-cancel { 
	float:left;
	padding:5px;
	margin:4px 10px 0 5px;
	font-size:15px;
	cursor:pointer;
}

/* CIRCLES */
.circle { 
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	//behavior: url(./javascript/PIE/PIE.php);
}

/* SCROLL TO TOP */
#topscroll { 
	display:none;
	position:fixed;
	z-index:999999;
	bottom:20px;
	right:25px;
	width:50px;
	height:50px;
	color:#ffffff;
	font-size:30px;
	line-height:48px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	background-color:#ff00a0;
	-webkit-box-shadow:2px 2px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:2px 2px 8px 0px rgba(50, 50, 50, 0.75);
	box-shadow:2px 2px 8px 0px rgba(50, 50, 50, 0.75);
	cursor:pointer;
}
#topscroll:hover { 
	background-color:#fd45b9;
}


/* FOOTER */
#footer { 
	padding-bottom:20px;
}
.footer30 { 
	float:left;
	width:32%;
}
.footer70 { 
	float:left;
	width:68%;
}
.footer-column { 
	float:left;
	margin-bottom:30px;
	font-size:16px;
	font-weight:300;
}
.footer-strategy { 
	float:left;
	width:230px;
	height:38px;
	margin-bottom:30px;
	background-image:url(../img/strategy-icon.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.footer-copyright { 
	padding-top:20px;
	padding-bottom:55px;
	font-size:13px;
	font-weight:500;
	//text-align:center;
	text-transform:uppercase;
}

/* ADVERTISING */
.ad-footer { 
	position:fixed;
	z-index:99;
	bottom:60px;
	width:100%;
	height:90px;
	background:blue;
	text-align:center;
}


/* SIGN IN */
.signin-col-input { 
	width:35%;
	padding:50px;
	text-align:center;
}
.signin-logo { 
	display:inline-block;
	width:300px;
	height:62px;
	background-image:url(../img/comsol-bm.svg);
}
.signin-input { 
	height:auto;
	padding:12px 15px;
	font-size:17px;
	font-weight:400;
}
.signin-notifier { 
	display:none;
	position:relative;
	margin:0 0 15px 0;
	background-color:#393a3d;
	color:#ffffff;
}
.signin-notifier-msg { 
	padding:12px 40px 12px 15px;
	font-size:18px;
	text-align:left;
}
.signin-notifier-close { 
	position:absolute;
	z-index:1;
	top:11px;
	right:12px;
	width:25px;
	height:25px;
	background:transparent url(../img/e-close-w.png) no-repeat center center;
	background-size:cover;
	cursor:pointer;
}

/* GENERAL */
*:focus {
	outline:none;
}
.relative { 
	position:relative;
}
.clear { 
	clear:both;
}
.clicker { 
	cursor:pointer;
}
.cdefault { 
	cursor:default!important;
}
.fmedium { 
	font-weight:500;
}
.fbold { 
	font-weight:700;
}
.olink { 
	text-decoration:underline;
}
.link { 
	cursor:pointer;
}
.link:hover { 
	text-decoration:underline;
}
.flink { 
	color:#ffffff;
	cursor:pointer;
}
.flink:hover { 
	text-decoration:underline;
}
.block { 
	display:block;
}
.hidden { 
	display:none;
}
.box { 
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.left { 
	float:left;
}
.right { 
	float:right;
}
.tleft { 
	text-align:left;
}
.tright { 
	text-align:right;
}
.tcenter { 
	text-align:center;
}
.noselect { 
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.cover { 
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.cover-top { 
	background-position:top center;
}
.cover-bottom { 
	background-position:bottom center;
}
.cover-bottom-right { 
	background-position:bottom right;
}
.cover-right { 
	background-position:center right;
}
.cover-left { 
	background-position:center left;
}
.cover-top-right { 
	background-position:top right;
}
.cover-top-left { 
	background-position:top left;
}
.contain { 
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
}
.white { 
	background:#ffffff;
}
.divider { 
	clear:both;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:2px dotted #a9a79c;
}
.divider-s { 
	height:10px;
}
.divider-m { 
	height:30px;
}
.divider-l { 
	height:50px;
}
.divider-xl { 
	height:120px;
}
.show-l { 
	display:block;
}
.show-m { 
	display:none;
}
.prev-arrow { 
	padding-left:30px;
	background-image:url(../img/slider-arrow-left-on.png);
	background-position:center left;
	background-repeat:no-repeat;
	background-size:19px;
}
.next-arrow { 
	padding-right:30px;
	background-image:url(../img/slider-arrow-right-on.png);
	background-position:center right;
	background-repeat:no-repeat;
	background-size:19px;
}

/* PLACEHOLDER */
.error-list { 
	padding:10px 16px 10px;
}
label.error {
	font-size:16px;
	font-weight:400;
	color:#ff0000;
}
input.error, textarea.error {
	background-color:#ffe1e1;
}
select.error { 
	background:#ffe1e1 url(../img/CB_DownArrow.png) no-repeat right 9.4% center;
}
#yerror { 
	display:none;
	overflow:auto;
	padding-bottom:20px;
	font-size:14px;
	font-weight:700;
	text-align:left;
}
#yerror label { 
	float:none;
	width:auto;
}

.placeholder { color: #797979; }
.placeholderFocus { color: #797979; }

::-webkit-input-placeholder { color:#797979; } /* WebKit browsers */
:-moz-placeholder { color:#797979; } /* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color:#797979; } /* Mozilla Firefox 19+ */
input:-moz-placeholder { color:#797979; }
:-ms-input-placeholder { color:#797979; } /* Internet Explorer 10+ */

#psearchform::-webkit-input-placeholder { color:#797979; }
#psearchform:-moz-placeholder { color:#797979; }
#psearchform::-moz-placeholder { color:#797979; }
#psearchform:-ms-input-placeholder { color:#797979; }

.check-input::-webkit-input-placeholder, .check-tarea::-webkit-input-placeholder { color:#797979; } /* WebKit browsers */
.check-input:-moz-placeholder, .check-tarea:-moz-placeholder { color:#797979; } /* Mozilla Firefox 4 to 18 */
.check-input::-moz-placeholder, .check-tarea::-moz-placeholder { color:#797979; } /* Mozilla Firefox 19+ */
.check-input:-moz-placeholder, .check-tarea:-moz-placeholder { color:#797979; }
.check-input:-ms-input-placeholder, .check-tarea:-ms-input-placeholder { color:#797979; } /* Internet Explorer 10+ */
.check-input::-moz-placeholder, .check-tarea::-moz-placeholder { color:#797979; }

.msearchi::-webkit-input-placeholder { color:#333333; } /* WebKit browsers */
.msearchi:-moz-placeholder { color:#333333; } /* Mozilla Firefox 4 to 18 */
.msearchi::-moz-placeholder { color:#333333; } /* Mozilla Firefox 19+ */
.msearchi:-moz-placeholder { color:#333333; }
.msearchi:-ms-input-placeholder { color:#333333; } /* Internet Explorer 10+ */
.msearchi::-moz-placeholder { color:#333333; }


/* MEDIA QUERIES - 1100PX */
@media screen and (max-width: 1100px) { 

/* UPLOAD PAGE */
.upload-list li { 
	width:47%;
	margin:0 2.4% 15px 0;
}

/* FOOTER */
.footer-strategy { 
	float:left;
}

}


/* MEDIA QUERIES - 960PX */
@media screen and (max-width: 960px) { 

/* SIGN IN */
.signin-col-input { 
	width:50%;
	padding:30px;
}

/* HOME PAGE */
.cards li { 
	width:49%;
	margin:0 -4px 30px 2%;
}

/* GALLERY */
.gallery-col-left, .gallery-col-right { 
	clear:both
	width:100%;
	margin-bottom:25px;
}

}


/* MEDIA QUERIES - 900PX */
@media screen and (max-width: 900px) { 

/* CHANNELS PAGE */
.channel-list li { 
	height:220px;
}
.channel-list li span { 
	font-size:16px;
}

/* FOOTER */
.footer30, .footer70 { 
	float:left;
	clear:left;
	margin:0 0 5px;
	width:100%;
}

}

/* MEDIA QUERIES - 850PX */
@media screen and (max-width: 850px) { 

.cbar { 
	margin-left:30px;
}

/* JOURNAL */
.journal-list li { 
	width:49%;
	margin-left:1%;
}
.journal-list li:nth-child(3n+3) { 
	margin-left:1%;
}
.journal-list li:nth-child(2n+2) { 
	margin-left:0;
}

/* PROJECTS */
.project-list li { 
	width:49%;
	margin-right:1%;
}
.project-list li:nth-child(3n+3) { 
	margin-right:1%;
}
.project-list li:nth-child(2n+2) { 
	margin-right:0;
}
.lheight { 
	min-height:700px;
}
.mheight { 
	//min-height:645px;
}
.iheight { 
	min-height:346px;
}
.imargin { 
	margin-bottom:8px;
}

}


/* MEDIA QUERIES - 710PX */
@media screen and (max-width: 710px) { 
/* @media screen and (max-width: 480px) and (orientation: portrait) { */

/* SIGN IN */
.signin-col-input { 
	width:100%;
}
.signin-col-img { 
	display:none;
}

/* STRUCTURE */
#topbar { 
	height:60px;
}
.topsub-logo-block { 
	display:none;
}

/* MAIN BAR */
#mainbar { 
	padding:60px 0;
}
#bottombar { 
	display:block;
}
#logo { 
	width:152px;
	height:27px;
	margin-top:17px;
}
#navicon {
	margin:20px 5px 0;
}
.top-menu { 
	display:none;
}
.top-user { 
	width:35px;
	height:35px;
	margin-top:12px;
	font-size:24px;
	line-height:35px;
}
.wrapper-pad { 
	padding-top:40px;
	padding-bottom:40px;
}

.column70, .column68, .column28 { 
	float:left;
	clear:left;
	margin:0 0 5px;
	width:100%;
}

/* VIDEO */
.video-item {
	width:100%;
	margin:30px 0;
}

/* FOOTER */
#footer { 
	padding-bottom:80px;
}

}


/* MEDIA QUERIES - 603PX */
@media screen and (max-width: 603px) { 

.body-copy { 
	font-size:18px;
}

/* MAIN MASK */
.menu-list li { 
	font-size:22px;
}

/* BUTTONS */
.button-default { 
	//min-width:100px;
}

/* STRUCTURE */
#topbar { 
	//padding:20px 0;
}

.hero-bar { 
	//padding-top:200px;
}
.hero-header { 
	font-size:46px;
	line-height:1.1;
}
.hero-sub { 
	font-size:24px;
}

.header1 { 
	font-size:28px;
}
.header2 { 
	font-size:22px;
}

/* FOOTER */
.footer-copyright { 
	padding-top:50px;
}

/* HOME PAGE */
.hero-title { 
	margin-bottom:15px;
	font-size:40px;
}
.hero-sub { 
	font-size:22px;
}
.hero-bar { 
	min-height:auto;

}

/* IMAGES */
.pop-gallery { 
	height:200px;
}
.pop-table-65 { 
	width:50%;
}

.contact-title { 
	font-size:18px;
	font-weight:400;
}
.contact-contact { 
	font-size:15px;
}
.contact-manager { 
	font-size:15px;
}
.contact-address { 
	font-size:15px;
	line-height:1.4;
}

/* HEADINGS */
.page-header { 
	font-size:20px;
}

/* GENERAL */
#main, #aside, .column50, .column47, .column33, .imagel49, .imager49, .imagel40, .imager60, .imagel60 img, .imager40 img, .imagel40 img, .imager60 img { 
	float:left;
	clear:left;
	margin:0 0 5px;
	width:100%;
}
.show-l { 
	display:none;
}
.show-m { 
	display:block;
}

/* JOURNAL */
.journal-list li { 
	width:100%;
	margin-right:0;
}

/* MAPS */
.map-div { 
	height:300px;
}

/* HOME PAGE */
.cards li { 
	width:100%;
	margin:0 0 30px 0;
}

}


/* MEDIA QUERIES - 520PX */
@media screen and (max-width: 520px) { 
/* @media screen and (max-width: 520px) and (orientation: portrait) { */

#logo { 
	//height:51px;
	//margin-top:18px;
}

/* SECTIONS */
.team-list li { 
	width:100%;
}

/* INPUT */
.check-input_m { 
	margin-right:0;
}
.check-input50 { 
	width:100%;
}

}


/* MEDIA QUERIES - 480PX */
@media screen and (max-width: 480px) and (orientation: portrait) { 

/* SIGN IN */
.signin-input { 
	font-size:16px;
}

/* UPLOAD PAGE */
.upload-list li { 
	width:100%;
	margin:0 0 15px 0;
}
.upload-inner { 
	padding-right:25px;
}

/* CHANNELS PAGE */
.channel-list li { 
	width:100%;
	margin:0 0 15px 0;
}

/* STRUCTURE */
.hero-header { 
	font-size:42px;
}

/* BREADCRUMB BAR */
.bcrumb-numbers { 
	margin-right:0;
}

}


/* MEDIA QUERIES - 320PX */
@media screen and (max-width: 320px) and (orientation: portrait) { 

}