/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20 Jan, 2017, 12:43:42 PM
    Author     : Nitin
*/
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css');

*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*html, body {
  height: 100%;
}

*/body {
    font: 14px/1 'Open Sans', sans-serif;
    color: #555;
  
}/*

h1 {
  padding: 50px 0;
  font-weight: 400;
  text-align: center;
}*/

/*p {
  margin: 0 0 20px;
  line-height: 1.5;
}*/

main {
    min-width: 320px;
    max-width: 800px;
    padding: 0;
    margin: 0 auto;
    background: #fff;

}

/*section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}*/

input {
    display: none;
}

label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
}

label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}

label[for*='1']:before { content: '\f1cb'; }
label[for*='2']:before { content: '\f17d'; }
label[for*='3']:before { content: '\f16b'; }
label[for*='4']:before { content: '\f1a9'; }

label:hover {
    color: #888;
    cursor: pointer;
}

input:checked + label {
    color: #555;
    border: 1px solid #ddd;
    border-top: 2px solid orange;
    border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
    display: block;
}

/*----------------------------------------------------------*/
.nav.nav-tabs.mytab a {
    font-weight: bold;
    background-color: #0F5A91;
    color: #fff;
    text-transform: uppercase;

}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #4298D5;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    color: #fff;
}
.nav-tabs {
    border-bottom: 2px solid #4298D5;
}

.new-arrive > h4 {
    border-top: 4px solid #4298d5;
    color: #4b4b4b;
    font-weight: 900;
    margin-top: 0;
    padding-top: 5px;
    /* padding-bottom: 0; */
    margin-bottom: 5px;
    display: block;
    padding-left: 20px;
}
.new-arrive > h5 {
    color: #9a9a9a;
    font-size: 15px;
    margin: 0 ;
    display: block;
    padding-left: 20px;

}
.new-arrive > h3 {
    color: #4399d6;
    margin: 0;
    padding: 0;
    /*    padding-bottom: 5px;*/
    font-weight: 900;
    margin-top:5px;
    font-size:18px;
    display: block;
    padding-left: 20px;
}
.new-arrive {
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #ced6db;
}




/*----------------------------------------------------------*/

























@media screen and (max-width: 650px) {
    label {
        font-size: 0;
    }
    label:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    label {
        padding: 15px;
    }
}

