/* #main-container-menu {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #263238;
	opacity: 0.95;
	left: -100%;
	z-index: 10000 !important;
}
.container-menu {
	position: relative;
	height: 100%;
	width: 100%;
}
#main-cross {
	float: left;
	min-height: 53px;
	width: 100%;
	margin-bottom: 50px;
}
#cross-menu {
	position: absolute;
	width: 18px;
	height: 18px;
	right: 25px;
	margin-top: 25px;
	background: url('../images/cross-menu.svg') no-repeat;
	cursor: pointer;
}
#main-small-logo {
	float: left;
	min-height: 25px;
	width: 100%;
	margin-bottom: 25px;
	text-align: center;
}
.small-logo {
	color: #f0f0f0;
	font-family: Roboto;
	font-weight: 200;
	font-size: 18px;
	line-height: 65px;
	letter-spacing: 2px;
}
#main-container-image {
	float: left;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	margin-top: 25px;
	opacity: 0;
}*/
.work .card {
	/* float: left; */
	width: calc(100% / 3 - 10px);
	/* height: 200px; */
	/* line-height: auto; */
	position: relative;
	/* padding: 0 !important; */
	margin: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	background-color: #FFF;
}
/* .work .card.no-price {
	height: 200px;
} */
.card img{
	display: block;
	margin: auto;
}
.work .card .details {
	background: #FFF;
}
.work .card a {
	display: block;
	width: 100%;
	/* height: 200px; */
	background-color: #EEEEEE;
	text-align: center;
	background: rgb(255, 255, 255);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1);
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	padding: 40px 15px;
}
.work .card a:active {
	transform: scale(0.9);
	cursor: pointer;
}
.work .card a .glyph-icon {
	color: #FFF;
    border: 1px solid #FFF;
    border-radius: 20%;
    /* padding: 10px; */
    /* position: absolute; */
    /* top: 40%; */
    /* left: 43%; */
	font-size: 26px;
	vertical-align: middle;
	padding: 5px;
}
.work .card a img.BUSINESS_CARD {
	width: 75%;
	margin: auto auto;
	display: block;
}
.work .card a img.BUSINESS_CARD_VERTICAL {
	/* height: 75%; */
	width: 45%;
}
.work .card a img.FLYER {
	/* height: 75%; */
	width: 60%;
	margin-top: 35px;
}
.work .card a img.PEN {
	/* height: 30px; */
	width: 200px;
	margin-top: 115px;
}
.work .card .details {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	/* color: white; */
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	padding: 5px;
}
.work .card:hover .details {
	opacity: 0.80;
	background-color: #2B9ED8;
}
.work .card .details .title {
	font-family: Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 600;
	width: 80%;
	margin-left: 10%;
	color: #fff;
	text-align: left;
	height: 30px;
	line-height: 100%;
	margin-top: 40px;
}
.work .card .details .description {
	border: 1px solid #FFF;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    /* margin-top: 3%;
	margin-left: 3%; */
	padding: 30%;
}
.work .card .details .description.BUSINESS_CARD_VERTICAL {
	padding: 40%;
}
/*.work .card .details .description p {
	margin-bottom: 0;
	display: inline-block;
	width: 100%;
    height: 100%;
	text-align: center;
    line-height: 47px;
    border: 1px solid #FFF;
    border-radius: 30px;
    font-size: 28px;
    color: #FFF;
    margin-right: 5px;
    transition: all 0.4s ease 0s;
}
#wrapper-part-info {
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #FFFFFF;
}
#part-info {
	float: left;
	text-align: left;
	line-height: 44px;
	font-family: Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	font-weight: 400;
	color: #888;
	height: 44px;
}
.part-info-number {
	float: right;
	line-height: 44px;
	color: #2B9ED8;
	font-family: Roboto;
	font-weight: 600;
}
#main-list {
	float: left;
	width: 100%;
	min-height: 36px;
}
.list {
	position: relative;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	height: 36px;
	line-height: 36px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.list a {
	color: #999;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.list a:hover {
	color: #2B9ED8;
}
#wrapper-oldnew {
	float: left;
	width: 100%;
	height: 80px;
	background-color: #FFFFFF;
	margin-top: 50px;
}
.oldnew {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	top: 0;
}
.wrapper-oldnew-prev,
.wrapper-oldnew-next {
	float: left;
	width: 50%;
}
#oldnew-prev,
#oldnew-next {
	width: 43px;
	height: 43px;
	opacity: 0.5;
	cursor: pointer;
}
#oldnew-next {
	background: url('../images/next.svg') no-repeat;
	margin-left: 25px;
	float: left;
}
#oldnew-prev {
	background: url('../images/prev.svg') no-repeat;
	margin-right: 25px;
	float: right;
}
#main-container-footer {
	float: left;
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
	border-top: solid #e5e5e5 1px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	opacity: 0;
}
#row-1f,
#row-2f,
#row-3f,
#row-4f {
	float: left;
	width: calc(100% / 4);
	height: auto;
}
.text-row-1f,
.text-row-2f,
.text-row-3f,
.text-row-4f {
	float: left;
	text-align: left;
	height: 140%;
	line-height: 140%;
	margin-left: 20px;
	width: 80%;
	text-align: left;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #A1A1A1;
	margin-top: 80px;
}
.text-row-1f,
.text-row-2f,
.text-row-3f {
	margin-bottom: 100px;
}
#wrapper-copyright {
	float: left;
	width: 100%;
	height: 70px;
	background-color: #263238;
	opacity: 0;
}
.copyright {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	top: 0;
}
.copy-text {
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	height: 70px;
	line-height: 70px;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #666;
	margin-left: 15px;
	font-weight: 500;
}
.dribbble,
.facebook,
.linkin,
.google {
	padding-right: 20px;
}
.dribbble,
.facebook,
.linkin {
	padding-right: 12px;
}
.linkin:hover,
.google:hover,
.facebook:hover,
.dribbble:hover {
	color: #CCC;
	transform: scale(1.2);
}
@media only screen and (max-width: 2000px) {
	#main-container-menu {
		display: none;
	}
}*/
@media only screen and (max-width: 1200px) {
	/* #main-header,
	.navbar,
	.container,
	.container-footer,
	.oldnew,
	.copyright {
		width: 940px;
		margin: 0 auto;
	}
	#main-container-menu {
		display: none;
	} */
	.work .card {
		width: calc(100% / 2 - 30px);
	}
}
@media only screen and (max-width: 991px) {	
	.work .card {
		width: calc(100% / 1 - 30px);
	}
/*	#main-header,
	.navbar,
	.container,
	.container-footer,
	.oldnew,
	.copyright {
		width: 835px;
		margin: 0 auto;
	}
	#main-container-menu {
		display: none;
	}
	#row-1f,
	#row-2f,
	#row-3f,
	#row-4f {
		width: 100%;
	}
	.text-row-1f,
	.text-row-2f,
	.text-row-3f,
	.text-row-4f {
		text-align: center;
		width: 70%;
		margin-left: 15%;
	}
	.text-row-1f {
		margin-top: 75px;
		margin-bottom: 35px;
	}
	.text-row-4f {
		margin-top: 0;
		margin-bottom: 0;
	}
	.text-row-2f,
	.text-row-3f {
		margin-bottom: 35px;
		margin-top: 0;
	}*/
}
/*@media only screen and (max-width: 860px) {
	#main-header,
	.navbar,
	.container,
	.container-footer,
	.oldnew,
	.copyright {
		width: 715px;
		margin: 0 auto;
	}
	#main-container-menu {
		display: none;
	}
}*/
@media only screen and (max-width: 768px) {	
	/* #main-header,
	.navbar,
	.container,
	.container-footer,
	.oldnew,
	.copyright {
		width: 95%;
		margin: 0 auto;
	} */
	.work .card {
		width: calc(100% / 2 - 30px);
	}
	/* .modal-box {
		width: 90%;
	} */
}
/*@media only screen and (max-width: 610px) {
	#main-header,
	.navbar,
	.container,
	.container-footer,
	.oldnew,
	.copyright {
		width: 95%;
	}
}*/
@media only screen and (max-width: 480px) {
	/* #main-header,
	.navbar,
	.container,
	.container-footer,
	.oldnew,
	.copyright {
		width: 100%;
	}
	#login-register {
		display: none;
	}
	#user-cart-logout {
		display: none;
	}
	#stripes {
		display: block;
	}
	#main-container-menu {
		display: block;
	} */
	.work .card {
		width: calc(100% / 1 - 30px);
	}
	/* .copy-text {
		text-align: center;
		width: 100%;
	}
	.navbar ul li a {
		font-size: 13px;
		letter-spacing: 1.2px;
		padding: 0 5px;
	}
	#main-container-image {
		margin: 15px 0;
	} */
}