/*----------------------UNIVERSAL--------------------------*/

html {
	max-width:100%;
    margin: 0px;
    padding: 0px;
}

body {
	background: url('images/background-pattern.jpg');
	background-attachment: fixed;
	max-width:100%;
    margin: 0 auto !important;
    padding: 0px !important;
	font-family: 'Ubuntu', sans-serif;
	box-shadow: 0px 0px 40px #000;
}

.page-wrap {
	background: #383838;
    width: 100%;
    margin: 0px;
    padding: 0px;
	display: block;
	overflow-x: hidden;
}

p {
	color: #626262;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 160%;
	clear: both;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #ef880f;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-family: 'Kreon', serif;
	color: #0a459a;
	margin-top: 15px;
}

h2, h3, h4, h5, h6 {
	font-family: 'Kreon', serif;
	color: #0a459a;
	padding-top: 15px;
}

img {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

strong {
	color: #323232;
}

.img-border {
  border: 4px solid #dbdbdb;
}

.center {
	text-align: center;
}

.right-text {
	text-align: right;
}

.italic {
	font-style: italic;
}

.no-border {
	border: none !important;
}

.left {
	float: left !important;
}

.right {
	float: right;
}


.special-list {
	color: #626262;
	display:inline-block;
	float: left;
	margin: 15px 30px 15px 0;
	padding-left: 50px;
}

.special-list li {
}

.contact-header {
	color: #0a459a;
	padding: 0px;
}

.contact-header a {
	color: #ef880f !important;
}



/*---------------------------------Testimonials-------------------*/
.testimonials {
	width: 93%;
	float: right;
	line-height: 190%;
	font-weight: normal !important;
}

.big-quotation {
	width: 5%;
}

.testimonials-wrap {
	overflow: hidden;
}


.tiny-font-2 {
    font-family: 'Helvetica', 'sans-serif';
    font-style: italic;
    font-size: .8em;
}


/*---------------------------------shows-----------------------------*/

.shows {
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px solid #626262;
}

.shows h1, h3, p  {
	margin: 0px;
}

.shows .date {
	text-align: center;
	display: inline-block;
	width: auto;
	Padding: 10px;
	border: solid 1px #AA0000;
	color: #AA0000;
	float: left;
	margin-right: 10px;
	line-height: 18px;
}

.shows .date span {
	font-size: 14px;
}



/*---------------------------------video------------------------------*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*---------------------------------images-----------------------------*/


/*---------------------------------images-----------------------------*/
.icon01 {
	width: 50px !important;
	float: right;
	margin-top: 0px;
}


.banner {
    position: relative;
    width: 100%;
    overflow: auto;
    line-height: 24px;
    text-align: center;
    color: #FFF !important;
    background: #5B4D3D none repeat scroll 0% 0%;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.banner ul {
    list-style: outside none none;
    width: 300%;
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.banner ul li {
    display: block;
    float: left;
    width: 34%;
    padding: 200px 0px 190px 0;
    min-height: 550px;
    box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1) inset;
}

.banner .dots {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 20px;
}

.banner .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 4px;
    text-indent: -999em;
    border: 2px solid #FFF;
    border-radius: 6px;
    cursor: pointer;
    opacity: 0.4;
    transition: #C14000 0.5s ease 0s, opacity 0.5s ease 0s;
}
.banner .btn {
    display: inline-block;
    margin: 25px 0px 0px;
    padding: 9px 22px 7px;
    clear: both;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
	background: #ef880f;
	border: 4px solid #dbdbdb;
	
	
	-webkit-box-shadow: 1px 1px 6px #001832;
	box-shadow: 1px 1px 6px #001832;

	border-radius: 4px;
    -moz-border-radius: 4px;
	transition: opacity 0.5s;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
-o-transition: all ease 0.5s;
-ms-transition: all ease 0.5s ;
transition: all ease 0.5s 
}

.banner .btn:hover {
   background: #fea339;
	transition: opacity 0.5s;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
-o-transition: all ease 0.5s;
-ms-transition: all ease 0.5s ;
transition: all ease 0.5s ;
}

.banner .btn, .banner .dot {
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.3));
}

.banner .dots li.active {
    background: #FFF none repeat scroll 0% 0%;
    opacity: 1;
}

.banner h1 {
	color: #FFF !important;
	line-height: normal;
}

.banner p {
	line-height: auto;
	color: #FFF !important;
}










/*.icon01 {
	width: 50px !important;
	float: right;
	margin-top: 0px;
}


.banner {
    position: relative;
    width: 100%;
    overflow: auto;
    line-height: 24px;
    text-align: center;
    color: #FFF !important;
    background: #5B4D3D none repeat scroll 0% 0%;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.banner ul {
    list-style: outside none none;
    width: 300%;
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.banner ul li {
    display: block;
    float: left;
    width: 34%;
    padding: 198px 0px 198px 0;
    min-height: 438px;
    box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1) inset;
}

.banner .dots {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 20px;
}

.banner .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 4px;
    text-indent: -999em;
    border: 2px solid #FFF;
    border-radius: 6px;
    cursor: pointer;
    opacity: 0.4;
    transition: #C14000 0.5s ease 0s, opacity 0.5s ease 0s;
}
.banner .btn {
    display: inline-block;
    margin: 25px 0px 0px;
    padding: 9px 22px 7px;
    clear: both;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
	background: #ef880f;
	border: 4px solid #dbdbdb;
	
	
	-webkit-box-shadow: 1px 1px 6px #001832;
	box-shadow: 1px 1px 6px #001832;

	border-radius: 4px;
    -moz-border-radius: 4px;
	transition: opacity 0.5s;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
-o-transition: all ease 0.5s;
-ms-transition: all ease 0.5s ;
transition: all ease 0.5s 
}

.banner .btn:hover {
   background: #fea339;
	transition: opacity 0.5s;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
-o-transition: all ease 0.5s;
-ms-transition: all ease 0.5s ;
transition: all ease 0.5s ;
}

.banner .btn, .banner .dot {
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.3));
}

.banner .dots li.active {
    background: #FFF none repeat scroll 0% 0%;
    opacity: 1;
}

.banner h1 {
	color: #FFF !important;
	line-height: normal;
}

.banner p {
	line-height: auto;
	color: #FFF !important;*/
}


/*-----------------------------------portfolio---------------------------------*/
.content-portfolio {
	text-align: center;
	padding: 2px;
	margin: 0 50px;
	overflow: hidden;
}

.content-portfolio img {
	width: 100%;
	border: 1px solid #383838;
	margin: 20px 0;
}


.visit-button {
	text-align:center;
	padding-bottom: 16px;
}

.visit-button a{
	font-family: 'Quicksand', 'sans-serif';
	text-decoration: none;
	font-size: 1em;
	background: #379380;
	padding: 8px 16px;

	color: #fff;
}

.visit-button a:hover{
	background: #44AD94;
}





/*---------------------------------NAV-----------------------------*/

.header {
	margin-top: ;
	background: #f4f4f4;
	overflow: hidden;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.header h1 {
	margin: 5px 0 -5px 0;
}


#inner-wrap-header {
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	padding: 0 0;
	display: relative;
}

.logo-text {
	font-size: 3em;
	color: #323232;
	margin-bottom: 0px;
}

.logo-text span {
	color: #9c9c9c;
}


.logo {
	width: 220px;
}

#my-logo {
	padding: 0 0 0 0;
	margin-right: 0;
	margin: 20px 0 20px 0;
	float: left;
	font-size: 1em !important;
}

#logo-image {
	z-index: 10000;
	display: block;
	margin: 0 auto;
	width: 176px;
	height:33px;
	background-image:url('images/logo2.png');
	background-size: 176px 66px;
	background-position: 0 0px;
}

#logo-image:hover {
	background-position: 0px -33px;
}

#my-custom-nav {
	display: inline-block;
	margin: 0px auto 10px auto;
	border: 4px solid #dbdbdb;
	padding: 20px;
}

#my-custom-nav li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px !important;
}

#my-custom-nav li a {
	color: #0a459a;
	text-decoration: none;
	padding: 10px 15px 10px 15px;
	margin: 0px;
	-webkit-transition: all .6s ease-out;
	-moz-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	transition: all .6s ease-out;
	border-right: 1px solid #6D6D6D;
}

#my-custom-nav li a:hover {
	color: #fff;
	background: #ef880f;
}

.active-menu {
	color: #fff !important;
	background: #ef880f;
	text-decoration: none;
}


#header-contact-info {
	font-size: 1em !important;
	float: right;
	padding: 0px 0px 0 0;
	color: #999;
}

#header-contact-info a {
	display: inline;
	overflow: hidden;
}

#menu-toggle {
	padding: 0 0 0 0px;
	margin: 0 auto 20px 0;
	position: absolute;
	visibility: hidden;
}

#toggle-image {
	z-index: 10000;
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	background-image:url('images/toggle.png');
	background-position: 0 0px;
}

#mobile-menu-box {
	position: absolute;
	display: none;
}

/*-----------------------------------------------------------footer----------------------------------------------*/

.footer {
	background: #606060;
	overflow: hidden;
}

.footer > * {
	font-size: .9em;
}

.footer p {
	color: #AAA !important;
	margin: 5px 0 5px 0;
}

.footer a {
	overflow: hidden;
	color: #BBB;
	text-decoration: none;
}

.footer a:hover {
	color: #CCC;
}

.inner-wrap-footer {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0;
}

.footer ul {
	margin: 5px 0 5px 0;
}

.footer-li {
	overflow: hidden;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	color: #AAA !important;
	display: inline;
}

#top-of-page {
	font-size: 1em;
	display: inline-block;
	
}

#top-of-page a {

}

#top-of-page li {
	font-size: 1em;
	display: inline;
	margin: 0 0 0 0;
}

.social-wrap-footer {
width: 100%;
}

.social-wrap-footer ul{
	text-decoration: none;
	list-style-position: inside;
	padding: 0;
	
}

.social-wrap-footer li {
	overflow: hidden;
	list-style-type: none;
	margin: 0 0 0 0 !important;
}

#footer-contact-info {
	padding: 0px 0px 0 0;
	margin-top: 0px;
}

#footer-contact-info a {
	display: inline;
	overflow: hidden;
}

#copyright {

}


/*---------------------------------SECTIONS----------------------*/

.section-1-wrap {
	background: #f4f4f4;
	overflow: hidden;
	overflow: hidden;
}

.map {
	background-image: url('images/map.jpg');
	background-position: center center;
	overflow: hidden;
	overflow: hidden;
}

.map address {
    top: 50%;
    left: 50%;
	text-align: center;
	margin: 0 auto;
}

.map address p {
    background: rgba(10, 69, 154, 0.85) none repeat scroll 0% 0%;
	border: 4px solid #DBDBDB;
	color: #FFF;
	font-size: .8em;
    width: 140px;
    height: 140px;
    
    padding: 2em 0px;
    font-weight: 500;
    border-radius: 999px;
	margin: 80px auto;
}

.map address p span {
	font-size: 3em !important;
}


.inner-wrap {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 50px 0 50px 0;
}

.inner-wrap-border {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 0 0;
}

.border-btm {
	border-bottom: 1px solid #626262;
}

.content {
	margin: 0 50px;
	overflow: hidden;
}

.idea-img {
	background-image: url('images/bulbs.png');
	background-repeat: no-repeat;
	background-position: center;
}

.first {
	margin-right: 6%;
}

.two-third {
	width: 63.32%;
	float: left;
}

.third {
	width: 29.3%;
	float: left;
}

.half {
	width: 47%;
	float: left;
}

.whole {
	width: 100%;
	float: left;
}


/*------------------------------------------------------header-img-wrap-------------------------------------------------*/

.section-bigpic {
	background: url('images/header-image.jpg') left repeat;
	background-size: cover;
	background-attachment: ;
} 

.inner-wrap-bigpic {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0;
}

.content-bigpic {
	margin: 80px auto;
	width: 800px;
	overflow: hidden;
}

#tagline-big {
	text-align: center;
	color: #FFF;
}

#tagline-big h1{
	font-weight: normal !important;

	color: #fff !important;
	font-family: ;
}

#tagline-big p{
	color: #fff !important;
	line-height: auto;
}




/*--------------------------BUTTONS------------------------*/

.how-button {
	text-align:center;
	white-space:nowrap;
	padding: 0 0 20px 0;
	margin-top: 20px;
}

.how-button a{
	color: #FFF;
	background: #ef880f;
	overflow: hidden;
	font-family: ;
	text-decoration: none;
	padding: 10px 20px;
	border: 4px solid #dbdbdb;
	
	/*--
	-webkit-box-shadow: 1px 1px 6px #000;
	box-shadow: 1px 1px 6px #000;
	--*/
	
	border-radius: 4px;
    -moz-border-radius: 4px;
	transition: opacity 0.5s;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
-o-transition: all ease 0.5s;
-ms-transition: all ease 0.5s ;
transition: all ease 0.5s ;
}

.how-button a:hover {
	color: #fff !important;
	background: #fea339;
	transition: opacity 0.5s;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
-o-transition: all ease 0.5s;
-ms-transition: all ease 0.5s ;
transition: all ease 0.5s ;
}


/*------------------------SOCIAL---------------------------------*/

.social-wrap {
	padding: 0 0 0 0;
	margin: 0 auto;
}

.social-wrap ul {
	margin: 0 auto;
	text-decoration: none;
	list-style-position: inside;
	padding: 0;
	margin-top: 25px;
	margin-bottom: 15px;
}

.social-wrap li {
	overflow: hidden;
	display: inline;
	margin: 0 15px 0 15px !important;
}

.social-wrap p {
	margin: 30px 0 8px 0;
}

.slide {
	-moz-transition: background 300ms ease-in-out;
    	-webkit-transition: background 300ms ease-in-out;
    	transition: background 300ms ease-in-out;  
}

.gplus-link {
	display: inline-block;
	background: url('images/gplus.png') no-repeat; 
	background-size: 116px 58px;
	width: 58px; 
	height: 58px;
	background-position: 0px 0;
	
}

.gplus-link:hover { 
	background-position: -58px 0;
}

.twitter-link {
	display: inline-block;
	background: url('images/twitter.png') no-repeat; 
	background-size: 116px 58px;
	width: 58px; 
	height: 58px;
	background-position: 0px 0;
	
}

.twitter-link:hover { 
	background-position: -58px 0;
}


.facebook-link {
	display: inline-block;
	background: url('images/facebook.png') no-repeat; 
	background-size: 116px 58px;
	width: 58px; 
	height: 58px;
	background-position: 0px 0;
	
}

.facebook-link:hover { 
	background-position: -58px 0;
}



@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {

	body {
    margin: 0 auto !important;
}


.banner ul li {
    min-height: 250px;
}

	
	.inner-wrap {
	overflow: hidden;
	width: 100%;
}

.inner-wrap-bigpic {
	overflow: hidden;
	width: 100%;
}

.content-bigpic {
	margin: 80px auto;
	width: 100%;
	overflow: hidden;
}

	.inner-wrap-border {
	overflow: hidden;
	width: 100%;
}

.inner-wrap-footer {
	overflow: hidden;
	width: 100%;
}
	
	.inner-page-wrap {
	width: 100%;
	margin: 0 auto;
	background: #fefefe;
	overflow: hidden;
	overflow: hidden;
}

#inner-wrap-header {
	overflow: hidden;
	width: 100%;
}

}

@media only screen and (max-width: 810px), only screen and (max-device-width: 810px) { 

	.header {
	padding-top: 0;
}
	
	.inner-wrap {
	width: 100%;
	overflow: hidden;
	padding: 20px 0 20px 0;
}

.inner-wrap-footer {
	width: 100%;
}

.content-portfolio {
	margin: 0 20px;
}

.content {
	margin: 0 20px;
}

#my-custom-nav {
	position: absolute;
	display: none;
}


#menu-toggle {
	padding: 0 0 0 0px;
	float: ;
	visibility: visible;
	position: relative;
}

#toggle-image {
	z-index: 10000;
	display: block;
	margin: 0 auto;
}


#mobile-menu-box {
	background: #1b2022;
	width: 100%;
	position: relative;
	display: block;
	padding: 30px 0 30px 0;
	margin-top: ;
}

#mobile-menu-box ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none !important;
}

#mobile-menu-box a {
	text-decoration: none;
	color: #8999a5;
	display: block;
	background: #262d30;
	margin-bottom: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	border-radius: 0.5em;
}


#mobile-menu-box a:hover {
	background: #2e3539;
}

#copyright {
	display: inline-block;
	width: 100%;
}

.left {
	text-align: center;
}

.right {
	text-align: center;
}



.half {
	width: 100%;
	float: left;
	
	text-align: ;
}

.third {
	width: 100%;
	float: left;
	
	text-align: ;
}

.two-third {
	width: 100%;
	float: left;

	text-align: ;
}

.first {
	margin-right: 0;

}

.how-button {
	margin-top: 0px;
}

.icon01 {
	float: none;
	margin: 0 auto;
}

.logo-text {
	font-size: 2em;
}
	
}

