/*$MTS Duplication web site 2018
CSS definition file containing sitestyle stylesheets*/

*{
	margin: 0; 
	padding: 0;
    box-sizing: border-box;
}


img { 
	border: 0px; 
	padding: 0px;
	margin: 0px;
	*display: block; /* IE 7 and below */
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	/* background-image: url(../images/2018_bg.jpg); */
    font-family: 'Montserrat', sans-serif;
	background-position: top;
	background-repeat: repeat-x;
}


/* ---------- Header Elements ---------- */

 .container {
	max-width: 100%;
	margin: auto;
    overflow: hidden;
}

.container_header {
	width: 100%;
	top: 0px;
	position: relative;
	margin: auto;
    background-color: #dfe0e4;
}


#header {
    width: 100%;
	max-width: 1160px;
	height: 110px;
	top: 0px;
	position: relative;
	left: 0px;
    margin: auto;
    background-color: #dfe0e4;
}



#mtslogo{
	max-width:290px;
	max-height: 60px;
    left: 0px;
	top: 25px;
	position: absolute;
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}


#mtslogo:hover{
   	max-width:290px;
	max-height: 60px;
    left: 0px;
	top: 25px;
	position: absolute;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

 @media screen and (max-width: 600px) {
    #mtslogo { position: relative;; }
    #mtslogo:hover  { position: relative; ; }
    }


/* -----------------------------------------*/



  /* ------- Navigation Elements ------------*/

.container_topnav {
	max-width: 100%;
	top: 0px;
	position: relative;
	margin: auto;
    background-color: #53668e;
}

.topnav {
    overflow: hidden;
    width: 100%;
    max-width: 1160px;
    margin: auto;
}


.topnav a:link {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 18px 12px;
    text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: 400;
}

.topnav a:hover {
    background-color: #dfe0e4;
    color: white;
}

.topnav a:active {
    background-color: #7D89AB;
    color: white;
}

.topnav a:visited {
    background-color: #dfe0e4;
    color:#9FA6B7;
}

.topnav .icon {
    display: none;
    padding: 18px 12px;
    top: 5px;
    position: relative;
    visibility: hidden;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
        visibility: visible; 
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;

    }
  }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        background-color: 53668e;
        color: white;
    }



 /* -----------------------------------------*/

 /*---------Slider of single image only --------- */

 .single_slider {
     width: 100%;
     max-width: 1160px;
     margin: auto;
 }

 .slider_image {
     width: 100%;
 }

@media screen and (max-width: 600px) {
      .slider_image {width: 100%;}
      }




/* ----------- Main Page Elements -------- */
.maintextbg {
    background-image: url(images/text_bg_copy.png);
    background-repeat: repeat-x;
}

.text_container {
    display: grid;
    grid-template-areas:
    'columnleft columnleft columnright';
    gap: 30px;
    max-width: 1160px;
    margin: auto;
}


.columnleft {
    grid-area: columnleft;
	top: 0px;
    left 0px;
	text-align:left;
    margin-left: 20px;
    padding-left: 30px;
    padding-top: 45px;
    margin-right: 20px;
    width: 100%;
}

.columnleft p {
    color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.5em;
    text-align:left;
}

.columnleft a:link {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0em;
	font-weight: 800;
	color: #5b87d2;
	text-decoration: none;
}

.columnleft a:visited {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0em;
	font-weight: 800;
	color: #ec048d;
	text-decoration: none;
}

.columnleft a:hover {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0em;
	font-weight: 800;
	color: #38404D;
}

.columnleft a:active {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0em;
	font-weight: 800;
	color: #ee3026;
	text-decoration: none;
}

 /* -----------------------------------------*/


/* ----------- right column -------- */

.columnright {
    grid-area: columnright;
	position: relative;
	text-align: left;
    margin-left: 30px;
    padding-left: 35px;
    padding-top: 55px;
    padding-right: 30px;
    max-width: 350px;
    min-width: 250px;
}

 .columnright p {
	color: #666666;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8em;
	font-weight: 800;
	text-decoration: none;
}

 .columnright a:link {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8em;
	font-weight: 800;
	color: #5b87d2;
	text-decoration: none;
}

.columnright a:visited {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8em;
	font-weight: 800;
	color: #ec048d;
	text-decoration: none;
}

.columnright a:hover {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8em;
	font-weight: 800;
	color: #38404D;
}

.columnright a:active {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8em;
	font-weight: 800;
	color: #ee3026;
	text-decoration: none;
}


@media only screen and (max-width: 600px) {
    .columnleft {grid-area: 1 ;}
    .columnright {grid-area: 2 ;}
    #submenuimg { width: 60%; }
}



  #submenuimg {
	max-width: 300px;
    width: 100%;
	position: relative;
	margin-bottom: 15px;
}


 #flipbook {
	max-width:300px;
	max-height: 120px;
    width: 100%;
	margin-bottom: 60px;
	position: relative;
}



#flipbook:hover {
	max-width:300px;
	max-height: 120px;
    width: 100%
	margin-bottom: 60px;
	position: relative;
}

    @media only screen and (max-width: 600px) {
    #flipbook {display: none ;}
    #flipbook:hover {display: none ;}

}


  /* -----------------------------------------*/

   /* --------- template page -----*/

.template_container {
    gap: 50px;
    max-width: 1060px;
    margin: auto;
}

.column_template {
    grid-area: column_template;
	top: 0px;
    left 0px;
	text-align:left;
    margin-left: 20px;
    padding-left: 30px;
    padding-top: 45px;
    padding-right: 30px;
    margin-right: 20px
    width: 100%;
}

@media only screen and (max-width: 800px) {
    .templates_all { width: 80% ;}
}

 .templates {
    border: solid #666F7E ;
    border-width: thin;
    margin-bottom: 30px;
    padding: 20px;
     background-color:  #e8ecf1 ;
}

 .templates_all {
    border: solid #666F7E ;
    border-width: thin;
    margin-bottom: 30px;
    padding: 10px;
    background-color: #FFFFFF;
    max-width: 1000px;
    width: 100% ;
    background-color:  #e8ecf1 ;

}


.dptmpl{
	width: 100px;
	height: 100px;
	position: relative;
	margin-right: 5px;
	margin-bottom: 20px;
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}


.dptmpl:hover{
	width: 100px;
	height: 100px;
	position: relative;
	margin-right: 5px;
	margin-bottom: 20px;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    background: transparent;
}


.printtmpl2{
	width: 157px;
	height: 100px;
	position: relative;
	margin-right: 5px;
	margin-bottom: 20px;
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    background: transparent;
}


.printtmpl2:hover{
	width: 157px;
	height: 100px;
	position: relative;
	margin-right: 5px;
	margin-bottom: 20px;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    background: transparent;
}


.printtmpl3{
	width: 186px;
	height: 100px;
	position: relative;
	margin-right: 5px;
	margin-bottom: 20px;
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    background: transparent;
}


.printtmpl3:hover{
	width: 186px;
	height: 100px;
	position: relative;
	margin-right: 5px;
	margin-bottom: 20px;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    background: transparent;
}





 /* --------- Footer Elements and Text -----*/


 .footer_container {
	width: 100%;
	top: 0px;
	background-color: #38404d;
	position: relative;
    margin: auto;
}

 .footer_grid {
    display: grid;
    grid-template-areas:
    'footercol1 footercol2 footercol3';
    gap: 20px;
    max-width: 1160px;
    margin: auto;
}


.footercol1 {
    grid-area: footercol1;
	position: relative;
    text-align:  left;
    max-width: 350px;
    width: 100%;
}

.footercol2 {
    grid-area: footercol2;
    max-width: 350px;
    text-align:  left;
    margin-left: 30px;
    padding-left: 35px;
    padding-top: 45px;
    padding-right: 35px
}


.footercol3 {
    grid-area: footercol3;
    max-width: 350px;
    width: 100%;
    text-align:  left;
    margin-left: 30px;
    padding-left: 35px;
    padding-top: 45px;
    padding-right: 35px
}


   @media only screen and (max-width: 800px) {
    .footercol1 {grid-area: 1 ;}
    .footercol2 {grid-area: 2 ;}
    .fottercol3 {grid-area: 3; }
 }

 p.footer {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
}

 a.footer:link {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.footer:visited {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	font-style: normal;
	color: #EEEEEE;
	text-decoration: none;
}

a.footer:hover {
	font-family: 'Montserrat' sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	font-style: normal;
	text-decoration: normal;
	color: #6699FF;
}


a.footer:active {
	font-family: 'Montserrat' sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	font-style: normal;
	color: #c7d0d6;
	text-decoration: none;
}

#img_mtslogo_footer {
 max-width: 350px;

 top: 0px;
}

 #img_services_footer {
 max-width: 190px;
 width: 100%;
 top: 0px;
}

 #img_packaging_footer {
 max-width: 190px;
 width: 100%;
 top: 0px;
}

@media only screen and (max-width: 600px) {
    .footercol1 {grid-area: 1 ;}
    .footercol2 {grid-area: 2 ;}
    .footercol3 {grid-area: 3 ;}
    #img_mtslogo_footer { padding-left: 45px; }
}




/*-------------------------------*/



#faq {
	max-width: 900px;
	top: 0px;
	position: relative;
	text-align:left;
	padding-left: 15px;
	margin: auto;
    width: 100%;
}


#packaging {
	width: 1120px;
	top: 0px;
	position: relative;
	left: 0px;
	float: left;
	text-align:left;
	padding-left: 15px;
	margin-bottom: 60px;
}


#freeprint {
	width:300px;
	height: 120px;
	top:30px;
	margin-bottom: 60px;
	position: relative;
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}


#freeprint:hover {
	width:300px;
	height: 120px;
	top:30px;
	margin-bottom: 60px;
	position: relative;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}


#newsletter {
	width:300px;
	float: left;
	top:30px;
	position: relative;
	border-style: solid;
    border-width: 1px;
	border-color: #999999;	
}


#newsletter_img {
	width:300px;
	height: 120px;
	float: left;
	top:10px;
	margin-bottom: 20px;
	position: relative;
}



#mc_embed_signup {
	background:#fff; 
	clear:left; 
	font:14px 'Montserrat',sans-serif;  
	width:290px;
	float: right;
}






.review_container {
	width: 100%;
    height: 100%;
	top: 0px;
	background-color: #4a5360;
	position: relative;
	margin: auto;
    padding-top: 30px;
    padding-bottom 30px;
}



.reviews {
	max-width: 1160px;
    width: 100%;
	position: relative;
	margin: auto;
}





#newsspacer{
	width: 1160px;
	height: 40px;
		background-image: url(images/newsspacer.png);
	background-position: top;
}

/*-------------------------------*/

/*----product page---*/

.product_container {
    gap: 50px;
    max-width: 1160px;
    margin: auto;
}

.productlink2 {
	width: 260px;
	height: 260px;
	position:relative;
	margin-bottom: 20px;
	margin-right: 6px;
    border: solid;
    border-color: #4a5360;
    border-width: thin;
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.productlink2:hover {
	width: 260px;
	height: 260px;
	position:relative;
	margin-bottom: 20px;
	margin-right: 6px;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    border: solid;
    border-color: #4a5360;
    border-width: thin;

}


.template_spacer {
	width: 1160px;
	height: 5px:
	position: relative;
}



#fileupload {
	width: 1160px;
	top: 0px;
	position: relative;
	left: 0px;
	float: left;
	text-align:left;
	padding-left: 15px;
	margin-bottom: 60px;
}




#vinylcdimage {
	width: 800px;
	height: 400px;
	position: relative;
	float: left;
	text-align:left;
}






/*-----------------------------------*/






/* ------- Fonts and Text ------------*/



/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('fonts/montserrat-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v12-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}




h1 {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding-left: 100px;
	text-align: left;
}


h2 {
	color: #666f7e;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1em;
	font-style: light;
	font-weight: 800;
	text-decoration: none;
	text-align: left;
}


h3 {
	color: #666f7e;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8em;
	font-style: normal;
	font-weight: 800;
	text-decoration: none;
	text-align: left;
	padding-top: 15px;
}


.morenews {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.5em;
	margin-top: 40px;
	text-align: left;
	width: 900px;
	left: 0px;
}



p {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.5em;
}


a:link {
	color: #154aa2;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.5em;
}

a:visited {
	color: #ec048d;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.5em;
}

a:hover {
	color: #3a6f8f;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.5em;
}

a:active {
	color: #ee3026;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.5em;

}

li{
   	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.5em;
    text-align: left;
}






/*------------------------------------------*/
















/* --------- Sub Menu Text and Elements ------- */

 p.submenu {
	color: #666666;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	font-weight: 800;
	text-decoration: none;
}

 a.submenu:link {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.0em;
	font-weight: 800;
	color: #5b87d2;
	text-decoration: none;
}

a.submenu:visited {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	font-weight: 800;
	color: #ec048d;
	text-decoration: none;
}

a.submenu:hover {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	font-weight: 800;
	color: #38404D;
}

a.submenu:active {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	font-weight: 800;
	color: #ee3026;
	text-decoration: none;
}






#freeprint_sub {
	width:300px;
	height: 120px;
	left: -15px;
	top:30px;
	margin-bottom: 60px;
	position: relative;
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}


#freeprint_sub:hover {
	width:300px;
	height: 120px;
	left: -15px;
	top:30px;
	margin-bottom: 60px;
	position: relative;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}




/*---------------------------*/







/*---------------Accocrdian Style -------------- */

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: 400;
    outline: none;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 20px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}




/* --------------------------*/




/*---------------Contact Form -------------- */





.contact_container {
	width: 100%;
	top: 20px;
	position: relative;
	margin: auto;
	height: 800px;
	min-height: 800px;
}


#contactleft {
	width: 800px;
	top: 0px;
	position: relative;
	left: 0px;
	float: left;
	text-align:left;
	padding-left: 15px;
	margin-bottom: 60px;
}




.table1txt {
    left: 0px;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.0em;
}


input[type=text] {
    padding: 6px 10px;
    margin: 3px 0;
    box-sizing: border-box;
    border: 2px solid #38404d;
    border-radius: 4px;
	background-color: #f8f8f8;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
}


textarea {
    width: 100%;
    height: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #38404d;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
    color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
}


input[type=button] {
    background-color: #38404d;
    border: 2px solid #38404d;
    border-radius: 8px;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}



/* --------------------------*/



















































#columnleft_product {
	width: 640px;
	top: 30px;
	position: relative;
	left: 30px;
	float: left;
}






#errorcolumn {
	max-width: 960px;
    width 100%;
	min-height: 450px;
    height 100%;
	top: 50px;
	position: relative;
    margin: auto;
}




























