/*
@font-face {
	font-family: 'Belgrad';
	src: url('fonts/Belgrad Roman.eot');
	src: local('☺'), url('fonts/Belgrad Roman.woff') format('woff'), url('fonts/Belgrad Roman.ttf') format('truetype'), url('fonts/Belgrad Roman.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
html,
body {
    width: 100%;
    height: 100%;
	padding:0!important;
	margin:0!important;	
	-webkit-font-smoothing: antialiased;
	font: 16px/1.8 'Roboto', sans-serif;
	line-height:22px;
    color: #2d2d2dde;
	direction:ltr	
}
@-ms-viewport {
	width:device-width
}
@-o-viewport {
	width:device-width
}
@viewport {
	width:device-width
}
@-ms-viewport {
	width:auto!important
}




/*** bscrollbar ****/

::-webkit-scrollbar {
width:12px
}
::-webkit-scrollbar-track {
background-color:#eaeaea
}
::-webkit-scrollbar-thumb {
background-color:#cecece
}
::-webkit-scrollbar-thumb:hover {
background-color:#aaa
}
::-webkit-scrollbar-track {
border-radius:0;
box-shadow:none;
border:0
}
::-webkit-scrollbar-thumb {
border-radius:0;
box-shadow:none;
border:0
}



/*** HTML ****/

h1, h2, h3, h4, h5, h6 {
	font-weight:300;
	margin:0 0 10px;
	/*font-family: 'Source Sans Pro', sans-serif;
	/*font-family: 'Buenard', serif;	*/
}
a {
	color:#f4836f;
}
a, a:active, a:focus, a:hover {
	outline:0;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
a:hover {
	cursor: pointer;
}

.bold{
	font-weight:600;
}

.fontawesome-icon-list [class*=" fa-"], .fontawesome-icon-list [class^=fa-], li [class*=" fa-"], li [class^=fa-] {
	display:inline-block;
	width:1.25em;
	text-align:center
}
.fontawesome-icon-list [class*=" fa-"].icon-large, .fontawesome-icon-list [class^=fa-].icon-large, li [class*=" fa-"].icon-large, li [class^=fa-].icon-large {
	width:1.5625em
}
.fontawesome-icon-list .col-md-3 {
	height:32px;
	line-height:32px
}

.ugyfel .zarva{
	color:#c51d15;
}

.ugyfel .ma{
	padding:10px;
}

.ugyfel h5{
	color:#000000;
	font-size:20px;
}

.ugyfel h3{
	color:#000000;
	font-size:30px;
	margin:1px
}

.online_kitoltes{
	color:#ffffff;
	text-decoration:none;
	
}


.cikkek{
	background: #fff;
}
.cikkek .kategoria {
	color: #868f98;
	font-size: 14px;
	padding-bottom:10px;
}
.cikkek  img {
	padding-bottom:10px;
}

.cikkek p{

}

.cikkek h2{
	color:#1b5581;
}

.box{
	font-size:14px;
	margin-top:20px;
	padding:10px 20px;
}
.box h2{
	margin-top:0;
	font-size:24px;
}
.box a{
	font-weight: 100;	
	color:#0d64b1;
	text-decoration: underline;	
	word-wrap: break-word;
}
.box a:hover{
	color:#000000;
	text-decoration: none;		
}

.blue{
	background-color:#dde5ec;
}

.gray{
	background-color:#ededed;
}


/*** HR ****/


hr {
  padding: 5px 0;
  border: none;
  
  &:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    max-width: 100%;
    width: 100%;
  }
}

.style1{
	border-top: 1px solid #8c8b8b;
}


.style2 {
	border-top: 3px double #8c8b8b;
}

.style3 {
	border-top: 1px dashed #8c8b8b;
}

.style4 {
	border-top: 1px dotted #8c8b8b;
}

.style5 {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}


.style6 {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}

.style7 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}


.style8 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}
.style8:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}

.style9 {
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
}

.style10 {
	border-top: 1px dotted #8c8b8b;
	border-bottom: 1px dotted #fff;
}


.style11 {
	background: url(hr/hr-11.png) repeat-x 0 0;
    border: 0;

}


.style12 {
	height: 6px;
	background: url(http://ibrahimjabbari.com/english/images/hr-12.png) repeat-x 0 0;
    border: 0;
}

.style13 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}


.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}


.style15 {
	border-top: 4px double #8c8b8b;
	text-align: center;
}
.style15:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
}

.style16 { 
  border-top: 1px dashed #8c8b8b; 
} 
.style16:after { 
  content: '\002702'; 
  display: inline-block; 
  position: relative; 
  top: -12px; 
  left: 40px; 
  padding: 0 3px; 
  background: #f0f0f0; 
  color: #8c8b8b; 
  font-size: 18px; 
}


.style17 {
	border-top: 1px solid #8c8b8b;
	text-align: center;
}
.style17:after {
	content: '§';
	display: inline-block;
	position: relative;
	top: -14px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}


.style18 { 
  height: 30px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
} 
.style18:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}

.widget {
    margin-top: 15px;
    /* border-bottom: 1px solid #dcdcdc; */
    background-color: #ffffff;
    /*padding: 0px 20px;*/
    border-bottom: 1px solid #D8D6D6;
}

#searchbox {
  width: 100%;
  z-index: 10;
}
#searchbox label {
  color: #787878;
}
#searchbox input.search_query {
  height: 30px;
  float: left;
  border: 1px solid #ddd;
  background: rgb(238, 238, 238);
  color: #222;
  font-style: italic;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;   
}
#searchbox input.search_query {
  float: right;
}
form#searchbox .btn {
  float: left;
  background: transparent;
  border: 0 none;
  border-left: none;
  right: 30px;
  position: absolute;
  color: #999;
  height: 30px;
  padding: 4px 0px;
 
}



/*** KÉP  ****/

.fade2 {
    width: auto;
    display: block;
    position:relative;
    overflow: hidden;
    text-align: center;	
	background-color: white;	
	opacity: 1;
	background-color:#000000;
}

.fade2 img {
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}   
.fade2:hover img{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);	
	opacity: 0.8;
 }

.fade2 span {
    display: block;
    height: 100%;
    visibility:hidden;
    position: absolute;
    width: 100%;
    top: 50%;
    font-size:16px;
}

.fade2:hover span {
    color:#000000;
    visibility:visible;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


	
/*** NAPTÁR  ****/	

.calendar {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
}


.calendar main ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.calendar main ul:first-child {
  display: none;
}

.calendar main ul li {
  height: 4em;
  border-top: 1px solid black;
  padding: .3rem .5em .5rem;
}

.calendar main ul span {
	display:block;

}
.calendar main ul li:empty {
  display: none;
}

.calendar main ul li .event {
  display: block;

}
.calendar main ul li .musor {
  min-height: 1rem;
	padding: 6px;
    background-color: #ffffffde;	
    margin-bottom: 7px;	
}

@media screen and ( min-width: 400px) {
  .calendar main {
    width: 100%;
    border: 1px solid #cccccc;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
  }
  .calendar main ul {
    margin: 0;
    padding: 0;
    display: table-row;
  }
  .calendar main ul:first-child {
    display: table-row;
    text-align: center;
  }
  .calendar main ul:first-child li {
    vertical-align: middle;
  }
  .calendar main ul li {
    position: relative;
    margin: 0;
    width: 14.285%;
    overflow: hidden;
    display: table-cell;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    box-sizing: border-box;
	height:90px;
  }
  .calendar main ul li:empty {
    display: table-cell;
  }
  .calendar main ul li.today {
    background-color: grey;
  }
  .calendar main ul li.holiday {
    background-color: #f7f7f7;
  }
  .calendar main ul li.event {
    display: block;
    width: 100%;
    margin-top: .5rem;
    background-color: red;
    font-size: .8em;
    width: auto;
    padding: .3rem;
    color: transparent;
    height: 1rem;
  }
}




/*** KÉPGALÉRAI  ****/	

.gallery-block{
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.compact-gallery .item{
  overflow: hidden;
  margin-bottom: 0;
  background: black;
  opacity: 1;
}

.gallery-block.compact-gallery .item .image{
  transition: 0.8s ease;
}

.gallery-block.compact-gallery .item .info{
  position: relative;
    display: inline-block;
}

.gallery-block.compact-gallery .item .description{
  display: grid;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    line-height: 18px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 1;
    color: #fff;
    transition: 0.8s ease;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39));
}

.gallery-block.compact-gallery .item .description .description-heading{
  font-size: 1em;
}

.gallery-block.compact-gallery .item .description .description-body{
  font-size: 0.8em;
  margin-top: 10px;
  font-weight: 300;
}

.gallery-block.compact-gallery h4{
	
	border-bottom:1px solid #EEEEEE;
}

@media (min-width: 576px) {

  .gallery-block.compact-gallery .item .description {
    opacity: 0; 
  }

  .gallery-block.compact-gallery .item a:hover .description {
    opacity: 1; 
  } 

  .gallery-block.compact-gallery .item:hover .image {
    transform: scale(1.1);
    opacity: 0.7; 
  }
  
  .gallery-block .zoom-on-hover:hover .image {
    transform: scale(1.1);
    opacity: 0.7; 
  }
}



/*  BUTTON
/*-----------------------------------------------------------------------------------*/

.icon-circle{
    color: #3e444d;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transitino: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    font-size: 30px;
    line-height: 50px;
    border: 2px solid #ffffff;
}

.theme_button {
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 14px 19px 15px;
	margin-bottom: 4px;
	line-height: 1;
	display: inline-block;
	min-width: 8.5em;
	text-align: center;
	color: #ffffff;
	border: none;
	background-color: #303030;
	border-radius: 0px;
	position: relative;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	border: 1px solid #ffffff;	
}

.theme_button.color1 {
	color: #FFFFFF;
	background-color: #FF3333;
}

.theme_button.color2 {
	color: #303030;
	background-color: #fcbe11;
}

.theme_buttons a:active,
.theme_buttons a:hover,
.theme_buttons a:focus,
.theme_button:active,
.theme_button:hover,
.theme_button:focus {
	color: #000000;
	background-color: #a9a9a9;
	opacity: 1;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.05s linear 0s;
	transition: all 0.05s linear 0s;
}

.theme_button2 {
    /* font-family: 'Josefin Sans', sans-serif; */
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 10px;
    margin-top: 15px;
    line-height: 1;
    display: inline-block;
    min-width: 8.5em;
    text-align: center;
    color: #000000;
    border: 2px solid black;
    /* background-color: #303030; */
    border-radius: 0px;
    position: relative;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.theme_button2:active,
.theme_button2:hover,
.theme_button2:focus {
	color: #FFFFFF;
	background-color: #000000;
	opacity: 1;
	text-decoration: none;
	outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

	  
.btn-social-dark {
	background-color: #e0e0e0;
  color: #3e444d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  font-size: 30px;
  line-height: 50px;  
}

.btn-social-dark:hover{
  outline: none;
  color: #f4f5f7;	
	background-color: #f4836f;
}


.btn-social-light {
  background-color: transparent;
  color: #f4f5f7;
}


@media(min-width:768px) {

	.btn-scroll-light {
	  font-size: 60px;
	  background: transparent;
	  height: 65px;
	  width: 65px;
	  border-radius: 100%;
	  line-height: 60px;
	  margin-top: 5px;
	  -webkit-transition: all 0.3s ease-in-out;
	  -moz-transition: all 0.3s ease-in-out;
	  -o-transitino: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	}

}

	  
/*  ANIMATE
/*-----------------------------------------------------------------------------------*/

.no-display {
    opacity: 0;
}
.wow{
  visibility: hidden;
}	
.display {
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


/*** breadcrumb ****/

.breadcrumb {
	background:0 0;
	padding:0;
	font:14px "Open Sans", sans-serif;
	color:#ccc
}
.breadcrumb>li+li:before {
	content:"\f105 ";
	-moz-osx-font-smoothing:grayscale;
	display:inline-block;
	font-family:FontAwesome;
	font-style:normal;
	font-weight:400;
	line-height:1;
	color:#ccc
}
.breadcrumb a {
	color:#ccc
}
.breadcrumb>.active {
	color:#de3225
}

#topcontrol .up_icon{
	background-image: url(../css/img/top.png);
	display: inline-block;
	width: 40px;
	height: 40px;
}




/* --  Input  -- */
/*
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], input[type="url"], input[type="tel"], textarea {
    height: 40px;
    width: 100%;
    border: none; 
    background: #F4F4F4;
    border: 1px solid #dfdfdf;
    border-bottom: 2px solid #c0bebe;
    color: #354052;
    padding: 0px 10px;
    opacity: 0.5;
    -webkit-transition: 0.2s border-color, 0.2s opacity;
    transition: 0.2s border-color, 0.2s opacity;
    border-radius: 0;
}
*/

.form-control{
    height: 40px;
    width: 100%;
    /* border: none; */
    background: #F4F4F4;
    border: 1px solid #dfdfdf;
    border-bottom: 2px solid #c0bebe;
    color: #354052;
    padding: 0px 10px;
    opacity: 0.5;
    -webkit-transition: 0.2s border-color, 0.2s opacity;
    transition: 0.2s border-color, 0.2s opacity;
    border-radius: 0;
	
}

textarea {
    padding: 10px 10px;
    min-height: 80px;
    resize: vertical;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="url"]:focus, input[type="tel"]:focus, textarea:focus {
    border-color: #6195FF;
    opacity: 1;
}

/*------------------------------------*\
	Header
\*------------------------------------*/

header {
    position: relative;
}

#home {
    height: 100vh;
}

.home-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-content h1 {
	font-size:50px;
	text-transform: uppercase;
	color:#000000;
}
.home-content p {
	line-height:22px;
	color:#000000;	
}


.page-bg {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -999999;
}

.bg-transparent-light {
    background-color: rgba(255,255,255,0.9);
}

.bg-transparent-dark {
    background-color: rgba(255,255,255,0.8);
}

.bg-grey {
    background-color: #FAFAFA;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.section {
    position: relative;
}

.md-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.sm-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}


/* --  background section  -- */

.bg-grey {
    background-color: #FAFAFA;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.bg-dark {
    background-color: #1C1D21;
}


/* --  background image section  -- */

.bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background: #1C1D21;
}

.bg-img .overlay5 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    background: #1C1D21;
}

.section-header {
    position: relative;
    margin-bottom: 60px;
}

.section-header .title {
    text-transform: capitalize;
}

.title:after {
    content:"";
  	display:block;
  	height:4px;
  	width:40px;
  	background-color: #6195FF;
    margin-top: 0px;
}

.text-center .title:after {
    margin: 20px auto 0px;
}
/*------------------------------------*\
	Navigation
\*------------------------------------*/




#nav {
	/*position:absolute;
	right:0;
	left:0;*/
	background: transparent;
    -webkit-transition: 0.2s padding;
    transition: 0.2s padding;
    z-index: 999;
	border: none;
	padding:0px;
	height:80px;
}

#nav.fixed-nav {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0px 0px;
    background-color: rgba(117, 117, 117, 0.95);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
}


.navbar-inverse .navbar-toggle {
    background-color: transparent;
    color: #fff;
}

.navbar-inverse .navbar-brand {
	height:80px;
	padding:0;
}

.navbar-inverse .navbar-nav {
    margin-top: 15px;
    margin-bottom: 15px;
}

.navbar-inverse .navbar-nav > li > a {
    position: relative;
    display: inline-block;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 18px;
    padding: 20px 12px;
    color: #1f5178;
    font-weight: 300;
    text-shadow: none;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
	/*background-color: #ffffff1c;*/
}
.navbar-inverse .fekete > li > a {
		color: #000000;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus{
    opacity: 1;
	color:#FF3333;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}



.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: #202020;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0;
	margin-top: -1px;

}

.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    padding: 8px 15px;
    color: #efefef;
    display: block;
    background-color: #FF3333;
    white-space: nowrap;
}

.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: rgba(0, 0, 0, 0.3);
}

.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: rgba(0, 0, 0, 0.1);
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
}


.navbar-inverse.opaqued .navbar-nav .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

/* -- mobile nav -- */

@media only screen and (max-width: 767px) {

	.navbar-inverse .navbar-nav > li > a {
		position: relative;
		display: inline-block;
		outline: none;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 0;
		font-size: 15px;
		padding: 10px;
		color: #ffffff;
		font-weight: 600;
		text-shadow: none;
		-webkit-transition: color .3s;
		-moz-transition: color .3s;
		transition: color .3s;
	}
	
}

/*** FOOTER  ****/	

.footer{
	color:#cbcbcd;
	background:transparent url('../img/footer.jpg') no-repeat;
	
}
.footer a{
	color: #acadaf;
}
.footer a:hover{
	color: #ffffff;
	text-decoration:none;
}

.footer h4{
	color: #43a9d6;
	margin-bottom: 20px;	
}

.footer h3, .lead, li  ul li a {
	color: #acadaf;
}

.footer .brand-img {
	max-width: 100%;
	margin-bottom: 30px;
}


.footer ul {
	list-style-type: none;
	margin: 0 0 26px;
	padding: 0;
}

.footer .link li {
	border-top: 1px solid  #58595b;
	line-height: 19px;
	padding: 6px 0;
}

.footer li:first-child {
	border-top: none;
	padding-top: 1px;
}


.footer .menu1 li {
	border-right: 1px solid #c3c3c3;
    line-height: 19px;
    padding: 10px 10px;
    margin: 0;
}

.footer .menu1 li:last-child {
	border-right: none;
}

.footer .menu1 a {
	color: #acadaf;
}
.footer .menu1 a:hover {
    color: #FFFFFF;
}

.footer .menu1 .font18 li{
	font-size:18px;
}
.footer .menu1 .font18 li a{
    color: #00000092;	
}


.filter{
	height: 100vh;
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.0), rgba(0,0,0,0.30));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.0), rgba(0,0,0,0.30));
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.0), rgba(0,0,0,0.30));
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.0), rgba(0,0,0,0.30));
    background-image: linear-gradient(top, rgba(0,0,0,0.0), rgba(0,0,0,0.30));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fe000000', endColorstr='#b2000000');
}


.back-to-top2 {
	position: fixed;
	bottom: 2em;
	right: 0px;
	text-decoration: none;
	color: #000000;
	background-color: rgba(235, 235, 235, 0.80);
	font-size: 12px;
	padding: 1em;
	display: none;
	z-index:9999;
}

.back-to-top2:hover {	
	background-color: rgba(135, 135, 135, 0.50);
}


/* PAGINATIN */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #f4f4f4;
  border-color: #DDDDDD;
  color: inherit;
  cursor: default;
  z-index: 2;
}
.pagination > li > a,
.pagination > li > span {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  color: inherit;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 4px 10px;
  position: relative;
  text-decoration: none;
}


@media (max-width: 767px) { /* xs */ }
@media (min-width: 768px) and (max-width: 991px) { /* sm */ }
@media (min-width: 992px) and (max-width: 1199px) { /* md */ }
@media (min-width: 1200px) { /* lg */ }
