
.mores{
	background: #4d4d4d;
    padding: 3px 11px;
    color: #fff;
    text-align: left;
	
}
.rightlink ul li{list-style-image:url('../images/bullet.png');padding-top:15px;}
.links{padding:0}
.icons {
	text-align: center;
    margin: auto;
	}
.icons li a{display:block;font-size: 17px;}
.icons li img{padding:0;display:block;border-radius: 50%;transition:all 0.3s;}
.icons li:hover > a img {box-shadow: 0px 0px 11px #D9D9D9;transition:all 0.3s;}
.icons li {
    display: inline-block;
    padding: 0 20px;
	line-height: 44px;
}
.dropdown-menu{
  height:auto !important;
}
.dropdown-menu>li>a{
	font-size:16px !important;
  padding: 3px !important;
  display: block !important;
	
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    background-color: #19445f !important;
  
}
.whoisprize{
	
	margin:20px auto;
}
.widget {
    font-size: 13px;
    line-height: 1.8em;
    margin-bottom: 30px;
}
.widget:after {
    clear: both;
    display: table;
    content: ' ';
}
.widget a {
    text-decoration: none;
    line-height: 1.2em;
}
.widget > p:last-child {
    margin-bottom: 0;
}
.widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.widget ul li {
    padding-left: 18px;
    padding-bottom: 5px;
    position: relative;
}
.widget ul li:before {
    content: "5";
    font-family: "ElegantIcons";
    position: absolute;
    left: 0;
    top: 0;
}
.widget ul li .badge {
    float: right;
    background-color: #b3b3b3;
}
.widget .widget-title {
    font-size: 16px;
    text-transform: uppercase;
}
.widget .recentcomments:before {
    content: "\76";
}
/* 5.1 Widget style
  -------------------------------------------------- */
/* Widget: Social */

.widget.widget_social li a {
    border-radius: 0;
    line-height: 1;
    width: 40px;
    height: 40px;
    color: #fff;
    border-color: #b3b3b3;
    background-color: #b3b3b3;
}
.widget.widget_social li:before {
    content: '';
    margin: 0;
    font-family: inherit;
    font-size: inherit;
}
/* Widget: Tag cloud */
.widget.widget_tag_cloud .tagcloud a {
    text-transform: capitalize;
    padding: .5em 10px;
    line-height: 2.6em;
    font-size: inherit !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.widget.widget_tag_cloud .tagcloud a:hover {
    background-color: #fc5857;
}
/* Widget: Recent entries & Recent news */
.widget.widget_recent_entries li,
.widget.widget_recent_news li {
    padding: 0;
}
.widget.widget_recent_entries li + li,
.widget.widget_recent_news li + li {
    border-top: 1px dashed;
    border-color: #e6e6e6;
    padding-top: 20px;
    margin: 10px 0 0 0;
}
.widget.widget_recent_entries li:before,
.widget.widget_recent_news li:before {
    content: '';
    margin: 0;
}
.widget.widget_recent_entries li a,
.widget.widget_recent_news li a {
    display: block;
}
.widget.widget_recent_entries li span,
.widget.widget_recent_news li span {
    color: #808080;
    font-size: 0.9em;
    font-style: italic;
}
.widget.widget_recent_news li a.widget-thumb {
    float: left;
}
.widget.widget_recent_news li a img {
    width: 100%;
}
.widget.widget_recent_news li p {
    margin: 10px 0 5px 0;
    line-height: 1.2em;
    color: rgba(255, 255, 255, 0.5);
}
.widget.widget_recent_news li .widget-content {
    margin-left: 60px;
}
/* Widget: Instagram */
.widget.widget_instagram li {
    float: left;
    padding: 0;
    margin: 0 2px 2px 0;
}
.widget.widget_instagram li:before {
    content: '';
    margin: 0;
}
.widget.widget_instagram li a.widget-thumb {
    display: block;
    width: 58px;
    height: 58px;
    position: relative;
}
.widget.widget_instagram li a.widget-thumb img {
    height: 58px;
}
.widget.widget_instagram li a.widget-thumb:before {
    top: -58px;
}
.widget.widget_instagram li a.widget-thumb:after {
    line-height: 58px;
}
.widget li a.widget-thumb {
    width: 45px;
    height: 45px;
    overflow: hidden;
    position: relative;
}
.widget li a.widget-thumb:before {
    content: '';
    background-color: #fc5857;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: -45px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.widget li a.widget-thumb:after {
    content: "\4c";
    font-family: "ElegantIcons";
    -webkit-font-smoothing: antialiased;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    text-align: center;
    line-height: 45px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.widget li a.widget-thumb:hover:before {
    top: 0;
}
.widget li a.widget-thumb:hover:after {
    opacity: 1;
}
.widget.widget_recent_news a.widget-thumb:before {
    top: -45px;
}
.widget.widget_recent_news a.widget-thumb:after {
    line-height: 45px;
}
/* 5.1 Widgets on sidebar
  -------------------------------------------------- */
.sidebar .widget {
    position: relative;
}
.sidebar .widget ul li a.widget-thumb:hover {
    color: #fff;
}
.sidebar .widget ul li .badge {
    background-color: #fc5857;
}
.sidebar .widget.widget_tag_cloud .tagcloud a {
    border-color: rgba(252, 88, 87, 0.5);
}
.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
    color: #fff;
}
.sidebar .widget address {
    margin-bottom: 0;
}
.sidebar .widget .widget-title {
    margin: 0 0 20px 0;
}
.sidebar .widget .widget-title:after {
    border-left: 2px solid #fc5857;
    content: '';
    display: block;
    height: 26px;
    position: absolute;
    left: 0;
    top: 20px;
}
.sidebar .widget:not(.widget_instagram):not(.widget_tag_cloud) {
    padding: 25px 20px;
    border: 1px solid;
    border-color: #e6e6e6;
    border-radius: 3px;
}
.sidebar .widget.widget_instagram .widget-title,
.sidebar .widget.widget_tag_cloud .widget-title {
    margin-left: 20px;
}
.sidebar .widget.widget_instagram .widget-title:after,
.sidebar .widget.widget_tag_cloud .widget-title:after {
    top: -5px;
}

@media (min-width: 992px) and (max-width: 1199px){

  
}
@media only screen and (max-width: 767px) {
  .cmap{
    color: #fff;
    background: #363636;
    position: relative;
    width: 85%;
    padding: 15px;
    text-align: center;
    font-size: 1.2em;
    float: right;
  }
  .cobserv{
    color: #fff;
    background: #363636;
    position: relative;
    width: 87%;
    padding: 15px;
    text-align: center;
    font-size: 1.2em;
  }

 
	.footerlist{border-bottom:1px solid #ccc}
	#footer{padding:30px !important;}
	.sections{margin-top:10px;}
	.footer .footerlist{
		margin-top:20px;
	}

    .sidebar {
        margin-top: 75px;
    }
	.slidertop .bx-viewport{height:190px !important}
}
/* 5.2 Widgets on footer
  -------------------------------------------------- */
#footer .widget .widget-title {
    color: #fff;
    margin: 0;
    margin-bottom: 30px;
    font-size: 16px;
}
#footer .widget.widget_recent_entries li + li,
#footer .widget.widget_recent_news li + li {
    border-color: #555555;
}
#footer .widget.widget_recent_entries li span,
#footer .widget.widget_recent_news li span {
    color: #808080;
}
#footer .widget.widget_social li a {
    color: #fff;
    border-color: #6e6e6e;
    background-color: #6e6e6e;
	    
}
#footer .widget.widget_social li a:hover {
    color: #fff;
}
#footer .widget ul li .badge {
    background-color: #888888;
}

a[class^="social_"]:not(.no-style) {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    padding: 10px;
    border-radius: 50%;
    color: #666;
    border: 1px solid #666;
    overflow: hidden;
    -webkit-transition: background 0.3s, color 0.3s, border-color 0.3s;
    -moz-transition: background 0.3s, color 0.3s, border-color 0.3s;
    transition: background 0.3s, color 0.3s, border-color 0.3s;
}
a[class^="social_"]:not(.no-style):before {
    speak: none;
    font-size: 16px;
    display: block;
    -webkit-font-smoothing: antialiased;
}
a[class^="social_"]:not(.no-style):hover {
    color: #fff;
    text-decoration: none;
}
a[class^="social_"]:not(.no-style):hover:before {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}
a[class^="social_"]:not(.no-style) + [class^="social_"] {
    margin-left: 3px;
}
a.social_facebook:not(.no-style):hover {
    background-color: #3b5998 !important;
    border-color: #3b5998 !important;
}
a.social_twitter:not(.no-style):hover {
    background-color: #00aced !important;
    border-color: #00aced !important;
}
a.social_pinterest:not(.no-style):hover {
    background-color: #cb2027 !important;
    border-color: #cb2027 !important;
}
a.social_googleplus:not(.no-style):hover {
    background-color: #dd4b39 !important;
    border-color: #dd4b39 !important;
}
a.social_instagram:not(.no-style):hover {
    background-color: #517fa4 !important;
    border-color: #517fa4 !important;
}
a.social_vimeo:not(.no-style):hover {
    background-color: #45bbff !important;
    border-color: #45bbff !important;
}
a.social_youtube:not(.no-style):hover {
    background-color: #bb0000 !important;
    border-color: #bb0000 !important;
}
a.social_flickr:not(.no-style):hover {
    background-color: #ff0084 !important;
    border-color: #ff0084 !important;
}
a.social_linkedin:not(.no-style):hover {
    background-color: #007bb6 !important;
    border-color: #007bb6 !important;
}
a.social_dribbble:not(.no-style):hover {
    background-color: #ea4c89 !important;
    border-color: #ea4c89 !important;
}
a.social_wordpress:not(.no-style):hover {
    background-color: #464646 !important;
    border-color: #464646 !important;
}
a.social_skype:not(.no-style):hover {
    background-color: #00AFF0 !important;
    border-color: #00AFF0 !important;
}
a.social_tumblr:not(.no-style):hover {
    background-color: #35465c !important;
    border-color: #35465c !important;
}
a.social_blogger:not(.no-style):hover {
    background-color: #FF9334 !important;
    border-color: #FF9334 !important;
}
a.social_delicious:not(.no-style):hover {
    background-color: #31a9ff !important;
    border-color: #31a9ff !important;
}
a.social_tumbleupon:not(.no-style):hover {
    background-color: #EB4823 !important;
    border-color: #EB4823 !important;
}
a.social_link:not(.no-style):hover {
    background-color: #00AFF0 !important;
    border-color: #00AFF0 !important;
}
a.social_link:not(.no-style):before {
    content: "\e02b";
    font-family: "ElegantIcons";
    line-height: 1;
}


/* Widget: Tag cloud */
.widget.widget_tag_cloud .tagcloud a {
    text-transform: capitalize;
    padding: .5em 10px;
    line-height: 2.6em;
    font-size: inherit !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.widget.widget_tag_cloud .tagcloud a:hover {
    background-color: #fc5857;
}


/*------------------------------------*/
.linksborder{transition:all 0.3s;}
.links:hover > .linksborder{width:100% !important;transition:all 0.3s;}
.links:hover{
	    background: rgba(255, 255, 255, 0.51);
}
.links img{width: 100%;}
.footerdate {padding-top:10px;}
.footerdate a{
	font-size:12px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px dashed #eee;
}

.footer a{
	color:#E0E0E0;
	
	
}


.bghover{background-size: 1% 18% !important;transition:all 0.5s;}
.bghover:hover{
	background-color:#F7F7F7 !important;
	background-size: 1% 100% !important;
	transition:all 0.5s;
}

#left{
   background: url(../images/bodybg.png);
   width: 5%;
   position: absolute;
   left: 0px;
   height: 80%;
   z-index:66666666;
}
#right {
   background: url(../images/bodybg2.png);
   width: 5.6%;
   position: absolute;
   right: 0px;
   height: 80%;
   z-index:66666666;
}

@media (min-width:1200px) and (max-width:1260px){
	#left {width: 3%;}
	#right {width: 3.6%;}
}
#social img{
	width: 25px;
	padding-top:10px;
}
.removePadding{
	padding-left:0;
	padding-right:0;
}
.margin10{
	margin:10px 0;
}
.margin2{
	margin:2px 0;
}
.navbar-form {
  padding: 0;
  }
.list-inline{
	margin-bottom:0px;
	padding-right:0;
	float:right;
}
.list-inline>li{
	padding-left:1px;
	padding-right:1px;
}
.navbar{
	margin-bottom:0px;
}
.bx-wrapper .bx-pager {
  text-align: right !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 16px !important;
  height: 16px !important;
  text-align: center;
  border-radius: 50% !important;
}
#topHeader{
	background:#3e3e3d;
}
#logo{
padding-top:5px;
}
@media (max-width:992px){
	#logo{
		padding-top:0;
	}
}
#loAdv{
	min-height:100px;
	padding-top:20px;
	max-width: 970px;

}
.carousel-caption {
  /* right: 20%; */
    top: 10%;
  padding-bottom: 30px;
  left: 60%;
  right: 0;
  background: rgba(27, 13, 13, 0.85);
  max-width: 370px;
  border-radius: 10px;
  border: 1px solid #000;
  max-height: 350px;
}
.carousel-caption h2{
	color:#ffa11d;
}
@media (min-width:767px){
.navbar-inverse{
  background: none !important;
  border: none !important;
  }
  .mdplusProductInfo{
	float:right;
  }
}
.editFontSize{
  color:#666;
  font-size: 25px;
  }
  @media (max-width: 992px){
	.navbar-nav>li>a{
		font-size:20px !important;
	}
  
}
 
 @media (max-width: 767px) {
	.links{
		display:block !important;
	}
	.links .col-md-4{
		margin-bottom:20px;
	}
	.navBarEditStyle ul li a:focus {
	color:#fff !important;
}
 .navBarEditStyle ul li a{
	max-height: 70px !important;
	
	
 }
 .navBarEditStyle ul li {
	border-bottom:1px solid #aaa !important;
	padding:5px;
	
 }
 
.navbar-inverse {
  background: #E6E6E6  !important;
  border: none !important;
  border-top: 1px solid #efefef !important;
  position: fixed;
  z-index: 555;
    right: 60px;
  top: 10px;
  
  
  border-top:none !important;
}
.navbar-inverse ul{
	margin:0 !important;
	padding-bottom: 10px;
	float:none !important;
}
.navbar-toggle {
opacity: 0.8;
  position: fixed !important;
  /* float: right; */
  right: 0;
  top: 0;
  background:#E8E7E7;
  background-color: rgba(84, 84, 84, 0.79) !important;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  z-index:999;
}
.navbar-toggle .icon-bar{
	background:#000;
}
.navbar{
	  min-height: 0 !important;
}
  }
  .navbar-toggle:hover{
	opacity:1;
  }

.navBarEditStyle ul li a:focus {
	color:#fff !important;
	
}
.navBarEditStyle ul li:hover > a{
/*border-top: 14px solid #cdd847 !important;*/
	transition:all 0.3s;

	
}
@media (min-width: 768px){
  .titlelinks{
        font-size: 1.8em;
  }
  .cmap{
        color: #fff;
    background: #363636;
    position: relative;
    width: 94%;
    padding: 15px;
    text-align: center;
    font-size: 1.5em;
    float: right;

  }
  .cobserv{
    color: #fff;
    background: #363636;
    position: relative;
    width: 92%;
    padding: 15px;
    text-align: center;
    font-size: 1.5em;
  }
.navbar-right {
    float: left!important;
    
}

#clustertop{
  height:500px;
    transform: skew(-32deg,0deg) translate(88%);
    background: rgba(0, 139, 173, 0.79);
    width: 60%;
  }
}
@media (min-width: 768px) {
	.navBarEditStyle ul li a:focus {
		color:#333 !important;
	}
}
.form-control{
	box-shadow: initial;
	border: 1px solid #E5E5E5;
}
.navBarEditStyle ul li a{
  color: #e8e8e8 !important;
  font-size: 18px;
  max-height: 40px;
  padding:11px 10px;
  transition:all 0.3s;
  display:initial;
  border-top: 0 solid;
 
}
.pagination>li>a, .pagination>li>span {
  position: relative;
  /* float: left; */
  padding: 0 6px;
  /* margin-left: -1px; */
  line-height: 1.42857143;
  color: #fff;
  text-decoration: none;
  background-color: #a9abae;
}
.pagination>li {
	display:block;
    float: left;
    margin: 5px;
}
.btn{
  padding: 6.5px 6px;
}


.border{
	border:1px solid #eee;
}

.carousel-indicators li {
  text-indent: initial;
  }
  @media(max-width:470px){
	#search{
		clear:both;
	}
	#search .input-group{
		width:100%;
	}
  }
  .carousel-indicators li {
  width: 20px;
  height: 20px;
  background:#96989a;
  border:1px solid #96989a;
  color:#fff;
  }
  .carousel-indicators .active {
  width: 20px;
  height: 20px;
  background:#5d5d5d;
  }
#catagorySelect option {
  background: #D53439;
}
.editPanelImage img{
	margin:auto;
}
#comSelect option {
  background: #B23A00;
}
#catagorySelect{
	background:#d53439;
	padding: 7px;
	font-size:30px;
}
#companySelect{
	background:#808080;
	  padding: 6px;
	font-size:30px;
	text-align:center;
}

#catagorySelect select{
	min-width: 100%;
	font-size:23px;
	outline:none;
	min-height: 40px;
}
#companySelect select{
	min-width: 100%;
	font-size:23px;
	outline:none;
	min-height: 40px;
}
.marginPort{
margin-bottom:15px;
}
.editStyle{
border:none;
color:#fff;
background:none;
}

.productInfo{
	margin-top:10px;
	font-weight: bold;
	margin-bottom:25px;
	font-size: 17px;
}
.productInfo a{
	color:#ffb438;
	text-decoration:underline;
}

.removeButtonEf{
  background:none !important;
  max-height: 30px;
  border: none;
  color:#000;
}
.removeButtonEf:hover{
	cursor:context-menu;
	color:#000;
}

.productImage{
  
	height: 160px;
	overflow:hidden;
  padding: 10px;
  /*max-height: 230px;*/
  border: 1px solid #ccc;
  
}
.productImage img{
	margin:auto;
	  /*max-height: 210px;*/
	
}
.companyProducts{
  min-height: 230px; 
  max-height: 230px;
  /* min-width: 320px; */
  overflow: hidden;
  border: 1px solid #ccc;;
}
.companyProducts img{
	margin: auto;
  /* border: 1px solid #ccc; */
  min-height: 233px;
  /* min-width: 300px; */
  max-height: 300px;
  /* max-width: 400px; */
  width: 100%;
}
.companyProduct{
  min-height: 230px; 
  max-height: 400px;
  /* min-width: 320px; */
  overflow: hidden;
  border: 1px solid #ccc;;
}
.companyProduct img{
	margin: auto;
  /* border: 1px solid #ccc; */
  min-height: 233px;
  /* min-width: 300px; */
  max-height: 300px;
  /* max-width: 400px; */
  width: 100%;
}
footer{
margin:0px
}


.pageOption {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 19em;
}
.option, .option img { width: 100%; height: 100%; }
.option {
    overflow: hidden;
    position: absolute;
    transform: skewX(-35.98deg);
}
.option:first-child {
    left: 22%;
    transform-origin: 100% 0;
    width: 42%;
}
.option:last-child {
    left: 0;
    transform-origin: 0 100%;
    width: 41%;
}
.option img { opacity: .75; transition: .5s; }
.option img:hover { opacity: 1; }
.option img, .option:after {
  transform: skewX(55.98deg);
  transform-origin: inherit;
}
.option:after {
  position: absolute;
  margin: .5em 1.65em;
  color: white;
  font: 500 1.25em Courier;
  letter-spacing: .1em;
  text-transform: uppercase;
  content: attr(data-inf);
}
.option:first-child:after { top: 0; left: 0; }
.option:last-child:after { right: 0; bottom: 0; }

.navbar-collapse.in{overflow-y: visible !important; }

.slidermiddle .bx-wrapper{max-width: 100% !important;margin: 0px 18px !important;}
.slidermiddle .bx-viewport{height: 335px !important;}
 .bx-wrapper .bx-viewport {
    -moz-box-shadow:none !important;
    -webkit-box-shadow:none !important;
    box-shadow: none !important;
    background: none !important;
    }
