
@font-face {
		font-family: "Nunito-Bold";
		font-style: normal;
		font-weight: normal ;
		src: url("../fonts/Nunito-Bold.ttf") format("truetype");
	}

@font-face {
		font-family: "Nunito-Regular";
		font-style: normal;
		font-weight: normal ;
		src: url("../fonts/Nunito-Regular.ttf") format("truetype");
	}


@font-face {
		font-family: "MyriadPro-Regular";
		font-style: normal;
		font-weight: normal ;
		src: url("../fonts/MyriadPro-Regular.otf") format("truetype");
	}


/*@font-face {
		font-family: "glyphicons-halflings-regular";
		font-style: normal;
		font-weight: normal ;
		src: url("../fonts/glyphicons-halflings-regular.ttf") format("truetype");
	}*/





/* ==========================================================================
   General styles
   ========================================================================== */

html {
    width: 100%;
    height: 100%;
	 
}


body {
    width: 100%;
    height: 100%;
    font-family: "Nunito-Regular", Helvetica, Arial, sans-serif;	
	font-weight: 300;
    color: #666;
    background-color: #fff;
	line-height: 1.4;
	font-size: 15px;
}



/*body {
  	font-family: Nunito-Regular, Helvetica, Arial, sans-serif;	
	
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	line-height: 1.4;
	color: #605240;
}*/

html, button, input, select, textarea {
	color: #666;
	
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
  /*  text-transform: uppercase;*/
    font-family: "Nunito-Regular", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
}

p.lead {
	font-weight: 600;
}

a {
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	text-decoration: none;
}

 a:visited {
   /* text-decoration: underline;*/
	text-decoration: none;
    color: #333; 
 }


a:hover/*,
a:focus*/ {
    text-decoration: none;
    color: #E2261E;
}

.light {
    font-weight: 400;
}


hr {
	display: block;
	height: 1px;
	margin: 0.2em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, #ccc, #ccc, #ccc);
	background-image: -moz-linear-gradient(left, #ccc, #ccc, #ccc);
	background-image: -ms-linear-gradient(left, #ccc, #ccc, #ccc);
	background-image: -o-linear-gradient(left, #ccc, #ccc, #ccc);
	width: 100%;
	left: 2%;
	position: relative;
	border: none;
}

/*hr {
	display: block;
	height: 3px;
	margin: 0.5em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, #fff, #8ba0b7, #fff);
	background-image: -moz-linear-gradient(left, #fff, #8ba0b7, #fff);
	background-image: -ms-linear-gradient(left, #fff, #8ba0b7, #fff);
	background-image: -o-linear-gradient(left, #fff, #8ba0b7, #fff);
	width: 70%;
	left: 15%;
	position: relative;
	border: none;
}*/
	

img {
	vertical-align: middle;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
	/*width: 960px;*/
}

.row {
	margin-right: 0px;
	margin-left: 0px;
	/*margin-left: -15px;*/
	padding: 3px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    margin-left: 5px;
}





/**********  navbar****************/


.navbar {
    margin-bottom: 0;
   /* border-bottom: 1px solid rgba(255,255,255,.2);*/
	
}

.navbar-brand {
    font-weight: 700;
}

.navbar-brand {
  height: 40px;
  padding: 5px 15px;
  font-size: 18px;
  line-height: 1em;
}

.navbar-brand h1{
  color: #555;
  font-size: 20px;
  line-height: 40px;
}

.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(255,255,255, .4);
}


.navbar-custom ul.nav li a {
	font-size: 1.2em;
	letter-spacing: 1px;
    color: #555;
/*	text-transform: uppercase;*/
	font-weight: 700;
}

.navbar-custom.top-nav-collapse ul.nav li a {	
	color: #555;
}

/*.navbar-custom.top-nav-collapse ul.nav li a:focus,*/
.navbar-custom.top-nav-collapse ul.nav a:hover,
.navbar-custom.top-nav-collapse ul.nav li.active a  {      
	color: #fff;
}

.navbar-custom.top-nav-collapse ul.nav li a {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}



.navbar-custom ul.nav ul.dropdown-menu {
	  border-radius: 0;	
}

.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
	color: #444;
	background: #fefefe;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
	color: #777;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #555;
	
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

/*.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}*/

.navbar-custom ul.nav a:hover
{
    outline: 0;
    /*background-color: rgba(236, 28, 30, 0.30);*/
	color: #df6762;
	background-color: rgba(256, 256, 256 , 0.30);
}


/*.navbar-custom ul.nav li a:focus,*/
.navbar-custom ul.nav li.active a {
    outline: 0;
  /*  background-color: rgba(109, 127, 151 , 1);*/
	color: #df6762;
	
	border-collapse: separate;
   -webkit-background-origin: border !important;
   -moz-background-origin: border !important;
   background-origin: border-box !important;
   background: #fff;
  /* background: linear-gradient(top, #df6762 0, #df6762 43%, #dd8f8c 100%) no-repeat;
   background: -webkit-linear-gradient(top, #df6762 0, #df6762 43%, #dd8f8c 100%) no-repeat;
   background: -moz-linear-gradient(top, #df6762 0, #df6762 43%, #dd8f8c 100%) no-repeat;
   background: -o-linear-gradient(top, #df6762 0, #df6762 43%, #dd8f8c 100%) no-repeat;
   background: -ms-linear-gradient(top, #df6762 0, #df6762 43%, #dd8f8c 100%) no-repeat;
   background: linear-gradient(top, #df6762 0, #df6762 43%, #dd8f8c 100%) no-repeat;
   -svg-background: linear-gradient(top, #df6762 0, #df6762 43%, #dd8f8c 100%) no-repeat;*/
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
	
	
	
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

/****/

/*a,.tp-caption a.btn:hover {
	color: #555;
}*/

/*.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	color: #555;
	background: #fefefe;
}
*/

/************  end navbar  ***************/


.logo_present {
	width: 660px;
	margin-left:-60px;
}

.logo_present_hot {
	cursor: pointer; 
	margin-top:150px; 
	margin-left:-125px;
	
}

.logo_present_hot_plus{
	cursor: pointer; 
	margin-top:190px; 
	margin-left:-420px;
	
}

.align_title{		
	text-align: right;
}
	
.align_value{
	text-align: left;
}
	



.title-l {
	font-family: "Nunito-Bold", Helvetica, Arial, sans-serif;	
	font-size: 1.7em;	
	color: #777;
}

.title-m {	
	font-size: 1.5em;	
	color: #777;
}

.title-s {	
	font-size: 1.2em;
	color: #777;
}


.title_header  h3 {
	color: #666;
	/*text-shadow: none;*/
	font-size: 30px;
	line-height: 25px;
	font-weight: 700;	
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 2px;
	border-color: #000;
	border-style: none ;
	text-shadow: 2px 3px #ccc;
    font-family: "Nunito-Bold";
	margin: 0 0 15px;
}



p {
	line-height: 1.4;	
	/*margin-bottom: 20px;*/
}



/* Links */
/*a {
	color: #666;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover, a:focus {
	color: #999;
	text-decoration: none;
	outline: 0;
}

a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}*/


.table-responsive td,th {
  padding: 2px 5px;
}




/**************   footer   ***************/

#footer-bottom {
	background: #D91613;
	color: #fff;
	width: 100%;	
	min-height: 70px;
	/*border-bottom: 1px solid #aaa;*/
	text-align: center;
   /* box-shadow: 0 15px 6px rgba(0, 0, 0, 0.4) ;*/
	
}

#footer-bottom  p{
   font-size: .9em;
}

#footer-bottom .conteiner , #footer-bottom .row , #footer-bottom .col-md-6 {
	 padding:  0px;	
	
}

#footer-bottom  a {
	color: #fff;
	text-decoration: none ;
}
#footer-bottom a:hover {
	color: #ccc;
	text-decoration: underline ;
}


/***********   grid  *********/

	
.grid .conteiner , .grid  .row , .grid .col-xs-12 , .grid .col-md-10{
	 padding: 0px;
}


.ui-jqgrid .ui-jqgrid-view {
    font-size: 1em;
}

.ui-jqgrid .ui-jqgrid-titlebar {
    font-size: 1em;
	
}

/************* form ****************/

.form-edition .col-xs-12 , .form-edition .col-md-5 , .form-edition .col-md-7 , .form-edition .col-md-4 , .form-edition .col-md-8 {
    padding-left: 5px;
    padding-right: 5px;   
}

.form-control-1 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #bbb;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    height: 26px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control-2 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #bbb;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  
}


td, th {
    padding: 2px;
	vertical-align: top;
}

.white {
   color:#fff;
}

.gray {
   color:#ccc;
}

.blue{
   color: #6D7F97;
}

.red{
   color: #D91613;

}


.msg-error  {
	color: red;
}


/**********ui-dialog***********/

.ui-dialog {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  /* background: #ccc none repeat scroll 0 0;*/
   border-radius: 6px; 

}

.ui-dialog-buttonpane {
   background: #fff  none repeat scroll 0 0;
	
}

.ui-dialog .ui-dialog-titlebar-close {
	
	background-image: url("../theme/images/ui-dialog-titlebar-close.png");
	background-position: 0px 0px; 
	
}




/*******************************/

.calendarBody {
  background-color: #eee ;	
  
}

.DatePicker{
  z-index: 1000;	
}

/**********.ui-widget ***********/


.ui-widget {
	font-family: "Nunito-Regular";
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: "Nunito-Regular";
	font-size: 1em;
}


.ui-jqgrid .ui-jqgrid-view input, 
.ui-jqgrid .ui-jqgrid-view select, 
.ui-jqgrid .ui-jqgrid-view textarea,
.ui-jqgrid .ui-jqgrid-view button {
    font-family: "Nunito-Regular";
	font-size: 1em;
}


.ui-widget-header {
  /*  background: #b5b3b2 none repeat scroll 0 0;*/
    color: #333;
    font-weight: bold;
}


.ui-widget-content {
	background: #ffffff;
	color: #666;
}

.ui-widget .ui-widget-content  {
   /* border-radius: 6px; */
}

.ui-widget-overlay {   
    opacity: .1;
}


.edition  {
 /* color: #555;*/
 /* background-color: #ccc;*/

}


.ui-widget-content.jqfoot {
   /* background-color: red;*/
    background-image: none;
	border-bottom: solid 2px #000000 ;
} 


/*.edition .ui-widget-content {
   background: #fff none repeat scroll 0 0;
   border: 1px solid #605240;
 }
 
.edition .ui-widget-header {
    background: #605240 none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
}

.edition .ui-widget-content tr , .edition .ui-widget-content th  {
   border-color: #605240;
}

.ui-jqgrid tr.footrow td{
   border: 1px solid #605240;
}

.ui-pg-table tbody {
   border: 1px solid #605240;
}

#t_Grid_Result  div {
   border: 1px solid #605240;
}
*/
/************  boton ********************/

.ui-dialog-buttonset button , 
.btn-default {
	
   color: #fff;
  /*  background-color: #6D7F97;*/
    border-color: #ccc;
    border: 1; 	
	padding: 5px 12px;
	margin-bottom: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;	
	border-radius: 4px;	
	font-weight: bold;
	color: #555;
	
   border-collapse: separate;
   -webkit-background-origin: border !important;
   -moz-background-origin: border !important;
   background-origin: border-box !important;
   background: #ddd;
  /* background: linear-gradient(top, #ccc 0, #ddd 43%, #eee 100%) no-repeat;
   background: -webkit-linear-gradient(top, #ccc 0, #ddd 43%, #eee 100%) no-repeat;
   background: -moz-linear-gradient(top, #ccc 0, #ddd 43%, #eee 100%) no-repeat;
   background: -o-linear-gradient(top, #ccc 0, #ddd 43%, #eee 100%) no-repeat;
   background: -ms-linear-gradient(top, #ccc 0, #ddd 43%, #eee 100%) no-repeat;
   background: linear-gradient(top, #ccc 0, #ddd 43%, #eee 100%) no-repeat;
   -svg-background: linear-gradient(top, #ccc 0, #ddd 43%, #333 100%) no-repeat;*/
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   
  
}

.ui-dialog-buttonset button:focus , 
.btn-default:focus,
.btn-default.focus {
  color: #555;
 /* background-color: #888;
  border-color: #555;*/
	
	
	 border-collapse: separate;
   -webkit-background-origin: border !important;
   -moz-background-origin: border !important;
   background-origin: border-box !important;
   background: #ddd;
  /* background: linear-gradient(top, #ccc 0, #ddd 43%, #eee 100%) no-repeat;
   background: -webkit-linear-gradient(top, #ccc 0, #ddd 43%, #eee 100%) no-repeat;
   background: -moz-linear-gradient(top, #ccc 0, #ddd 43%, #eee 100%) no-repeat;
   background: -o-linear-gradient(top, #ccc 0, #ddd 43%, #eee 100%) no-repeat;
   background: -ms-linear-gradient(top, #ccc 0, #ddd 43%, #eee 100%) no-repeat;
   background: linear-gradient(top, #ccc 0, #ddd 43%, #eee 100%) no-repeat;*/
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
	
	
	
	
}

.ui-dialog-buttonset button:hover ,
 .btn-default:hover {
  color: #df6762;
 /* background-color: #8ba0b7;
  border-color: #8ba0b7;*/
	 
	border-collapse: separate;
   -webkit-background-origin: border !important;
   -moz-background-origin: border !important;
   background-origin: border-box !important;
   background: #ddd;
  /* background: linear-gradient(top, #ccc 0, #eee 43%, #eee 100%) no-repeat;
   background: -webkit-linear-gradient(top, #ccc 0, #eee 43%, #eee 100%) no-repeat;
   background: -moz-linear-gradient(top, #ccc 0, #eee 43%, #eee 100%) no-repeat;
   background: -o-linear-gradient(top, #ccc 0, #eee 43%, #eee 100%) no-repeat;
   background: -ms-linear-gradient(top, #ccc 0, #eee 43%, #eee 100%) no-repeat;
   background: linear-gradient(top, #ccc 0, #eee 43%, #eee 100%) no-repeat;*/
   -webkit-border-radius:4px;
   -moz-border-radius:4px; 
	 
	 
	 
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #33599A;
  border-color: #33599A;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #33599A;
  border-color: #33599A;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #33599A;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #33599A;
}



/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}


.bg-dark {
	background: #575757;
}


/* --- tab-panel --- */

.tab-panel
{
	position: relative;
	float: left;
	width: 100%;
}

.tab-normal
{
	font-family: "Nunito-Regular", Helvetica, Arial, sans-serif;
	font-size:		1.1em;
	display:		inline;
	margin:			1px -5px 1px 5px;
	float:			left;
	padding:		8px 20px 5px 20px;
/*	background:		rgb(231,231,231);*/
/*	border-top:		1px  solid;	*/
/*	border-color:	rgb(197,197,197);*/
	z-index:		1;
	position:		relative;
	top:			0;
	border: 0;
	background:		white;
	border-radius: 4px;
}



.tab-active
{
	position:		relative;
	display:		inline;
	float:			left;
	font-family: "Nunito-Regular", Helvetica, Arial, sans-serif;
	font-size:		1.1em;
	border-color:	rgb(220,220,220);
	border-bottom:	0;
	z-index:		3;
	padding:		6px 20px 8px 20px;
	margin:			1px -6px -2px 0px;
	top:			-2px;
	background:		white;
	border-radius: 4px;
    
}



.tab-view
{
	clear:			both;
	border:			1px solid rgb(220,220,220);
	z-index:		2;
	position:		relative;
	top:			-2px;
	padding:		10px;
	background:		white;
	border-left: 0;
	border-right: 0;
	/*border-bottom:	0;*/
	margin-bottom: 15px;
}



.tab-active a
{
	color: #555;
	text-decoration: none;
	/*font-weight: bold;*/
	font-weight: normal;
}



.tab-normal a
{
	font-family: "Nunito-Regular", Helvetica, Arial, sans-serif;
	color: gray;
	text-decoration: none;
	/*font-weight: bold;*/
	font-weight: normal;
}



.tab-normal a:hover, .tab-normal a:focus
{
	color: rgb(244,30,13);
	text-decoration: none;
	/*font-weight: bold;*/
	font-weight: normal;
}



/***** Time Line******/

.shortContent {
	
	width:150px;
	border: 1px solid #aaa;
	
}

.fullContentClass{
	
	width:150px;
	
}



.ui-jqgrid .ui-jqgrid-bdiv {
    overflow-x:hidden !important; 
    overflow-y:auto !important;
}



/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media screen and (max-width:274px)  {
	
	body {
        font-size: 12px;
    }
	
	.logo_present {
		width: 200px;
		margin-left:-60px;
	}
	
	
	.logo_present_hot {
		cursor: pointer; 
		margin-top:60px; 
		margin-left:-45px;
        
	}
		
	.align_title{		
		text-align: center;
	}
	
	.align_value{
		text-align: center;
	}
	
	
	
	.copyright{
		margin-top: 20px; 
		margin-bottom: 40px;
		font-size: 0.8em;
	}
	
	
    .navbar-custom {
       background-color: #d6d6d6;
	   
    }
	
	.navbar-custom.nav.navbar-nav {
       background-color: #fff;
	   margin-bottom: 40px;
	}	
	
	.top-nav-collapse{
       background-color: #d6d6d6;
		
	}		
	
}

@media screen and (min-width:275px) and (max-width : 320px)  {
	
	body {
        font-size: 12px;
    }
	
	.logo_present {
		width: 200px;
		margin-left:-60px;
	}
	
	
	.logo_present_hot {
		cursor: pointer; 
		margin-top:60px; 
		margin-left:-45px;
        
	}
	
	.align_title{		
		text-align: center;
	}
	
	.align_value{
		text-align: center;
	}
	
	
	.copyright{
		margin-top: 20px; 
		margin-bottom: 40px;
		font-size: 0.8em;
	}
	
	
	.navbar-custom {
       background-color: #d6d6d6;
	   
    }
	
	.navbar-custom.nav.navbar-nav {
       background-color: #fff;
	   margin-bottom: 40px;
	}	
	
	.top-nav-collapse{
       background-color: #d6d6d6;
		
	}	
	
		
	
}

@media screen and (min-width:321px) and (max-width : 557px)  {
	
	body {
        font-size: 13px;
    }
	
	
	.logo_present {
		width: 200px;
		margin-left:-60px;
	}
	
	
	.logo_present_hot {
		cursor: pointer; 
		margin-top:60px; 
		margin-left:-45px;
        
	}
	
	.align_title{		
		text-align: center;
	}
	
	.align_value{
		text-align: center;
	}
	
		
	.copyright{
		margin-top: 20px; 
		margin-bottom: 40px;
		font-size: 0.8em;
	}
	
	
	.navbar-custom {
       background-color: #d6d6d6;
	   
    }
	
	.navbar-custom.nav.navbar-nav {
       background-color: #fff;
	   margin-bottom: 40px;
	}	
	
	.top-nav-collapse{
       background-color: #d6d6d6;
		
	}		
	
		
}

@media screen and (min-width:558px) and (max-width : 767px)  {
	
	body {
        font-size: 13px;
    }
	
	
	.logo_present {
		width: 440px;
		margin-left:-60px;
	}
	
	
	.logo_present_hot {
		cursor: pointer; 
		margin-top:100px; 
		margin-left:-90px;
        
	}
	
	.align_title{		
		text-align: center;
	}
	
	.align_value{
		text-align: center;
	}
	
	
	.copyright{
		margin-top: 20px; 
		margin-bottom: 40px;
		font-size: 0.8em;
	}
	
	.navbar-custom {
       background-color: #d6d6d6;
	   
    }
	
	.navbar-custom.nav.navbar-nav {
       background-color: #fff;
	   margin-bottom: 40px;
	}	
	
		
	.top-nav-collapse {
        padding: 0;        
    }
	
	
   
}

@media screen and (min-width: 768px) and (max-width: 800px) {

    body {
        font-size: 14px;
    }
	
	.logo_present {
		width: 440px;
		margin-left:-60px;
	}
	
	
	.logo_present_hot {
		cursor: pointer; 
		margin-top:100px; 
		margin-left:-90px;
        
	}
	
	.align_title{		
		text-align: center;
	}
	
	.align_value{
		text-align: center;
	}
	
	.copyright{
		margin-top: 70px; 
		margin-bottom: 60px;
		font-size: 0.8em;
	}
	
	
	.navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
       
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(13, 13, 13, 0.35);
    }
	
  
    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid #d6d6d6;
    }
	
		
}	

@media screen and (min-width: 801px) and (max-width: 991px) {

 body {
        font-size: 14px;
     }
		
    .logo_present {
		width: 440px;
		margin-left:-60px;
	}

	.logo_present_hot {
		cursor: pointer; 
		margin-top:100px; 
		margin-left:-90px;
       
	}
	
	.align_title{		
		text-align: center;
	}
	
	.align_value{
		text-align: center;
	}
	
	.copyright{
		margin-top: 70px; 
		margin-bottom: 60px;
		font-size: 0.8em;
	}
	
	
	
	.navbar {
        padding: 10px 0;
       /* border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;*/
        
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(13, 13, 13, 0.35);
    }
	
  
    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid #d6d6d6;
    }
	
	}	

@media screen and (min-width: 992px) and (max-width: 1199px) {

   body {
        font-size: 14px;
   }
	
	.logo_present {
		width: 640px;
		margin-left:-60px;
	}

	.logo_present_hot {
		cursor: pointer; 
		margin-top:150px; 
		margin-left:-125px;

	}
	
	.align_title{		
		text-align: right;
	}
	
	.align_value{
		text-align: left;
	}
	
	.copyright{
		margin-top: 70px; 
		margin-bottom: 60px;
		font-size: 0.8em;
	}
	

	.navbar {
        padding: 10px 0;
       /* border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;*/
       
    }

   
    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid #d6d6d6;
    }
	
	.title_header h3 {	
	 font-size: 25px;
	line-height: 20px;
	font-weight: 600;
    }
	
	
	
}

@media screen and (min-width: 1200px) and (max-width: 1888px) {

    body {
        font-size: 15px;
    }

	.logo_present {
		width: 640px;
		margin-left:-60px
	}

	.logo_present_hot {
		cursor: pointer; 
		margin-top:150px; 
		margin-left:-125px;

	}
	
	.align_title{		
		text-align: right;
	}
	
	.align_value{
		text-align: left;
	}

  
   
    .pull-right-lg {
        float: right;
    }
		
	
	.copyright{
		margin-top: 50px; 
		margin-bottom: 60px;
		font-size: 0.8em;
	}
	
		
    .navbar {
        padding: 10px 0;
        /*  border-bottom: 1px #9bb3cc solid;
      letter-spacing: 1px;
        background: #e1e7ee;
        */
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid #d6d6d6;
    }
	
	
	
}
    
@media screen and (min-width: 1890px) {

    body {
        font-size: 15px;
    } 
    
	.logo_present {
		width: 640px;
		margin-left:-60px
	}

	.logo_present_hot {
		cursor: pointer; 
		margin-top:150px; 
		margin-left:-125px;

	}
	
	.align_title{		
		text-align: right;
	}
	
	.align_value{
		text-align: left;
	}
	

   
    .pull-right-lg {
        float: right;
    }
		
	.copyright{
		margin-top: 50px; 
		margin-bottom: 60px;
		font-size: 0.8em;
	}
	
		
     .navbar {
        padding: 12px 0;
      /*  border-bottom: 2px #9bb3cc solid;
        letter-spacing: 1px;
        background: #e1e7ee;*/
        
    }

   
}
  
	



/* --- section color var --- */

/*.text-light {
	color: #ccc;
}


a,.tp-caption a.btn:hover {
	color: #888;
}*/

.top-nav-collapse {
	background: #c6d4e3;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	color: #888;
}


/*.footer {
    background-color: #fff;
}

.btn-skin {
  color: #888;
  background-color: #fff;
  border-color: #fff;
}
*/

