
	
	img {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	}

/***********************************************************************************
 *	+ BUTTONS
 ***********************************************************************************/
 	
	.btn {
		position: relative;
		z-index: 2;
		margin-bottom: 20px;
		margin-right: 20px;
		border-radius: 0;
		padding: 12px 25px;
		text-transform: uppercase;
		font-family: "Open Sans",arial,sans-serif;
		font-size: 12px;
		line-height: 12px;
		letter-spacing: 5px;
		-webkit-transition: all 0.2s;
				transition: all 0.2s;
	}
	
	.btn:last-child {
		margin-right: 0;
	}
	
	.btn:focus {
		outline: 0;
	}
	
	.btn:after {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		left: 0;
		height: 0;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.btn:hover:after { height: 100%; }
	
	/* DEFAULT BUTTON */
	.btn-default {
    background-color: #be2026;
    border: 1px solid #be2026;
    border-radius: 10px;
    color: #ffffff;
    font-size: 160%;
    letter-spacing: 1px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 55px;
    text-transform: none;
    white-space: nowrap !important;
    width: auto;
}
	
	.btn-default:after {
		background-color: #3b3e43;
		border-radius: 10px;
	}
	
	.btn-default:hover {
		border-color: #333333;
		background-color: #333333; 
		color: #fff;
		border-radius: 10px;
	}
	
	.btn-default:focus {
		background-color: #333333;
		color: #fff;
		border-radius: 10px; 
	}
	
	
	
/***********************************************************************************
 *	=SECTIONS
 ***********************************************************************************/
 	
	#section-1 { 
		padding: 0px 0 0px; 
		background-position: center top;
		margin-top:-150px;
		margin-bottom: 0px;
		z-index:200!important;	
		width:100%!important;	
		
	}
	
	#section-2 {
	background-position: center top;
	margin-top:-1px;
	margin-bottom: 0px;
	z-index:200!important;
	width:100%!important;
	background-color:#000000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
	}
	
	#section-2 p {
	margin: 0em!important;
	font-size:20px;
	letter-spacing:1px;
	}
	
	#section-3 {
		margin-top: 0px;
		padding: 0px;
	}
	
	#section-3 img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#section-5 {
		margin-top: 0px;
		padding: 0px;
		background-color:transparent!important;
	}
	
	#section-11 {
	background-color: #f4f4f4;
	margin-top: 0px;
	padding: 300px;
	text-align: center;
}
	
	
/***********************************************************************************
 *	+ SLIDERS
 ***********************************************************************************/
 	
	/* REVOLUTION SLIDER*/
	.bannercontainer {
		width: 100%;
		position: relative;
		padding: 0;
		margin-bottom: 0px;
		z-index:99!important;
    }
     
    .banner {
	position: relative;
	background-size: 100%!important;
	top:-1px;
	z-index:99!important;
	}
	
	
	.tp-leftarrow.default,
	.tp-rightarrow.default {
		width: 36px;
		height: 36px;
		background: rgba(46, 46, 46, 0.4) no-repeat center center;
		border-radius:50%;
	}
	
	.tp-leftarrow.default:hover,
	.tp-rightarrow.default:hover {
		background-color: rgba(195, 208, 229, 0.5);
	}
	
	.tp-leftarrow.default {
		background-image: url(../../images/backgrounds/prev.png);
		display: none;
	}
	
	.tp-rightarrow.default {
		background-image: url(../../images/backgrounds/next.png);
		display:none;
	}
	
	.tp-bullets.simplebullets.round .bullet {
		width: 8px;
		height: 8px;
		background: #104b7d;
		border: 1px solid #104b7d;
		border-radius: 50%;
		margin: 0 6px;
		display:none;
	}
	
	.tp-bullets.simplebullets.round .bullet:hover,
	.tp-bullets.simplebullets.round .bullet.selected { background-color: #fff; }
	
	
	.tp-caption.title {
		font-size: 24px;
		line-height: 30px;
		font-weight: 700;
		color: #bca480;
		text-transform: uppercase;
	}
	
	.tp-caption.title-white {
		font-size: 48px;
		line-height: 60px;
		font-weight: 700;
		color: #fff;
		text-transform: uppercase;
	}
	
	.tp-caption.title:after {
		content: "";
		border-bottom: 1px solid #bca480;
		width: 15px;
		display: block;
		margin-top: 15px;
	}
	
	.tp-caption.text {
		font-size: 13px;
		line-height: 24px;
		font-weight: 300;
	}
	
	.tp-caption.text-white {
		font-size: 13px;
		line-height: 24px;
		font-weight: 300;
		color: #fff;
	}
	
	.tp-caption.social-icon a {
		font-size: 20px;
		line-height: 10px;
		color: #bca480;
		padding-right: 10px;
		border-right: 1px solid #bca480;
	}
	
	.tp-caption.social-icon:last-child a {
		border-right: none;
	}
	
	.tp-caption.social-icon a:hover {
		color: #3b3e43;
	}
	
	.tp-caption .btn,
	.tp-caption .btn:hover {
		color: #fff;
	}
	
	
	/* BxSLIDER */
	.bx-wrapper .bx-viewport {
		left: 0;
		border: none;
		background: transparent;
		-webkit-box-shadow: none;
				box-shadow: none;
	}
	
	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
		bottom: 20px;
	}	
	
	.bx-wrapper .bx-controls-direction a {
		background-color: #99b2c9;
	}
	
	.bx-wrapper .bx-controls-direction a:hover {
		background-color: #3b3e43;
	}
	
	.bx-wrapper .bx-prev {
		left: 0;
		background: url(../../images/backgrounds/prev.png) no-repeat center center;
	}
	
	.bx-wrapper .bx-next {
		right: 0; 
		background: url(../../images/backgrounds/next.png) no-repeat center center;
	}
	
	.bx-wrapper .bx-prev:hover,
	.bx-wrapper .bx-prev:focus,
	.bx-wrapper .bx-next:hover,
	.bx-wrapper .bx-next:focus {
		background-position: center center;
	}
	
	.bx-wrapper .bx-pager.bx-default-pager a {
		width: 8px;
		height: 8px;
		border: 1px solid #bca480;
		background-color: #bca480;
	}
	
	.bx-wrapper .bx-pager.bx-default-pager a:hover,
	.bx-wrapper .bx-pager.bx-default-pager a.active {
		background-color: #fff;
	}
	
	
	/* INFO SLIDER */
	.info-slider .bx-wrapper .bx-pager {
		text-align: left;
		bottom: -20px;
	}
	
	
	/* TESTIMONIAL SLIDER */
	.testimonial-slider #thumb-pager {
		text-align: center;
	}
	
	.testimonial-slider #thumb-pager a {
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.testimonial-slider #thumb-pager a:hover,
	.testimonial-slider #thumb-pager a.active {
		opacity: 0.5;
	}
	
	.testimonial-slider .bx-wrapper {
		margin-bottom: 40px;
	}
	
	.testimonial-slider-2 .bx-wrapper .bx-pager {
		bottom: -40px;
	}
	
	.testimonial-slider-2 .testimonial blockquote {
		width: 100%; 
	}
	
	
	/* PROJECT SLIDER */
	#project-slider-control a {
		display: block;
		float: left;
		width: 25%;
		background-color: #fff;
		text-transform: uppercase;
		text-align: center;
		border-right: 1px solid #bca480;
		text-decoration: none;
		padding: 40px 0;
		font-size: 14px;
		line-height: 14px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	#project-slider-control a:first-child {
		border-left: 1px solid #bca480;
	}
	
	#project-slider-control a:hover,
	#project-slider-control a.active {
		background-color: transparent;
		color: #fff;
	}
	
	.project-slider {
		max-width: 1920px;
		margin: 0 auto;
		text-align: center;
	}
	
	.project-slider .bx-wrapper {
		margin-bottom: 0;
	}
	
	.project-slider .bx-wrapper img {
		margin: 0 auto;
	}
	
	.slide-description {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 50%;
		-webkit-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
				transform: translate(-50%,-50%);
	}
	
	.slide-description h1 { font-weight: 400; }
	.slide-description h4 { font-weight: 700; }
	
	.slide-description h4,
	.slide-description .btn {
		margin-bottom: 0;
	}
	
	
	/* IMAGES SLIDER */
	.images-slider .bx-wrapper .bx-pager {
		bottom: -50px;
	}
	
	.images-slider-2 {
		margin-bottom: 50px;
	}
	
	
	/* TWITTER SLIDER */
	#twitter-slider-controls { 
		margin-top: 13px; 
	}
	
	#twitter-slider-prev,
	#twitter-slider-next { 
		display: block;
	}
	
	#twitter-slider-prev a,
	#twitter-slider-next a { 
		text-decoration: none;
		color: #fff;
		font-size: 18px;
	}
	
/***********************************************************************************
 *	+ FULL SECTIONS
 ***********************************************************************************/
	
	.full-section {
		position: relative;
		z-index: 0;
		margin-bottom: 0px;
		padding: 60px 0;
		background: #333 no-repeat center center;
		color: #fff;
	}
	
	.full-section-content {
		position: relative;
		z-index: 2;
		padding: 165px 0 135px;
	}
	
	#video-section .full-section-content {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		padding: 0;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.full-screen .full-section-content {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		padding: 0;
		-webkit-transform: translateY(-15%);
			-ms-transform: translateY(-15%);
				transform: translateY(-15%);
	}
	
	#video-section.full-screen .full-section-content {
		-webkit-transform: translateY(-15%);
			-ms-transform: translateY(-15%);
				transform: translateY(-15%);
	}
	
	.parallax { 
		background-attachment: fixed !important;
		-webkit-background-size: cover !important;
				background-size: cover !important;	
	}
	
	
	/* ELEMENTS STYLE IN FULL SECTION */
	.full-section h1 a, 
	.full-section h2 a, 
	.full-section h3 a, 
	.full-section h4 a, 
	.full-section h5 a, 
	.full-section h6 a,
	.full-section .nav-tabs > li > a,
	.full-section .panel-title a:focus,
	.full-section .process-steps .step:hover i {
		color: #bca480;
	}
	
	.full-section h1 a:hover, 
	.full-section h2 a:hover, 
	.full-section h3 a:hover, 
	.full-section h4 a:hover, 
	.full-section h5 a:hover, 
	.full-section h6 a:hover,
	.full-section .counter-value,
	.full-section .testimonial blockquote,
	.full-section .panel-title a[aria-expanded="true"] { 
		color: #fff;
	}
	
	.full-section .process-steps .step i {
		outline: 0;
		color: #fff;
		background-color: #3b3e43;
		border-color: #fff;
	}
	
	.full-section .process-steps .step:hover i {
		border-color: #bca480;
	}
	
	.full-section .widget-twitter {
		margin-bottom: 0;
	}
	
	
	/* BACKROUNDS AND STYLE FOR FULL SECTIONS */
	
	#section-top {
	margin-bottom: 100px;
	margin-top: 50px;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	}
	
	
	#section-6 {
		margin-top: 50px;
		background-color: #f4f4f4;
		padding: 85px 0 65px;
	}
	
	#section-7 {
		margin-top: 80px;
		background-image: url(../../images/backgrounds/bg-5.jpg);
		padding: 100px 0 70px;
	}
	
	#section-8 {
		background-color: #2b2e31;
		margin-bottom: 0;
		margin-top: 50px;
		padding: 80px 0;
	}
	
	#section-9 {
	margin-top: 0px;
	padding: 70px 0 0px;
	background-color: #104b7d;
	}
	
	#section-9 h2 {
	color: #ffffff!important;
	}
	
	#section-10 {
		background-color: #3b3e43;
		padding: 50px 0 30px;
	}
	
	
	#section-12 {
		margin-top: 50px;
		margin-bottom: 0;
		background-color: #f4f4f4;
		padding: 85px 0 65px;
	}


/***********************************************************************************
 *	+ ISOTOPE
 ***********************************************************************************/
 	
	.isotope {
		margin: 0px 0;z-index:200!important;	
	}
	
	.isotope.gutter {
		margin: 60px -15px 75px;
	}
	
	.isotope .isotope-item {
		float: left;
		width: 50%;
		
	}
	
	.isotope.col-2 .isotope-item {
		width: 50%;
	}
	
	.isotope.gutter .isotope-item {
		padding: 15px;
	}
	
	.isotope.col-3 .isotope-item {
		width: 33.3333333%;
	}
	
	.isotope.col-4 .isotope-item {
		width: 33.3333333%;
	}
	
	.isotope.col-6 .isotope-item {
		width: 20%;
	}
	
	.isotope .portfolio-item {
		margin-bottom: 0;
	}
	
	
/***********************************************************************************
 *	+ GO TOP
 ***********************************************************************************/
	
	#go-top {
		z-index: 99999;
		display: none;
		position: fixed;
		bottom: 25px;
		right: 25px;
		width: 48px;
		height: 48px;
		letter-spacing: 0;
		text-decoration: none;
		cursor: pointer;
		background-color: #636363;
		color: #fff;
		text-align: center;
		border-radius: 50%;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	#go-top i {
		font-size: 32px;
		line-height: 42px;
	}
	
	#go-top:hover {
		background-color: #181818;
	}


/***********************************************************************************
 *	+ ANIMATIONS
 ***********************************************************************************/
	
	.wow {
		visibility: hidden;
	}
	
	.wow.animated {
		visibility: visible;
	}
	
/***********************************************************************************
 *	+ WIDGETS
 ***********************************************************************************/
 	
	.widget {
		margin-bottom: 70px;
	}
	
	.widget-title {
		font-size: 16px;
		line-height: 22px;
		font-weight: 400;
		text-transform: uppercase;
		margin-bottom: 30px;
	}
	
	/* WIDGET TEXT */
	.widget-text {
		font-family: "Open Sans", Arial, sans-serif;
		letter-spacing: 0.1px;
	}
	
	.widget-text .copyright {
	font-size: 10px!important;
	text-transform: none!important;
	letter-spacing: 1px;
	
	}
	
	.widget-text .copyright img {
		margin-right: 20px;
	}
	
	/* WIDGET SERACH */
	.widget-search {}
	
	.widget-search form {
		position: relative;
	}
	
	.widget-search input[type="text"] {
		width: 100%;
		height: 35px;
		border: none;
		border-bottom: 1px solid #d7d7d7;
		font-family: "Open Sans", Arial, sans-serif;
		letter-spacing: 2px;
	}
	
	.widget-search input[type="text"]:focus {
		border-bottom-color: #181818;
	}
	
	.widget-search input[type="submit"] {
		height: 35px;
		border: none;
		position: absolute;
		top: 0;
		right: 0;
		background: url(../../images/backgrounds/search.png) no-repeat center center;
	}
	
	
	/* WIDGET CATEGORIES */
	.widget-categories {}
	
	.widget-categories ul {
		list-style: none;
		margin-bottom: 0;
		font-family: "Dosis", Arial, sans-serif;
		font-weight: 400;
		letter-spacing: 2px;
	}
	
	.widget-categories ul li { 
		margin-bottom: 10px; 
	}
	
	.widget-categories ul li:last-child { 
		margin-bottom: 0; 
	}
	
	.widget-categories ul li a {}
	
	
	/* WIDGET CATEGORIES DROPDOWN */
	.widget-categories-dropdown {}
	
	.widget-categories-dropdown select {
		width: 100%;
		font-family: "Dosis", Arial, sans-serif;
		font-weight: 400;
		letter-spacing: 2px;
	}
	
	
	/* WIDGET ARCHIVES */
	.widget-archives {}
	
	.widget-archives ul {
		list-style: none;
		margin-bottom: 0;
		font-family: "Dosis", Arial, sans-serif;
		font-weight: 400;
		letter-spacing: 2px;
	}
	
	.widget-archives ul li { 
		margin-bottom: 10px; 
	}
	
	.widget-archives ul li:last-child { 
		margin-bottom: 0; 
	}
	
	.widget-archives ul li a {}
	
	
	/* WIDGET ARCHIVES DROPDOWN */
	.widget-archives-dropdown {}
	
	.widget-archives-dropdown select {
		width: 100%;
		font-family: "Dosis", Arial, sans-serif;
		font-weight: 400;
		letter-spacing: 2px;
	}
	
	
	/* WIDGET PAGES */
	.widget-pages {}
	
	.widget-pages ul {
		list-style: none;
		margin-bottom: 0;
		font-family: "Dosis", Arial, sans-serif;
		font-weight: 400;
		letter-spacing: 2px;
	}
	
	.widget-pages ul li { 
		margin-bottom: 10px; 
	}
	
	.widget-pages ul li:last-child { 
		margin-bottom: 0; 
	}
	
	.widget-pages ul li a {}
	
	
	/* WIDGET METADATA */
	.widget-metadata {}
	
	.widget-metadata ul {
		list-style: none;
		margin-bottom: 0;
		font-family: "Dosis", Arial, sans-serif;
		font-weight: 400;
		letter-spacing: 2px;
	}
	
	.widget-metadata ul li { 
		margin-bottom: 10px; 
	}
	
	.widget-metadata ul li:last-child { 
		margin-bottom: 0; 
	}
	
	.widget-metadata ul li a {}
	
	
	/* WIDGET TAGS */
	.widget-tags {}
	
	.widget-tags div:before {
		font-family: "FontAwesome";
		content: "\f02b";
		font-size: 18px;
		vertical-align: middle;
		margin-right: 15px;
	}
	
	.widget-tags a {
		font-family: "Dosis", Arial, sans-serif;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 2px;
		text-transform: uppercase;
		margin-right: 25px;
	}
	
	
	/* WIDGET NEWSLETTER */
	.widget-newsletter {}
	
	.widget-newsletter form {}
	
	.widget-newsletter input[type="text"] {
		width: 100%;
		margin-bottom: 20px;
		font-family: "Dosis", Arial, sans-serif;
		font-weight: 400;
		border: none;
		border-bottom: 1px solid #d7d7d7;
	}
	
	.widget-newsletter input[type="submit"] {}
	
	.widget-newsletter input[type="submit"]:hover {
		background-color: #fff;
		color: #181818;
	}
	
	
	/* WIDGET RECENT POSTS */
	.widget-recent-posts {
		font-family: "Dosis", Arial, sans-serif;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 1.5px;
	}
	
	.widget-recent-posts ul {
		list-style: none;
		margin-bottom: 0;
	}
	
	.widget-recent-posts ul li {
		margin-bottom: 30px;
	}
	
	.widget-recent-posts ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget-recent-posts ul li img {
		float: left;
		display: block;
		margin-right: 20px;
		margin-bottom: 15px;
	}
	
	.widget-recent-posts ul li .post-title {
		text-transform: uppercase;		
		letter-spacing: 3px;
	}
	
	.widget-recent-posts ul li .post-title:hover {
		text-decoration: none;
		color: #636363;
	}
	
	.widget-recent-posts ul li .post-date {
		margin-bottom: 0;
		font-size: 10px;
		line-height: 16px;
	}
	
	.widget-recent-posts ul li:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	
	/* WIDGET RECENT COMMENTS */
	.widget-recent-comments {
		font-family: "Dosis", Arial, sans-serif;
		font-size: 11px;
		font-weight: 400;
		letter-spacing: 3px;
		text-transform: uppercase;
	}
	
	.widget-recent-comments ul {
		list-style: none;
		margin-bottom: 0;
	}
	
	.widget-recent-comments ul  li {
		margin-bottom: 30px;
	}
	
	.widget-recent-comments ul  li:last-child {
		margin-bottom: 0;
	}
	
	.widget-recent-comments ul  li > p {
		margin-bottom: 0;
		font-size: 9px;
		line-height: 14px;
	}
	
	.widget-recent-comments ul  li > p a {
		color: #636363;
	}
	
	
	/* WIDGET CALENDAR */
	.widget-calendar {}
	
	.widget-calendar table {
		width: 100%;
		text-align: center;
	}
	
	.widget-calendar table th, 
	.widget-calendar table td {
		padding: 5px;
		border-top: 1px solid #d7d7d7;
		border-left: 1px solid #d7d7d7;
		text-align: center;
	}
	
	.widget-calendar table th:last-child, 
	.widget-calendar table td:last-child {
		border-right: 1px solid #d7d7d7;
	}
	
	.widget-calendar table tr:last-child td {
		border-bottom: 1px solid #d7d7d7;
	}
	
	.widget-calendar table tfoot td,
	.widget-calendar table tfoot td:last-child,
	.widget-calendar table tfoot tr:last-child td {
		border: none;
	}
	
	.widget-calendar table td#today {
		background-color: #181818;
		color: #fff;
	}
	
	
	/* WIDGET FLICKR */
	.widget-flickr {}
	
	.flickr-photos {
		margin: -0.5px;
	}
	
	.flickr_badge_image {
		float: left;
		padding: 0.5px;
	}
	
	.flickr_badge_image img {
		width: 85px;
		height: auto;
	}
	
	.flickr-photos:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	
	/* WIDGET CONTACT */
	.widget-contact {}
	
	.widget-contact ul {
		list-style: none;
		margin-bottom: 0;
		font-family: "Open Sans", Arial, sans-serif;
		font-size: 12px;
		line-height: 27px;
		letter-spacing: 4px;
		text-transform: uppercase;
		color: #181818;
	}
	
	.widget-contact ul li {
		position: relative;
		padding-left: 30px;
	}
	
	.widget-contact ul li i {
		position: absolute;
		top: 7px;
		left: 0;
		font-size: 14px;
	}
	
	.widget-contact ul li.email i {
		font-size: 11px;
		top: 8px;
	}
	
	
	/* WIDGET SOCIAL */
	.widget-social {}
	
	.widget-social .social-media {
		margin-bottom: 0;
		margin-right: 60px;
	}
	
	.widget-social .social-media  a {
	border: 1px solid #636363;
    border-radius: 50%;
    display: inline-block;
    height: 55px;
    padding-top: 16px;
    text-align: center;
    width: 55px;
	margin-right: 1%;

	}
	
	.widget-social .social-media  a i {
	font-size: 26px;
	line-height: 20px;
	letter-spacing: 0;
	color:#888888;
	}
	
	.widget-social .social-media  a:hover i {
	color:#ffffff;
	opacity:1;
	}
/***********************************************************************************
 *	+ RESPONSIVE
 ***********************************************************************************/
/***********************************************************************************
 *	- LARGE DISPLAY (>1200px)
 ***********************************************************************************/

	@media (min-width: 1200px) {
		
		.price-plan {
			padding: 40px;
		}
		
		.isotope.col-4 .isotope-item {
			width: 25%;
		}
		.isotope.col-6 .isotope-item {
			width: 16.666666%;
		}
		.features-slider .bx-wrapper .bx-pager, 
		.features-slider .bx-wrapper .bx-controls-auto {
			display: none;
		}
		
		.features-slider .bx-wrapper .bx-next,
		.features-slider .bx-wrapper .bx-prev {
			display: block;
		}
		
		.tp-leftarrow.default {
		background-image: url(../../images/backgrounds/prev.png);
		display:block;
	}
	
	.tp-rightarrow.default {
		background-image: url(../../images/backgrounds/next.png);
		display:block;
	}
	.widget-social .social-media  a {
		    border: 1px solid #636363;
    border-radius: 50%;
    display: inline-block;
    height: 55px;
    padding-top: 16px;
    text-align: center;
    width: 55px;
margin-right: 5%;

	}
	
		
	}
	
/***********************************************************************************
 *	- SMALL DISPLAY (TABLETS)
 ***********************************************************************************/
	
	@media (min-width: 768px) and (max-width: 1024px) {
	
	.isotope.col-4 .isotope-item {
			width: 25%;
		}
		.isotope.col-6 .isotope-item {
			width: 16.6666666%;
		}
		
	
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
	
		.isotope .isotope-item,
		.isotope.col-3 .isotope-item,
		.isotope.col-4 .isotope.col-6.isotope-item {
			width: 50%;
		}

	
	
	}
	
/***********************************************************************************
 *	- EXTRA SMALL DISPLAY (PHONES PORTRAIT)
 ***********************************************************************************/
 
	@media (max-width: 767px) {
	
	
	.isotope.col-4 .isotope-item {
			width: 100%;
		}
		
	.isotope.col-6 .isotope-item {
			width: 50%;
		}
	.parallax { 
		background-attachment: scroll !important;
		-webkit-background-size: cover !important;
				background-size: cover !important;	
				margin-top:0px; 
	}
	
		
		.filter li {
			display: block;
			margin-bottom: 40px;
		}
		
		.filter li:last-child {
			margin-bottom: 0;
		}
		
		.isotope .isotope-item,
		.isotope.col-3 .isotope-item,
		.isotope.col-4 isotope.col-6.isotope-item {
			float: none;
			width: 100%;
		}
		
		img {
		max-width: 100%; 
		text-align: center;
	}
	
	/***********************************************************************************
 *	=SECTIONS
 ***********************************************************************************/
 	
	#section-1 { 
		padding: 0px 0 0px; 
		background-position: center top;
		margin-top:0px;
		z-index:99!important;	
		
	}
		
	}
	
/***********************************************************************************
 *	- EXTRA SMALL DISPLAY (PHONES LANDSCAPE)
 ***********************************************************************************/
 
 	@media only screen and (min-width: 480px) and (max-width: 767px) {
	
		
	}
	
/***********************************************************************************
 *	- SMALL DISPLAY portrait (iPHONE 6)
 ***********************************************************************************/

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) { 

#footer li {
	border-bottom: 1px solid #888888;
	font-size: 16px;
	color: #909090;
	list-style-type: none;
	list-style-position: inside;
	padding: 0.8em 0;
	max-width:27%!important;
	}
	ul.tabular h3 {
    max-width:27%!important;
}
 }	

	
/***********************************************************************************
 *	- SMALL DISPLAY landscape (iPHONE 6)
 ***********************************************************************************/
 
 @media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 

#section-top {
	margin-bottom: 100px;
	margin-top: 50px;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	}
section.major.wow.FadeIn {
margin-bottom: 10px;
}

}

/***********************************************************************************
 *	- SMALL DISPLAY portrait (iPHONE 6+)
 ***********************************************************************************/

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) { 


#section-top {
	margin-bottom: 100px;
	margin-top: 50px;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	}

}