/*-----###GRADIENTS###-----*/
div#qTip,
.button_2,
.textframe,
/* .top_menu_conteiner, */
.album_container,
.footer_holder,
.sidemenu_subbutton,
.btn-default, /* bootstrap style fix */
.pagination > li > a:hover, .pagination > li > span:hover /* bootstrap style fix */
{
	background: linear-gradient(top, #F1DEA3, #e8c968);	
	background: -moz-linear-gradient(top, #F1DEA3, #e8c968); 
	background: -o-linear-gradient(top, #F1DEA3, #e8c968); 
	background: -webkit-linear-gradient(top, #F1DEA3, #e8c968);
}

.button_2,
.sidemenu_subbutton,
.footer_holder,
.pagination > li > a:hover, .pagination > li > span:hover /* bootstrap style fix */
{
	box-shadow: 0 1px #f8eecf inset;
	border: solid 1px #e8c968;
}

.button_1,
/* .topmenu_button, */
.top_menu_conteiner,
.sidemenu_button:before,
.sidemenu_abutton:before,
.footer,
.title_holder
{
	background: linear-gradient(top, #0a1c65, #040B27);	
	background: -moz-linear-gradient(top, #0a1c65, #040B27); 
	background: -o-linear-gradient(top, #0a1c65, #040B27); 
	background: -webkit-linear-gradient(top, #0a1c65, #040B27);
}

.button_1,
.top_menu_conteiner,
/* .topmenu_button, */
.title_holder,
.footer
{
	box-shadow: 0 1px #112ea2 inset;
	border: solid 1px #040B27;
}

.button_1:hover,
.button_2:hover,
.button_2_active,
.button_2.active,
.topmenu_button:hover,
.topmenu_abutton,
.album_container:hover,
.sidemenu_button:hover,
.sidemenu_subbutton:hover,
.sidemenu_abutton,
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, /*bootstrap style fix*/
.btn-default:hover, /* bootstrap style fix */
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default /* bootstrap style fix */
{
	background: linear-gradient(top, #a3b8ac, #6B8A78);	
	background: -moz-linear-gradient(top, #a3b8ac, #6B8A78); 
	background: -o-linear-gradient(top, #a3b8ac, #6B8A78); 
	background: -webkit-linear-gradient(top, #a3b8ac, #6B8A78);
}

.button_1:hover,
.button_2:hover,
.button_2_active,
.button_2.active,
.sidemenu_button:hover,
.sidemenu_subbutton:hover,
.sidemenu_abutton,
.topmenu_button:hover,
.topmenu_abutton,
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, /*bootstrap style fix*/
.btn-default:hover, /* bootstrap style fix */
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default /* bootstrap style fix */
{
	box-shadow: 0 1px #d3ddd7 inset !important;
	border: solid 1px #6B8A78 !important;
}

.lightframe,
.sidemenu_button,
.sideblock_light,
.main_content_conteiner,
.text_holder,
.pagination > li > a, .pagination > li > span /* bootstrap style fix */
{
	background: linear-gradient(top, #fff, #F3F0CD);	
	background: -moz-linear-gradient(top, #fff, #F3F0CD); 
	background: -o-linear-gradient(top, #fff, #F3F0CD); 
	background: -webkit-linear-gradient(top, #fff, #F3F0CD);
}

.sidemenu_button
{
	border: solid 1px #F3F0CD;
}

.topmenu_button
{
	border: solid 1px rgba(0,0,0,0);
}

.topbar_conteiner,
.global_conteiner {
	background: linear-gradient(top, #f5e9c0, #F1DEA3);	
	background: -moz-linear-gradient(top, #f5e9c0, #F1DEA3); 
	background: -o-linear-gradient(top, #f5e9c0, #F1DEA3); 
	background: -webkit-linear-gradient(top, #f5e9c0, #F1DEA3);
}
/*-----###END OF GRADIENT###-----*/