@import "jkmegamenu.css";
@import "font-awesome.min.css";
@import "bootstrap.min.css";
@import "responsive.css";
@import "animate.min.css";
@import "dynamic.css";
@import "fonts.css";




body {
    background: url(../images/background.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #222;
    color: #666666;
    font: 140%/1.4 Verdana, Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    
}


    

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

.row{}

.row a:link, .row  a:visited {
	color: #FFF;
	text-decoration: none;
	
}

.row a:hover, .row  a:active, .row  a:focus { 
	text-decoration: none;
	color: #FFF !important;
}



ul,ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    color: #FF432E;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 21px;
}
.historyDiv 
{
 
    background: url(../images/historybg.png) no-repeat;
    background-size:100% 100%;
	font-family:  Arial, sans-serif;
	/* border: 1px solid #F66; */
	/* border-radius: 3px; */
	 font-size:1em; 
	/*border: 1px solid #CCC;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); 
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); 
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); 
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); 
	padding:0 0.25em 1em 0.25em;*/
    padding:2.5em;
    text-align:left;
}

.historyDiv i
{
     color:#1486e1;
    margin: 0.25em 0.5em;
}
.historyDiv b
{
    color:#F66;
   
   }


.btn-primary {
    border-color: #FF432E;
    background-color: #FF432E;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    border-color: #ea321e;
    background-color: none !important;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #FF432E;
    background-color: #FF432E;
}


/**** Start Section Title Section ****/

.section-title h3{
    color: #666 !important;
    font-style: italic;
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
    text-transform: none;
}

.section-title p {
    padding-bottom: 60px;
    color: #999;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}


/**** Start Logo Section ****/

#logo-section {
    
}

.logo h1 {
    font-family: 'Lobster', cursive;
    color: #fff;
    font-size: 35px;
}

.logo span {
    color: #999;
}



/**** Start Background Color ****/

.blue {
    background: #28ABE3;
}

.green {
    background: #72bf48;
}

.red {
    background: #FF432E;
}

.light-red {
    background: #FB6648;
}

.light-orange {
    background: #FA6900;
}

.color {
    background: #0ECEAB;
}



/**** Start Main Body Section ****/

.mainbody-section {
    padding-top: 10px;
    padding-bottom: 30px;
}

.menu-item {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer ;
	
}

.menu-item a {
    color: #fff;
    display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	
	font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

.menu-item a p {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

.menu-item a i {
    font-size: 50px;
    padding-bottom: 20px;
}

.menu-item:hover a {
    text-decoration: none;
    color: #333;
    
/*	animation: wobble;
	-webkit-animation: wobble;
	animation-duration: 1000ms;
	-webkit-animation-duration: 1000ms;*/
}


.menu-item:hover a {
   -webkit-transform: scale(1.2,1.2);
   -moz-transform: scale(1.2,1.2);
   -o-transform: scale(1.2,1.2);
   -ms-transform: scale(1.2,1.2);
   transform: scale(1.2,1.2);
   
  -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.uControl
{
    float:right; 
    margin-bottom:-2.7em
}


@media only screen 
and (min-width : 600px) 
and (max-width : 991px) {
    
    .menu-item {
        display: inline-block;
        width: 32.8%;
    }
    
    .menu-item.responsive {
        width: 49.5%;
        float: left;
        margin-right: 3px;
    }
    
    .menu-item.responsive-2 {
        width: 49.5%;
        float: right;
    }
    
}


@media only screen 
and (min-width : 992px) 
and (max-width : 1199px) {
    
    .menu-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .menu-item a i {
        font-size: 32px;
    }
    
    .menu-item a p {
        font-size: 16px;
    }
    
}


.home-slider img {
    width: 100%;
    height: auto;
}

.home-slider .carousel-indicators {
    position: absolute;
    bottom: 10%;
}

.home-slider .carousel-indicators .active {
	background-color: #FF432E;
}


.copyright {
    background: rgba( 0, 0, 0, 0.7);
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}




/** header **/


.
#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.top-bar {
  padding: 10px 0;
  background:#151515;
 /*border-bottom: 1px solid #222;*/ 
  line-height: 28px;
  height:50px;
}

.top-number{
  color: #fff;
}

.top-number p{
  margin: 0
}

.social{
  text-align: right;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
 /** background: #404040;**/
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.social-share li a:hover {
  background: #c52d2f;
  color: #fff;
}

.search i {
  color: #fff;
}

input.search-form{
  background: transparent;
  border: 0 none;
  width: 60px;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width: 180px;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #151515;
  padding: 15px 0;
  padding-bottom: 0;
}

 .navbar-nav{
 /* margin-top: 12px;*/
 }

.navbar-nav>li{
  margin-left: 25px;
  padding-bottom: 15px;
}

.navbar-inverse .navbar-nav > li > a {
  padding: 5px 12px;
  margin: 0;
  border-radius: 3px;
  color: #fff;
  line-height: 24px;
  display: inline-block;
  
}

.navbar-inverse .navbar-nav > li > a:hover{
background-color: #C52D2F;
  color: #fff;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #C52D2F;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
 /* right: 0.5em;*/
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #c52d2f;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}




#bottom {
  background: #f5f5f5;
  border-bottom: 5px solid #c52d2f;
  font-size: 14px;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #808080;
}

#bottom ul li a:hover {
  color: #c52d2f;
}

#bottom .widget {
  margin-bottom: 0;
}

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #2e2e2e;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #c52d2f;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}

/******************************************************************* old existing styles *************************************************/


.context {
	/*border-radius: 10px;*/
	font-family: Verdana;
	border: 1px solid #CCC;
	width:97%;
	float: left;
	line-height:1.5385em;
	 word-spacing: 0em;
	text-align: justify;
	color: #333;
	font-size:1em; 
	background:url(../images/contextbg.jpg) #fff;
	box-shadow: 0px 5px 20px #000;
	margin:1.5%;
	padding:0.7%;
	padding-top:0%;
	
	
}

.contextH 
{
    	width:99.9%;
	
		margin:0;
	padding:0;

	
}

.context p
{
    font-size:1.1em; 
    margin-left:1% !important;
}



.context h1 {
    font-family: serif;
    font-weight: normal;
    color: #069;
    border-bottom: 3px solid #09F;
    padding: 10px 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 22px;
}

.context h3 {
    color: #215155;
    border-bottom: 3px solid #238d96;
    padding: 10px 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom:5px;
    margin-bottom:1.5em;
   
}

.context a:hover 
{
    text-decoration: underline;
   }

.context a:visited 
{
    color:Maroon;
      
}

.context .head {
	background: #F66; 
	color: #FFF; 
	padding: 3px 5px; 
	font-size: 16px;
	border: 1px solid #F33;
	margin-bottom:1.5em;
	
		
}

.context .head2 {
    background: #F66; 
    color: #FFF; 
    padding: 5px 7px; 
    font-size: 16px;
    box-shadow: 0px 0px 10px #555;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    cursor:pointer;
}

.context .head2:hover {
	background: #09F; 
	}
	
.context .head3 {
	background: #09F; 
	color: #FFF; 
	border: 1px solid #069; 
	padding: 3px 5px; 
	font-size: 16px;
	}

.context .subhead {
	background: #CCC; 
	color: #222; 
	border: 1px solid #AAA; 
	padding: 3px 5px; 
	font-size: 15px;
	border-radius: 4px;
}


.context .bold {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #000;
}

.imgCover, .imgCoverR {
	float: left;
	background: #F5F5F5;
	border: 1px solid #CCC;
	padding: 5px;
	box-shadow: 0px 0px 5px #CCC;
	margin-right: 10px;
}

.imgCoverR {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}
.linkT {
	float: right;
	color: #09F;
	font-size: 14px;
	margin-top:2%;
	margin-bottom:1%;
}

.linktracker a:link, .linktracker a:visited {	
	color: #09F;
	text-transform: none;
}

.linktracker a:active, .linktracker a:hover, .linktracker a:focus {
	text-decoration: underline;
}





/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link, a:visited {
	color: #0066CC;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #039;
}

.tablecolorfirst
{
    background-color:#0098D2; 
    color:#FFFFFF;  
    
}
.tablecolorfirst2
{
    background-color:#607d8b; 
    color:#FFFFFF;  
    font-weight:500;
   
    }
 .tablecolorfirst2 td,.tablecolorfirst td
{   
   padding:3px !important;
    }  
    
.to_right{ float:right}
.to_left{ float:left}

.adminsuccss
{
    
    }
    
.adminsuccss a,.adminsuccss a:visited
{
    color:White;
    
}
.adminsuccss a:hover
{
    text-decoration:none;
    
}

/* .footer {
 
                margin-top:-2.8em;
            }
*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/

.footer { width:100%    }

@media only screen 
and (max-height : 1024px) 
{
        
   /* .footer {   margin-top:20%;}   */
            
    .dynamicImage   { min-height:46.8em; } 
         
    .context {  min-height:49.3em;    }
   .contextH {  min-height:33em;    }
}



@media only screen 
and (max-height : 768px) 
{
    /*.footer {   margin-top:-2.8em;}   */
            
    .dynamicImage   { min-height:28.5em; } 
    
    .context {  min-height:33em;    }
   .contextH {  min-height:38em;    }
         
   
    
    .img { width:60px   }
    
    .productlabel { font-size: 1.3em; }
     
     h3 {font-size:17px; }
}


@media only screen 
and (max-height : 600px) 
{
    
     /*.footer {   margin-top:-2.8em;}   */
            
   .context {  min-height:20em;    }
   .contextH {  min-height:27em;    }
         
  
    
    .img { width:50px   }
    
    .productlabel { font-size: 1.1em; }
     
     h3 {font-size:16px; }
     
      .modal_inprocess .center
{   
    width:82%;
    left:8%;
    
}

}

@media only screen 
and (min-width : 320px) 
and (max-width : 533px) {
    
    h3
    {
        font-size:15px;
    }
    
       
    .productlabel {
        padding-top: 0%;
        display: block;
        font-size: 1.2em;
        line-height: 2.2em;
        
    }
    .img
    {
        width:50px
        
    }
     .img2
     {
        width:50px;
        height:auto;   
        top:auto;        
        left:30px; 
     } 
     
     .modal_inprocess .center
{   
    width:92%;
    left:3%;
    
}

    
}

@media only screen 
and (max-width : 450px) 
{
   .uControl
{
    
    margin-bottom:-1em !important;
}
 
    
    
}


.col-md-6 .span {
    color: #666;
    position: absolute;
    left: 17px;
    top: 49px;
    
}

.row li a:hover
{
    background-color:#C52D2F;
    
}




.row .active
 {
  background-color:#C95300;
  color: #fff;
}

.renew a
{
    color:White !important;
    font-size:2em; 
    width:220px; text-align:center;
    padding:7px;
    }

.renew a:hover{ text-decoration: none}

.multiline
{
    width:89%;
}


.adminsuccss
{
    
    }
    
.adminsuccss a,.adminsuccss a:visited
{
    color:White;
    
}
.adminsuccss a:hover
{
    text-decoration:none;
    
}


