body {
    font-family: Calibri;
    font-size: 14px;
}

/*-- Basic --*/
a {
  text-decoration: none;
  color: #0e76bd;
}

a:hover {
  text-decoration: none;
  color: #0e76bd;
}

.cover {
    /*New for footer*/
    min-height: 83vh;
    display: block;
    position: relative;
    --padding-bottom: 130px;
}

.filterComboList {
    padding-top: 15px;
}
.filterComboList span {
  color: #0e76bd;
  //background-color: #647883;
  text-transform: capitalize;
  font-weight: bold;
  border-color: #647883;
}

.filterComboList input {
    color: #647883;
    background-color: #647883;
    text-transform: capitalize;
    font-weight: bold;
    border-color: #647883;
    font-family: Calibri;
    font-size: 14px;
}

.filterComboList .rcbReadOnly {
    /* border-color: #aaa; */
    /* color: #333; */
    /* background-color: #c1c1c1; */
    background-image: linear-gradient(#647883,#647883);
}
.filterComboList .rcbActionButton {
    background-image: linear-gradient(#647883,#647883);
    background-color: #647883;
}

.filterCheckbox {
    color: #647883;
    font-family: Calibri;
    width: auto;
    text-align: left;
    white-space: nowrap;
    background-color: white;
}


.filterCheckbox .rcbCheckAllItemsHovered  {
    background-color: #0e76bd !important;
    color: white;
}

.filterCheckbox li:hover {
    background-color: #0e76bd;
    color: white;
}

.filterCheckbox li:hover {
    background-color: #0e76bd;
}

.filterCheckbox input{
    text-align: left;
    width: auto;
    margin-right: 10px;
}

.labels{
    text-wrap: none;
    font-size: 16px;
}

.file-upload {
    
}

.file-upload:hover {
        
}

/* The button size */
.file-upload {
    
}

.file-upload, .file-upload span {
}

.file-upload input {
    background-color: white;
    border: none;
    padding: 10px;
    width: 100%;
    margin-top: 25px;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    color: #617883;
    outline: none; 

}

.file-upload strong {

}

.file-upload span {

}

#fade{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index:10001;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
}

#fadeVideo{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index:10001;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
}

#fade2{
    display: block;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index:10001;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
}

#light{
    display: block;
    position: fixed;
    text-align: center;
    top: 50%;
    margin-top: -200px;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    padding: 10px;
    border: 2px solid #FFF;
    background: #f3f3f3;
    z-index:10002;
    overflow:visible;
}

#light2{
    display: none;
    position: fixed;
    text-align: center;
    top: 30px;
    --margin-top: -200px;
    width: 670px;
    left: 50%;
    margin-left: -320px;
    padding: 10px;
    border: 2px solid #FFF;
    background: #f3f3f3;
    z-index:10002;
    overflow:visible;
}

    #light2 iFrame {
        width: 640px;
        height: 480px;
    }

    #light2 a {
        color: #617883;
    }


#lightVideo{
    display: none;
    position: fixed;
    text-align: center;
    top: 30px;
    --margin-top: -200px;
    width: 670px;
    left: 50%;
    margin-left: -320px;
    padding: 10px;
    border: 2px solid #FFF;
    background: #f3f3f3;
    z-index:10002;
    overflow:visible;
}

    #lightVideo iFrame {
        width: 640px;
        height: 480px;
    }

    #lightVideo a {
        color: #617883;
    }

.card.effect__click.flipped .card__front {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.effect__click.flipped .card__back {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}

.card {
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 90px;
}

.card:nth-child(1) {
  margin-left: -3px;
  margin-right: 1px;
}

.card:nth-child(2),
.card:nth-child(3) {
  margin-right: 1px;
}

/* card fronts and backs */
.card__front,
.card__back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  width: 100%;
  height: 95px;
}

.card__front,
.card__back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
}

.card__front {
  --background-color: #ff5078;
}

.card__back {
  --background-color: #1e1e1e;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

/* card text */
.card__text {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 20px;
  color: #fff;
  line-height: 20px;
}

.section {
	clear: both;
	padding: 0;
	margin: 0;
}

input, textarea {
  padding: 10px;
  border: 1px solid #e2e2e2;
  width: 100%;
  margin-top: 25px;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  color: #617883;
  outline: none; 
}

.validators {
    color: red;
    font-weight: bold;
    padding-left: 5px;
}

select {
  padding: 9px;
  border: 1px solid #e2e2e2;
  width: 100%;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  color: #617883;
  outline: none; 
}

textarea {
  height: 135px;
  max-height: 150px;
  max-width: 770px;
  line-height: 18px;
  width: 100%;
}

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}

.listview_1_of_2 {
    margin: 0em 0em 1em 0em;
}

.images_1_of_2 {
    width: 100%;
    display: table;
	padding: 2.5%;
	box-shadow: 0px 0px 10px rgba(187, 255, 181, 0.26);
	border: 1px solid rgba(192, 192, 192, 0.28);
}

.images_1_of_2  img {
	max-width:100%;
	display:block;
}

.listview_1_of_4 {
    margin: 1em 0em 1em 0em;
    --padding: 5px;
}

.images_1_of_4 {
    display: table;
	padding: 2.5%;
	box-shadow: 0px 0px 10px rgba(187, 255, 181, 0.26);
	border: 1px solid rgba(192, 192, 192, 0.28);
}

.images_1_of_4  img {
	max-width:100%;
	display: block;
}


.images_1_of_4 .listimg{
	display: block;
	float:left;
}

.images_1_of_4 .listimg img{
	width: 100%;
    --max-height: 200px;
}

.images_1_of_2 .listimg{
	display: block;
	float:left;
}

.images_1_of_2 .listimg img{
	--height: 100%;
    max-height: 200px;
}

.listimg_2_of_1 {
	width: 30.2%;
    min-height: 200px;
}

.listimg_4_of_1 {
	width: 100%;
    --min-height: 200px;
}

.text{
	display: block;
	float:left;
	margin: 0% 0 0% 3.6%;
}

.list_2_of_1 {
	width: 66.2%;
}

.list_2_of_1  h3{
	font-family: Calibri;
	color: #2E2E2E;
	font-size: 1.5em;
	margin: 0em;
	text-transform: uppercase;
}
.list_2_of_1  p{
	font-size: 1.0em;
	padding: 0.1em 0 0.1em 0;
	color: #777;
	line-height: 1.4em;
	margin:0.3em 0em;
	font-family: Calibri;	
}
.list_2_of_1 .button{
	line-height:1.9em;
	margin-top:0.5em;
}
.list_2_of_1 .button a{
	font-family: Calibri;
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	background: #2E2E2E;
	padding:5px 15px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.list_2_of_1 .button a:hover{
        background: #0e76bd;
}

.list_2_of_1 a h3:hover{
	color: #0e76bd;
}

.list_4_of_1 {
	width: 100%;
}

.list_4_of_1  h4{
	font-family: Calibri;
	color: #2E2E2E;
	font-size: 1.5em;
	margin: 0em;
	text-transform: uppercase;
}
.list_4_of_1  p{
	font-size: 1.0em;
	padding: 0.1em 0 0.1em 0;
	color: #777;
	line-height: 1.4em;
	margin:0.3em 0em;
	font-family: Calibri;	
}
.list_4_of_1 .button{
	line-height:1.9em;
	margin-top:0.5em;
}
.list_4_of_1 .button a{
	font-family: Calibri;
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	background: #2E2E2E;
	padding:5px 15px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.list_4_of_1 .button a:hover{
        background: #0e76bd;
}

.list_4_of_1 a h3:hover{
	color: #0e76bd;
}


.message-form .Section {
    margin-top: 20px;
    display: table;
    width: 100%;
	padding: 1%;
	box-shadow: 0px 0px 10px rgba(187, 255, 181, 0.26);
	border: 1px solid rgba(192, 192, 192, 0.28);
}

.message-form .SubSection {
    margin-top: 20px;
    display: table;
	box-shadow: 0px 0px 10px rgba(187, 255, 181, 0.26);
	border: 1px solid rgba(192, 192, 192, 0.28);
}

.message-form .Section .Cart {
    text-align: center;
}

.message-form .Section .Cart Select {
    width: 120px;
    margin: 5px;
    height: 34px;
}

.message-form .Cart {
    text-align: center;
}

.message-form .Cart select {
    margin-top: 0px;
}

.Cart Select {
    width: 120px !important;
    margin: 5px;
    padding: 0;
    padding-left: 5px;
    height: 34px;
}

.message-form .CartLeft {
    text-align: left;
}

.CartLeft Select {
    width: 120px !important;
    margin: 0;
    padding: 0;
    padding-left: 5px;
    height: 34px;
}

.message-form .TabSection {
    margin-top: 0;
    display: table;
    width: 100%;
	padding: 1%;
	box-shadow: 0px 0px 10px rgba(187, 255, 181, 0.26);
	border: 1px solid rgba(192, 192, 192, 0.28);
}

.message-form .TabSection img {
    --max-height: 300px;
    max-width: 300px;
}

.message-form .gridCheckbox input[type="checkbox"]{
	text-align: left;
    width: auto;
    margin-right: 10px;
	font-family:Arial, Helvetica, sans-serif;
    margin-top: 18px;
    margin-bottom:8px;
}

.message-form .right {
    text-align: right;
    padding-right: 15px;
}

.tabs {
  margin-bottom: 0;
  margin-top: 20px;
  margin-left: 3px;
  display: table;
  width: 100%;
  padding: 0;
  padding-left: 1%;
}

.tabs ul {
  padding: 0;
  margin: 0;
}
.tabs li {
  list-style: none;
  display: inline-block;
  min-width: 20%;
}

.tabs .CurrentTab {
  background-color: #f3f3f3;
  padding: 9px 19px;
  font-size: 18px;
  font-weight: 600;
  color: #617883;
  display: block;
  text-align: center;
  list-style: none;
  display: inline-block;
  border: 1px solid  #0e76bd;
}

.tabs a {
  background-color: #617883;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
}

.tabs a:hover {
  background-color: #0e76bd;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 20px;
	height: 0;
    text-align: center;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.message-form .TabSection h3 {
    font-family: Calibri;
	color: #2E2E2E;
	font-size: 1.6em;
	margin: 0em;
    margin-top: 5px;
    vertical-align: middle;
}

.message-form .TabSection p {
    font-family: Calibri;
	font-size: 1.2em;
    margin-top: 10px;
    font-weight: normal;
}

.message-form .Section h3 {
    font-family: Calibri;
	color: #2E2E2E;
	font-size: 1.6em;
	margin: 0em;
    margin-top: 5px;
    vertical-align: middle;
}

.message-form .Section h4 {
    font-family: Calibri;
	color: #2E2E2E;
	font-size: 1.2em;
	margin: 0em;
    margin-top: 5px;
    vertical-align: middle;
}

.message-form .Section p {
    font-family: Calibri;
	font-size: 1.2em;
    margin-top: 10px;
    font-weight: normal;
}

.message-form .Section ul li {
    font-family: Calibri;
	font-size: 1.2em;
}

.message-form ul li {
    font-family: Calibri;
	font-size: 1.2em;
    line-height: 1.6em;
}

.message-form .Section .linkButton  {
  width: 120px;
  background-color: transparent;
  cursor: pointer;
  text-align: center;
  color: #617883; 
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  border: 0;
  outline: none;
  margin-top: 0px;
  padding: 0;
}

.message-form .Section .linkButton:hover {
    text-decoration: underline;
}

#flipContainer{
    display: block;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #444444;
    z-index:10001;
}

.hint-section {
  text-align: center;
  padding: 0 0 5px 0;
}

.hint-section h2 {
  //font-family: 'Open Sans', sans-serif;
  font-family: Calibri;
  font-size: 20px;
  color: #5b6e0e;
  font-weight: 700;
  text-transform: uppercase;
}

.hint-section h3 {
  font-family: Calibri;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

#flipContainer iFrame {
    position: fixed;
    display: block;
    padding: 0;
    margin: 0;
    height: 90%; 
    width: 100%;
    border: none;
}

#flipContainer iFrame div {
    height: 50%;
}

.back {
  margin-top: -50px;
  float: right;
  display: block;
  position: absolute;
  right: 0;
}

.linkButton  {
  width: 120px;
  background-color: transparent;
  cursor: pointer;
  text-align: center;
  color: #0e76bd; 
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  border: 0;
  outline: none;
  margin-top: 0px;
  padding: 0;
}

#timeline-post h3 {
    color: #0e76bd;
    font-weight: bold;
}

#timeline-post li {
    font-family: Calibri;
    font-size: 16px;
    color: #666;
}


.linkButton:hover {
    text-decoration: underline;
}

.blue {
	color: #09F;
}

.green {
	color: #0e76bd;
}

.green h3 {
	color: #0e76bd;
}

.red {
	color: red;
}

.red h3 {
	color: red;
}

p {
  font-family: Calibri;
  font-size: 16px;
  color: #666;
  font-weight: normal;
}

.aboutUsli {
  font-family: Calibri;
  font-size: 16px;
  color: #666;
}

.heading-section {
  text-align: center;
  padding: 30px 0 30px 0;
}

.heading-section h2 {
  font-family: Calibri;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }


.space30 {
	margin-bottom: 30px;
}

.space50 {
	margin-bottom: 50px;
}


/*-- Header --*/
#top-header {
  background-color: #617883;
  color: #fff;
}

#main-header {
  background-image: url(../Images/bg.gif);
  background-repeat: repeat-x;
  text-align: center;
  background-color: #fff;
}

header {
    z-index:9999;
    width: 100%;
    top: 0;
}

.home-account a {
  display: inline-block;
  margin-right: 15px;
  padding: 10px 0;
  font-size: 16px;
  font-family: Calibri;
}

.home-account a:hover {
  color: #fff;
}

.home-account {
    text-align: center;
    display: block;
  }

.cart-info {
  text-align: right;
  padding: 8px 0;
  font-size: 16px;
  font-family: Calibri;
}

.logo {
  padding: 5px 0;
  background-image: url(../Images/mid_bg.jpg);
  background-repeat: repeat;
--  max-width: 150px !important;
}

.logo a img {
  max-width: 350px !important;  
  width: 100%;
  display: inline-block;
  margin-top: -30px; 
}

.logo H3 {
    margin-top: -20px;
    font-family: Calibri;
    font-size: 24px;
    font-weight: bold;
    color: #d9d9d9;
}

.sub-header {
  padding: 0;
  background-image: url(../Images/mid_bg.jpg);
  background-repeat: repeat-x;
}

.sub-header a img {
  max-width: 200px !important;  
  width: 100%;
  display: inline-block;
}

.sub-header H3 {
    font-family: Calibri;
    font-size: 24px;
    font-weight: bold;
    color: #d9d9d9;
}

.sub-header H4 {
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
    color: #d9d9d9;
}

.main-menu ul {
  padding: 30px 0;
  margin: 0px;
  text-align: center;
}

.main-menu li {
  list-style: none;
  display: inline-block;
  --padding: 40px 0;
}

.main-menu a {
  padding-left: 10px;
  font-family: Calibri;
  font-weight: 700;
  font-size: 16px;
  color: #245ba5;
  text-transform: uppercase;
  margin-right: 35px;
}

.main-menu span {
  padding-left: 10px;
  font-family: Calibri;
  font-weight: 700;
  font-size: 16px;
  color: #245ba5;
  text-transform: uppercase;
  margin-right: 35px;
}

.main-menu a:hover {
  color: #fff;
}

.main-menu span:hover {
  color: #fff;
}

/* Drop-Down Navigation */
.main-menu ul li:hover > ul
{
/*these 2 styles are very important, 
being the ones which make the drop-down to appear on hover */
	visibility:visible;
	opacity:1;
}

.main-menu ul li ul {
	list-style: none;
    padding: 0px 0;
    margin: 0;
    margin-top: 7px;
    padding: 0;    
/*the next 2 styles are very important, 
being the ones which make the drop-down to stay hidden */
    visibility:hidden;
    opacity:0;
    position: absolute;
    z-index: 99999;
	width: auto;
	background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #5192b2, #8fbfd5); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right,  #5192b2, #8fbfd5); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right,  #5192b2, #8fbfd5); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right,  #5192b2, #8fbfd5); /* Standard syntax */
	box-shadow:1px 1px 4px #ccc;
    border: 1px solid #24a3dd;
/* css3 transitions for smooth hover effect */
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 
   
}


.main-menu li ul li {
  list-style: none;
  display: block;
  padding: 5px 0;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  white-space: nowrap;
}

.main-menu ul li ul li hr {
  list-style: none;
  display: block;
  padding: 0px 0;
  margin: 0px;
  padding-top: -4px;
  padding-bottom: -4px;
}

.main-menu ul li ul li h4 {
  font-family: Calibri;
  font-weight: 700;
  font-size: 16px;
  color: #0e76bd;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}


.search-box {
  text-align: right;
  margin-top: 33px;
  position: relative;
}

.search-box input {
  margin-top: 0px;
}

.search-box input[type="submit"] {
  background-color: transparent;
  position: absolute;
  width: 34px;
  height: 34px;
  right: 0;
  top: 0;
  border: 0;
  content: '';
  color: transparent;
  background: url(../images/search-icon.png);
  background-position: center;
  margin-top: 5px;
  background-repeat: no-repeat;
}


.search-box input#s {
  padding: 4px 10px 4px 10px;
  height: 34px;
  line-height: 34px;
  outline: 0;
  border: 1px solid #ddd;
}

.subscribe-box {
  text-align: right;
  margin-top: 33px;
  position: relative;
}

.subscribe-box input {
  margin-top: 0px;
}
.subscribe-box input[type="submit"] {
  background-color: transparent;
  position: absolute;
  width: 34px;
  height: 34px;
  right: 0;
  top: 0;
  border: 0;
  content: '';
  color: transparent;
  background: url(../images/subscribe-icon.png);
  background-position: center;
  margin-top: 5px;
  background-repeat: no-repeat;
}

.subscribe-box input#s {
  padding: 4px 10px 4px 10px;
  height: 34px;
  line-height: 34px;
  outline: 0;
  border: 1px solid #ddd;
}

.OurValues {
    text-align: center;
}

.OurValues h2 {
  font-family: Calibri;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}
/*-- End Header --*/




/*-- Heading --*/

#heading {
  height: 140px;
}

#heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #617883;
  text-transform: uppercase;
}

#heading a {
  font-weight: bold;
  color: black; 
}

#heading a:hover {
  text-decoration: underline;
}

#heading span {
  color: #617883;
}

.heading-content {
  text-align: center;
  margin-top: 35px;
}

.heading-small-content {
  text-align: center;
  margin-top: -15px;
}

.heading-small-filter {
  text-align: left;
  margin-top: -15px;
}

.heading-small-content a {
  font-weight: bold;
  color: black; 
}

.heading-small-content a:hover {
  text-decoration: underline;
}

.heading-small-filter span a{
  color: #fff;
  text-transform: capitalize;
  margin-left: 20px;
}

.heading-small-filter span a:hover{
  color: #fff;
    text-decoration: underline;
}


#heading-small {
  background-image: url(../images/bg-image.jpg);
  height: 60px;
}

#heading-small h2 {
  font-size: 36px;
  font-weight: 700;
  color: #617883;
  text-transform: uppercase;
}

#heading-small span {
  color: #617883;
}

#heading-smallFlip {
  background-image: url(../images/bg-image_flip_NEW.jpg);
  //background-image: url(../images/bg.jpg);
  height: 100px;
}

#heading-smallFlip h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

#heading-smallFlip h4 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-top: 30px;
  display: block;
}

#heading-smallFlip .cell {
    padding: 0;
    margin: 0;
}

#heading-smallFlip .search-box {
  text-align: right;
  margin: 0;
  position: relative;

}

#heading-smallFlip .search-box input {
    margin: 0;
    padding: 3px;
    background-color: #617883;
    font-family: Calibri;
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
    color: #0e76bd;
    border-color: #617883;
    font-weight: bold;
    border-radius:3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#heading-smallFlip .search-box input::-webkit-input-placeholder {
    color: #0e76bd;
}

#heading-smallFlip .search-box input::-moz-placeholder {
    color: #0e76bd;
}

#heading-smallFlip .search-box input:-ms-input-placeholder {
    color: #0e76bd;
}



#heading-smallFlip .search-box input[type="submit"] {
  background-color: transparent;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
  border: 0;
  content: '';
  color: transparent;
  background: url(../images/search-icon.png);
  background-position: center;
  margin: 3px;
  background-repeat: no-repeat;
}

#heading-smallFlip span {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}




/*-- Timeline --*/
/*
.timeline-thumb {
  position: relative;
  text-align: center;
  border-bottom: 3px solid #dbdbdb;
}

.timeline-thumb:hover {
  border-color: #0e76bd;
}

.timeline-thumb .thumb img {
  width: 100%;
  overflow: hidden;
}
.timeline-thumb .overlay {
  background-color: rgba(0,0,0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.timeline-thumb:hover .overlay {
 visibility: visible;
 overflow: hidden;
 opacity: 1;
 cursor: pointer;
}*/

.timeline-caption h4 {
  padding-top: 10px;
  font-family: Calibri;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #617883;
  margin: 0 0 3px 0;
}

.timeline-caption p {
  font-family: Calibri;
  font-size: 16px;
  font-weight: 300;
  color: #0e76bd;
}

/*-- End Timeline --*/




/*-- Our Team --*/

.team-thumb {
  position: relative;
  text-align: center;
}

.team-thumb .author img {
  width: 100%;
}

.team-thumb .overlay {
  background-color: rgba(0,0,0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.team-thumb:hover .overlay {
 visibility: visible;
 opacity: 1;
 cursor: pointer;
}

.author-caption ul {
  padding: 0;
  margin: 0;
}

.author-caption li {
  list-style: none;
  display: inline-block;
  margin-top: 40%;
}

.author-caption a {
  display: inline-block;
  background-color: rgba(250,250,250, 0.4);
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #fff;
}

.author-caption a:hover {
  background-color: #0e76bd;
  color: #fff;
}

.author-details {
  margin-top: 15px;
  text-align: center;
}

.author-details h2 {
  display: block;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.author-details span {
  color: #0e76bd;
  text-transform: uppercase;
}

/*-- End Our Team --*/




/*-- Products --*/

#product-heading {
  text-align: center;
  padding: 100px 0 30px 0;
}

#product-heading h2 {
  font-family: Calibri;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}

#Container {
  margin-top: 80px;
}

#Container .mix {
  display: none;
}

.portfolio-wrapper {
  overflow: hidden;
  padding-top: 20px;
}


#filters {
  text-align: center;
}

#filters ul {
  margin: 0px;
  padding: 0px;
}

#filters li {
  cursor: pointer;
  list-style: none;
  display: inline-block;
}

#filters span {
  text-transform: uppercase;
  font-family: Calibri;
  font-size: 16px;
  font-weight: 300;
  color: #444;
  padding-left: 15px;
}


#filters span:hover {
  color: #0e76bd;
  transition: all 0.3s ease-in;
}

.label-text a {
  color: #333;
}

.label-text a:hover {
  color: #0e76bd;
}

.label-text h3 {
  margin: 10px 0 2px 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.label-text span {
  color: #777;
  text-transform: uppercase;
  font-family: Calibri;
  font-weight: 300;
  display: block;
  color: #0e76bd
}

.portfolio-thumb img {
  width: 100%;
}

.portfolio-thumb {
  position: relative;
}

.hover-iner {
  position: relative;
  width: 100%;
  height: 100%;
}

.hover-iner a {
  position: absolute;
  top: 35%;
  left: 43%;
  margin-left: -18px;
  margin-top: -18px;
  background-color: rgba(0,0,0, 0.1);
  border: 1px solid #0e76bd;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
}

.hover-iner img {
  width: auto;
}

.hover-iner span {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  margin-top: 190px;
  text-align: center;
  font-size: 16px;
  width: 100%;
  color: #0e76bd;
  font-weight: 300;
}

.hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.portfolio-wrapper:hover .portfolio-thumb .hover {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in;
}

.pagination {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}

.pagination ul {
  padding: 0;
  margin: 0;
}
.pagination li {
  list-style: none;
  display: inline-block;
}

.pagination .CurrentPage {
  background-color: #f3f3f3;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #617883;
  display: block;
  text-align: center;
  list-style: none;
  display: inline-block;
}
.pagination a {
  background-color: #617883;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: block;
  text-align: center;
}

.pagination a:hover {
  background-color: #0e76bd;
}

/*- End Products --*/


/*-- Single Post --*/

.image-post {
  overflow: hidden;
}

.product-title h3 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  display: inline-block;
  margin-right: 20px;
  border-right: 1px solid #ddd;
  padding-right: 20px;
}

.product-title span {
  display: inline-block;
  font-size: 16px;
  color: #0e76bd;
} 

.product-content a {
  font-weight: 700;
  font-size: 16px;
}

.product-content p {
  margin-top: 5px;
  padding-bottom: 15px;
  font-weight: normal;
}

.comment-section h4 {
  margin-top: 30px;
  font-size: 16px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
}

.all-comments {
  margin-top: 40px;
  margin-bottom: 40px;
}

.comments {
  margin-top: 30px;
}

.author-thumb {
  float: left;
  margin-right: 30px;
}

.comment-body {
  background-color: #f3f3f3;
  padding: 20px;
  overflow: hidden;
  position: relative;
}

.comment-body h6 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0px;
}

.comment-body span {
  font-size: 16px;
  color: #0e76bd;
}

.comment-body p {
  margin-top: 20px;
  font-weight: normal;
}

.comment-body a {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  background-color: #0e76bd;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
}

.replyed-form {
  margin-left: 130px;
}

.leave-comment h4 {
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
}

input, textarea {
  padding: 10px;
  border: 1px solid #e2e2e2;
  width: 100%;
  margin-top: 25px;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  color: #617883;
  outline: none; 
}

textarea {
  height: 165px;
  max-height: 180px;
  max-width: 770px;
  line-height: 18px;
  width: 100%
}

.form label {
  margin-left: 10px;
  color: #999999;
}

.send button {
  width: 90px;
  color: #fff;
  cursor: pointer;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background-color: #0e76bd; 
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  outline: none;
}


.Filter {
  right: 30px;
  position: absolute;
  top: 0;
}


.Search {
  right: 30px;
  position: absolute;
  z-index: 999;
  top: 42px;
}

.leave input {
  width: 90px;
  cursor: pointer;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background-color: #0e76bd; 
  color: #fff;
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
}

/*-- End Single Post --*/




/*-- Contact Us --*/


.grid-labels {
     margin-top: 15px;
     font-size: 16px;
}

.grid-dummy-labels {
    margin-top: 40px;
    font-size: 16px;
}

.message-form  {
  padding: 5px;
}

.message-form input {
  margin-top: 5px;
  text-wrap: none;
  white-space: nowrap;
  text-align: left;
}

.message-form  textarea {
   margin-top: 5px;
  text-align: left;
}

.message-form select {
  margin-top: 5px;
  text-wrap: none;
  text-align: left;
}

.message-form .fullWidth   {
    max-width: 100%;
    padding: 5px;
}

.message-form .fullWidth img {
  max-width: 100%;
}

.message-form .bookImage  {
  text-align: center;
  margin-top: 20px;
}

.message-form .bookImage img {
  width: 100%;
  --max-width: 200px;
}

    .message-form img {
        padding-top: 5px;
        border: 0;
    }
.message-form input[type="submit"] {
  width: 120px;
  color: #fff;
  cursor: pointer;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background-color: #0e76bd; 
  //font-family: 'Open Sans', sans-serif;
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  outline: none;
  margin-top: 5px;
  padding: 0;
}

.message-form .login input[type="submit"] {
  width: 200px;
  color: #fff;
  cursor: pointer;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background-color: #0e76bd; 
  //font-family: 'Open Sans', sans-serif;
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  outline: none;
  margin-top: 0px;
  padding: 0;
}

.message-form .fullWidthButton input[type="submit"] {
  width: 80%;
  color: #fff;
  cursor: pointer;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background-color: #0e76bd; 
  //font-family: 'Open Sans', sans-serif;
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  outline: none;
  margin-top: 0px;
  padding: 0;
}

.message-form input[type="submit"]:hover {
  color: #d9d9d8;
}

.send {
  margin-top: 10px;
}

.info p {
  --padding-bottom: 20px;
  font-weight: normal;
}

.info ul {
  margin: 0;
  padding: 0;
}

.info li {
  list-style: none;
  margin: 10px 0;
  font-family: Calibri;
  font-size: 16px;
  color: #666;
  font-weight: normal;
}

/*-- End Contact Us--*/
.titleInfo p {
  padding-bottom: 20px;
  font-weight: normal;
}

.titleInfo ul {
  margin: 0;
  padding: 0;
}

.titleInfo li {
  list-style: none;
  margin: 5px 0;
  font-family: Calibri;
  font-size: 16px;
  color: #666;
}

.titleInfo i {
  color: #0e76bd;
  margin-right: 10px;
  font-size: 18px;
}



/*-- Side Bar --*/

.side-bar h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #0e76bd;
  margin-top: 0px;
  padding: 9px 15px 9px 15px;
}

.archives-list ul {
  margin-top: 25px !important;
  padding-bottom: 30px !important;
  margin: 0;
  padding: 0;
}

.archives-list li {
  list-style: none;
  margin: 10px 0;
}

.archives-list i {
  font-size: 16px;
  margin-right: 5px;
  color: #0e76bd;
}

.archives-list a {
  text-transform: uppercase;
  color: #888;
  font-size: 16px;
}

.archives-list a:hover {
  color: #0e76bd;
}

.recent-post {
  overflow: hidden;
  margin-bottom: 10px;
}

.gallery-grids {
	--margin-bottom:5em;
}

.gallery-grid img {
    display: block;
    margin: 1em;   
    max-height : 200px;
}

.recent-post li {
  list-style: none;
  margin:0;
  font-family: Calibri;
  font-size: 16px;
  color: #666;
}

.recent-post-thumb {
  float: left;
  margin-right: 50px !important; 

}

.recent-post-thumb img {
  width: 100px !important;

}

.recent-post-info {
  --overflow: hidden;
}

.recent-post-info h6 {
  font-family: Calibri;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.posts {
  margin-top: 30px;
  margin-bottom: 30px;
}

.recent-post-info a {
  color: #333;
}

.recent-post-info a:hover {
  color: #0e76bd;
}

.recent-post-info span {
  font-family: Calibri;
  font-size: 16px;
  color: #0e76bd;
}

.flickr-images {
  margin-top: 20px;
}

.flickr-images img {
  margin-top: 20px;
  overflow: hidden !important;
  width: 68px;
}

.flickr-images img:hover {
  border: 3px solid #0e76bd;
  transition: all 0.1s ease-in;
  cursor: pointer;
}

/*-- End Side Bar --*/





/*-- Slider --*/

#slider {
  overflow: hidden;
}

.slider-caption {
  text-align: center;
  position: absolute;
  //width: 100%;
  //margin-top: 160px;
  color: #fff;
  font-family: Calibri;
}

.slider-caption h1 {
  text-shadow: 1px 1px #777;
  font-size: 36px;
  padding-bottom: 10px;
  font-weight: 500;
  color: #0e76bd;
  text-transform: uppercase;
}

.slider-caption p {
  font-size: 18px;
  font-weight: 300;
//  color: #fff;
    style="color: #617883;"
  line-height: 15px;
}

.slider-caption a {
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
  background-color: #0e76bd;
  width: 200px;
  height: 40px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.slider-caption-left {
    float: left;
  text-align: center;
  position: absolute;
  width: 100%;
  max-width: 400px;
  margin-top: 60px;
  margin-left: 50px;
  color: #fff;
  font-family: Calibri;
}

.slider-caption-left h1 {
  text-shadow: 1px 1px #777;
  font-size: 48px;
  padding-bottom: 10px;
  font-weight: 500;
  color: #0e76bd;
  text-transform: uppercase;
}

.slider-caption-left p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 15px;
}

.slider-caption-left a {
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
  background-color: #0e76bd;
  width: 200px;
  height: 40px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.slider-caption-right {
  float: right;
  text-align: center;
  position: absolute;
  width: 100%;
  max-width: 450px;
  margin-top: 160px;
  margin-left: 0px;
  margin-right: 0px;
  color: #fff;
  font-family: Calibri;
}

.slider-caption-right h1 {
  text-shadow: 1px 1px #777;
  font-size: 48px;
  padding-bottom: 10px;
  font-weight: 500;
  color: #0e76bd;
  text-transform: uppercase;
}

.slider-caption-right p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 15px;
}

.slider-caption-right a {
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
  background-color: #0e76bd;
  width: 200px;
  height: 40px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}


/*-- End Slider --*/





/*-- Services --*/

.service-item {
  text-align: center;
}

.icon i {
  border-radius: 50%;
  border: 20px solid #0e76bd;
  color: #0e76bd;
  font-size: 28px;
  line-height: 80px;
  width: 120px;
  height: 120px;
}

.service-item h4 {
  font-family: Calibri;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-top: 25px;
}

.service-item p {
  font-size: 14px;
  font-weight: normal;
}

/*-- End Services --*/





/*-- Latest Posts --*/

.blog-post {
  position: relative;
  margin-bottom: 30px;
}

.blog-thumb {
  overflow: hidden;
  position: relative;
}

.blog-thumb img {
  width: 100%;
}

.blog-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  padding: 5px;
}

.content-show a {
  font-family: Calibri;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.content-show span {
  color: #0e76bd;
}

.content-hide {
  margin-top: 15px;
  display: none;
}

.content-hide p {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

/*-- End Latest Posts --*/





/*-- Testimonails --*/

.testimonails-content p {
  text-align: center;
  font-size: 16px;
  color: #333;
  font-style: italic;
  font-weight: normal;
}

.testimonails-content h6 {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
  font-style: italic;
}

/*-- End Testimonails --*/





/*--Footer--*/

footer {
  background-color: #f3f3f3;
  //border-top: 4px solid #0e76bd;
  margin-top: 40px;
}

footer .Separator {
  width:100%;
}

.social-bottom {
  margin-top: 40px;
  padding-bottom: 40px;
}

.social-bottom span {
  font-family: Calibri;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  float: left;
  margin-right: 26px;
}

.social-bottom ul {
  margin: 0;
  padding: 0;
}

.social-bottom li {
  list-style: none;
  display: inline-block;
}

.social-bottom a {
  background-color: #fff;
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #0e76bd;
}

.social-bottom a:hover {
  background-color: #0e76bd;
  color: #fff;
}

.subscribe-form {
  text-align: right;
  margin-top: 33px;
  position: relative;
}

.subscribe-form input {
  margin-top: 0px;
}

.subscribe-form[type="submit"] {
  background-color: transparent;
  position: absolute;
  width: 34px;
  height: 34px;
  right: 0;
  top: 0;
  border: 0;
  content: '';
  color: transparent;
  background: url(../images/subscribe-icon.png);
  background-position: center;
  background-repeat: no-repeat;
}

.subscribe-form input#s {
  padding: 4px 10px 4px 10px;
  height: 34px;
  line-height: 34px;
  outline: 0;
  border: 1px solid #ddd;
}

.footer-title {
  font-family: Calibri;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.shop-list ul {
  margin: 0;
  padding: 0;
}

.shop-list li {
  list-style: none;
  margin: 10px 0;
}

.shop-list ul li hr {
    list-style: none;
    display: block;
    padding: 0px 0;
    margin: 0px;
}

.shop-list i {
  font-size: 16px;
  margin-right: 5px;
  color: #0e76bd;
}

.shop-list a {
  text-transform: uppercase;
  color: #888;
  font-size: 16px;
  padding-left: 15px;
}

.shop-list a:hover {
  //color: #0e76bd;
  text-decoration: underline;
}

.shop-list li h4 {
  text-transform: uppercase;
  color: #888;
  font-size: 16px;
  font-weight: 700;
}

.recent-post {
  overflow: hidden;
  margin-bottom: 20px;
}

.recent-post-thumb {
  float: left;
  margin-right: 10px;
  width: 70px;
  height: 70px;
}

.recent-post-info {
  overflow: hidden;
}

.recent-post-info h6 {
  font-family: Calibri;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.recent-post-info a {
  color: #333;
}

.recent-post-info a:hover {
  color: #0e76bd;
}

.recent-post-info span {
  font-family: Calibri;
  font-size: 16px;
  color: #0e76bd;
}

.more-info p {
  --padding-bottom: 20px;
  font-weight: normal;
}

.more-info ul {
  margin: 0;
  padding: 0;
}

.more-info li {
  list-style: none;
  margin: 10px 0;
  font-family: Calibri;
  font-size: 16px;
  color: #666;
}

.more-info i {
  color: #0e76bd;
  margin-right: 10px;
  font-size: 18px;
}

.bottom-footer {
  text-align: center;
  padding: 15px 0 5px 0;
}

/*-- End Footer --*/









/*--- RESPONSIVE ---*/

@media screen and (max-width: 990px) {

    .tabs {
        margin-left: 8px;
    }

    .message-form .Section input[type="submit"] {
        margin-top: 20px;
        padding: 0;
    }

    .message-form .Section {
        text-align: center;
    }

    .message-form .TabSection input[type="submit"] {
        margin-top: 20px;
        padding: 0;
    }

    .message-form .TabSection {
        text-align: center;
    }

    .list_2_of_1 h3 {
        font-size: 1.2em;
    }

    header {
        position: relative;
    }

    .home-account {
        text-align: center;
        display: block;
    }

    .cart-info {
        text-align: center;
        display: block;
    }

    .logo {
        text-align: center;
        display: inline-block;
        width: 100%;
        background-image: none;
    }

    .sub-header {
        background-image: none;
    }
  #main-header {
        background-image: url(../Images/sm_bg.jpg);
        background-position:center;
    }

  .search-box {
    //display: none;
    padding-bottom: 20px;
  }

  .slider-caption {
    display: none;
  }


  .slider-caption-left {
    display: none;
  }

    .slider-caption-right {
    display: none;
  }


  .service-item {
    margin-top: 40px;
  }

  .footer-title {
    margin-top: 20px;
  }

  .bottom-footer {
    text-align: center;
  }

  .timeline-thumb{
    margin-top: 30px;
    border-bottom: none;
  }

  .team-thumb {
    margin-top: 30px;
  }

  .side-bar {
    margin-top: 100px;
  }

  .side-bar h4 {
    width: 100%;
  }

  .send-message input {
    margin-top: 20px;
  }

  .titleInfo {
    margin-top: 20px;
    text-align: left;
  }

  #heading-smallFlip h2 {
        display: inline-block !important;
        padding: 0;
        font-size: 28px;
    }

      #heading-smallFlip h4 {
        display: inline-block !important;
        padding: 0;
        font-size: 20px;
        margin-top: 24px;
    }

       #heading-smallFlip .cell {
        display: inline-block !important;
        padding: 0;
        margin-top: 22px;
        height: 0;
    }
    #heading-smallFlip a {
        white-space: nowrap;
    }

    #heading-smallFlip {
  height: 150px;
}
    .Search {
        top: 110px;
    }
}
@media screen and (max-width: 767px) {

    .back {
  margin-top: -35px;
  float: right;
  display: block;
  position: absolute;
  right: 0;
}

  .tabs {
  margin-left: 8px;
}

    .message-form .fullWidth img {
  width: 100%;
}

    .tabs li {
  list-style: none;
  display: inline-block;
  min-width: 33.3%;
}

    .message-form input {
        margin-top: 8px;
        margin-bottom: 8px;
        text-wrap: none;
        text-align: left;
    }

    .message-form textarea {
        margin-top: 8px;
        margin-bottom: 8px;
        text-wrap: none;
        text-align: left;
    }

    .message-form select {
        margin-top: 8px;
        margin-bottom: 8px;
        text-wrap: none;
        text-align: left;
    }

    #heading-smallFlip {
  height: 200px;
}
    .Search {
        top: 15px;
    }

    #heading-smallFlip h4 {
        margin-top: 5px;
    }

       #heading-smallFlip .cell {
        display: inline-block !important;
        padding: 0;
        margin-top: 5px;
    }
}

@media screen and (max-width: 568px) {

    #flipContainer iFrame {
    margin-top: 0px;
}

    .back {
  margin-top: -30px;
  float: right;
  display: block;
  position: absolute;
  right: 0;
}

      .info {
    margin-top: 20px;
    text-align: center;
  }

    #light2{
    --position: absolute;
    text-align: center;
    --top: 0;
    --margin-top: -200px;
    width: 100%;
    height: 80%;
    margin: 0;
    padding: 0;
    left: 0;
    border: 2px solid #FFF;
    background: #f3f3f3;
    z-index:10002;
    overflow:visible;
}

    #light2 iFrame {
        width: 100%;
        height: 90%;
    }

    #lightVideo{
    --position: absolute;
    text-align: center;
    --top: 0;
    --margin-top: -200px;
    width: 100%;
    height: 80%;
    max-height: 80%;
    margin: 0;
    padding: 0;
    left: 0;
    border: 2px solid #FFF;
    background: #f3f3f3;
    z-index:10002;
    overflow:scroll;
}

    #lightVideo iFrame {
        width: 100%;
        height: 90%;
    }

            .Filter input[type="submit"] {
        width: 70px !important;
    }

    .Filter {
        right: 10px;
        top: 35px;
    }

    .back {
  margin-top: -20px;
}

    .list_2_of_1 .button a {
    font-size: 0.85em;
    padding: 2px 12px;
}
.list_2_of_1 p {
    --font-size: 0.83em;
}
.list_2_of_1 h3 {
    --font-size: 1.05em;
}
    .social-bottom {
        text-align: center;
    }
  .home-account {
    text-align: center;
    display: block;
  }

  .cart-info {
    text-align: center;
    display: block;
  }

    .logo {
        padding: 0;
        text-align: center;
        display: inline-block;
        padding-bottom: 60px;
        background-image: none;
    }


  .sub-header {
  margin-top: -20px;
  padding: 0;
  background-image: none;
  background-repeat: repeat;
}

    #main-header {
        background-image: url(../Images/sm_bg.jpg);
        background-position:center;
    }
.sub-header H3 {
    margin-top: -20px;
}

  /* Drop-Down Navigation */
.main-menu ul li:hover > ul 
{
/*these 2 styles are very important, 
being the ones which make the drop-down to appear on hover */
	position: relative;
    
}

    .main-menu ul li ul {
        margin-left: -30px;
    }


    .main-menu ul li ul li {
	float: none;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-left: 60px;
}

    .main-menu ul li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
  }

        .main-menu ul li a {
    padding-left: 30px;
  }

    .main-menu ul li span {
    padding-left: 30px;
  }

  .search-box {
    //display: none;
    padding-bottom: 20px;
  }

  .content-hide p {
    display: none;
  }

  .slider-caption {
    display: none;
  }

   .slider-caption-left {
    display: none;
  }

      .slider-caption-right {
    display: none;
  }


  .service-item {
    margin-top: 40px;
  }

  .footer-title {
    margin-top: 20px;
  }

  .bottom-footer {
    text-align: center;
  }

  .timeline-thumb{
    margin-top: 30px;
    border-bottom: none;
  }

  .team-thumb {
    margin-top: 30px;
  }

  .side-bar {
    margin-top: 100px;
  }

  .side-bar h4 {
    width: 100%;
  }

  .send-message input {
    margin-top: 20px;
  }

  .info {
    margin-top: 10px;
    text-align: center;
  }

  .titleInfo {
    margin-top: 5px;
    text-align: left;
  }

  #heading-section img {
    display: none;
  }

  .divide-line img {
    display: none;
  }

  .top-footer {
    //display: none;
  }

  .blog-post {
  max-width: 75%;
  text-align: center;
  margin-left: auto ;
  margin-right: auto ;
}

  #heading-small h2 {
  font-size: 20px;
  font-weight: 700;
  color: #617883;
  text-transform: uppercase;
}

}

@media screen and (max-width: 360px) {
        .Search input[type="submit"] {
        width: 70px !important;
    }

    .Search {
        right: 0px;
    }

          .Filter input[type="submit"] {
        width: 70px !important;
    }

    .Filter {
        right: 0px;
    }

    .list_2_of_1 h3 {
    font-size: 1.1em;
}
.list_2_of_1 .button a {
    font-size: 0.75em;
    padding: 2px 10px;
}

    .list_2_of_1 {
        width: 100%;
    }

.listimg  {
 width: 100%;
    text-align: center;
    margin-left: auto ;
    margin-right: auto ;
}
.images_1_of_2 .listimg img{
    max-height: none;
    width: 75%;
    display: inline-block;

    }
}

@media screen and (max-width: 1000px) {

  .slider-caption {
    display: none;
  }
}

@media screen and (max-width: 600px) {

  .heading-section img {
    display: none;
  }

  body {
    overflow-x: hidden;
  }
}

@media screen and (min-width: 995px) {

  .hover-iner span {
  margin-top: 160px;
  }

  body {
    overflow-x: hidden;
  }

            .tabs {
  margin-left: 5px;
}
}

/*--- END RESPONSIVE ---*/


input[type="image"] {
  background-color: transparent;
  position: absolute;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

.grid-form {
    padding: 5px;
}

.grid input[type="image"] {
  background-color: transparent;
  position: absolute;
  width: auto;
  height: auto;
  margin-top: -5px;
  padding: 0;
  border: none;
}

.nowrap div.RadUpload_Default {
    width: 100px !important;
    display: inline-block;
}

.nowrap input[type="image"] {
    background-color: transparent;
    position: relative;
    width: auto;
    height: auto;
    margin-top: 20px;
    padding: 0;
    border: none;
    display: inline-block;
}


.SmallUpload .ruFakeInput, .SmallUpload .ruDropZone {
    visibility:hidden;
    display: none;
}

.SmallUpload .ruButton, .SmallUpload .ruBrowse {
    /*visibility:hidden;
    display: none;*/    

}

.SmallUpload input[type="text"], .SmallUpload textarea{
	display: inline;
    padding: 0;
    margin: 0;
    width: 20px;
}

.SmallUpload {
    margin-top: 0;
}


div.RadUpload .ruBrowse
{
    background-position: 0 -23px;
    width: 79px;
    padding: 0;
    margin: 0;
}
div.RadUpload_Default .ruFileWrap .ruButtonHover
{
    background-position: 100% -23px !important;
}   


.RadWindow
 {
    --position: fixed !important; /* all browsers in standards-compliance mode */
 }

.FullSizeButton {
  width: 100%;
  color: #fff;
  cursor: pointer;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background-color: #0e76bd; 
  //font-family: 'Open Sans', sans-serif;
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  outline: none;
  margin-top: 5px;
  padding: 0;
}

.FullSizeButton:hover {
    color: #617883;
}

.hiddenPanel{
    visibility:hidden;
    display: none;
}


.message-form .treeCheckbox input[type="checkbox"]{

    text-align: left;
    width: auto;
	--font-family:Arial, Helvetica, sans-serif;
    margin: 5px;
}

input[type="checkbox"]{

    text-align: left;
    width: auto;
	--font-family:Arial, Helvetica, sans-serif;
    margin: 5px;
}

input[type="radio"]{

    text-align: left;
    width: auto;
	--font-family:Arial, Helvetica, sans-serif;
    margin: 5px;
}

.RadPicker {
    padding: 5px;
    padding-left: 0;
}

.RadPicker .RadInput 
{  
  border: 1px solid #e2e2e2;
  width: 100%;
  outline: none;  
  padding-bottom: 7px;
}

.RadPicker {
    width: 100% !important;
}

    .RadPicker .RadInput .riTextBox {
        border: none;
        width: 100% !important;
        outline: none;
        font-size: 16px;
        font-style: italic;
        font-weight: 300;
        color: #617883;
        padding: 10px;
    }

.wrong-answer {
    color: red;
    font-weight: bold;
}

.correct-answer {
    color: green;
    font-weight: bold;
}

#divHeader img, #divFooter img{
    width: 100%;
}