@charset "utf-8";
/* Global Styles */
.message{
	color:white; 
	background-color:red; 
	text-align:center;
	font-size:1vw;
	padding:10px;
}

.respQ{
	float:left;
	width:50%;
	font-size:1.5vw;
	padding-right:20px;
}
.respA{
	float:right;
	width:50%;
	font-size:1.5vw;
}
.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
			
.footText{
	font-weight:900;
	font-size: 30px;
	line-height: 30px;
	overflow: hidden;
	font-family: 'Gotham';
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ED9822;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #34657F;
}


.secHead2{
	font-weight: 900;
	font-size: 2.75vw;
	text-align: center;
	
}
.secHead{
	font-weight: 900;
	font-size: 2.75vw;
	text-align: center;

}
.easy{
	font-size:2.5vw;
}
.responsive5{
	width:49.99%;
	float:left;
	padding-top:110px;
	font-size:1.35vw;
}
.responsive4 {
	width:41%;
	float: right;
}
.responsive3 {
	width:59%;
	float:left;
	font-size:1.35vw;
}
.responsive2{
	padding: 0;
	margin: 0;
	width:100%;
	text-align: center;
	font-weight: 900;
	font-size:3vw;
	color: #0d5183;
	float:left;
}

body, input, textarea{
	font-family: 'Gotham', Helvetica Neue, Helvetica, Arial, 'sans-serif';
	color: #0f4c77;
}

body{
	font-family: 'Gotham' !important;
	margin:0;
	padding:0;
	min-height: 100%;
	
}

@font-face {
  font-family: "Gotham";
  src:    url('/fonts/GOTHAM-MEDIUM.OTF') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

.pfont{
	font-size: 1vw;}

.subButton {
		-moz-box-shadow: 5px 9px 7px -6px #000000;
	-webkit-box-shadow: 5px 9px 7px -6px #000000;
	box-shadow: 5px 9px 7px -6px #000000;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #852020));
	background:-moz-linear-gradient(top, #ff0000 5%, #852020 100%);
	background:-webkit-linear-gradient(top, #ff0000 5%, #852020 100%);
	background:-o-linear-gradient(top, #ff0000 5%, #852020 100%);
	background:-ms-linear-gradient(top, #ff0000 5%, #852020 100%);
	background:linear-gradient(to bottom, #ff0000 5%, #852020 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#852020',GradientType=0);
	background-color:#ff0000;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #f00000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:1.5vw;;
	font-weight:bold;
	padding:11px 31px;
	text-decoration:none;
}
.subButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #852020), color-stop(1, #ff0000));
	background:-moz-linear-gradient(top, #852020 5%, #ff0000 100%);
	background:-webkit-linear-gradient(top, #852020 5%, #ff0000 100%);
	background:-o-linear-gradient(top, #852020 5%, #ff0000 100%);
	background:-ms-linear-gradient(top, #852020 5%, #ff0000 100%);
	background:linear-gradient(to bottom, #852020 5%, #ff0000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#852020', endColorstr='#ff0000',GradientType=0);
	background-color:#852020;
}
.subButton:active {
	position:relative;
	top:1px;
}


	.orderplate{
	color:red;
	-webkit-text-stroke: .02px #fff; 
	font-weight: 900; 
	font-size:3vw;
	text-align:center;
}
/* menu */
	.toggle
	{
		width: 100%;
		padding: 10px 20px;
		background: rgba(237,152,34,1.00);
		text-align: right;
		box-sizing:border-box;
		color: #fff;
		font-size: 20px;
		display: none;
	}
nav{
	width: 100%;
	font-family: 'Gotham';
	/*padding: 10px 0; */
	}
ul{
	width: 80%;
	margin: 0 auto;
	padding:0;
	text-align: center;
	}
ul li{
	list-style: none;
	display: inline-block;
	padding: 10px;
	font-size: 20px;
	/*border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #606062;*/

}

ul li a{
	color: #606062;
	text-decoration: none;
}

a:hover {
	text-decoration:none;
	color: rgba(237,152,34,1.00);
}
/*header*/
header {
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
/* Logo placeholder*/
#logo {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 139px;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background-color: rgba(190,190,190,1.00);
}
/* div for Links in header */
#headerLinks {
	float: left;
	/*width: calc( 100% - 137); */
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(255,255,255,1.00);
}
#rule {
	float: left;
	width: 100%;
	height: 3px;
	background-color: rgba(237,152,34,1.00);
}
/* Links in header */
#headerLinks a {
	text-decoration: none;
	color: #606062;
	padding-left: 56px;
	padding-right: 56px;
	font-size: 1em;
}

#headerLinks a:hover{
	text-decoration: none;
	color: rgba(237,152,34,1.00);
}
/* Offer text banner*/
#offer {
	font-family: 'Montserrat', sans-serif;
	clear: both;
	background-color: rgba(246,246,246,1.00);
	color: rgba(146,146,146,1.00);
	padding-left: 115px;
	padding-top: 57px;
	padding-bottom: 57px;
}
/* Main content of the site */
#content {
	clear: both;
	overflow: auto;
	padding-top: 29px;

}
/* Sidebar */
#content .sidebar {
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	float: left;
	width: 20%;
	padding-left: 3%;
	padding-right: 3%;
	text-align: center;
	background-color: rgba(246,246,246,1.00);
	padding-top: 36px;
	height: 784px;
}
/* main content of the site */
#content .mainContent {
	float: left;
	width: 100%;
	text-align: center;
	padding:0 4%;
}
/*menubar's properties for menus in sidebar */
#content .sidebar #menubar {
	text-align: left;
	color: rgba(146,146,146,1.00);
	position: relative;
	left: 0%;
}
/* Search field in sidebar */
#content .sidebar #search {
	width: 100%;
	border-radius: 0px;
	height: 42px;
	text-align: center;
	color: rgba(208,207,207,1.00);
	font-size: 14px;
	margin-bottom: 21px;
}
/* Whole page content */
#mainWrapper {
	width: 100%;
}
/*menu elements */
.menu ul li {
	list-style-type: none;
	font-size: x-large;
	position: relative;
	left: -35px;
	padding-top: 12px;
}
/* Product rows for catalog */
#content .mainContent .productRow {
	overflow: auto;
	color: rgba(146,146,146,1.00);
}
/* Each product Information in the catalog */
.mainContent .productRow .productInfo {
	float: left;
	padding-left: 4%;
	padding-right: 4%;
	width: 33.33%;
}

.mainContent .productRow .productInfo2 {
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	width: 49%;
}
/* Prices of a products in catalog */
.productRow .productInfo .price {
	font-family: 'Gotham', sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 22px;
	position: relative;
	top: -20px;
}
/* Content holder for products in catalog*/
.productRow .productInfo .productContent {
	position: relative;
	top: -37px;
	font-size: 14px;
	font-family: sans-serif;
	font-style: normal;
	font-weight: 200;
	color: rgba(73,73,73,1.00);
	white-space: pre-wrap;
}
/* Buy button for products in catalog */
.productRow .productInfo .buyButton {
	position: relative;
	top: -48px;
	width: 84%;
	background-color: rgba(208,207,207,1.00);
	height: 35px;
	color: rgba(255,255,255,1.00);
	border-style: none;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 8px;
}
/* footer */
#mainWrapper footer {
	clear: both;
	overflow: auto;
	background-color: #515151;
	font-family: source-sans-pro, sans-serif;
	font-weight: 200;
	line-height: 1.5;
	/*padding-top: 20px;*/
	padding-left: 20px;
	text-align: center;
	/*padding-bottom: 20px;*/
	padding-right: 20px;
}
/*Each footer content */
#mainWrapper footer div {
	width: 49%;
	float: left;
	padding-left: 4%;
	padding-right: 2%;
	color: rgba(255,255,255,1.00);
	text-align: left;
}
/* Links in footer */
footer div a {
	color: rgba(146,146,146,1.00);
	display: block;
	text-decoration: none;
	text-align: center;
}


footer {
	clear: both;
	overflow: auto;
	background-color: #515151;
	font-family: source-sans-pro, sans-serif;
	font-weight: 200;
	line-height: 1.5;
	/*padding-top: 20px;*/
	padding-left: 20px;
	text-align: center;
	/*padding-bottom: 20px;*/
	padding-right: 20px;
	bottom:0;
	position:absolute;
	width: 100%;
}
footer div {
	width: 48.99%;
	float: left;
	padding-left: 4%;
	padding-right: 2%;
	color: rgba(255,255,255,1.00);
	text-align: left;
}
.bottom {
	clear: both;
	overflow: auto;
	background-color: #515151;
	font-family: source-sans-pro, sans-serif;
	font-weight: 200;
	line-height: 1.5;
	/*padding-top: 20px;*/
	padding-left: 20px;
	text-align: center;
	/*padding-bottom: 20px;*/
	padding-right: 20px;
	bottom:0;
	width: 100%;
}
.bottom div {
	width: 48.99%;
	float: left;
	padding-left: 4%;
	padding-right: 2%;
	color: rgba(255,255,255,1.00);
	text-align: left;
}
/* Product's images in catalog */
.productInfo div img {
	width: 100%;
}
/*Links in sidebar */
.sidebar #menubar .menu ul li a {
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}
.sidebar #menubar .menu ul li a:hover {
	color: rgba(107,97,97,1.00);
	text-decoration: none;
}
/* Menu headings in sidebar */
#menubar .menu h2 {
	font-size: 14px;
}
/*Links under menus in sidebar */
#menubar .menu ul li a {
	font-size: 14px;
}
/* Menus in sidebar */
.sidebar #menubar .menu {
	margin-bottom: 29px;
}
/* Container for links in footer */
footer .footerlinks {
	margin-top: -15px;
}

/* Media query for tablets */
@media screen and (max-width:700px) {
	.message{
		font-size:1.75vw;
	}
	.easy{
	font-size:2.2vw;
}
	.responsive5{
	width:49.99%;
	float:left;
	padding-top:40px;
	font-size:1.75vw;
}
	.responsive3 {
	width:59%;
	float:left;
	font-size:1.75vw;
}
	.pfont{
	font-size:1.75vw;}
	
		.orderplate{
	color:red;
	font-family: sans-serif; 
	-webkit-text-stroke: .5px #fff; 
	font-weight: 700; 
	font-size:3vw; 
	text-align:center;
}
	
		.subButton {

	font-size:2vw;
	font-weight:bold;
	padding:11px 31px;
	text-decoration:none;
}	
	
	/* start menu bar */
	.toggle
	{
	display: block;
	}
	ul{
		width:100%;
		display: none;
	}
	ul li{
		display: block;
		text-align: center;
		
	}
	.active{
		display: block;
	}
/* search field in sidebar */
#content .sidebar #search {
	display: none;
}
/* sidebar */
#content .sidebar {
	float: none;
	width: 100%;
	height: auto;
	overflow: auto;
	padding-left: 12%;
	padding-top: 0px;
}
/* horizontal separators in sidebar */
#content .sidebar hr {
	display: none;
}
/*The sidebar and maincontent of page */
#content {
	position: relative;
	top: -22px;
	width: 100%;
	overflow: hidden;
}
/*menu headings in sidebar */
#menubar .menu h2 {
	display: inline;
	font-size: medium;
	padding-right: 6%;
}
/* Unordered List of links */
#menubar .menu ul {
	display: inline;
}
/*list elements */
#menubar .menu ul li {
	display: inline;
	font-size: medium;
	padding-left: 0%;
	padding-right: 3%;
}
/*The link to be hidden in tablet view */
.sidebar #menubar .menu ul .notimp {
	display: none;
}
/* menus in sidebar */
.sidebar #menubar .menu {
	width: 100%;
	text-align: center;
	position: relative;
	top: 16px;
}
/*menubar in sidebar */
#content .sidebar #menubar {
	position: relative;
	left: -7%;
	overflow: hidden;
	width: 95%;
	padding-top: 0px;
}
/* offer banners content */
#mainWrapper #offer p {
	font-size: small;
}
/* main content region of page */
#mainWrapper #content .mainContent {
	overflow: hidden;
	width: 95%;
	margin-top: 40px;
}
/* Prices of products in catalog view */
.productRow .productInfo .price {
	font-size: 19px;
}
/* Content holders in catalog view */
.productRow .productInfo .productContent {
	font-size: 16px;
}
/* Buy buttons in catalog view */
.productRow .productInfo .buyButton {
	font-size: 15px;
}
/* Container for links in footer */
#mainWrapper footer .footerlinks {
	float: none;
	width: 100%;
	position: relative;
	top: 17px;
	clear: both;
	text-align: center;
	left: 0%;
	padding-bottom: 19px;
}
/* Container for each footer divisions */
#mainWrapper footer div {
	width: 44%;
	text-align: justify;
	font-size: 15px;
}
/* Links in footer */
.footerlinks p a {
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline;
	padding-right: 35px;
}
/* Footer region */
#mainWrapper footer {
	padding-left: 16px;
	overflow: hidden;
}
/* Links in header */
header #headerLinks a {
	padding-left: 0px;
	padding-right: 30px;
}
/* Offer- Text banner */
#mainWrapper #offer {
	padding-left: 22%;
}
/* Paragraphs in footer */
footer .footerlinks p {
	display: inline;
}
}

/*media query for small screen devices */
@media screen and (max-width:480px) {

	.message{
	font-size:2.5vw;
}
	.respQ{

	width:100%;
	font-size:3vw;

}
.respA{

	width:100%;
	font-size:3vw;
}
	
	.easy{
	font-size:4vw;
}
	
		.responsive5{
	width:100%;
			padding-top:0px;

	font-size:3vw;
}
	
	.responsive4 {
	width:100%;
}
.responsive3 {
	width:100%;
	font-size:3vw;
}
	.responsive2{

	font-size:4.25vw;

}
	
	.pfont{
	font-size:3vw;}
	
		.orderplate{
	color:red;
	font-family: sans-serif; 
	-webkit-text-stroke: .5px #fff; 
	font-weight: 700; 
	font-size:5.5vw; 
	text-align:center;
}
	
	.subButton {

	font-size:4vw;
	font-weight:bold;
	padding:11px 31px;
	text-decoration:none;
		
}
	
/*Container for links in header */
#mainWrapper header #headerLinks {
	width: 100%;
	text-align: center;
	background-color: rgba(190,190,190,1.00);
	padding-bottom: 21px;
}
/* Logo placeholder*/
#mainWrapper header #logo {
	width: 100%;
	text-align: center;
}
/* Links in header */
header #headerLinks a {
	text-align: center;
	padding-right: 15px;
	padding-left: 0px;
}
/*Offer - Text Banner */
#mainWrapper #offer {
	padding-left: 0px;
	text-align: center;
}
/* Menubar in sidebar */
#content .sidebar #menubar {
	position: relative;
	left: -8%;
	text-align: center;
}
/*Menu headings in sidebar */
#menubar .menu h2 {
	width: 100%;
	display: block;
}
/* Each product in catalog view */
.mainContent .productRow .productInfo {
	width: 100%;
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	left: -2%;
}
#mainWrapper footer div {
	width: 100%;
	margin-left: -16px;
	text-align: justify;
	padding-bottom: 16px;
	overflow: auto;
}
/* Unordered list for menu elements */
.menu ul {
	position: relative;
	padding-left: 24%;
}
/* Container for links in footer */
#mainWrapper footer .footerlinks {
	padding-left: 8%;
}
/* Main content which excludes the sidebar */
#mainwrapper #content .mainContent {
	margin-top: -81px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
}

}


