html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background: #15384c;
	font-family: 'Dosis', sans-serif;
	font-size: 15px;
	/*color: #545454;*/
  background: repeat-y url(../img/bg-new.jpg);
  background-size: 100%;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 500;
}
h2 {
	padding: 0px 0px 20px 0px;
	font-size: 1.50em;
}
p, ol, ul {
	margin-top: 0px;
	font-size: 1.2rem;
}
p {
	line-height: 180%;
}
strong {
	color: #2c2c2c;
}
.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
a {
	color: #2c2c2c;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
img.alignleft {
	float: left;
}
img.alignright {
	float: right;
}
img.aligncenter {
	margin: 0px auto;
}
hr {
	display: none;
}
button {
	border: none;
}
/* wrapper */
#wrapper {
	overflow: hidden;
	width: 1200px;
	margin: 50px auto;
	/*background: #fff;*/
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
  /*opacity: 0.6;*/  
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.clearfix {
	clear: both;
}
/* header */
#header {
	/*overflow: hidden;*/
	height: 260px;
}
/* logo */
#logo {
	/*margin:0 20px 0 20px;*/
  border-bottom: 2px solid #A02A36;
}

#myCarusel {
  height: 260px;
}
#cssmenu {
  border-bottom: 2px solid #A02A36;
  height: 61px;
}
#cssmenu > ul,
#cssmenu > ul li,
#cssmenu > ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu > ul {
  position: relative;
  z-index: 597;
}
#cssmenu > ul li {
  float: left;
  min-height: 1px;
  line-height: 1.3em;
  vertical-align: middle;
}
#cssmenu > ul li.hover,
#cssmenu > ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu > ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  /*width: 100%;*/
}
#cssmenu > ul ul li {
  float: none;
}
#cssmenu > ul ul ul {
  top: 1px;
  left: 99%;
}
#cssmenu > ul li:hover > ul {
  visibility: visible;
}
/* Align last drop down RTL */
#cssmenu > ul > li.last ul ul {
  left: auto !important;
  right: 99%;
}
#cssmenu > ul > li.last ul {
  left: auto;
  right: 0;
}
#cssmenu > ul > li.last {
  text-align: right;
}
/* Theme Styles */
#cssmenu > ul {
  /*border-top: 4px solid #3fa338;*/
  /*font-family: Calibri, Tahoma, Arial, sans-serif;*/
  font-size: 19px;
	font-weight: 500;
  /*background: #1e1e1e;
  background: -moz-linear-gradient(top, #1e1e1e 0%, #040404 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e1e1e), color-stop(100%, #040404));
  background: -webkit-linear-gradient(top, #1e1e1e 0%, #040404 100%);
  background: linear-gradient(top, #1e1e1e 0%, #040404 100%);*/
  /*width: 100%;
  /*zoom: 1;*/
}
#cssmenu > ul:before {
  content: '';
  display: block;
}
#cssmenu > ul:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu > ul li a {
  display: inline-block;
  padding: 10px 22px;
}
#cssmenu > ul > li.active,
#cssmenu > ul > li.active:hover {
  /*background-color: #3fa338;*/
}
#cssmenu > ul > li > a:link,
#cssmenu > ul > li > a:active,
#cssmenu > ul > li > a:visited {
  color: #c69d02;
}
#cssmenu > ul > li > a:hover {
  color: #ffffff;
}
#cssmenu > ul ul ul {
  top: 0;
}
#cssmenu > ul li li {
  background-color: #ffffff;
  border-bottom: 1px solid #ebebeb;
  font-size: 14px;
}
#cssmenu > ul li li.hover,
#cssmenu > ul li li:hover {
  background-color: #f5f5f5;
}

#cssmenu > ul li.hover,
#cssmenu > ul li:hover {
  /*background-color: #F5F5F5;*/
}
#cssmenu > ul > li.hover,
#cssmenu > ul > li:hover {
  /*background-color: #3fa338;*/
  -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
}
#cssmenu > ul a:link,
#cssmenu > ul a:visited {
  color: #000;
  text-decoration: none;
}
#cssmenu > ul a:hover {
  color: #6d0000;
}
#cssmenu > ul a:active {
  color: #6d0000;
}
#cssmenu > ul ul {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
	background-color: #afafaf;
  min-width: 350px;
}
.fa-arrow-down{
  transform: rotate(0deg);
  transition: transform 0.1s linear;
}

.fa-arrow-down.open{
  transform: rotate(180deg);
  transition: transform 0.1s linear;
}
/* page */
#page {
	overflow: hidden;
	width: 1100px;
	margin: 0px 50px;
	padding: 10px 0px;
	/*border-bottom: 1px solid #dedede;*/
	z-index: 400;
}
#page h2 {
}
/* content */
/*#content {
	float: left;
	width: 1200px; /*750px;*/
/*}*/
#content h2 {
	font-size: 2.10em;
}
/* sidebar */
#sidebar {
	float: right;
	width: 300px;
}
/* footer */
#footer {
	overflow: hidden;
	margin: 0px 50px;
	padding: 30px 0px;
	border-top: 1px solid #000000;
}
#footer p {
	text-align: center;
}
#footer a {
	color: #545454;
}
/* three column */
#three-column {
	overflow: hidden;
	/*margin: 0px 50px;*/
	padding: 50px 0px;
}
#three-column #tbox1 {
	float: left;
	width: 300px;
	margin-right: 50px;
}
#three-column #tbox2 {
	float: left;
	width: 400px;
}
#three-column #tbox3 {
	float: right;
	width: 300px;
}
/* list style 1 */
ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
  font-size: 1rem;
}
ul.style1 li {
	/*padding: 3px 0px 15px 0px;*/
	/*border-top: 1px solid #dedede;*/
}
ul.style1 a {
	text-decoration: none;
	color: #545454;
}
ul.style1 a.icon-blue {
  color: #001b71;
}
ul.style1 a:hover {
	text-decoration: underline;
}
ul.style1 .first {
	padding-top: 0px;
	border-top: none;
}
.adobe-icon {
  color: red;
}
.facebook-icon {
  color: darkblue;
}

/* list style 2 */
ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.style2 p {
	text-align: center;
}
ul.style2 li {
	padding: 25px 0px 15px 0px;
	border-top: 1px solid #DEDEDE;
}
ul.style2 .first {
	padding-top: 0px;
	border-top: none;
}
ul.style2 h3 {
	padding: 0px 0px 10px 0px;
}
ul.style2 h3 a {
	text-transform: none;
	color: #373737;
}
ul.style2 a {
	text-decoration: none;
	color: #919191;
}
ul.style2 a:hover {
	text-decoration: underline;
}
/* button style 1 */
.button-style {
	display: inline-block;
	/*margin-top: 20px;*/
	padding: 7px 20px;
	background: #cf4a41;
	/*border-radius: .25rem;*/
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	font-size: 12px;
}
.button-style:hover {
	background:#7f4300;
	color: #ffffff;
	box-shadow: 0 3px 8px #cec9c9;	
}
.bg-brown {
    background-color: #15384c;
    color: #fff;
}
.bg-brown:hover {
		background-color: #23536e;
		color: #fff;
}
.bg-red {
    background-color: #fff;
    color: #000;
    border: solid 1px #a02a36;
}
.bg-red:hover {
    background-color: #a02a36;
		color: #fff;
}

p.card-text {
  text-align: center;
}
/* BREADCRUMB */
 /* Style the list */
ul.breadcrumb {
  padding: 15px 15px;
  list-style: none;
	border-radius: 0px;
  background-color: transparent !important;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 16px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 4px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #df0d19;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #df0d19;
  text-decoration: underline;
} 
.col-4-card {
	max-width: 32%;
	padding: 0;
}
.card {
	float: left;
	min-height: 300px;
	margin: 0 10px 30px 0;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #aeaeae;
  border-radius: .25rem;
}
.card-header {
	text-align: center;
	background-color: #e9ecef;
  height: 70px;
}
.card-title {
  margin-top: 1rem;
  color: #890000;
  text-align: center;
} 
.card-body {
	text-align: center;
  color: #23536e;
  padding: 0.5rem;
}
.card-img-top {
   width: 100%;
   border-radius: 0;
   /*border-top-right-radius: calc(.25rem - 1px);*/
}
.card-footer {
	text-align: center;
	background-color: none;
}
.card-footer {
	padding: .75rem 1.25rem;
  background-color: transparent;
	border: 0;
	/* background-color: rgba(0,0,0,.03); */
    /* border-top: 1px solid rgba(0,0,0,.125); */
}
.card-money {
  text-align: left;
  font-size: 1.2rem;
  font-weight: bold;
  color: #890000;
  margin-top: 6px;
  float: left;
  margin-left: 15px;
}
.card-button {
  margin-top: 2px;
  float: right;
  margin-right: 10px;
}
.h5, h5 {
	font-size: 1.1rem;
	font-weight: bold;
}
.product {
	width: 750px;
}
.product-left {
	width: 400px;
	float: left;
  background-color: white;
  padding: 30px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);  
}
.product-right {
	width: 350px;
	float: right;
	text-align: center;
}
.right-panel-img {
  width: 150px;
}
.icon-blue {
  color: #001463;
}
.icon-red {
  color: #FF0004;
}

div.polaroid {
	width: 30%;
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 25px;
	float: left;
	margin-right: 12px;
	/*margin-left: 12px;*/
	height: 396px;
}

div.img-container {
	height: 240px;
  margin: 10px 0 0 0;
  text-align: center;
}
div.card-text {
  text-align: center;
  height: 50px;
}
div.text-container {
	margin: 0 5px 0 5px;
	height: 128px;
	text-align: center;
}
.img-thumbnail {
  padding: 0;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);  
  max-width: 100%;
  height: auto;
  border: none;
  border-radius: 0px;
  margin: 8px;
}
.jetmenu > li > a {
	font-size: 16px !important;
	font-weight: bold !important;
}
