
/*-----------------------------------------------------------------------------------*/
/*	media all
/*-----------------------------------------------------------------------------------*/

body {
	margin:0; padding:0;
	font:13px/22px 'Lato', sans-serif;
	color:#555;
	background: #ffffff;  
	-webkit-backface-visibility:hidden; 
	overflow-x:hidden; 
	text-rendering:optimizeLegibility;
}

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:40%; /* centers the loading animation vertically one the screen */
	background-image:url(../img/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}
/**** reset ****/
a, input, select, textarea {outline:none; text-decoration:none; }
a, li { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
a, a:visited { text-decoration: none!important; }
:focus {outline: 0!important;}
ul {list-style-type:none; }
a:hover, a:active, a:focus { outline: 0!important;}
::-moz-selection{ color:#fff; background:#E67E22; }
::selection { color:#fff; background:#E67E22; }
p {margin-bottom:15px; }
span { font-weight:700; }
small { letter-spacing:0.2em; font-size:11px; }
.clear { height:0; clear: both; font-size:0; }
.normal { font-weight: normal; }
.pull-right { margin-right:12px; }
.pull-left { margin-left:12px; }
.center { text-align:center; margin: 0 auto; }
.right { text-align:right; margin: 0 auto; }
hr { border-top:1px solid #ccc;border-bottom:0; }

blockquote { 
	border: 0px none !important;   
    background-image: url('../img/block.png');
    background-position: left top !important ;
    background-repeat: no-repeat;
	padding: 18px 10px 18px 70px !important;
	margin: 40px 5px 5px 100px !important;
    text-indent: 23px;
    float: left; }

blockquote p{ 
	font-size: 19.5px;!important;   
    }

.cc_container .cc_btn {
background-color: #cccc00; !important; /* Farbe des Buttons */
color: #222 !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #222222 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #666666 !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #dddddd !important; /* Textlink-Farbe "Mehr Infos" */
}

.cc_container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 80px!important;
    overflow: hidden;
    padding: 10px 15px 50px;
}

@media screen and (min-width: 500px) {
 .cc_container {
  left:initial;
  right:20px;
  bottom:100px!important;
  width:300px;
  padding-bottom:77px
 }
  }	

/**** header ****/
.header{ 
padding: 0;
min-height: 285px;
	width: 100%;
	z-index: 1000; 
}
.index-bg { 
background: url('../img/bg-top.jpg') repeat-x scroll center top transparent;
background-size:contain;
}
.team-bg { 
background: url('../img/bg-top2.jpg') repeat-x scroll center top transparent;
background-size:contain;
}
.mhm-bg { 
background: url('../img/bg-top3.jpg') repeat-x scroll center top transparent;
background-size:contain;
}
.decke-bg { 
background: url('../img/bg-top4.jpg') repeat-x scroll center top transparent;
background-size:contain;
}
.gal-bg { 
background: url('../img/bg-top5.jpg') repeat-x scroll center top transparent;
background-size:contain;
}
.innen-bg { 
background: url('../img/bg-top6.jpg') repeat-x scroll center top transparent;
background-size:contain;
}
.partner-bg { 
background: url('../img/bg-top7.jpg') repeat-x scroll center top transparent;
background-size:contain;
}
.plan-bg { 
background: url('../img/bg-top8.jpg') repeat-x scroll center top transparent;
background-size:contain;
}
/**** content ****/
.inner_content { padding:20px 0 0 0; }
.wrapper {  margin:0px auto; padding:0 0 60px;}
#banner { background-image: url(../img/beige.jpg); background-repeat:repeat; width: 100%; }
.intro_wrapper {  margin:0 auto; padding:0;}
.intro_wrapper2 {  margin:-6px auto 0; padding:0 0 40px;}
.intro_wrapper3 {  margin:-20px auto 0; padding:0 0 40px;}
#loading-indicator {
  position: absolute;
  left: 10px;
  top: 10px;
}

/**** effects ****/
.zocial:hover, .zocial:focus{ background: #E67E22; }
.zocial{ border-radius:4px; padding:2px;}
.media img { margin-top:5px; }
.media-body a { color:#888; }
.media-body a:hover { color:#777; }
.big {font-size:100px; }
.bigger {font-size:150px; }
.boom {font-size:300px; opacity:0.3; }
.boom2 {opacity:0.3; }
.medium {font-size:50px; }
.semi {font-size:20px; margin-top: 5px;}

/* Icons List */
.picto-li { margin-left:-8px; padding-top:2px; }

/* Colours */
.orange {color:#df7416; }
.white { color:#fff; }
.rosa{color:#E9E6E1;}
.green{color:#cccc00;}
.darkgreen{color:#52502e;}
.gras{color:#24571c;}
.grey { color:#999; }
.grey2 { color:#69767F; }
.asphalt {color:#333; }
.colour {color:#D35400; }
.orange_block { background-color:#E67E22; color:#fff; padding:0px 4px 2px; }
.orange_block:hover { background-color:#D35400; }

.slider1  {font-weight:600;}
.slider2  {font-weight:400;}


/* space */
.space95 { padding-top:95px; }
.space90 { padding-top:90px; }
.space45 { padding-top:45px; }
.space30 { padding-top:30px; }
.space25 { padding-top:25px; }
.space15 { padding-top:15px; }
.space10 { padding-top:10px; }
.space5 { padding-top:5px; }

/* margins */
.marg-bottom5 { margin-bottom:5px; }
.marg-left5 { margin-left:5px; }
.marg-left25 { margin-left:25px; }
.marg-right5 { margin-right:5px; }
.but_marg { margin-left:3px; }
/* paddings */
.padding-bottom5 { padding-bottom:5px; }
.padd-l-5 { padding-left:5px; }
.padd-l-25 { padding-left:25px; }
.padd-l-35 { padding-left:42px; }

/* modal */

.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 800px;
    margin-left: -280px;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    outline: medium none;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
}


/**** LINKS ****/
a {
	color:#E67E22;     
	text-decoration:none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	outline:none;
}
a:hover {color: #555; text-decoration: none; }


/**** IMAGES ****/
img { vertical-align:top; ms-interpolation-mode:bicubic; opacity:1.0;}
/* Image Hover Colour */
.hover_img:hover, .hover_colour {  
	position:relative;
	background:#222 url(../img/zoom.png) no-repeat 50% 50%;
	-webkit-box-shadow: inset 0 0 0 7px rgba(255,255,255,0.15);
	-moz-box-shadow: inset 0 0 0 7px rgba(255,255,255,0.15);
    box-shadow: inset 0 0 0 7px rgba(255,255,255,0.15); 
}
/* opacity */
.img-small-rounded {
 	border-radius: 6px;
 	opacity:0.7;}
.img-small-rounded:hover {
 	opacity:1.0!important;}


.pic-item {
    position: relative;
    float:left;
    margin:0 3px 0 0;
	width:100%;
	height:auto; 
	min-height:315px;
}
.pic-item .pic-image,
.pic-item .pic-image a,
.pic-item .pic-image img { display:block; position:relative; width:100%; -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
   border-radius: 4px 4px 0px 0px;}
.pic-item .pic-image:hover,
.pic-item .pic-image a:hover,
.pic-item .pic-image img:hover { display:block; position:relative; width:100%;  }

.pic-title {
    position:relative;
	padding:1px 15px 10px;
	margin-top:-1px;
    background-color:#352d28;
	font-size:13px;text-align:center;
	color:#fff;
	-webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
   border-radius: 0px 0px 4px 4px;
}

.pic-title h3 { font-size:12px; letter-spacing:0.1em; font-weight:700; text-transform:uppercase; margin-bottom:2px;}
.pic-title h3 a { color:#fff;}
.pic-title h3 a:hover { color:#fff;}


/**** BUTTONS ****/
.btn{ 
	border:0;
	-webkit-transition:background-color .4s ease-in;
    -moz-transition:background-color .4s ease-in;
    -o-transition:background-color .4s ease-in;
    transition:background-color .4s ease-in;
}
.btn-custom{ font-size:14px; padding:12px 15px 14px; margin-top:10px; }
.btn-rounded{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.btn-primary { background-color:#E67E22;  border:0;}
.btn-primary:hover { background-color:#333;}
.btn-inverse { background-color:#333;}
.btn-inverse:hover { background-color:#222;}
.btn:visited, .btn:focus { color:#fff; }
.label, .badge {text-shadow: none; }
.portfolio-links i {
	background-color:#3E4957;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
}
.portfolio-links  a { margin-right:5px!important; }
.portfolio-links a:hover i { background-color:#323A45;}

/**** TYPOGRAPHY ****/
h1,h2,h3,h4,h5,h6 { font-weight:300; letter-spacing:-0.25px; }
h1.title {  font-size:40px; line-height:35px; font-weight:700; margin-bottom:35px; text-align:left;}
h1 { font-size: 24px; line-height:40px; }
h2 { font-size: 21px;  line-height:28px; }
h3 { font-size: 18px; line-height:25px; }
h4 { font-size: 16px; line-height:25px; margin-bottom:10px; }
h5 { font-size: 15px; line-height:22px; margin-bottom:10px; }
h6 { font-size: 14px; line-height:22px; margin-bottom:10px; }
h1.intro {  line-height:40px; font-weight:300;}
.lead { font-size:18px; line-height:24px; }

.bold{
	font-size: 40px!important;
    line-height: 1;
	color:#df7416!important;
    font-weight: 700!important;
    text-transform: uppercase;
	letter-spacing: 3px;
	
}
.bold span{
	font-size: 80px!important;
    line-height: 1;
	color:#ffffff!important;
    font-weight: 900!important;
    text-transform: uppercase;
	letter-spacing: 3px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
	
}


.welcome_index {
	width:80%;
	font: 32px/50px 'Lato', sans-serif;
	padding:55px 0 30px;
	font-weight:300; 
	margin:0 auto;
	color:#69767F;
	text-align:center;
}


.dropcap, .dropcap2 {
    font-weight: 700;
    display: block;
    float: left;
    font-size: 45px;
    padding: 0;
	margin: 10px 8px 0 0;
    text-transform: uppercase;
}
.dropcap2 { color:#E67E22; }


/**** LOGO****/
.logo img{
 	width:100%;
}
.logo a{
 	float:left; 
	margin-top:2%;
	margin-left:15%;
	webkit-transition:all 0.3s ease-in;  
    -moz-transition:all 0.3s ease-in;  
    -o-transition:all 0.3s ease-in;  
    transition:all 0.3s ease-in;
}
.logo a:hover{ opacity: .80; }

.word{
	position: relative;
	float: right;
	margin-top: 130px;
	width: 600px;
	webkit-transition:all 0.3s ease-in;  
    -moz-transition:all 0.3s ease-in;  
    -o-transition:all 0.3s ease-in;  
    transition:all 0.3s ease-in;
}
/**** Nav****/
#main_menu {
top:10px;
position: fixed;
z-index: 1030;
right: 200px;
}
.nav{ padding:0; margin:0; }

.nav-pills > li{
	list-style: none;
	float: left;
	margin: 0;
	position: relative;
	padding: 0 0; 
	display: inline-block;
}
.nav-pills > li > a {
	background: url('../img/navi.jpg') repeat-x scroll center top transparent;
	font-weight: 400;
	color: #fff;
	letter-spacing: 2px;
	font-size: 13px;
	display: block;
	padding:5px 22px 5px 22px;
	text-align: center!important;
	text-transform: uppercase;
	
}

.nav-pills > li.active{
	
	color:#333;
	
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus { 
	background: url('../img/navi-active.jpg') repeat-x scroll center top transparent; 
	color:#333;
	border:1px solid #666666;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
.nav-pills > li > a:hover { background: url('../img/navi-over.jpg') repeat-x scroll center top transparent; color: #fff; }

.dropdown-menu {
	
	display: none;
	left:-25px;
	padding:0;
	position:absolute;
	top:40px;
	width:170px;
	z-index:300;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	background: url('../img/navi-over.jpg') repeat-y scroll center top transparent; 
    box-shadow:none !important;
	border:none;
}
.dropdown-menu > li > a {
	border-bottom: thin dotted #444444;
	color:#000 !important;  
	display: block;
	font-size: 13px;
	padding: 8px 20px !important;
	text-align: left;
	text-transform: none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
text-decoration:none;  color: #fff !important; background:transparent!important; }
.dropdown-menu > li:first-child { margin-top:4px;}
.dropdown-menu > li:last-child { margin-bottom:6px;}
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus{ background-color:transparent; border:0px; }

.dropdown-menu .sub-menu { visibility: hidden; left:165px; }
.dropdown-menu li:hover .sub-menu  { visibility: visible; }
.dropdown-menu .sub-menu a { 
 -o-transition-property: none !important;
 -moz-transition-property: none !important;
 -ms-transition-property: none !important;
 -webkit-transition-property: none !important;
 transition-property: none !important;
}

.btn-navbar {
	display:none;
	position:absolute;
	top:23px;
	right:18px;
	color: #E67E22;
	font-size:20px;
	border:0px;
	background-color: #252525;
	background-image:none !important;
	width:40px;
	height:40px;
	border-radius:5px;
}

.btn-navbar i { font-size:20px; }
.btn-navbar > .btn {
	display:inherit;
	padding: inherit;
	margin-bottom: 0;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-shadow: none;
	vertical-align: left;
	cursor: pointer;
	background-color: transparent;
	background-image: none;
	border: 0px solid #cccccc;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius:0px;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.btn-navbar > .btn:hover, .btn-navbar > .btn:focus { color: #white; text-decoration: none; background-image:none !important; }
.btn-navbar:hover { color: #222; background-color: #E67E22; }
.nav-collapse .nav>li>a:hover, .nav-collapse .nav>li>a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus{
background-color: transparent;  }



/***************************************************
	boxes
 ***************************************************/
 /**** nav-box ****/
.shortbox { position: relative; list-style: none; margin: 0; padding: 0 0 0 30px; }
.shortbox li { position: relative; width: 260px; float: left; }
.shortbox li img{ width: 100%}
.shortbox li a { position: relative; color: #ffffff; display: block; height:200px; padding: 10px 12px 0 50px;  text-decoration: none !important; }


.shortbox li a h2 { margin-bottom: 6px; color: #cccc00; text-transform: uppercase; letter-spacing: -0.02em; font-weight: 600;} 
.shortbox li a p { font-size: 1em; color: #ffffff; line-height: 1.23; }
    
.shortbox li.wecan a {  background: url(../img/assets/spry-darkgreen.png) 0 0 no-repeat; }
.shortbox li.wecan a:hover{	transform: scale(1.03);	background: url(../img/assets/spry-darkgreen-over.png) 0 0 no-repeat;}

.shortbox li.team a { background: url(../img/assets/spry-orange.png) 0 0 no-repeat; }
.shortbox li.team a:hover{	transform: scale(1.03);	background: url(../img/assets/spry-orange-over.png) 0 0 no-repeat;}  

.shortbox li.system a { background: url(../img/assets/spry-green.png) 0 0 no-repeat; } 
.shortbox li.system a:hover{	transform: scale(1.03);	background: url(../img/assets/spry-green-over.png) 0 0 no-repeat;}
  
.shortbox li.contact a { background: url(../img/assets/spry-gras.png) 0 0 no-repeat; }  
.shortbox li.contact a:hover{	transform: scale(1.03);	background: url(../img/assets/spry-gras-over.png) 0 0 no-repeat;}

/* partner Boxes */
.partner-box {
	background-color:#e3e1e1;
	padding: 14px;
	position: relative;
	text-align: center;
	margin-bottom:25px;
	border-bottom: 5px solid #cccc00;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;

}
.partner-box p { margin: 10px 0 22px 0; }

.partner-box-title {  font-size: 18px; margin: 0; }

.news-box {
	background-color:#e3e1e1;
	padding: 20px;
	position: relative;
	text-align: left;
	margin-bottom:25px;
	border-bottom: 5px solid #cccc00;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;

}

.news-box p { margin: 10px 0 22px 0; font-size:16px; }

.shine-icon {
	text-align:center;
	margin:0 auto;	
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.shine-icon-disc.cont-large {
	padding:15px;
	text-align:center;
	width:40px; height:40px;
	margin:0 auto;	
}
.shine-icon-large:before{ 
	font-size:38px;
	padding-left:0px;
	margin-left:3px; 	
	color: #D35400;
}
.shine-icon-disc {
	webkit-transition: border .5s;
	-moz-transition: border .5s;
	-o-transition: border .5s;
	-ms-transition: border .5s;
	transition: border .5s;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius:50%;
	-webkit-box-shadow:none;
	-moz-box-shadow: 0 0 0 30px transparent;
	box-shadow: 0 0 0 30px transparent;
	background: rgba(255,255,255,0.1);
	-webkit-transition: box-shadow .6s ease-in-out;
	-moz-transition: box-shadow .6s ease-in-out;
	-o-transition: box-shadow .6s ease-in-out;
	-ms-transition: box-shadow .6s ease-in-out;
	transition: box-shadow .6s ease-in-out;
}
.shine-icon-disc:hover {
	box-shadow: 0 0 0 0 rgba(255,255,255,0.6);
	-webkit-transition: box-shadow .4s ease-in-out;
	-moz-transition: box-shadow .4s ease-in-out;
	-o-transition: box-shadow .4s ease-in-out;
	-ms-transition: box-shadow .4s ease-in-out;
	transition: box-shadow .4s ease-in-out;
}
.media-disc {
	box-shadow: 0 0 0 5px transparent;
	background: rgba(255,255,255,0.4);
	-webkit-transition: box-shadow .6s ease-in-out;
	-moz-transition: box-shadow .6s ease-in-out;
	-o-transition: box-shadow .6s ease-in-out;
	-ms-transition: box-shadow .6s ease-in-out;
	transition: box-shadow .6s ease-in-out;
}
.media-disc:hover {
	box-shadow: 0 0 0 0 rgba(255,255,255,0.6);
	-webkit-transition: box-shadow .4s ease-in-out;
	-moz-transition: box-shadow .4s ease-in-out;
	-o-transition: box-shadow .4s ease-in-out;
	-ms-transition: box-shadow .4s ease-in-out;
	transition: box-shadow .4s ease-in-out;
}



/***************************************************
about
 ***************************************************/
.th{
	border:2px solid transparent;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	margin:0 0 10px 0;
	position:relative; 
	padding:10px;
	background:#E67E22;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.th:hover{
	border:2px solid transparent;
	transform: scale(1.03);
	background:#D35400; 
}

.team_ic a{ margin:0 2px; font-size:12px; }
.team_ic:hover{
     transform: translate(0,-4px);
    -webkit-transform: translate(0,-4px);
    -o-transform: translate(0,-4px);
    -moz-transform: translate(0,-4px);
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 
}
.team_sections { display: block; padding: 15px 5px; text-align: center; }
.team_bio{ width:80%; text-align:center; margin:0 auto; }
hr.team-line {  
	border: 0;
	background: url(../img/lines.png) repeat; 
    height:10px;
	width:160px;
	margin:25px auto 25px;
} 
.line {  
	border: 0;
	background: url(../img/lines.png) repeat; 
    height:10px;
	width:100%;
	margin:25px auto 25px;
}


.progress {
	background: #E9E6E1;
	-webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
	height: 23px;
	margin:8px 0 0 0; 
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
	
.progress .bar {
    background: #E67E22;
	text-align:center;
	text-indent:20px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}


.strip { 
	background-color:#e9e6e1;
	padding: 45px 0 40px;
	text-align:center;
}
.strip h1 { 
	letter-spacing:0.25em;
	color: #555;
	text-transform:uppercase;
	font-size:20px;
	margin-bottom: 0.5em;
}
.about_strip { width:80%; text-align:center; margin:0 auto; line-height:30px; }
.strip2 { background-color:#e9e6e1; padding: 45px 0 0px; text-align:center; }

/* big button */
.big_button {
	display:block;
	float:none;
	clear:both;
	background:#D35400;
	margin:0 auto;
	width:250px;
	height:65px;
	font-size:21px;
	line-height:65px;
	color:#fff;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-webkit-box-shadow:0px 5px 0px b74c06;
	-moz-box-shadow:0px 5px 0px b74c06;
	box-shadow:0px 5px 0px #b74c06;
	position:relative;
	text-align:center; 
}
.big_button a{ color:#fff; opacity:1.0;}
.big_button:hover{
	color:#fff;
	background:#E67E22;
	-webkit-box-shadow:0 5px 0px #D35400;
    -moz-box-shadow: 0px 5px 0px  #D35400;
    box-shadow:0px 5px 0px #D35400;
}
.big_button:active{
	color:#fff;
	background:#D35400;
	-webkit-box-shadow:0px 3px 0px #9d4307;
	-moz-box-shadow:0px 3px 0px #9d4307;
	box-shadow:0px 3px 0px #9d4307;
}
.big_button:visited, .big_button:focus { color:#fff;}


.client{
	background-color:#e9e6e1;
	background-position:center center;
	background-repeat:no-repeat;
	height:101px;
	text-indent:-9999999px;
	margin-bottom:20px;
	color:transparent;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.client:hover{background-color:#d3cdc4;}
.client a{display:block;height:100%; width:100%; overflow:auto;}
.client_intro{ width:70%; text-align:center; margin:10px auto 35px; line-height:30px;}

/* ADD YOUR CLIENT IMAGES HERE */
.client1 {background-image:url(../img/clients/client1.png)!important;}
.client2 {background-image:url(../img/clients/client2.png)!important;}
.client3 {background-image:url(../img/clients/client3.png)!important;}
.client4 {background-image:url(../img/clients/client4.png)!important;}
.client5 {background-image:url(../img/clients/client5.png)!important;}
.client6 {background-image:url(../img/clients/client6.png)!important;}

/***************************************************
	testimonial
 ***************************************************/
.testimonial1, .testimonial2, .testimonial3 {
	position:relative;
	padding:20px 20px 15px;
	margin-bottom:15px;
    background-color:#E67E22; 
	font-size:13px;
	color:#E9E6E1;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.testimonial1:after, .testimonial2:after, .testimonial3:after {
	top:100%;
	border:solid transparent;
	content: " ";
	height:0; width:0;
	position: absolute;
	pointer-events: none;
}
.testimonial1:after, .testimonial2:after, .testimonial3:after {
	border-top-color:#E67E22; 
	border-width:6px;
	left:48%;
}

.testimonial2 { background-color:#E9E6E1; color:#999; }
.testimonial2:after { border-top-color:#E9E6E1; }

.testimonial3 { background-color:#333; color:#999;}
.testimonial3:after { border-top-color:#333; }

.quote_sections, .quote_sections_orange, .quote_sections_dark, .quote_sections_light {
	display:block;
	padding:15px 15px 5px;
	text-align:center;
	background:#E67E22; 
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.quote_sections_orange { background:#D35400; }
.quote_sections_dark { background:#333; }
.quote_sections_light { background: #E9E6E1; }

/* Testimonial Icons */
.testimonial-icon-disc, .testimonial-icon-disc2, .testimonial-icon-disc3 {
	background-color:#E9E6E1;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	text-align:center;
	vertical-align:middle;
}
.testimonial-icon-disc.cont-large,
.testimonial-icon-disc2.cont-large,
.testimonial-icon-disc3.cont-large,
.testimonial-icon-disc4.cont-large {
	padding:10px 0 0 0;
	text-align:center;
	vertical-align middle;
	width:50px; height:38px;
	margin:0px auto 10px auto;
}
.testimonial-icon-large:before{ font-size:30px; margin-left:1px; margin-top:-2px; }
.testimonial-icon-disc2 { background-color:#333; }
.testimonial-icon-disc3 { background-color:#E9E6E1; }


/***************************************************
	post
 ***************************************************/
/* Date */
.btn-blog {margin:14px 0 10px; background:#D35400; color:#fff;  padding-bottom:8px; font-weight:400; }
.btn-blog1 {margin:0px 0 10px; background:#D35400; color:#fff;  padding-bottom:8px; font-weight:400;}
.btn-blog:hover, .btn-blog1:hover { background:#D35400; color:#fff;}
a.com_no { color:#fff;}
.com_no:hover { color:#222;}
a.com2_no { color:#fff;}
.com2_no:hover { color:#222; }

h1.post_intro { font-size:25px; line-height:35px; font-weight:400;}
.blog_slide { margin-bottom:-20px;}
.blog_slide1 { margin-bottom:-10px;}
.post_link { font-weight:400; line-height:26px; }
.post_link a:hover, .read_more a:hover  { color:#E67E22; }
.post_link a {color: #555; }

/* Meta */
.post-meta ul {
	margin:-5px 0 15px 0;
	padding: 0 0;
	list-style:none;
	text-transform:uppercase;
	font-size:11px; clear:both;
}
.post-meta li { margin:0; display:inline; }
.post-meta a{ color: #555; }
.post-meta a:hover { color:#747474; }

.read_more  {  font-weight:400; letter-spacing:1.5px; }
.read_more a:hover { color:#555; }
.sidebar p, .sidebar .media-body p { font-size:13px; }

/* Search */
input[type="text"], input[type="search"] {
	 border: 2px solid #d8d3cb;
	color: #888;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.avatar { float: left; margin:0 10px 0 0; }
.pad_author { margin:5px 20px 10px 0px; }
.media-body{ margin-bottom:5px; padding-left: 20px }

/* Flickr */	
.flickrs2 {	margin: 0 0 0 -24px;  padding-right: 0; }
.FlickrImagesBlog li { float: left; margin: 0 5px 12px 0; width:30.3%; }
.FlickrImagesBlog img {
	border-radius: 3px;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

/* Pager */
.pager li > a,
.pager li > span {
	display: inline-block;
	padding:5px 10px;
	border:0;
	color: #fff;
	background:#D35400; 
}
.pager li > a:hover,
.pager li > a:focus,
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span  { text-decoration:none; color:#fff; background:#555; }

/* Pagination */
.pagination { margin: 50px 0 20px; }
.pagination ul {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.pagination ul > li {display: inline; }
.pagination ul > li > a,
.pagination ul > li > span {
    float: left;
    padding: 4px 10px;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    background-color: transparent;
    border: 2px solid #D35400;
    margin-right: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #D35400;
    color: #fff;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color:#D35400;
    color: #fff;
    cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #bbb;
	cursor: default;
    background-color: transparent;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span { border-left-width: 2px; }

/***************************************************
	google
 ***************************************************/
.google-maps { height: 400px; margin:0px 0 30px; }

.contact_form { padding-top:10px; }
#ajax-contact-form input,.contact_form textarea { border:0px none; box-shadow:none; }
.contact_form textarea { min-height:200px;}

.form_info {
	color: #767676;
	text-transform:uppercase;
	font-weight:400;
	font-size:12px;
	letter-spacing:2px;
	margin-bottom:3px;
}
 #ajax-contact-form  input, #ajax-contact-form  textarea {
	border: 2px solid #d8d3cb;
	color: #888;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.required{ color:#E67E22; font-size:17px; }

#ajax-contact-form  input.btn-form {
	border:0 none;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:13px 12px;
	margin-top:10px;
	font-size:11px;
	letter-spacing:2px;
	font-weight:400;
	text-decoration:none;
	outline:none;
	cursor:pointer;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	text-align:center;
}
.notification_error {
	color: #fff;
	background-color:#333;
	height:auto;
    margin: 0 0 9px 0;
    padding: 10px;
    text-align:left;
}
.notification_ok {
    color: #fff;
	background-color:#333;
	font-weight:400;
    height: auto;
    margin:0 0 9px 0;
    padding:10px;
    text-align:center;
	font-size: 13px;
	text-transform: uppercase;
}
/***************************************************
	footer
 ***************************************************/
/*Social Icons */
.follow_us {text-align:center;}
.follow_us a.zocial { 
	font-size:36px;
	width:77px;
	margin:0 10px 0 0;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background:transparent;
	opacity:0.2;
}
.follow_us a.zocial:hover {opacity:1.0; background:transparent; }

#footer h1 { 
	letter-spacing:0.25em;
	font-size:20px;
	color: #eee;
	text-transform:uppercase;
	margin-bottom: 0.5em!important;
}
h3.follow {
	color: #eee;
	width: 50%;
	margin: 0 auto 40px;
	line-height:30px;
}

#footer { background-color:#D35400; padding: 40px 0 30px; text-align:center; }

#under-footer {
	position:fixed;
	width:100%;
	height:40px; 
	background:#222;
	color:#999;
	margin:0 0; 
	bottom:0px;
	font-size:13px;
	font-weight:400;
	z-index:3333;
}
.phone  {
	
	padding-top:10px;
 }
.phone a {color:#888; }
.phone a:hover {color:#777; }

/* Back To Top */
.go-top {
	position:fixed;
	bottom:0.5em; right: 0.5em;
	text-decoration: none;
	color:white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size:30px;
	padding:0.1em 0.3em 0.1em;
	display:none;
	border-radius:3px; z-index:4444;
}
.go-top:hover { background-color:rgba(0, 0, 0, 0.6);}


.item_description {
    position:relative;
	color:#ccc;
	padding:10px 15px;
	margin-top:-1px;
	background-color:#352d28;
	font-size:13px;
	text-align:center;
	font-weight:400;
	margin-bottom:2px;
	border-bottom:3px solid #cccc00;
}
.item_description:hover{ border-bottom:3px solid #df7416; }
.item_description a { color:#ccc; text-transform:uppercase; font-size:12px; letter-spacing: 1.5px;}
.item_description a:hover{ color:#df7416; }

/* Isotope Filtering */
.isotope-item { z-index:2; }
.isotope-hidden.isotope-item { pointer-events:none; z-index:1; }
/* Isotope CSS3 transition */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
/* disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}
.element { overflow: hidden; position: relative; margin-bottom:20px; }
.element img {max-width: 100%;}
#options {width: 100%; padding: 0 0 0px;}
#filters2 { text-align: center; margin:45px 0; }
#filters { text-align: left; margin:45px 0; }
#filters li, #filters2 li{ margin: 0; background:none; overflow:hidden; display:inline-block;}
#filters li a, #filters2 li a {
	font-size: 12px;    
    letter-spacing: 1px;    
	cursor:pointer;
	line-height:50px;
	color:#555;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin:0 auto;
	padding:10px;
	background:transparent;
	border:2px solid #767676;
	text-transform:uppercase;
	margin-right:10px; 
}
#filters li a.selected, #filters2 li a.selected { background:#D35400; color:#fff;  border:2px solid #D35400;}
#filters li a:hover, #filters2 li  a:hover{  color:#fff; border:2px solid #333; background:#333;  }




/**** galerie ****/
.hold {
  width: 270px;
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.holder { margin:50px 0 54px;text-align:left; }
.holder a { 
	font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
	cursor:pointer;
	color:#555;
	display:inline-block;
	border-radius:6px;
	padding:8px 14px;
	background:transparent;
	border:2px solid #767676;
	text-transform:uppercase;
	margin-right:10px; 
}
.holder a:hover {color:#fff; border:2px solid #34495E; background:#333; }
.holder a.jp-previous, .holder a.jp-next, .holder a.jp-disabled, .holder a.jp-disabled, focus:a.jp-disabled {
	border:2px solid #767676;
	font-size: 12px;
	color:#767676;
}
.holder a.jp-current { background:#D35400; color:#fff; border:2px solid #D35400; }
a.jp-disabled:hover, .holder a.jp-next:hover { color:#fff; border:2px solid #333; background:#333; }
.holder a.jp-current, a.jp-current:hover, .holder a.jp-disabled, a.jp-disabled:hover { cursor:default;  }
.holder span { display:none;  }
ul#itemContainer { list-style: none; padding:0 0; margin:0 0; width:100%; }


/*************************************************************
	accordion
 *************************************************************/
.accordion-group, .accordion-inner { border: none; border-radius: 0; }
.accordion-group { 
	padding:8px 0;
	margin-bottom:0px;
	background:#333;
	border-bottom:1px solid #222;
}
.accordion-group:first-child { 
	 -webkit-border-radius:6px 6px 0px 0px ;
	-moz-border-radius:6px 6px 0px 0px;
	border-radius:6px 6px 0px 0px;
}
.accordion-group:last-child { 
	border: none;
	-webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
	border-radius:  0px 0px 6px 6px;
}
.accordion-heading .accordion-toggle {
	padding:0 0;
	height:16px;
	margin:5px 10px 8px;
	font-size:14px;
	line-height:16px;
	color:#bbb; text-transform:uppercase;
	outline: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.accordion-toggle i{ padding:0 15px 0 10px; }
.accordion-heading .collapsed {  color:#bbb; }
.accordion-heading .accordion-toggle:hover {  text-decoration:none; color:#fff;}
.accordion-inner { padding:0px 20px 9px 40px; font-size:13px; line-height:22px; color:#bbb; }
.collapse { overflow:hidden; position:relative; height:0; }
.collapse.in { height:auto; }

/*************************************************************
	tabs
 *************************************************************/
ul.nav-tabs { margin: 0 !important; }
.nav-tabs > li > a {
border:0px solid #34495E;	
	border-radius:0;
	margin-right:2px;
	font-size:12px;
	padding:6px 10px 5px;
	outline:none;
	background:#D35400;
	color:#fff;
}
.nav-tabs > li.active > a { border:0px none; background:#E67E22;  color:#fff; }
.nav-tabs > li > a:hover, .nav-tabs > li.active > a:hover,.nav-tabs > .active > a:focus  {
	border:0px solid #34495E;
	background:#E67E22;
	color:#fff; 
}
.tab-content { padding:18px 0 0;}
.tabs-top .nav-tabs > li.active > a:hover, .tabs-top .nav-tabs > li.active > a { color:#fff; }

/**** TABS LEFT ****/
.tabs-left > .nav-tabs { border: none; }
.tabbable.tabs-left .nav-tabs li { border-radius:0; margin:10px 0 -2px 0; }
.tabbable.tabs-left .nav-tabs a {
	border:0 none;
	font-size:12px;
	padding:6px 0 6px 10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius:0;
	border-left:#EB984F 3px solid;
	color:#eee;
	background: #D35400;
}
.tabbable.tabs-left .nav-tabs .active a, .tabbable.tabs-left .nav-tabs a:hover {
	border:0 none;
	border-left:3px solid #C0392B; 
	color:#fff;
	background: #E67E22;  
}
.tabbable.tabs-left .tab-content { padding: 0 0 20px 15px; }

 /*************************************************************
	tooltip
 *************************************************************/
.tooltip { font-size: 13px; }
.tooltip.in {opacity: 1;  filter: alpha(opacity=100);zoom: 1; }
.tooltip.top {padding-bottom: 9px;margin-top:-13px; }
.tooltip.top .tooltip-arrow {
	border-top-color: #34495e;
	border-width: 9px 9px 0;
	bottom: 0;
	margin-left: -9px; 
}
.tooltip.right .tooltip-arrow {
    border-right-color: #333;
    border-width: 9px 9px 9px 0;
    margin-top: -9px;
    left: -3px; 
}
.tooltip.bottom { padding-top: 8px; }
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #333;
	border-width: 0 9px 9px;
	margin-left: -9px;
	top: -1px; 
}
.tooltip.left .tooltip-arrow {
    border-left-color: #333;
    border-width: 9px 0px 9px 9px;
    margin-top: 14px;
    top: -1px;right:-4px;
}
.tooltip.left  { margin-left:-15px; }

.tooltip-inner {
  background-color: #333;
  line-height: 18px;
  padding: 12px 12px;
  text-align: center;
  width: 183px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.related_link {
	letter-spacing:1px;
	color:#767676;
	font-size:12px;
	text-align:center;
	margin: 15px auto 0;
	text-transform:uppercase;
}

/*-----------------------------------------------------------------------------------*/
/*	animations
/*-----------------------------------------------------------------------------------*/

.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}@-webkit-keyframes fadeIn { 0% {opacity: 0;}	100% {opacity: 1;}
}

@-moz-keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;} }
@-o-keyframes fadeIn { 0% {opacity: 0;}	 100% {opacity: 1;} }
@keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;} }

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
	0% { opacity: 0; -webkit-transform: translateY(20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}

@-moz-keyframes fadeInUp {
	0% { opacity: 0; -moz-transform: translateY(20px); }
	100% { opacity: 1; -moz-transform: translateY(0); }
}
@-o-keyframes fadeInUp {
	0% { opacity: 0;	-o-transform: translateY(20px); }
	100% { opacity: 1; -o-transform: translateY(0); }
}

@keyframes fadeInUp {
	0% { opacity: 0; transform: translateY(20px); }
	100% { opacity: 1; transform: translateY(0); }
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes fadeInDown {
	0% { opacity: 0; -moz-transform: translateY(-20px); }
	100% { opacity: 1; -moz-transform: translateY(0); }
}
@-o-keyframes fadeInDown {
	0% { opacity: 0; -o-transform: translateY(-20px);}
	100% { opacity: 1; -o-transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; transform: translateY(-20px); }
	100% { opacity: 1; transform: translateY(0); }
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes bounceInDown {
	0% { opacity: 0; -webkit-transform: translateY(-2000px); }
	60% { opacity: 1; -webkit-transform: translateY(30px); }
	80% { -webkit-transform: translateY(-10px); }
	100% { -webkit-transform: translateY(0); }
}
@-moz-keyframes bounceInDown {
	0% { opacity: 0; -moz-transform: translateY(-2000px); }
	60% { opacity: 1; -moz-transform: translateY(30px); }
	80% { -moz-transform: translateY(-10px); }
	100% { -moz-transform: translateY(0); }
}
@-o-keyframes bounceInDown {
	0% { opacity: 0; -o-transform: translateY(-2000px); }
	60% { opacity: 1; -o-transform: translateY(30px); }
	80% { -o-transform: translateY(-10px); }
	100% { -o-transform: translateY(0); }
}
@keyframes bounceInDown {
	0% { opacity: 0; transform: translateY(-2000px); }
	60% { opacity: 1; transform: translateY(30px); }
	80% { transform: translateY(-10px); }
	100% { transform: translateY(0); }
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
	0% { opacity: 0; -webkit-transform: translateX(-2000px); }
	60% { opacity: 1; -webkit-transform: translateX(30px); }
	80% { -webkit-transform: translateX(-10px); }
	100% { -webkit-transform: translateX(0); }
}
@-moz-keyframes bounceInLeft {
	0% { opacity: 0; -moz-transform: translateX(-2000px); }
	60% { opacity: 1; -moz-transform: translateX(30px); }
	80% { -moz-transform: translateX(-10px); }
	100% { -moz-transform: translateX(0); }
}
@-o-keyframes bounceInLeft {
	0% { opacity: 0; -o-transform: translateX(-2000px); }
	60% { opacity: 1; -o-transform: translateX(30px); }
	80% { -o-transform: translateX(-10px);}
	100% { -o-transform: translateX(0); }
}

@keyframes bounceInLeft {
	0% { opacity: 0; transform: translateX(-2000px); }
	60% { opacity: 1; transform: translateX(30px); }
	80% { transform: translateX(-10px); }
	100% {transform: translateX(0); }
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
	0% { opacity: 0; -webkit-transform: translateX(2000px); }
	60% { opacity: 1; -webkit-transform: translateX(-30px); }
	80% { -webkit-transform: translateX(10px); }
	100% { -webkit-transform: translateX(0); }
}

@-moz-keyframes bounceInRight {
	0% { opacity: 0; -moz-transform: translateX(2000px); }
	60% { opacity: 1; -moz-transform: translateX(-30px); }
	80% { -moz-transform: translateX(10px); }
	100% { -moz-transform: translateX(0); }
}
@-o-keyframes bounceInRight {
	0% {opacity: 0; -o-transform: translateX(2000px); }
	60% { opacity: 1; -o-transform: translateX(-30px); }
	80% { -o-transform: translateX(10px); }
	100% { -o-transform: translateX(0); }
}
@keyframes bounceInRight {
	0% { opacity: 0; transform: translateX(2000px);}
	60% {opacity: 1; transform: translateX(-30px);}
	80% {transform: translateX(10px);}
	100% {transform: translateX(0);}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}


/*-----------------------------------------------------------------------------------*/
/*	08: MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 980px) and (max-width: 1400px){ 
#main_menu {
    top: 10px;
    z-index: 1030;
    right: 20px;
}
.logo img{
 	width:80%
}
.logo a{ 	
	margin-top:4%;
	margin-left:10%;	
}

}
@media screen and (min-width: 980px) and (max-width: 1025px){ 

.word{
	position: relative;
	float: right;
	margin-top: 0px;
	width: 1000px;
	
}
.logo img{
 	width:60%
}
.logo a{ 	
	margin-top:4%;
	margin-left:10%;	
}


}
@media (max-width: 979px) {
.logo img{
 	width:60%
}
nav{ background:#333;}
.btn-navbar{display:block;}
.header{ float:none !important; text-align:center; margin:0px auto 0px auto; padding-bottom:10px!important;}
.header .container{min-width:100% !important;margin:0 !important;padding:0 !important;}
#main_menu{ width:100%; 
display:block; 
margin:80px 0px 0 0;
right: 0px;}

.logo  { margin-left: 20px;}
.nav-collapse .nav>li{width:auto;display:block;text-align:center;}
.nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {text-align:center;margin-bottom:2px !important;}
.nav-pills > li{border-top:1px solid #2C2C2C; z-index:2000;}
.nav-pills > li > a { margin: 10px 0px 0px 0px;}
.dropdown-menu{width:100%; margin:0px !important;}
.dropdown-menu > li > a{
	border: 0;
	width:auto;
	color: #bbb;
	display: block;
	padding:6px 0px !important;
	background-color: rgba(0,0,0,0.2);
}
.nav-pills > li.active{
	background: transparent; 
	color:#fff;
	webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
.dropdown-menu .sub-menu{width:100%!important; visibility: visible!important; }
.dropdown-menu li:hover .sub-menu { left:0px; }
.dropdown-menu .sub-menu li:first-child  {margin-top:0px;}
.dropdown-menu .sub-menu li:last-child{margin-bottom:0px;}
.dropdown-menu  li:last-child{margin-bottom:0px;}

.container {  padding: 0 15px !important;}
.nivo {margin-top:0px!important;}
#banner { padding-bottom:25px;!important; }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.logo img{
 	width:60%
}
/* prettyPhoto styling for small screens */
.pp_pic_holder.pp_default { width: 100%!important; left: 0!important; overflow: hidden; }
div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
.pp_content { width: 100%!important; height: auto!important; }
.pp_fade { width: 100%!important; height: 100%!important; }
a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
#pp_full_res img { width: 100%!important; height: auto!important;	border-radius:0px;  }
.pp_details { width: 94%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 35px; background-color: #fff; margin-top: -2px!important; }
a.pp_close { right: 10px!important; top: 12px!important; }
.theme-default .nivo-html-caption {display:none;}

}

@media only screen and (max-width: 480px) {
.logo img{
 	width:50%
}
.nivo_height { padding-top:0px!important; }
#banner { padding-bottom:25px;!important; }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 320px) {
.logo img{
 	width:50%
}
h1.title { line-height:40px;!important; }
}

@media screen and (min-width: 480px) and (max-width: 768px){
.logo img{
 	width:60%
}
.rev-title { font-size: 16px; line-height: 22px; } 
.rev-title.big { font-size: 24px; line-height: 28px;}
.rev-title.bold { font-size: 50px!important; padding:12px 10px!important; letter-spacing: 4px; }
.rev-title2.bold { font-size: 50px!important;}
}

@media screen and (max-width: 479px){
.logo img{
 	width:50%
}
.rev-title { font-size: 10px; line-height: 14px; }
.rev-title.big { font-size: 16px; line-height: 20px; }
}

@media screen and (max-width: 31.5em) {
.logo img{
 	width:50%
}
.grid { padding: 0px 0px 10px; }
.grid li { width: 80%; min-width: 280px; margin-left: -3px; }
.dzsportfolio.skin-clean { width: 100%!important; }
.rev-title.bold { font-size: 20px!important; letter-spacing: 4px; padding: 8px 8px!important; }
.rev-title2.bold { font-size: 20px!important; margin-top:-10px; }
.rev-title-sub { margin:10px 0 0!important; }
.mobile{ margin-top:-20px; }
.hold {
  width: 100px;
  margin-left: 10px;
}
}

