/*
 Author: CREATEBRILLIANCE - Media & Consulting
 Author URI: http://www.createbrilliance.com
 Version: 1.0
 */



/*GENERAL STYLING*/

html, body {
  height: 100%;
}

body {
  background:url(../img/dark_wall.png) repeat;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color:#888;
  font-size:15px;
  font-weight:100;
  line-height: 2;
  overflow-x: hidden !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #182737;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 100;
}
.light{
  font-weight:100;
}
}

hr{
  margin-top:25px;
  margin-bottom:25px;
}

a {
  color: #182737;
  text-decoration: none;
  -webkit-transition: color 0.5s ease 0s;
  -moz-transition: color 0.5s ease 0s;
  -o-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
}
a:hover, a:focus {
  color: #111a25;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #111a25;
  outline-offset: -2px;
}

/*
 * BUTTONS
 */

.btn {
  margin-top:5px;
  margin-bottom:5px;
}

.btn-default {
  font-weight: 700;
  background:#BB9F64;
  border-radius: 0px;
  border:3px solid #BB9F64;
  padding-left:35px;
  padding-right:35px;
  padding-top:15px;
  padding-bottom:15px;
  color: white;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background:#111a25;
  border-color: #111a25;
    color: white;
  opacity: 1;
}

.btn-white {
  font-weight: 700;
  background:none;
  border-radius: 50px;
  border:3px solid white;
  padding-left:35px;
  padding-right:35px;
  padding-top:15px;
  padding-bottom:15px;
  color: white;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
  background: #111a25;
  border-color: #111a25;
  color: white;
  opacity: 1;
}


@media only screen and (max-width: 984px) { 
.btn-default {
        padding-left:10px;
        padding-right:10px;
        padding-top:5px;
        padding-bottom:5px;
        font-size:12px;
        
    }
}


.company{
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 25px;
    font-weight: 800;
    line-height: 25px;
    -webkit-transition: all .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: all .5s ease-in-out,padding .5s ease-in-out;
    transition: all .5s ease-in-out,padding .5s ease-in-out;
}



/*
 * navbar
 */

.navbar {
  border:0px;  
    text-transform: uppercase;
    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: white;
    color:#182737;
    box-shadow:0 1px 3px rgba(0, 0, 0, 0.11);
    font-weight: 600;
}

.navbar .company{
  padding-top:15px;
  padding-bottom:15px;
  padding-left:15px;
  -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.navbar-nav > li > a,
.navbar-nav > li > img{
  padding-bottom: 35px;
    padding-top: 35px;
   }

.navbar-nav > li > a,
.navbar-nav .dropdown-menu > li > a {
  color:#182737;
  font-size:12px;

}
.navbar-nav .dropdown-menu > li > a {
  padding-top:10px;
  padding-bottom:10px;

}

.navbar-nav .dropdown.active-sub {
  font-weight:bold;
} 
.navbar-nav .dropdown-menu  > li.active > a:hover {
  color:white;
  background:#182737;
}
.navbar-nav .caret {
    border-bottom-color: #182737;
    border-top-color:#182737;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.nav a:hover .caret{
  border-bottom-color:#182737;
    border-top-color:#182737;
}

.navbar-nav .dropdown-menu{
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    opacity:1;
    border:none;
    border-top:2px solid #182737;
    color:#182737;
    box-shadow:none;
    background:white;
    left:0;
    border-radius:0px;
    text-transform:none;
}


.navbar-custom .nav li a,
.navbar-custom .nav li img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    font-weight:bold;
    background:none;
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/*small version */
.top-nav-collapse{
  color:#182737;
}
.top-nav-collapse .company{
    padding-top: 10px;
}

.top-nav-collapse .navbar-nav > li > a,
.top-nav-collapse .navbar-nav > li > img{
  padding-bottom: 25px;
    padding-top: 25px;
}
.top-nav-collapse .navbar-nav > li > a,
.top-nav-collapse .navbar-nav .dropdown-menu > li > a {
  color:#182737 !important;  
}
.top-nav-collapse .navbar-nav .dropdown-menu  > li.active > a {
  color:white !important;  
}
.top-nav-collapse .navbar-nav .dropdown-menu  > li.active > a:hover {
  color:white !important;
  background:#182737;
}
.top-nav-collapse .navbar-nav .dropdown-menu {
     background-color: #F9F9F9 !important;
       border-bottom: 1px solid #f2f2f2 !important;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
       
}
.top-nav-collapse .caret {
    border-bottom-color: #182737 !important;
    border-top-color: #182737 !important;
}
.top-nav-collapse .navbar-toggle{
  color:#182737 !important;
}

.navbar {
    letter-spacing: 1px;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.top-nav-collapse {
    padding: 0;
   background-color: white;
}


.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
  background:#182737;
  color:white !important;
}
/**********************************
 * MODULES
 *********************************/
/*

* MAGNIFIER
* */


.magnify {width: 200px; margin: 50px auto; position: relative;}

.magnify .large {
  width: 175px; height: 175px;
  position: absolute;
  border-radius: 100%;

  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 
  0 0 7px 7px rgba(0, 0, 0, 0.25), 
  inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  

  background: url('../img/iphone-big-black-portrait.png') no-repeat;

  display: none;
}

.magnify .small { display: block; }

.magnify-landscape {width: 400px; margin: 50px auto; position: relative;}

.magnify-landscape .large {
  width: 175px; height: 175px;
  position: absolute;
  border-radius: 100%;

  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 
  0 0 7px 7px rgba(0, 0, 0, 0.25), 
  inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  

  background: url('../img/iphone-big-black-landscape.png') no-repeat;

  display: none;
}

.magnify-landscape .small { display: block; }
/*ITEM DESCRIPTION*/

.item-description .item{
  position:relative;
  text-align:center;
}
.item-description .item .background-icon{
  position:absolute;
  bottom: 0px;
    font-size: 120px;
    line-height: 120px;
    opacity: 0.08;
    position: absolute;
    right: 0px;
    width:100%;
    color:#5D5F62;
}
/*MODAL*/
.modal-content {
  background-color:#2F3238;
  color:#4D5158;;
}
.modal-content .modal-title{
  color:white;
}
.modal-content .modal-header{
  border-bottom: 0px;
}
.modal-content .close{
  text-shadow:none;
  color:white;
}
.modal-content .form-control{
  background-color:#27292E;
  border-radius: 0px;
  border:0;
  padding:15px;
  height:auto;

}
.modal-content .form-control:focus{
  box-shadow:none;
}
.modal-content .modal-footer{
  margin-top:0px;
}
.modal-content .input-group{
    margin-bottom:10px;
}

.modal-content .input-group-addon{
  border:0;
  background-color:#2F3238;
}

.modal-content .modal-footer{
  border-top:0;
}

.modal-content .btn-submit {
  background: #fa4f3e;
  color: white;
  border: none;
}

/* PLATFORM MODULE*/
.platforms {
  font-size:45px; 
}
.platforms .fa{
  -webkit-transition:opacity 0.4s ease-in-out 0s;
  -moz-transition:opacity 0.4s ease-in-out 0s;
  -o-transition:opacity 0.4s ease-in-out 0s;
  transition:opacity 0.4s ease-in-out 0s;
  padding-right:10px;
}
.platforms .fa:hover{
  opacity:0.8;
  cursor:pointer;
}
/*SKILLS MODULE*/
.skills label {
  padding-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.skills.row:not(:first-child){
  margin-top:50px;
}
.skills .knob {
  margin: 0 auto;
}





/* INFOBOX MODULE */
.icon-effect {
  border-radius: 50%;
  color: #BB9F64;
  display: block;
  font-size: 1.5em;
  height: 32px;
  line-height: 32px;
  margin: 0;
  position: relative;
  text-align: center;
  top: 0px;  

  width: 32px;
  z-index: 1;
  background-color:none;
}

.icon-effect:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 50%;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  left: -2px;
  padding: 2px;
  top: -2px;

  z-index: -1;
  background-color:none;
}


.info-box {
  margin-bottom: 35px;
}
.info-box .icon {
  float: left;
}
.info-box .content h3{
  margin-top:0px;
}
.info-box .content {
  padding-left: 45px;
}

.info-box .content small{
  font-weight:600;
  display:block;
}


/*TESTIMONIALS*/
.testimonials{
  color:white;
}
.testimonials p{

}
.testimonials cite{
  display:block;
  font-size:10px;
  font-weight:700;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  letter-spacing:1px;
  text-transform:uppercase;
}

.testimonials .container{
  padding-top:50px;
  padding-bottom:50px;
}

.testimonials .background-middle-full {
  background: url("../img/testimonial-pattern.jpg") repeat 50% 50%;
}

/*SOCIAL ICONS MODULE */
.social-icons a {
  font-size: 15px;
  -moz-box-sizing: border-box;
  color: white;
  border-radius: 3px;
  text-align: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.social-icons .fa {
  margin-top: 8px;
  font-size: 15px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


/*SOCIAL ICON COLORS*/
.social-icons a.facebook{color:#5168B9}.social-icons a.twitter{color:#6EC3F5}.social-icons a.google-plus{color:#F65E4F}.social-icons a.rss{color:#FF893B}.social-icons a.dribbble{color:#EB4E8B}.social-icons a.flickr{color:#0063db}.social-icons a.github{color:#4183c4}.social-icons a.instagram{color:#3f729b}.social-icons a.linkedin{color:#007fb1}.social-icons a.pinterest{color:#cb2027}.social-icons a.dropbox{color:#3d9ae8}.social-icons a.stumbleupon{color:#eb4924}.social-icons a.tumblr{color:#2c4762}.social-icons a.vimeo{color:#4bf}.social-icons a.youtube{color:#cd332d}.social-icons a.skype{color:#00aff0}

.social-icons a:hover {
  color: #444;
  opacity: 1;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.social-icons a:hover .fa {
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
  transform: scale(1.8);
}




/* BOOTSTRAP CAROUSEL FADE EFFECT*/
.carousel-fade .item {
  opacity: 0;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  -ms-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

.carousel-fade .active.item {
  opacity: 1;
}

.carousel-fade .active.left, .carousel-fade .active.right {
  left: 0;
  opacity: 0;
  z-index: 2;
}


/*BACKGROUND SIDE MODULE*/
.background-side-full {
	background: #222;
	background-size: cover;
	-moz-background-size: cover;
	height: 50%;
}

.background-side-full {
	background: url("../img/side.jpg") no-repeat scroll 100% 0% rgba(0, 0, 0, 0);
	height: 900px;
	margin-top:-100px;
	margin-bottom:-100px;
}


.feature{
  position:relative;
  margin-top:15px;
  margin-bottom:15px;
  text-align:center;
  padding:10px;
  -webkit-transition: background 0.3s linear 0s, color 0.3s linear 0s;
  -moz-transition: background 0.3s linear 0s, color 0.3s linear 0s;
  -o-transition: background 0.3s linear 0s, color 0.3s linear 0s;
  transition: background 0.3s linear 0s, color 0.3s linear 0s;
}
.feature .icon{
  font-size:60px;
  line-height:60px;

}
.feature .headline h3{
  font-weight:400;
}
.feature .text p{
  padding-left:25px;
  padding-right:25px;
}
.feature:hover{
  background-color:#2F3238;
  color:white;
  border-radius: 5px;
}
.feature:hover h3,
.feature:hover .feature .icon{
  color:white;
}
.feature .background-icon{
  position:absolute;
  bottom: 20px;
    font-size: 150px;
    line-height: 150px;
    opacity: 0.03;
    position: absolute;
    right: 20px;
}
.feature .background-icon .fa{
  opacity: 0.03;
}

/*CALL TO ACTION*/
.callToAction{
  color:white;
  background:#182737;
}
.callToAction h2{
  font-size:40px;
  font-weight:100;
  padding-bottom:25px;
  color:white;
}


/**********************************
 * SECTIONS
 * sections are further ordered by page
 *********************************/

/*general styles*/

section {
  -webkit-backface-visibility: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  background:white;
  position:relative;
  z-index:3;
}

@media only screen and (max-width: 984px) { 
section {
        padding-top:25px;
        padding-bottom:25px;
        
    }
}


.pageHead{
  padding-top:150px;
  padding-bottom:150px;
  color:white;
  margin-bottom:100px;
  position:relative;
  top:0;
}
.pageHead h1{
  font-weight: 100;
  text-transform:uppercase;
  font-size:80px;
  line-height:80px;
  color:white;
  margin-bottom:0px;
  position: relative;
}

@media only screen and (max-width: 984px) { 
  .pageHead h1 {
    font-size:40px;
    line-height:40px;
    text-align: center; 
      }
  }


.pageHead h3{
  margin-top:0px;
  color:white;
}
.pageHead .hero{
  margin-bottom:0;
}

.hero{
  margin-bottom:50px;
}
.hero h2{
  font-weight:100;
  font-size:35px;
  line-height:35px;
}

.hero p{
  font-weight:100;
  font-size:20px;
  line-height: 1.5;
  color:#182737;
}
.hero .space {
    background-color: #BB9F64;
    height: 4px;
    margin-top:50px;
    width: 100px;
}



/*
 * 
 * HOME
 * 
 * 
*/


#head{
  background:none;
  width:100%;
  height:80%;
  color:white;

}

#head{
  padding-bottom:0px;
}

#head .hero{
  margin-top:100px;
  position:absolute;
  text-align:center;
  width:100%;

}
#head .hero p{
  font-weight:100;
  font-size:20px;
  line-height: 1.5;
  color:white;
  text-align:justify;
}

#head .slides-container .hero{
  margin-top:200px;
}
#head .button-head{
  margin-top:45px;
  margin-bottom:45px;  
}

#head .hero.contrast h1,#head .hero.contrast h3{
  text-shadow: 0px 0px 2px rgba(150, 150, 150, 0.8);
}

#head .hero {
  text-align:left;
}
#head .hero h1{
  font-weight:800;
  text-transform:uppercase;
  font-size:55px; 
  color:white;
  margin-bottom:0px;
}
#head .hero h2{
  font-weight:100;
  color:white;
  margin-top:0px;
}
#head .container {
  z-index: 3;
  position: relative;
}

/*
 * HEAD SLIDER
 */
#head #slides {
  left: 0;
  position: fixed !important;
  top: 0;
  height:100% !important;
  overflow: hidden;
  z-index: 1;
	background:black;
        
}
#head #slides .slides-container {
  display: none;
}

#head #slides .slides-container li > img:first-child{
  opacity:0.8;
}

#head #slides .slides-container .head-feature {
	background:rgba(255, 255, 255, 0.25);
	padding:30px;
}
#head #slides .slides-container .head-feature .inner {
	background:white;
	padding:30px;
	color:#888;
}
#head #slides .slides-container .head-feature .inner h1{
	color:#182737;
	font-size:25px;
}
#head #slides .slides-container .head-feature .inner p{
font-weight: 100;
font-size: 15px;
line-height: 1.5;
color:#182737;
}
#head #slides .slides-container .head-feature .inner .cont-display{
	padding-top:15px;
	padding-bottom:15px;
}
#head #slides .slides-container .head-feature .inner .cont{
    text-align: center;
    font-size: 15px;
    border-right: 1px solid gray;
}
#head #slides .slides-container .head-feature .inner .cont .fa{
    color:#BB9F64;
}
#head #slides .slides-container .head-feature .inner .cont.last{
    border-right: none;
}
#features .feature .background-icon .fa{
  opacity:0.09;
}

#coding{
	background:#182737;
	color:white;
	border-bottom: 15px solid #DBCCA7;
}
#coding .hero h2{
	color:white;
}




#price {

}
#price .high-season,#price .low-season{
	text-align:center;
}

#price .price{
	border-radius: 50%;
    background: #182737;
    display: inline-block;
    padding: 25px;
    color: white;
    text-align:center;
}
#price .price h2{
	color:white;
}
#contact{
  background:#BB9F64;
  color:white;
}

footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #BB9F64;
  font-size: 10px;
  color:white;
  z-index:3;
  position:relative;
}

footer .copy {
  padding-top:5px;
  margin-bottom: 0px;
  text-align:center;
}


.more-events{
	color:white;
}
.more-events h4{
 color:white;
}
.more-events .tease-box{
	 background: #BB9F64;
	 color:white;
	 padding:50px;
	 margin-bottom:100px;
	
}

.more-events  {
 background:#182737;
}

.more-events::after {
    content: "";
  background: url("../img/bg-BadWiessee.jpg");
  -moz-background-size:cover;
  background-size:cover;
  background-attachment: fixed;
  background-position: 50% 50%;
    z-index: -1;   
    opacity:0.1;
    position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

section.more-events {
	color:white;
	background-color: #182737;
	border-bottom:15px solid #DBCCA7;
}
section.more-events .hero h2{
	color:white;
}

/*
 * 
 * Secondary page
 * 
 * 
*/
#secondary-page {
  padding-top:0px;
  background-color:white;
}
#secondary-page .pageHead {
  padding-top:250px;
  background: #BB9F64; /* fallback for old browsers */
}

#secondary-page .pageHead::after {
    content: "";
  background: url("../img/Header02.jpg");
  -moz-background-size:cover;
  background-size:cover;
  background-attachment: fixed;
  background-position: 50% 50%;
    z-index: -1;   
    opacity:0.1;
    position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#secondary-page #contact-form-response {
  margin-top: 10px;
}

#secondary-page input,
#secondary-page textarea {
  background: white;
  border: 1px solid #ebebeb;
  border-radius: 0px;
  box-shadow: none;
  height: auto;
  margin: 0;
  padding: 15px;
  resize: none;
}



#map #map-container {
	width: 100%;
    height: 500px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#map #map-container iframe{
	border:0;
	frameborder:0;
	}
#map {
	padding-bottom: 0px;
}

/* MAP MARKER MODULE */

.map-box {
	opacity: 0.8;
	width: 250px;
	color: #B8B9BC;
	background: #2F3238;
	border-radius: 5px;
}

.map-box .content {
	padding:10px;
}

#map .banding {
	background: url(../img/banding.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
}


/*
 * 
 * 404
 * 
 * 
*/
.page-notfound{
  height:100%;
}
#not-found{
  height:100%;
  background:#CDCDCD;
}



/**********************************
 * BRANDING
 * 
 *********************************/

.brand-color{
  color:#BB9F64  !important;
}
.brand-bg{
  background-color:#BB9F64  !important;
}



/*
 * preloader
 *
 */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  color: #182737;
  z-index: 9999;
}
#preloader #spinner_container {
  width: 193px;
  margin: 250px auto;
  text-align: center;
}



/*
 * HELPER
 */

.list-indent-fa{
text-indent:-10px; 
margin-left:10px;
   }
.row-padding{
  margin-bottom:100px;
}
@media only screen and (max-width: 984px) { 
    .row-padding{
    	padding-bottom:25px;
    }
}
.center-block{
  margin:0 auto;
}
hr.not-visible{
  border-top:none;
}
.check-green {
  color: #2ecc71;
}
.vertical-align-middle {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/*
 * animation helper
 */
.animated {
  visibility: hidden;
}
.visible {
  visibility: visible;
}

/*
 * svg
 */
.svg-wrapper{
  height:100px;
  width:300px;
  margin:0 auto;
}
.svgcolor-light,.svgcolor-dark {
      position:relative;
      top:-2px;
}
.svgcolor-white path {
    fill:white;
    stroke: white;
    stroke-width:0;
}
.svgcolor-light path {
    fill:#ECECEC;
    stroke: #ECECEC;
    stroke-width:0;
}
.svgcolor-dark path {
    fill: #2F3238;
    stroke: #2F3238;
    stroke-width:0;
}
.no-section-padding{
  padding-top:0px;
}
.section-padding{
  padding-top:100px;
}



/*
 * media queries
 */
@media only screen and (max-width: 970px) {
  footer {
    text-align: center;
  }
  footer .pull-right {
    float: none !important;
  }

}
@media only screen and (max-width: 768px) { /*col-md*/
  #head .hero h1 {
    font-size:35px;
    line-height:35px;
  }
  .callToAction h2{
    font-size:30px;
  }
}

@media only screen and (max-width: 978px) {

  .info-box .icon {
    float: none;
    padding-bottom: 10px;
  }
  .info-box .icon .fa {
    margin: 0 auto;
  }
  .info-box .content {
    padding-left: 0px;
    text-align: center;
  }
  .nav > li > a {
    padding-left:7px;
    padding-right:7px;
  }

}



/*only for webkit  browsers*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .background-middle-full.fixed{ 
        background-attachment: scroll !important;
    }
}


.mobileonly {
  display:none;
}
.mobileonly h3{
  color:white !important;
}



