/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
	direction:rtl;
}
iframe {
width:95%
}
body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	background-color:#fafafa;
}

#menu-icon {
	margin-top:20px;
	margin-right:20px;
	display: hidden;
	width: 40px;
	height: 40px;
	background: #4C8FEC url(../images/menu-icon.png) center;

}

a:hover#menu-icon {

	background-color: #444;
	border-radius: 4px 4px 0 0;

} 

 @media(min-width:800px) {

.pnav {
padding-top:50px;
}
.pnav a {
background-color:white;
padding:15px;
border:1px solid #2090ce;
}
.pnav b {
background-color:#ffd400;
border:1px solid #2090ce;
padding:15px;
}

#inpageheader {
padding-top:190px;
}
}
@media(max-width:800px) {

#inpageheader {
padding-top:80px;
}
.pnav {
padding-top:20px;
padding-bottom:30px;
}
.pnav a {
background-color:white;
padding:5px;
border:1px solid #2090ce;
}
.pnav b {
background-color:#ffd400;
border:1px solid #2090ce;
padding:5px;
}
}
  
@media only screen and (max-width : 1150px) {

.carousel-caption {
bottom:0px;
width:90%;
font-size:18px;
}
.carousel-caption h2 {
font-size:18px;
}

.headeron{
padding-top:90px;
}

	.col-md-3 {
	text-align:center;
	}
	
	#rights div {
	width:100%;
	text-align:center;
	}

	#menu-icon {

		display:inline-block;

	}

	nav ul, nav:active ul { 
		margin-top:10px;
		display: none;
		position: absolute;
		padding: 0px;
		background: #fff;
		
		list-style:none;
		right: 0px;
		top: 60px;
		width: 100%;
		
		

	}

	nav li {
		list-style:none;
		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;
		border-bottom:1px solid gray;
	}

	nav:hover ul {

		display: block;

	}
	
	}
#cart_table {
margin-top:50px;
width:100%;
border:1px solid #37a8e4;

font-size:14px;
text-align:center;
}
#cart_table td,th {
width:25%;
padding:10px;
border:1px solid #37a8e4;
font-size:14px;
text-align:center;
}

#cart_table a{
font-size:14px;
}
@media(max-width:768px) {
.pc_tablet {
display:none;
}
.mobile {
display:block;
}
} @media(min-width:768px) {
.headeron{
padding-top:190px;
}

.pc_tablet {
display:block;
}
.mobile {
display:none;
}
}
.mobile_tablet {
display:none;
}
 @media(max-width:1150px) {

 
.mobile_tablet {
display:block;
}
}
#category_tab {
background-color:#379fd2;
text-align:center;
height:120px;
}
#category_tab:hover {
background-color:#59c2f6;
text-align:center;
height:120px;
}
#category_tab img {
margin:auto;
padding-bottom:10px;
padding-top:20px;
}
#category_tab a{
color:white;
margin:auto;
text-decoration:none;
line-height:14px;
}
.credit a {
text-decoration:none;
font-weight:bold;
color:white;
}
#inpageheader h1 {
color:#ffd400;
}
#inpageheader {
color:white;
}
#inpageheader a {
color:white;
}

.breadcrumbs {
margin:auto;
width:100%;
}

.col-sm-6 ul {
list-style:none;
}
.col-sm-6 ul i {
list-style:none;
}
.col-sm-6 ul li a{
color:white;
text-decoration:none;
}
.page-header {
color:#ffd400;
}

.search_input {
border:1px solid #385897;
font-size:14px;
height:29px;
line-height:29px;
float:right;
}

.send_input {
float:right;
background-image:url('../images/send.png');
background-repeat:no-repeat;
height:30px;
border:0;
font-size:0px;
width:29px;
}

.col-xs-6{
margin-bottom:20px;
}
.product-more {
background-color:#003051;
float:right;
width:50%;
height:35px;
color:white;
text-decoration:none;
line-height:35px;
}
.product-more:hover {
color:white;
text-decoration:none;
}

.product-add:hover {
color:#003051;
text-decoration:none;
}
.product-add {
background-color:#ffd400;
float:left;
text-decoration:none;
color:#003051;
width:50%;
height:35px;
line-height:35px;
}


.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 650px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}