/*--------------------------------------------------------------

      Shortcodes

----------------------------------------------------------------*/

/*--------------------------------------------------------------*/
/*	Alerts
/*--------------------------------------------------------------*/

.alert {
      line-height: 22px;
      margin: 0 0 20px;
      padding: 15px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
}

.alert.success {
      background: #EDFDD4;
      color:#647D3A;
}

.alert.error {
      background: #FFE5E3;
      color:#BF200A;
}

.alert.warning {
      background: #FFF6D6;
      color:#946411;
}

.alert.normal {
      background: #F5F5F5;
}

.alert span.close {
      float: right;
      font-weight: 600;
      opacity: 0.5;
      cursor: pointer;
      font-size: 14px;
}

.alert span.close:hover {
      opacity: 1;

}

/*--------------------------------------------------------------*/
/*	Buttons
/*--------------------------------------------------------------*/

a.button, a.button:visited {
      color: #444444;
      display: inline-block;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      margin: 5px 1px;
      padding: 12px 15px;
      text-align: center;
      text-decoration: none;
      vertical-align: middle;
      background: #fff974;
}

a.button:hover {
      background: rgba(255, 248, 148, 0.8);
}

a.button.red {
      background: #f6677b !important;
}

a.button.white {
      background: #e1e1e1 !important;
      color:#888888;
}

a.button.blue {
      background: #bfbfbf !important;
}

a.button.green {
      background: #a5cb5e !important;
}

a.button.black {
      background: #555555 !important;
}

a.button.yellow {
      background: #febf4d !important;
}

a.button.small {
      padding: 10px 20px;
      font-size: 12px;
      line-height: 18px;
}

a.button.big {
      padding: 15px 40px;
      font-size: 16px;
      line-height: 21px;
}

/*--------------------------------------------------------------*/
/*	Google Maps
/*--------------------------------------------------------------*/

.googlemap {
      position: relative;
      max-width: inherit;
      margin-bottom: 40px;
}
.googlemap .map_canvas {
      width: 100%;
      height: 100%;
}
.googlemap .map_canvas h3 {
      margin: 0 0 10px;
      font-size: 14px;
}
.map_canvas img {
      max-width: none !important;
}

/*--------------------------------------------------------------*/
/*	Skillbar
/*--------------------------------------------------------------*/

.progress-bar {
      background: #F6F6F6;
      display: block;
      height: 40px;
      margin-bottom: 10px;
      width: 100%;
      position: relative;
      /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
      -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;*/
}

.progress-title {
      color: #FFF;
      display: block;
      font-size: 18px;
      position: absolute;
      top: 6px;
      left: 15px;
      text-transform: uppercase;
      text-align: left;
      padding: 0 10px
}

.progress-bar .progress-percentage {
      background: none repeat scroll 0 0 #bfbfbf;
      display: block;
      height: 40px;
      width: 0;
}

.skillbar-last
{
      margin-bottom: 60px;
}

/*--------------------------------------------------------------*/
/*	Tabs
/*--------------------------------------------------------------*/

.ssc-tabset {
      margin-bottom: 60px;
}

.ssc-tabset .tabs {
      list-style-type: none;
      margin: 0 0 20px;
      padding: 0 20px;
      border-bottom: 1px solid #444444;
      vertical-align: top;
}

.ssc-tabset .tab {
      margin: 0 2px 0 0;
      padding: 0;
      height: 40px;
      display: inline-block;
}

.ssc-tabset .tab a {
      color: #999;
      display: block;
      font-weight: 600;
      padding:10px 20px;
      height: 40px;
      border: 1px solid #ffffff;
      border-bottom: none;
}

.ssc-tabset .tab a:hover {
      color:#444444;
}

.ssc-tabset .tab a.selected {
      background-color: #ffffff;
      border: 1px solid #444444;
      border-bottom: none;
      color: #444444;
      padding:10px 20px;
      height: 41px;
}

.ssc-tabset .tab-panel {
      clear: both;
      padding: 20px;
}

@media only screen
and (min-device-width : 320px)
and (max-width : 568px) {

      .ssc-tabset .tabs {
            height: auto;
            padding: 0;
      }

      .ssc-tabset .tab {
            display: block;
            width: 100%;
            margin: 0;
      }

      .ssc-tabset .tab a, .ssc-tabset .tab a.selected {
            border: none;
      }
}

/*--------------------------------------------------------------*/
/*	Toggle
/*--------------------------------------------------------------*/

.toggle {
      margin-bottom: 20px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
      border: 1px solid #eee;
}

.toggle .toggle-title {
      cursor: pointer;
      display: block;
      font-weight: 600;
      overflow: hidden;
      padding: 15px 45px 0 0;
      position: relative;
      line-height: 21px;
      color:#444444;
      font-size: 14px;
}

.toggle .toggle-inner {
      display: none;
      margin: 0;
      padding: 20px;
      border-top:0;
      margin-top: -3px;
}

.toggle .toggle-inner p {
      margin:0;
}

.toggle .toggle-title span {
      color: #4A4A4A;
      display: block;
      float: left;
      text-align: center;
      width: 45px;
}

.toggle .toggle-title span:before {
      content: "\f067";
      font-family: 'FontAwesome';
      color: #444444
}

.toggle .toggle-title.active span:before {
      content: "\f068";
      font-family: 'FontAwesome';
      color: #444444
}

.toggle-last
{
      margin-bottom: 60px;
}

/*--------------------------------------------------------------*/
/*	Video
/*--------------------------------------------------------------*/

.fitvids iframe {
      border:none;
}

.fitvids {
      width: 100%;
}
