html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}



* {
   font-family:Trebuchet MS;
   font-size:12px;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: left;
    background: #fff;
}

/* ----------------------------- Common --------------------------------------*/

h1{
    font-size:20px;
    margin-top:5px;
    margin-bottom:10px;
    /*color:#666666;*/
    color:#404040;
    line-height: 120%;
}

.tb15{
    font-family:Trebuchet MS;
    font-size:15px;
    color:#666666;
}

.tb15ln{
    font-family:Trebuchet MS;
    font-size:15px;
    color:#303030;
    line-height: 150%;
}

.tb13 {
    font-family:Trebuchet MS;
    font-size:13px;
    color:#666666;
}

ul li {
    font-family:Trebuchet MS;
    font-size:13px;
    color:#666666;
}

.imgfront{
    margin-right: 25px;
    margin-bottom:10px;
    width:236px;

    border:none;
}

.imgside{
    margin-top:15px;
    margin-bottom:20px;
}

.hr1{
   margin-top:25px;
   margin-bottom:20px;
   height:0px;
}

.hl{
   width:100%;
   height:1px;
   background-color: #565a5e;
   margin-top: 5px;
   margin-bottom:20px;
   float:left;
}

.hr2{
   margin-bottom:20px;
   height:0px;
   border:solid thin #404040;

}

input, textarea,select {

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	border-radius: 4px;
    background: #F8F8F8;
    color: #666;
    border: 1px solid #ccc;
	width:200px;
}
@media only screen and (max-width: 768px) {
   input, textarea,select {
    width:20px;
    }
}
.inputcheckbox {
    background: #F8F8F8;
    color: #666;
    border: 1px solid #ccc;
	width:30px;
}

.inputradio {
  margin: 3px 0px;
  width:50px;
}

input.button {
	vertical-align: middle;
	background: #303030;
	font-family: Trebuchet MS;
	font-size:8pt;
	height:19px;
	color: #ffffff;
	font-weight:bold;
	cursor:pointer;
	width:95px;
	border:1px solid #303030;

	padding:0px 2px 2px 2px ;
}



/* ------------------------------ Special Font -------------------------------*/
@font-face {
 font-family: "Aller";
 src: url(../font/Aller_Rg.ttf) format("reguler");
}

/* -------------------------------- Header ---------------------------------- */
#headerTop{
  /*background: #000;  */
  background: url('../images/header-bg.jpg') no-repeat;
  width: 100%;
  min-width:947px;
  margin: 0 auto 0px auto;
  text-align:center;
  overflow:hidden;
  color:#b4b5b8;
}

#headerBottom{
  /*background: #000;  */
  background: url('../images/gray-bg.png') no-repeat center top;
  width: 100%;
  min-width:947px;
  min-height:1px;
  margin: -3px auto 0px  auto;
}


#header {
	width: 947px;
    min-height:181px;
	margin: 0 auto 2px auto;
	text-align:left;
    overflow:hidden;
}

h1#logo {
	/*float: left;*/
	width: 500px;
    height:67px;
	margin-top:20px;
    background: url('../images/logo.png') no-repeat;

}

h1#logo .brandstatement{
    min-width: 442px;
    margin-top: 50px;
    float:right;
    text-align: left;
    color:#858c91;

}

                  /* ------------ Menu ------------- */
#mainmenu {
	color:#7f7f7f;
    font-family:"Aller";
    font-size: 14px;
    margin-top:30px;
}

#mainmenu .menu{
    padding:5px;
    padding-right:3px;
    float:left;
    margin-top:5px;
    margin-right:5px;

}

#mainmenu .menu a{
    padding:2px;
    text-decoration: none;
    color:#7f7f7f;
}

#mainmenu .menu a:hover{
	text-decoration: none;
	color: #000;
    background:#fff;
}

#mainmenu .separator {
	width: 4px;
    height:42px;
	margin-right:3px;
    float:left;
    background: url('../images/separator.png') no-repeat;
}

/* ----------------------------- Body Content ------------------------------- */
#content {
	width: 947px;
    min-height:500px;
	margin: 15px auto 2px auto;
	text-align:left;
    overflow:hidden;
}

#content .galleryplate{
    float:left;
    width:100%;
    min-height:401px;
    height:401px;
    background-color: #000;
}

#content .galleryplate_shadow{
    float:left;
    width:100%;
    height:29px;
    background: url('../images/gallery-bg.png') no-repeat;
    margin-bottom: 20px;
}

#content .igallery{
    width:868px;
    min-height:373px;
    height:373px;
    background-color: #000;
    margin:15px auto 15px auto;
}

#content .thumbnail{
    float:left;
    width:119px;
    height:121px;
    padding-right:5px;
    padding-bottom:5px;
}

#content .thumbnail a{
    float:left;
    width:119px;
    height:121px;
    padding-right:5px;
    padding-bottom:5px;
    opacity:0.35;
    filter:alpha(opacity=10);
}

#content .thumbnail a:hover{
    /*border:solid thin #fff;*/
    float:left;
    width:119px;
    height:121px;
    opacity:1;
    filter:alpha(opacity=100);

}


/* -----------------------------content left ---------------------------------*/
#contentleft{
  margin-left: 5px;
  margin-right:5px;
  float:left;
  width:640px;
  /*border:solid thin #000;*/
}

#contentleftaddress{
  margin-left: 5px;
  margin-right:5px;
  float:left;
  width:550px;

}

/* ------ content left full - no sidebar ---------*/
#contentleftfull{
  margin-left: 5px;
  float:left;
  width:935px;
  /*border:solid thin #000;*/
}

/* -----------------------------content right--------------------------------*/

#contentright{
  margin-left: 5px;
  float:right;
  width:269px;

  /*border:solid thin #000;  */
}


#contentrightaddress{
  margin-left: 5px;
  float:right;
  width:350px;
  padding:10px;
  border:solid thin #000;

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;

  color: #303030;
  border: 1px solid #9d9d9d;
  min-height:500px;
}

#contentrightaddress .divtext{
  float:left;
  width:330px;
  padding-right: 10px;
  padding-top:5px;

}

#contentrightaddress .divfield{
  float:right;
  width:230px;
  padding-right: 10px;

}


#contentright .sidebar{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding:10px;


    background: url('../images/sidebar-bg.png') no-repeat top left;
    background-color: #9d9d9d;

    color: #303030;

    border: 1px solid #9d9d9d;
	width:245px;
    min-height:574px;
}


#contentright .bullet{
   float:left;
   width: 248px;
   min-height:20px;
   background: url('../images/bullet-box.png') no-repeat top left;
   color:#78797a;
   font-family:Trebuchet MS;
   font-size:14px;
   padding-left:6px;
   margin-bottom: 10px;
}

#contentright .txtbullet{
   float:right;
   width:215px;
   margin-top:-5px;
   margin-right:10px;

   color:#303030;
   font-family:Trebuchet MS;
   font-size:13px;

}


/* -------------------------------- Footer ---------------------------------- */
#footerBottom{
  /*background: #000;  */
  background: url('../images/gray-bg.png') no-repeat center;
  width: 100%;
  min-width:947px;
  min-height:1px;
  margin: 0px auto 0px  auto;

}

#footerBottom2{
  /*background: #000;  */
  background: url('../images/footer-gray2.png') no-repeat center;
  width: 100%;
  min-width:947px;
  min-height:1px;
  margin: 0px auto 0px  auto;

}

#footertop{
  background: url('../images/footer-bg.jpg') repeat;
  width: 100%;
  min-width:947px;

  margin: 15px auto 0px auto;
  text-align:left;
  overflow:hidden;
  color:#b4b5b8;
}

#footertop2 {
	width: 947px;
    min-height: 201px;
    margin-left:auto;
    margin-right:auto;
	text-align:left;
    overflow:hidden;
    background: url('../images/footer-bg2.jpg') no-repeat;
}

#footerphone{
   float:left;
   width:210px;
   margin-left:5px;
   margin-top:20px;
   font-family:Trebuchet MS;
   color:#000;

}

#footerphone .title{
   font-size: 17px;

}

#footerphone .title2{
   font-size: 25px;
}
#footerphone .content{
   font-size: 13px;
   color:#272727;
   line-height: 120%;
}


#footercontact{
   float:left;
   width:252px;
   margin-left:40px;
   margin-top:20px;
   font-family:Trebuchet MS;
   color:#000;


}

#footercontact .title{
   font-size: 17px;
   line-height:120%;
}

#footercontact .content{
   font-size: 13px;
   color:#272727;
   line-height: 120%;
}


/* -------------------------------- Copyright ------------------------------- */
#copyright{
  width: 100%;
  min-width:947px;
  text-align:left;
  color:#3e4449;
  background-color: #000;
}

#copyright2 {
	width: 947px;
    min-height: 30px;
    margin-left:auto;
    margin-right:auto;

	text-align:left;
    overflow:hidden;
    background-color: #000;
    color:#3e4449;
}

#copyright2 .txtcopyright{
    margin-top:8px;
    margin-left:5px;
    font-family: Arial;
    font-size: 12px;

}





@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
.topheader
{min-height: 700px;  
    background-color: #293a48;
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position:top center;
position: relative;
}
.motopress-wrapper content-holder clearfix{
  background-image: url(../img/topheader.jpg); 
}
.topheader:after
{
content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../img/pattern.png);
    background-repeat: repeat;
    background-size: contain;
    background-position: top center;
    width: 100%;
    height: 28px;}
.pageheadermodel
{
    color: #fff;
    font-size: 9rem;
    margin-top: 100px;
    font-weight: 700;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.77);
}
.pagesubheadermodel
{    color: #FF5722;
    font-size: 34px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 0;
    text-transform: uppercase;}
.pagedescriptionmodel
{     color: #ccc;
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: 0;
   }
.updownanimation{
    height: 60px;
    margin: 20px auto 0;
    width: 60px;
    background: url(../img/tap.png);
    background-size: 60px;
    background-size: cover;
    animation-delay: 2s;
    animation: Move-UD linear 5s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: Move-UD linear 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: Move-UD linear 5s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: Move-UD linear 5s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: Move-UD linear 5s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
        text-align: center;
    color: #fff;

}
@keyframes Move-UD{
  0% {
    transform:  translate(1px,-1px)  ;
  }
    
  50% {
    transform:  translate(1px,-15px)  ;
  }
    100% {
    transform:  translate(1px,-1px)  ;
  }
}

@-moz-keyframes Move-UD{
  0% {
    -moz-transform:  translate(1px,-1px)  ;
  }
  50% {
    -moz-transform:  translate(1px,-15px)  ;
  }
     100% {
    -moz-transform:  translate(1px,-1px)  ;
  }
}

@-webkit-keyframes Move-UD {
  0% {
    -webkit-transform:  translate(1px,-1px)  ;
  }
  50% {
    -webkit-transform:  translate(1px,-15px)  ;
  }
     100% {
    -webkit-transform:  translate(1px,-1px)  ;
  }
}

@-o-keyframes Move-UD {
  0% {
    -o-transform:  translate(1px,-1px)  ;
  }
  50% {
    -o-transform:  translate(1px,-15px)  ;
  }
     100% {
    -o-transform:  translate(1px,-1px)  ;
  }
}

@-ms-keyframes Move-UD {
  0% {
    -ms-transform:  translate(1px,-1px)  ;
  }
  50% {
    -ms-transform:  translate(1px,-15px)  ;
  }
    100% {
    -ms-transform:  translate(1px,-1px)  ;
  }
}
.formwrapper
{
    background-color: #293a48;
    background-image: url(../img/formbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 800px;
}
.wizard {
    margin: 20px auto;
    background: transparent;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
          border-bottom-color: rgba(255, 235, 59, 0);
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #15212f;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#fff;
}
.wizard li.active span.round-tab {
  background: #15212f;
    border: 2px solid #FFEB3B;
    
}
.wizard li.active span.round-tab i{
      color: #FFEB3B;;
}
.wizard .nav>li.disabled>a:focus, .wizard .nav>li.disabled>a:hover {
    color: #14202e;
    text-decoration: none;
    cursor: not-allowed;
    background-color: #10232f;
    border-color: rgba(238, 238, 238, 0) rgba(238, 238, 238, 0) rgba(221, 221, 221, 0);
}
span.round-tab:hover {
   color: #fff;
    border: 2px solid #ffeb3b;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ffeb3b;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
     position: relative;
    padding-top: 50px;
/*    background: rgba(18, 34, 47, 0.69);*/
    min-height: 700px;
    padding: 50px 15px 20px;
}
.wizard .nav-tabs>li>a:hover {
    border-color: transparent transparent transparent;
}
.wizard h3 {
    margin-top: 0;
}
.wizard .tab-content {

}
@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
    .glyphicon-folder-open:before {
        content: "1"!important;
    }
    .glyphicon-picture:before {
        content: "2"!important;
    }
    .glyphicon-pencil:before {
        content: "3"!important;
    }
}

.curso {
    cursor: pointer;
}

/*status of form css*/
.update-nag{
  display: inline-block;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  height: 40px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  margin-bottom: 10px;
}

.update-nag:hover{
    cursor: pointer;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}

.update-nag > .update-split{
  background: #337ab7;
  width: 33px;
  float: left;
  color: #fff!important;
  height: 100%;
  text-align: center;
}

.update-nag > .update-split > .glyphicon{
  position:relative;
  top: calc(50% - 9px)!important; /* 50% - 3/4 of icon height */
}
.update-nag > .update-split.update-success{
  background: #5cb85c!important;
}

.update-nag > .update-split.update-danger{
  background: #d9534f!important;
}

.update-nag > .update-split.update-info{
  background: #5bc0de!important;
}



.update-nag > .update-text{
  line-height: 19px;
  padding-top: 11px;
  padding-left: 45px;
  padding-right: 20px;
}
/*status of form css*/

.btn-glyphicon { padding:8px; background:#ffffff!important; margin-right:4px!important; }
.icon-btn {     padding: 3px 15px 5px 5px !important;
    border-radius: 50px!important;
    font-size: 17px !important;}
.icon-btn.rightside {     padding: 2px 0px 5px 15px !important;
    font-size: 17px !important;
    border-radius: 50px!important;}

