/*
  TCWP
 	Main Theme Color: #f4793d
*/


 /* -------------------------------------------------------------- 
 	Contents
 	1 - Reset
 	2 - Main Styles
 	3 - Sidebar
 	4 - Navigation And Logo
 	5 - Posts
 	6 - Single Post
 	7 - Comments
 	8 - Footer
 	9 - Responsive Fix
  -------------------------------------------------------------- */




 /* -------------------------------------------------------------- 
   0 - Wordpress Styles & Contact Form 7 Reset
  -------------------------------------------------------------- */

/** wordpress default styles **/
.alignnone {
    margin: 5px 20px 20px 0;
}

.more-link {
  display: none;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.bypostauthor cite span {
  padding: 6px 10px;
  padding: 0.428571429rem 0.714285714rem;
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 1.428571429;
  font-weight: normal;
  
}



 /* -------------------------------------------------------------- 
 	1 - Reset
  -------------------------------------------------------------- */
  /* remove ie10+ clear button */
  form input[type=text]::-ms-clear {
    display: none;
  }
  /*div , ul , .gallery-caption , footer p , li a ,  p , span , article 
  	, nav , blockquote , dl ,  dt , dd , td , a, tr , th , code , caption , figcaption , input , label , textarea 
	{
			font-family: "Noto Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.428571429;
      -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
      -webkit-text-size-adjust: none;

	}*/

  .author-bio p , .comments p , .comments p a  {
    line-height: 26px;
  }

	input::-webkit-input-placeholder , input:-moz-placeholder{
		color: #c1c0c0 !important;
	}	


  .light-font , blockquote , .post-share .tags a , .single-comment .comment-content p , .comments span.comment-date , span a, 
  .accordion a , .accordion p , .accordion ul li:before 
  {
    color: #999;
  }

  input , textarea {
    color: #A5A3A3 !important;
    transition: box-shadow 0.3s;
    -webkit-transition: box-shadow 0.3s;
  }



	a:focus , a:active {
		outline: none !important;
    text-decoration: none !important;

	}

  a {
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
  }

	input {
    margin: 0px;
 	}

  .margin {
    float: left;
    clear: both;
    width: 100%;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .margin-half {
    float: left;
    clear: both;
    width: 100%;
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
  }


  /* close mode */
  .close_mode_checked {
    text-align: center;
  }
  .close_mode_checked .logo {
    margin-bottom: 30px;
  }

 	h1 , h1 a , h1 span ,
	h2 , h2 a , h2 span , 
	h3 , h3 a , h3 span , 
	h4 , h4 a , h4 span , 
	h5 , h5 a , h5 span , 
	h6 , h6 a , h6 span 
	{
		color: #4a4a4a;
		font-weight: 700;
		text-decoration: none;
		padding: 0px;
		margin-top: 0px;
		line-height: 100%;
	}

  h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /*font-family: "Open Sans", Helvetica Neue, Arial, Helvetica, sans-serif;*/
  font-family: "Noto Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #d6dfe6;
}

  /*.author-bio h1 , .author-bio h1 a , .author-bio h1 span , 
  .author-bio h2 , .author-bio h2 a , .author-bio h2 span , 
  .author-bio h3 , .author-bio h3 a , .author-bio h3 span ,
  .author-bio h4 , .author-bio h4 a , .author-bio h4 span ,
  .author-bio h5 , .author-bio h5 a , .author-bio h5 span , 
  .author-bio h6 , .author-bio h6 a , .author-bio h6 span ,
  .comments h1 , .comments h1 a , .comments h1 span ,
  .comments h2 , .comments h2 a , .comments h2 span , 
  .comments h3 , .comments h3 a , .comments h3 span , 
  .comments h4 , .comments h4 a , .comments h4 span , 
  .comments h5 , .comments h5 a , .comments h5 span , 
  .comments h6 , .comments h6 a , .comments h6 span , .comments-form h2,
  .related-posts h4 , #respond h4
  {
    color: #636467 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
  }*/

  #respond h4 , .comments h4 {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .related-posts .recent-posts-wrapper {
    margin-top: 20px;
  }
  .related-posts-wrapper .related-posts > h4 {
    margin-bottom: 0px;
  }

  .comments .comment h4 {
    text-transform: none;
  }



  /* secondary content box typo */
  .related-posts-wrapper {
    float: left;
    clear: both;
  }
  .related-posts-wrapper ul {
    float: left;
    clear: both;
    padding: 0px;
    margin: 0px;
  }
  .related-posts-wrapper ul li {
    list-style: none;
  }
  .related-posts-wrapper ul li:before {
      content: "> ";
      font-family: 'Voltaire' , sans-serif;
      font-weight: 600;
      font-size: 14px;
      margin-right: 10px;
      color: #818181;
      float: left;
      transition: color 0.4s;
      -webkit-transition: color: 0.4s;
  }
  .related-posts-wrapper ul li a , .related-posts-wrapper ul li:before {
    color: #c1c0c0;
    -webkit-transition: color 0.3s;
       -moz-transition: color 0.3s;
        -ms-transition: color 0.3s;
         -o-transition: color 0.3s;
            transition: color 0.3s;
  }
 

	h1 , h1 a {
	font-size: 36px;
	}
	h2 , h2 a {
	font-size: 24px;
	}
	h3 , h3 a {
	font-size: 18px;
	}
	h4 , h4 a {
	font-size: 16px;
	}
	h5 , h5 a {
	font-size: 13px;
	}
	h6 , h6 a {
	font-size: 12px;
	}

 /* -------------------------------------------------------------- 
 	2 - Main Styles
  -------------------------------------------------------------- */

	/* 
			Main Theme Font Color
	*/
	a:hover , a:active, a:focus,  .related-posts-wrapper ul li a:hover , .author-bio .author-bio-content h4 a:hover , .related-posts-wrapper ul li:hover:before  , #cancel-comment-reply-link, .author-bio h4 a:hover , .recent-posts-wrapper .post-content span.date , span.custom , .accordion ul li:hover:before  , nav.menu > ul > li a:hover  ,  nav.menu ul ul li a:hover{
			color: #296BAF;
      text-decoration: none;
	}


	a:hover {
		text-decoration: none;
	}

  
  /* divider */
  .divider-half {
    margin-left: 40%;
    clear: both;
    width: 20%;
    background:#e9e9e9;
    height: 2px;
  }
  .divider {
    clear: both;
    width: 90%;
    margin-left: 5%;
    background:#e9e9e9;
    height: 2px;
  }


  /* Main buttons color */
  .blog-pagination   .next-posts a:hover  , .blog-pagination ul li a.active, .blog-pagination   .prev-posts a:hover ,   .single-post .post-format-quote .wrapper , .wpcf7-submit, .button-shortcode  , .blog-pagination .wrap  .prev-posts a , .top-pagination .next-posts a , .top-pagination .prev-posts a , #submit-comment , .comment-content .reply:hover , .share-box .toggle-share-box:hover , .share-box .toggle-share-box.active , .readmore a  {
     background-color: #6AA5D5;

  }

 nav.menu > ul > li >  ul {
    border-top-color: #f4793d;
  }

	/*
			Main Theme Background Color
	*/
  header .toggleSidebar  , span.highlight , .single-post .post-format-quote .wrapper  ,  .related-posts-alt .post {
  }
  span.highlight {
    background-color: #f4793d;
    color: #fff !important;
  }
  .post-meta span.date:hover , .post-meta span.comments:hover , .comment-content h4 a:hover {
    /*color: #f4793d;*/
  }

	/*
			Main Theme Border Color
	*/
  blockquote {
    border-left-color: #f4793d;
  }


  /*
    button hover color
  */
  .readmore a:hover  ,.top-pagination a:hover , #submit-comment:hover , .comment-content .reply, .share-box .toggle-share-box ,  
  .blog-pagination .wrap  .next-posts a:hover  , .blog-pagination .wrap  .prev-posts a:hover , .top-pagination .next-posts a:hover , .top-pagination .prev-posts a:hover 
   , .blog-pagination .wrap ul li a:hover  , .blog-pagination a.active , .button-shortcode:hover , .wpcf7-submit:hover , .blog-pagination ul li a{
    background-color: #303030;
  }
  
  

  /* social icons background color */
  footer .social-icons a {
    background-color: #363636;
  }

  .social-icons.sticky-sidebar-social  a {
      background-color: #2b2b2b;
  }

	body {
  /*font-family: "Open Sans", Helvetica Neue, Arial, Helvetica, sans-serif;*/
  font-family: "Noto Sans", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.428571429;
  color: #4a4a4a;
  background-color: #f2f2f2;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #6aa5d5;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #296BAF;
  text-decoration: none;
}
/*a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}*/




 /* -------------------------------------------------------------- 
 	3 -  Sidebar
  -------------------------------------------------------------- */

  
  #sidebar {
       
   margin-bottom: 60px;
    
  }
  #sidebar img {
    max-width: 100%;
  }
  #sidebar-content {
    float: left;
    clear: both;
    /*padding-top: 30px;*/
    padding-bottom: 30px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
     width: 100%;
     border-radius: 3px;
  }

  .sidebar-inner-content {
    float: left;
    clear: both;
    padding-right: 30px;
    padding-left: 30px;
     width: 100%;

  }


  #sidebar h1 , #sidebar h1 a , #sidebar h1 span ,
	#sidebar h2 , #sidebar h2 a , #sidebar h2 span , 
	#sidebar h3 , #sidebar h3 a , #sidebar h3 span , 
	#sidebar h4 , #sidebar h4 a , #sidebar h4 span , 
	#sidebar h5 , #sidebar h5 a , #sidebar h5 span , 
	#sidebar h6 , #sidebar h6 a , #sidebar h6 span 
	{

  font-weight: 700;
  line-height: 1.1;
    color: #636467;

	}

	#sidebar .widget > h3 {
		margin-bottom: 25px;
    margin-top: 25px;
	}
  #sidebar .widget > h3 , #sidebar .widget > h3 a  ,#sidebar .widget > h3 span {
    font-size: 1em;
    line-height: 100%;
    font-weight: 700;
  }
	#sidebar ul , #sidebar .gallery-caption , #sidebar footer p , #sidebar li a , #sidebar  p , #sidebar span , #sidebar article , #sidebar a 
  	, #sidebar nav , #sidebar blockquote , #sidebar dl , #sidebar  dt , #sidebar dd , #sidebar td , #sidebar tr , #sidebar th , #sidebar code , #sidebar caption , #sidebar figcaption , #sidebar input , #sidebar label , #sidebar textarea a
  	{
			color: #c1c0c0;
			/*font-size: 14px;*/
  	}



  /* sidebar color hover */
  #sidebar a:hover , #sidebar a:active , #sidebar a:hover p , #sidebar a:hover span , #sidebar .recent-posts-wrapper .post-content:hover a p , #sidebar .recent-posts-wrapper .post-content:hover a span  {
    color: #296BAF;
  }

  #sidebar .tweet a:hover {
    color: #296BAF !important;
  }

  #sidebar .tagcloud a {
    color: #fff;
  }
   #sidebar .tagcloud a:hover {
    color: #fff !important;
   }
  #sidebar .widget {
    margin-bottom: 30px;
    float: left; 
    clear: both;
    width: 100%;
    /*padding: 30px;*/
    /*padding-bottom: 30px;*/
    /*border: 1px solid #D6DFE6;*/
    border-radius: 3px;
  }
  #sidebar .widget:last-child {
    /*margin-bottom: 0px;*/
  }

  #sidebar #sidebar-content {
    margin-bottom: -50px;
    float: left;
  }

    .widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h5{
      /*padding-left: 30px;
      padding-right: 30px;*/
    }
  	/*
		List
  	*/
  	.widget ul {
  		padding: 0px;
  		margin: 0px;
  		float: left;
  		clear: both;
  		width: 100% ;
  	}

  	/*.widget ul li {
  		list-style: none;
  		float: left;
  		clear: both;
  		margin-bottom: 10px;
      padding-bottom: 10px;
      padding-top: 10px;
      width: 100%;
      border-bottom: 1px solid #D6DFE6;
      padding-left: 30px;
      padding-right: 30px;
  	}

    .widget ul li:first-child{
      border-top: 1px solid #D6DFE6;
    }
*/

    .widget ul li {
      list-style: none;
      float: left;
      clear: both;
      margin-bottom: 10px;
      padding-bottom: 10px;
      width: 100%;
      border-bottom: 1px solid #f2f2f2;
    }

    /*.widget ul li:last-child{
      border-bottom: none;
    }*/


    .widget ul li a {
      float: left;
      clear: both;
      width: 100%;
    }

  	.cats-widget ul li span {
  		float: right;
  	}

    .cats-widget ul li a {
      width: auto;
    }
    

	.widget ul li:last-child {
		margin-bottom: 0px;
	}

    .widget .twitter-container {
      clear: both;
      margin-bottom: -18px;
      float: left;
    }

  	.widget .twitter-container .tweet {
  		float: left;
  		clear: both;
  		margin-bottom: 18px;
      background: url(../img/twitter-bird.png) 0px 7px no-repeat;
      padding-left: 25px;
      min-height: 35px;
  	}


    #sidebar .twitter-container .tweet a {
      color: #636467;
    }

  	.widget .dribbble-image {
  		position: relative;
  		transition: opacity 0.2s;
      -webkit-transition: opacity 0.2s;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      overflow: hidden;
      float: left;
      clear: both;
      width: 100%;
      height: 200px;
  	}


    .widget .dribbble-image img {
      max-width: 100%;
      border-radius: 4px;
      -webkit-border-radius: 4px;
    }
  	.widget .dribbble-image:hover {
  		opacity: 0.5;
  	}

    /* tags */
    #blog .tagcloud {
      float: left;
      clear: both;
      margin-top: 27px;
    }
    .tagcloud {
      float: left;
      clear: both;
      margin-bottom: -5px;
    }

    .tagcloud a {
      float: left;
      line-height: 100% !important;
      padding: 6px 7px;
      float: left;
      margin-right: 7px;
      margin-bottom: 7px;
      color: #fff;
      background-color: #dadada;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      text-align: center;
      
    }

    .tagcloud a:hover {
      color: #fff !important;
      /*background-color: #f4793d;*/
    }



    
    /* recent posts widgets */
    .recent-posts-wrapper {
      float: left;
      clear: both;
      margin-bottom: -20px;
    }

    .recent-posts-wrapper .post {
      float: left;
      clear: both;
      margin-bottom: 20px;
    }
      
    .recent-posts-wrapper.related {
      margin-bottom: -30px;
    }
    .recent-posts-wrapper.related .post
    {
      float: left;
      clear: none;
      margin-bottom: 30px;
    }

    .recent-posts-wrapper .post .post-image {
      width: 60px;
      height: 60px;
      float: left;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      background-color: #dadada;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url(../img/post-formats/white/standard.png);
      overflow: hidden;

    }
  

    .recent-posts-wrapper .post .post-image.comment-image {
      background: none !important;
    }

    .recent-posts-wrapper .post .post-image img {
      transition: opacity 0.5s;
      -webkit-transition: opacity 0.5s;
      border-radius: 4px;
      opacity: 1;
    }
    .recent-posts-wrapper .post .post-image img:hover {
      opacity: 1 !important;
    }


    .recent-posts-wrapper .post .post-image.comment-image img:hover
    {
        opacity: 1 !important;
    }

    .recent-posts-wrapper .post .post-image a {
      width: 60px;
      height: 60px;
      display: block;
    }
    .recent-posts-wrapper .post .post-image.link {
      background-image: url(../img/post-formats/white/link.png) !important;
    }
    .recent-posts-wrapper .post .post-image.gallery , .recent-posts-wrapper .post .post-image.image {
      background-image: url(../img/post-formats/white/gallery.png) !important;
    }
    .recent-posts-wrapper .post .post-image.audio {
      background-image: url(../img/post-formats/white/audio.png) !important;
    }
    .recent-posts-wrapper .post .post-image.video {
      background-image: url(../img/post-formats/white/video.png) !important;
    }
    .recent-posts-wrapper .post .post-image.quote {
      background-image: url(../img/post-formats/white/quote.png) !important;
    }
    .recent-posts-wrapper .post .post-image.link {
      background-image: url(../img/post-formats/white/link.png) !important;
    }

    .recent-posts-wrapper .post .post-content {
      margin-left: 80px;
    }

    .recent-posts-wrapper .post .post-content:hover p {
      color: #fff;
    }



    /* related posts */
    .related-posts-wrapper .post-content a span.date {
      
      font-weight: 600;
      font-size: 14px;
    }

    .recent-posts-wrapper.related {
      width: 100%;
      float: left;
      clear: both;
    }
    .recent-posts-wrapper.related .post-content a span.date {
      color: #636467 !important;
    }
    .related-posts-wrapper {
      float: left;
      clear: both;
      width: 100%;
    }
    .related-posts-wrapper a p {
      color: #c1c0c0;
    }
    .related-posts-wrapper > h2 {
        margin-bottom: 40px;
    }
    .recent-posts-wrapper.related .post-content:hover p , .recent-posts-wrapper.related .post-content:hover span.date {
      color: inherit !important;
    }
    .related-posts-wrapper .post {
      float: left;
      width: 40%;
      margin-right: 10%;

    }
    
    .related-posts-alt {
      float: left;
      clear: both;
      width: 100%;
      margin-bottom: -15px;
    }
    .related-posts-alt .post  {
      float: left;
      margin-right: 2%;
      width: 48%;
      margin-bottom: 15px;
      position: relative;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      text-align: center;
      height: 150px;
      overflow: hidden;

    }

    .related-posts-alt .post  .post-image {
      float: left;
      clear: both;
      position: relative;
      z-index: 0;
      transition: opacity 0.4s;
      -webkit-transition: opacity 0.4s;
      width: 100%;
      text-align: center;
      height: 100%;
      margin: 0px;

    }

    .related-posts-alt .post  .post-image img {
      max-width: none;
    }
    
     .related-posts-alt .post  .post-content {
      position: absolute;
      left: 0%;
      right: 0%;
      top: -150px;
      width: 100%;
      height: 100%;
      -webkit-transition: top 0.2s;
      transition: top 0.2s;

    }

    .related-posts-alt .post.no-thumb  .post-content
    {
        top: 0px;
    }

    .related-posts-alt .post-content a {
      width: 100%;
      height: 100%;
      float: left;
      clear: both;
      text-align: center;
    }

    .related-posts-wrapper .related-posts-alt .post .post-content  a span.date {
      margin-top: 55px !important;
      position: relative;
      float: left;
      width: 100%;
      text-align: center;
    }

    .related-posts-alt .post-content p {
      margin-top: 55px;
    }

    .related-posts-alt .post:hover .post-content {
      top: 0px;
    }
     .related-posts-alt .post:hover .post-image {
      opacity: 0.2;
     }


    .related-posts-alt .post p , .related-posts-alt .post span.date , .related-posts-alt a  {
      color: #fff !important;
    }

 /* -------------------------------------------------------------- 
 	4 - Navigaiton And Logo
  -------------------------------------------------------------- */



/* -------------------------------------------------------------- 
  5 - Posts
 -------------------------------------------------------------- */


section.blog {
  padding-top: 50px;
  
  
}

section.blog.single-blog-page {
  padding-top: 50px;
  padding-bottom: 45px;


}

section.blog.single-page {
  padding-bottom: 45px;
}

section.blog > .container > .row > #blog .blog-pagination {
}


.blog-pagination {
  text-align: center;
}
.blog-pagination ul {
    padding: 0px;
    text-align: center;
    display: inline-block;
    margin: 0px !important;
}

.blog-pagination ul li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
}

.blog-pagination ul li a {
    text-decoration: none;
    float: left;
    clear: both;
    padding: 8.5px 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
}

.blog-pagination .next-posts  {
    float: right;
    clear: none;
    
}


section.blog > .container > .row > #blog .single-post {
  margin-bottom: 45px;
  clear: both;
  float: left;
  width: 100%;
  font-size: 16px;
}


section.blog > .container > .row > #blog .single-post:last-child {
  margin-bottom: 30px;

}

/*.blog-wrapper{
  border: 1px solid #D6DFE6;
}*/


/* Post Image */
section.blog .single-post  .post-image {
    overflow: hidden;
    text-align: center;
    float: left;
    clear: both;
    width: 100%;
    border-top: 1px solid #E9E9E9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;

}

section.blog .single-post  .post-image.post-format-quote {
  border: none !important;
}
section.blog .single-post  .post-image img {
max-width: 100%;
}
/* Post content */

section.blog .single-post > .post-content .post-inner-content {
  float: left;
  clear: both;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 45px;
  padding-bottom: 45px;
  background: #fff;
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-top: none;
  border-radius: 3px;
}
section.blog .single-post.format-standard > .post-content .post-inner-content{
   border-top: 1px solid #e9e9e9;
}

section.blog .single-post.format-audio > .post-content .post-inner-content ,
section.blog .single-post.format-video > .post-content .post-inner-content,
section.blog .single-post.format-image > .post-content .post-inner-content,
section.blog .single-post.format-gallery > .post-content .post-inner-content {
}


.single-post .post-inner-content .main-content p , 
.single-post .post-inner-content .main-content a,
.single-post .post-inner-content .main-content span,
.single-post .post-inner-content .main-content blockquote , .blog.single-page .post-inner-content p ,
.blog.single-page .post-inner-content span, .blog.single-page .post-inner-content blockquote , .blog.single-page .post-inner-content ul li
{
  line-height: 26px;
}

.main-content img {
  max-width: 100%;
}
.single-post h2.post-header {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  line-height: 100%;
  margin-top: -7px;
}

.single-post .post-meta {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  float: left;
  clear: both;
}

.single-post .post-meta span {
  color: #c1c0c0;
  line-height: 18px;
  margin-right: 30px;
  font-size: 14px !important;
  float: left;

}

.post-meta span i {
  float: left;
  margin-top: 3px;
  margin-right: 10px;
}
.single-post .post-meta span:last-child {
  margin-right: 0px !important;
}
 .single-post .post-meta span a {
  margin-top: 0px !important;
  float: left;
  font-size: 14px;
  line-height: 17px !important;
}

.post-meta span.date {
  background: url(../img/date.png) left 1px no-repeat;
}

.post-meta span.comments {
  background: url(../img/comments.png) left 1px no-repeat;
}

.post-meta span.date:hover {
  background: url(../img/date-hover.png) left 1px no-repeat;
  cursor: pointer;
}

.post-meta span.comments:hover {
  background: url(../img/comments-hover.png) left 1px no-repeat;
   cursor: pointer;
}


    /* share seciton */
    .share-post {

        float: left;
    }

   
    /* Social Share Box */
    .share-post .share-text {
      float: left;
    }
    
     .share-post .share-box {
      float: left ;
      clear: none;
      margin-left: 10px;
      margin-top: -6px;
      position: relative;
     }
     .share-post .share-box .social-icons a {
      background-color: #dadada;
     }
    .share-post .share-box .social-icons {
      padding: 5px 7px 5px 7px;
      background: #f2f2f2;
      border-radius: 3px;
      display: none;
      margin-bottom: -11px; 
      position: relative;
    }

    .share-post .share-box .social-icons:before {
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 8px 5px 8px 0px;
      border-color: transparent #f2f2f2 transparent transparent;
      position: absolute;
      left: -5px;
      top: 10px;
      z-index: 5;
      content: "";

    }



    .share-box .social-icons a {
      margin-right: 3px !important;
      width: 24px;
      height: 24px;
    }
     #sidebar .social-icons a {
      width: 30px;
      height: 30px;
      margin-right: 2px !important;
      margin-bottom: 2px !important;
     }
    .share-box .social-icons a img {
      width: 8px;
      height: 8px;
    }
    .share-box .social-icons a:last-child {
      margin-right: 0px !important;
    }


     .share-box .toggle-share-box {
      color: #fff;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      padding: 14px 18px;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      float: right;
      border-bottom-style: solid;
      border-bottom-width: 2px;
      margin-left: 20px;
    }
    .share-box .toggle-share-box:hover {
      color: #fff !important;
    }


    .share-box > .button {
      margin-top: 5px;
      float: left;
      margin-right: 5px;
    }

.readmore {
  clear: both;
  width: 100%;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 5px;
}


.readmore a , .button-shortcode {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 100%;
  padding: 11px 13px !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
 
}

.readmore a {
   padding: 11px 13px;
  font-size: 12px;
  line-height: 12px;
}
 .button-shortcode {
  clear: both;
  float: left;
 }

.readmore a:hover , .button-shortcode:hover {

    color: #fff !important;
}




/*
    post content
*/
span.highlight {
  color: #fff;
}



/* wordpress default gallery  */
.tb-close-icon {
  background-image: url(../img/close-window.png) !important;
  background-repeat: no-repeat;
}
.tb-close-icon:before {
  display: none !important;
}
.gallery dl dt a {
 
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: -25px;
}

.gallery-size-thumbnail {
  border-radius: 0px;
  
  width: 100%;
  float: left;
  clear: both;
 
}

.gallery .wp-caption-text {
    text-transform: capitalize;
    display:  none ;
}

.gallery dl dt img {
  border: 0px !important;  
  overflow: hidden;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

.gallery dl dt img:hover {
  opacity: 0.5;
}

.wp-video  {

}

.wp-video video {
  max-width: 100% !important;
}


/* status post */
.post-format-status {
  height: auto !important;
  max-height: none !important;
}
.post-format-status .inner-wrap {
  float: left;
  clear: both;
  width: 100% !important;
  position: relative;
  background-color: #fff;
  background-position: left top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.post-format-status .inner-wrap > img {
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  min-height: 300px;
}

.post-format-status .inner-wrap {
  text-align: center;
  width: 100%;
}

.post-format-status .inner-wrap .status-wrap {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 30px;
  width: 80% !important;
  max-width: none !important;

}


.post-format-status .status-wrap blockquote {
  border: none !important;
}
.post-format-status .status-wrap .twitter-tweet {
    margin: 0px 0px 0px 0px !important;
    width: 100% !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.post-format-status .status-wrap blockquote {
  border: none !important;
}

.post-format-status .inner-wrap .status-wrap div , .post-format-status .inner-wrap .status-wrap  span {
  max-width: 100% !important;
}


/* facebook like box */
.fb-like-box, .fb-like-box span, .fb-like-box span iframe {
    width: 100% !important;
}
/* audio post */
.post-format-audio {
  position: relative;

}

.post-format-audio .embed-audio-code {
  float: left;
  margin: 0px;
  width: 100%;
  bottom: 0px;
  z-index: 9;
  position: relative;
}

.post-format-audio > img {
  position:  relative;
  z-index: 0;
}

.post-image.audio , .post-image.video {
      float: left;
      clear: both;
      position: relative;
      width: 100%;
      height: 100%;
    }

    .post-image.audio div.bg_image {
      position: relative;
      z-index: 0;
    }

    .post-image.audio .mejs-container {
      position: absolute;
      bottom: 0px !important;
      width: 100%;
      min-width: 100% !important;
      float: left;
      clear: both;
      overflow: hidden;
      height: 40px;
    }

    .post-image.audio .mejs-inner {
      float: left;
      clear: both;
      width: 100%;
      position: relative;
      overflow: hidden;
      height: 40px;
      bottom: 0px;

    }

    .post-image.audio .mejs-controls {
      position: relative;
      left: 0px;
      top: 0px;
      height: 40px;
      width: 100%;
    }
  
  .audio-wrapper .mejs-inner > div {
    position: relative;
    z-index: 1;
    float: left !important;
  }
    .post-image.audio .mejs-inner .mejs-clear {
      background: #000;
      opacity: 0.5;
      position: absolute !important;
      left: 0px;
      bottom: 0px;
      width: 100%;
      height: 100%;
      float: left;
      clear: both;
      z-index: 0;
      overflow: hidden;
      height: 40px;
    }



  /* video */

  .post-image.video iframe {
    width: 100% !important;
    
  }
  
  .post-image.video .mejs-container {
      height: 100%;
      bottom: 0px !important;
      width: 100%;
      min-width: 100% !important;
      float: left;
      clear: both;
    }

    .post-image.video .mejs-mediaelement {
      position: relative;
    top: 0;
      left: 0%;
      width: 100%;
    }
    
   .post-image.video .mejs-poster {
    width: 100% !important;
   }

    .post-image.video .mejs-inner {
      float: left;
      clear: both;
      width: 100%;
      position: relative;
      bottom: 0px;
      height: 100% !important;

    }

    .post-image.video .mejs-controls {
      position: absolute;
      z-index: 2;
      left: 0px;
      bottom: 30px;
      width: 100%;
      visibility: visible !important;
    }
  
    .post-image.video .mejs-inner .mejs-clear {
      background: #000;
      opacity: 0.8;
      position: absolute !important;
      left: 0px;
      bottom: -10px;
      width: 100%;
      float: left;
      clear: both;
      z-index: 1;
      overflow: hidden;
      height: 50px;
    }


    .audio-wrapper .mejs-playpause-button {
      position: absolute;
      left: 20px;
      top: 15px;
    }
    .audio-wrapper .mejs-fullscreen-button {
      position: absolute;
      right: 20px;
      top: 15px;

    }

    .audio-wrapper .mejs-fullscreen-button button {
      width: 10px;
    height: 10px;
    background-color: transparent !important;
    background-image: url(../img/fullscreen.png);
    background-repeat:  no-repeat;
    background-size: 10px 10px;
    border: none;
    outline: none;
    float: right;
    }
  
  .audio-wrapper .mejs-controls .mejs-play button {
    width: 8px;
    height: 10px;
    background-color: transparent;
    background-image: url(../img/play.png);
    background-repeat:  no-repeat;
    background-size: 8px 10px !important;
    border: none;
    outline: none;
    float: left;
  }
  .audio-wrapper .mejs-controls .mejs-pause button {
    width: 8px;
    height: 10px;
    background-color: transparent;
    background-image: url(../img/pause.png);
    background-repeat:  no-repeat;
    background-size: 8px 10px !important;
    border: none;
    outline: none;
    float: left;
  }

  @media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5){
    .audio-wrapper .mejs-controls .mejs-play button {
      background-image: url(../img/play@2x.png);
      background-repeat:  no-repeat;
      background-size: 8px 10px !important;
    }
    .audio-wrapper .mejs-controls .mejs-pause button {
      background-image: url(../img/pause@2x.png);
      background-repeat:  no-repeat;
      background-size: 8px 10px !important;
    }
  }

    .audio-wrapper .mejs-controls .mejs-time-float , .audio-wrapper .mejs-controls .mejs-time-handle , .audio-wrapper .mejs-controls .mejs-time {
      display: none !important;
    }
  
  .audio-wrapper .mejs-time-rail {
    width: 90% !important;
    position: relative;
    left: 45px;
    top: 18px;
  }
  .audio-wrapper .video .mejs-time-rail {
    width: 85% !important;
    position: relative;
    left: 45px;
    top: 15px;
  }
  .audio-wrapper .mejs-controls .mejs-time-total {
      position: relative;
      top: 0px;
      left: 0px;
      background: #3b3b3b;
      z-index: 2;
    height: 4px;
    display: block;
    width: 100% !important;
    border-radius: 10px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    cursor: pointer;
  }
  
  .audio-wrapper .mejs-controls .mejs-time-rail .mejs-time-buffering , .audio-wrapper .mejs-controls .mejs-time-rail .mejs-time-loaded , .audio-wrapper .mejs-controls .mejs-time-rail .mejs-time-current {
    height: 5px !important;
    position: absolute;
    top: 0px;
    left: 0px;

  }



  /* progress */
  .audio-wrapper .mejs-controls .mejs-time-rail .mejs-time-buffering  {
   background: none;
  }

   .audio-wrapper .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: none;
   }

  .audio-wrapper .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: none;
    
  }

  .audio-wrapper .mejs-controls .mejs-time-rail .mejs-time-current {
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
  }




  

  .wp-audio-shortcode 
  {
      float: left;
      clear: both;
      max-width: 100%;
  }

  .wp-audio-shortcode  .mejs-time-rail , .wp-audio-shortcode  .mejs-time-rail .mejs-time-total  {
    width: 70% !important;
    overflow: hidden;
    margin-right: 10px;
  }

  .wp-audio-shortcode .mejs-volume-button {
    left: 10px;
  }

  .wp-audio-shortcode .mejs-horizontal-volume-slider {
    left: 10px;
  }

  .audio-wrapper .mejs-duration-container {
    display: none !important;
  }

  /* video post format */
  .wrapper.post-format-video {
    overflow: hidden;

  }



  /* Link post format */
  .post-format-link {
    float: left;
    clear: both;
    width: 100%;
    
    background-color: #363636;
  }
  .link-post-wrapper {
    background-image: url(../img/link_bg.png) !important;
    background-repeat: no-repeat !important;
    background-position: center -50px !important;
    float: left;
    clear: both;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 45px;
    
  }

  .link-post-wrapper a {
    font-size: 18px;
    line-height: 18px !important;
    font-weight: 300;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    color: #7f7f7f;
    -webkit-transition: color 0.3s;
       -moz-transition: color 0.3s;
        -ms-transition: color 0.3s;
         -o-transition: color 0.3s;
            transition: color 0.3s;

  }

  /* quote post */
  .single-post .post-format-quote .wrapper {
    height: auto !important;
  }
  .single-post .post-format-quote .wrapper {
      width: 100%;
      overflow: hidden;
      position: relative;
      float: left;
      text-align: left;

  }

  .single-post .post-format-quote .wrapper > img {
    opacity: 0.2;
    max-width: none;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }


  .single-post .post-format-quote .wrapper .quote {
    position: relative;
    float: left;
    clear: both;
    top: 0px;
    left: 10%;
    width: 80%;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 80px;
    
  }

  .single-post .post-format-quote .wrapper .quote p , .single-post .post-format-quote .wrapper .quote span {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    font-weight: 300;
    clear: both;
  }

  .single-post .post-format-quote .wrapper .quote  span {
    float: left;
    clear: both;
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
  }


  /* flexslider */
  /* Browser Resets */
  .flex-container a:active,
  .flexslider a:active,
  .flex-container a:focus,
  .flexslider a:focus  {outline: none;}
  .slides,
  .flex-control-nav,
  .flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
  .gallery.flexslider {
    position: relative;
    float: left;
    clear: both;
  }

  .gallery.flexslider ul.slides li img {
        width: 100%;

  }
  .flexslider {
    position: relative;
    max-height: 500px;
  }
  .gallery.flexslider {
    float: left;
    clear: both;
    width: 100%; 
    overflow: hidden;
    position: relative;
  }

  .flexslider ul {
    padding: 0px;
    margin: 0px;

  }

  .gallery.flexslider ul.slides li {
    list-style: none;
    display: none;
  }

  .gallery.flexslider {
    overflow: hidden;
    position: relative;

  }

  .gallery.flexslider .flex-direction-nav {
    position: absolute;
    z-index: 14;
    right: -10px;
    overflow: hidden;
    width: 100%;
    background: none;
    display: block;
    margin: 0px;
    padding: 0px;
    bottom: 10px;
    float: left;
    clear: both;
    height: 40px;
  }



  .gallery.flexslider .flex-direction-nav li {
    width: 50px;
    height: 50px;
   }

   .gallery.flexslider .flex-direction-nav a {
    top: 0px;
    margin: 0px;
    opacity: 0.7;
    padding: 0px 15px;
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    overflow: hidden;
    text-decoration: none;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    background-size: 40px !important;
   }

    .gallery.flexslider .flex-direction-nav a:hover {
      opacity: 1;
    }
    .gallery.flexslider .flex-direction-nav .flex-next  { background-size: 40px !important; right:20px; background-image: url(../img/slider-next.png); background-repeat:  no-repeat !important; }
    .gallery.flexslider  .flex-direction-nav .flex-prev {  background-size: 40px !important; right:70px; background-image: url(../img/slider-prev.png); background-repeat:  no-repeat !important; }
    
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5){
        .gallery.flexslider .flex-direction-nav .flex-next  { background-size: 40px !important; right:20px; background-image: url(../img/slider-next@2x.png); background-repeat:  no-repeat !important; }
        .gallery.flexslider  .flex-direction-nav .flex-prev {  background-size: 40px !important; right:70px; background-image: url(../img/slider-prev@2x.png); background-repeat:  no-repeat !important; }
    
    }  

    #pagination  {
      margin-bottom: 0px;
      padding-top: 30px;
      padding-bottom: 30px;
      
      float: left;
      clear: both;
      width: 100%;
      background-color: #363636;
      /*margin-top: 50px;*/
      margin-left: 0px !important;
    
    }
    

   
    .blog-pagination .prev-posts , .blog-pagination .next-posts , .top-pagination .prev-posts , .top-pagination .next-posts {
        width: 40px;
        height: 40px;
        display: block;

    }
    .blog-pagination .prev-posts , .top-pagination .prev-posts  {
      float: left;
    }
    .blog-pagination .next-posts , .top-pagination .next-posts {
      float: right;
    }
    .blog-pagination .prev-posts a , .top-pagination .prev-posts a {
      float: left;
      background-image: url(../img/prev.png);
      background-repeat: no-repeat;
    }

    .top-pagination .prev-posts {
      float: right;
      margin-right: 10px;
    }

    .blog-pagination .next-posts a , .top-pagination .next-posts a {
        float: right;
        clear: none;
        background-image: url(../img/next.png);
        background-repeat: no-repeat;
    }

    


    .blog-pagination   .next-posts a  , .blog-pagination   .prev-posts a , .top-pagination .next-posts a , .top-pagination .prev-posts a{

        width: 40px;
        height: 40px;
        background-position: center center;
        display: block;
        border-radius: 3px;
        text-align: center;
        background-color: #303030;

    }


    .blog-pagination .prev-posts , .blog-pagination .next-posts {
      position: relative;
       z-index: 99;
    }

    
   

   /* -------------------------------------------------------------- 
     6 - Single Post
    -------------------------------------------------------------- */

    blockquote , .blockquote {
        float: left;
        clear: both;
        width: 100%;
        padding-left: 40px;
        border-left-width: 2px;
        font-style: italic;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        
    }

    .imageFloat {
      float: left;
      margin-right: 25px;
      margin-bottom: 20px;
    }



    .single-post-main-content {
      padding-bottom: 35px;
      border-bottom: 2px solid #e9e9e9;
      clear: both;
      float: left;
      width: 100%;
    }
    .single-post-main-content img {
      max-width: 100%;
    }



    /* author */
    .author-bio {
      float: left;
      clear: both;
      width: 100%;
       margin-bottom: -50px !important;
    }
    .author-bio .avatar {
      float: left;
      
    }

     .author-bio .author-bio-content {
      margin-left: 74px;
     }
    


    /* single page */

     .single-post .post-inner-content 
    {
         border: 1px solid #D6DFE6;
         margin-bottom: 0px;


    }
    
    .post-content > .span12 > .divider {
      margin-top: 60px;
      float: left;
      clear: both;
    }


    .post-inner-content  iframe ,  .post-inner-content img , .post-inner-content embed , .post-inner-content audio {
      max-width: 100%;
      height: auto;
    }


    /*single post content */
    .secondary-content-box {
      border-top: none !important;
      padding-top: 0px !important;
    }
    
    .related-posts-wrapper , .comments.post-inner-content  {
      padding-top: 35px !important;
      padding-bottom: 35px !important;
    }
    .secondary-content-box > div.content-box-inner {
      border-top: 1px solid #D6DFE6;
      padding-top: 35px;
    }
  

    section.blog.single-blog-page .post-inner-content {
      border-bottom: none !important;
    }


    section.blog.single-blog-page .post-inner-content:last-child {
      border-bottom: 1px solid #e9e9e9 !important;
    }

    /* accordion */
.accordion {
    position: relative; width: 100%; overflow: hidden; clear: both; 
}

.accordion .item {
    float: left; clear: both; width: 100%;
    margin-bottom: 20px; 
}

.accordion .item:last-child {
  margin-bottom: 0px;
}
.accordion .item .head {
    float: left; clear: both; width: 94%;
    padding: 10px 3%; background: #f2f2f2; overflow: hidden;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 0px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    line-height: 100%;
}


.accordion .item .head:focus {
    outline: none;
}

.accordion .item a.head:before {
    content: "+ ";
    font-size: 16px;
    font-weight: bold;
    margin-right: 7px;
    float: left; clear: both; 
}



.accordion .item .head.head-active:before {
    content: "- ";
}

.accordion ul {
  padding: 0px;
  margin: 0px;
}

.accordion .item-content {
    clear: both; margin-top: 20px; margin-bottom: 10px; float: left;  display: none;
    margin-left: 30px !important;

}

.accordion ul li {
  list-style: none;

}
.accordion .item-content ul {
  float: left;
  clear: both;
  margin: 0px;
}
.accordion .item-content ul li {
  float: left;
  clear: both;
  margin-left: 0px;
}
.accordion ul li:before {
  content: "> ";
  font-family: 'Voltaire' , sans-serif;
  margin-right: 10px;
  font-size: 12px;
  margin-top: 4px;
  float: left;
}

   /* -------------------------------------------------------------- 
     7 - Comments
    -------------------------------------------------------------- */
    /* -------------------------------------------------------------- 
     7 - Comments
    -------------------------------------------------------------- */
    .related-posts-wrapper , .comments.post-inner-content  {
    }
    
    .single-comment {
      float: left;
      clear: both;
      margin-bottom: 35px;
      width: 100%;
    }
    
    .comments.post-inner-content {
    }

    .comments > div > h4 {
      margin-bottom: 30px;
    }

    .comments .single-comment:last-child {
      margin-bottom: 0px;
    }


    .single-comment .avatar {
      float: left;
      border-radius: 2px;
     
    }

    .single-comment .comment-content {
      margin-left: 74px;
      display: block;

      border-bottom: 1px solid #e9e9e9;
    }
    .comments .content-box-inner > .single-comment:last-child .comment-content {
      border-bottom: none;
    }


    .comment-content > h4 {
      margin-bottom: 3px;
    }

    .comment-content span.comment-date {
      font-size: 14px;
     
    }

    .comment-content .comment-body {
      margin-top: 10px;
      padding-bottom: 60px;

    }

    
    .comment-content .reply {
      float: left;
      
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      padding: 8px 8px;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      border: none;
      font-size: 10px;
      line-height: 10px;
      background: #c1c0c0;
    }

    .comment-reply-title {
      font-size: 14px;
      color: #b0b0b0;
    }

    .comment-reply-title a {
      color: #b0b0b0;
    }

    .comment-content .reply:hover {
      color: #fff !important;
    }



    /* sub comment */
    .single-comment > .single-comment {
      margin-left: 45px;
      margin-top: 30px;
      margin-bottom: 0px;
      width: 94%;
    }




    .single-comment .single-comment .single-comment {
      margin-left: 0px;
      width: 100%;
    }

    /* comment form */
   
    .comments-form > h2 , .comments-form > p {
      margin-bottom: 20px;
    }

    .comments-form form input[type=text] , .comments-form form input[type=email] , .comments-form form textarea
    {
        float: left;
        clear: both;
        margin-bottom: 10px;
        width: 94%;
        padding: 12px 3%;
        border: none;
        background: #f2f2f2;
        border-radius: 3px;
        font-size: 14px;
    }
    .comments-form form input[type=text]:focus , .comments-form form textarea:focus ,
    .comments-form form input[type=email]:active , .comments-form form input[type=email]:focus
    ,.comments-form form input[type=text]:active , .comments-form form textarea:active{
          box-shadow: inset 0px 0px 1px #c1c0c0;
    }
    

    .comments-form form textarea {
      height: 200px;
    }

    #submit-comment {
      color: #fff !important;
      font-weight: 700;
      font-size: 12px;
      text-transform: uppercase;
      text-align: center;
      padding: 11px 13px;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      outline: none;
     border: none;
      transition: background-color 0.3s , border-color 0.3s;
      -webkit-transition: background-color 0.3s , border-color 0.3s;
     
    }

    .comment-reply-title , .comment-reply-title a , .comment-reply-title span , .comment-reply-title p {
      font-weight: 500;
    }

    .comments-form #submit-comment:hover {

        color: #fff !important;
    }


    /* Respond */
  
    #respond > h2 , #respond > p {
      margin-bottom: 20px;
    }

    #respond form input[type=text] , #respond form input[type=email] , #respond form textarea
    {
        float: left;
        clear: both;
        margin-bottom: 10px;
        width: 94%;
        padding: 12px 3%;
        border: none;
        background: #f2f2f2;
        border-radius: 3px;
        font-size: 14px;
    }
    #respond form input[type=text]:focus , #respond form textarea:focus ,
     #respond form input[type=email]:focus , #respond form input[type=email]:active
    ,#respond form input[type=text]:active , #respond form textarea:active{
          box-shadow: inset 0px 0px 1px #c1c0c0;
    }
    

    #respond form textarea {
      height: 200px;
    }

    #respond #submit-comment {
      color: #fff !important;
      font-weight: 700;
      font-size: 12px;
      line-height: 12px !important;
      text-transform: uppercase;
      text-align: center;
      padding: 11px 13px !important;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      outline: none;
      border: none;
      transition: background-color 0.3s , border-color 0.3s;
      -webkit-transition: background-color 0.3s , border-color 0.3s;
     
    }

    #respond #submit-comment:hover {

        color: #fff !important;
    }


    /* c7form */

    .wpcf7 > h2 , .wpcf7 > p {
      margin-bottom: 20px;
    }

    .wpcf7-not-valid-tip {
      position: static !important;
      float: left;
      clear: both;
      top: 0px !important; 
      margin-bottom: 20px;
      padding: 0px !important;
      border: none !important;
      line-height: 14px !important;

    }

    .wpcf7 form input[type=text]  , .wpcf7 form input[type=email] , .wpcf7 form textarea
    {
        float: left;
        clear: both;
        margin-bottom: 10px;
        width: 94%;
        padding: 12px 3%;
        border: none;
        background: #f2f2f2;
        border-radius: 3px;
        font-size: 14px;
    }
    .wpcf7 form input[type=text]:focus , .wpcf7 form textarea:focus ,
    .wpcf7 form input[type=email]:focus , .wpcf7 form input[type=email]:active
    ,.wpcf7 form input[type=text]:active , .wpcf7 form textarea:active{
          box-shadow: inset 0px 0px 1px #c1c0c0;
    }
    

    .wpcf7 form textarea {
      height: 200px;
    }

    .wpcf7-validation-errors {
      float: left;
      clear: both;
    }

    .wpcf7 .wpcf7-submit {
       color: #fff !important;
      font-weight: 700;
      font-size: 12px !important;
      line-height: 12px !important;
      text-transform: uppercase;
      text-align: center;
      padding: 11px 13px !important;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      outline: none;
      border: none;
      transition: background-color 0.3s , border-color 0.3s;
      -webkit-transition: background-color 0.3s , border-color 0.3s;
      
      clear: both;
      float: left;
      
    
     
    }

    .wpcf7 .wpcf7-submit:hover {

        color: #fff !important;
    }



    /* =============================================================================
   8. Footer - Marketing
   ========================================================================== */

.footer-marketing{
  background: #212121;
}

.footer-marketing h3{
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 6px solid #4a4a4a;
  margin-top: 60px;
  display: inline-block;
}

.footer-marketing ul{
  list-style: none;
  padding: 0;
}

.footer-marketing ul li{
  margin: 10px 0;
}

.footer-text{
  color: #999;
  font-size: 12px;
  line-height: 1.7;
}

.footer-text h3{
  color: #999;
  border: none;
  margin-top: 40px;

}

.footer-bottom{
  background: #181818;
  padding: 1em 0;
  margin-top: 1em;
}

.footer-social{
  margin-top: .5em;
}
.icon-ssl{
  margin-left: 30px;
}



    /* search form */
    #sidebar form.search {
      float: left;
      clear: both;
      width: 100%;
      background-color: #dadada;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      position: relative;
      /*margin-bottom: 30px;*/
    }

    #sidebar form.search input.s {
      background-color: #FFFFFF;
      border: 1px solid #ACBFCE;
      border-radius: 3px;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
      color: #4A4A4A;
      display: block;
      font-size: 14px;
      height: 36px;
      line-height: 1.42857;
      padding: 7px 28px;
      transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
      vertical-align: middle;
      width: 100%;

    }

    #sidebar form.search input.s::-moz-placeholder {
      color: #fff;
    }
     #sidebar form.search input.s:hover {
      /*border: none;*/
     }

     #sidebar form.search input.submit {
      position: absolute;
      top: 10px;
      right: 15px;
      width: 17px;
      height: 17px;
      background: url(../img/search-black.png) no-repeat;
      outline: none;
      border: none;
     }

     #sidebar form.search input.submit:focus, #sidebar form.search input.s:focus{
      border-color: #66AFE9;
      box-shadow: none;
      outline: none;
     }


    /* sticky sidebar social icons */
    #sidebar .social-icons.sticky-sidebar-social {
      text-align: left;
      float: left;
      clear: both;
      margin-bottom: -5px;
    }


    #blog .post-inner-content .main-content .social-icons a {
      background-color: #D8D8D8;
    }

    #sidebar .social-icons.sticky-sidebar-social a {
      margin-right: 10px;
      margin-bottom: 10px;
      float: left;
      display: block;
    }

    #sidebar .social-icons a.facebook {
      background-image: url(../img/facebook.png);
    }
    #sidebar .social-icons a.twitter {
      background-image: url(../img/twitter.png);
    }
    #sidebar .social-icons a.linkedin {
      background-image: url(../img/linkedin.png);
    }
    #sidebar .social-icons a.youtube {
      background-image: url(../img/youtube.png);
    }
    #sidebar .social-icons a.soundcloud {
      background-image: url(../img/soundcloud.png);
    }
    #sidebar .social-icons a.dribbble {
      background-image: url(../img/dribbble.png);
    }
    #sidebar .social-icons a.flickr {
      background-image: url(../img/flickr.png);
    }
    #sidebar .social-icons a.pinterest {
      background-image: url(../img/pinterest.png);
    }
    #sidebar .social-icons a.google {
      background-image: url(../img/google.png);
    }
    #sidebar .social-icons a.vimeo {
      background-image: url(../img/vimeo.png);
    }
    #sidebar .social-icons a.tumblr {
      background-image: url(../img/tumblr.png);
    }
    #sidebar .social-icons a.skype {
      background-image: url(../img/skype.png);
    }
    #sidebar .social-icons a.instagram {
      background-image: url(../img/instagram.png);
    }
    #sidebar .social-icons a.github {
      background-image: url(../img/github.png);
    }





    #sidebar .social-icons a.facebook:hover {

    background-color: #4265b9;

    }
    #sidebar .social-icons a.twitter:hover {

    background-color: #9ae4e8;

    }
    #sidebar .social-icons a.dribbble:hover {

    background-color: #ea4c89;

    }
    #sidebar .social-icons a.flickr:hover {

    background-color: #ff0084;

    }
    #sidebar .social-icons a.soundcloud:hover {

    background-color: #fe9700;

    }
    #sidebar .social-icons a.google:hover {

    background-color: #d62408;

    }
    #sidebar .social-icons a.skype:hover {

    background-color: #0bbff2;

    }
    #sidebar .social-icons a.pinterest:hover {

    background-color: #c31e26;

    }

    #sidebar .social-icons a.linkedin:hover {
     background-color: #005987;
    }
    #sidebar .social-icons a.vimeo:hover {
      background-color: #1bb6ec;
    }
    #sidebar .social-icons a.tumblr:hover {
      background-color: #35506b;
    }

    #sidebar .social-icons a.youtube:hover {
      background-color: #df3333;
    }
    #sidebar .social-icons a.instagram:hover {
      background-color: #F95B60;
    }
    #sidebar .social-icons a.github:hover {
      background-color: #363636;
    }




    #blog .post-inner-content .main-content .social-icons a.facebook:hover {

    background-color: #4265b9;

    }
    #blog .post-inner-content .main-content .social-icons a.twitter:hover {

    background-color: #9ae4e8;

    }
    #blog .post-inner-content .main-content .social-icons a.dribbble:hover {

    background-color: #ea4c89;

    }
    #blog .post-inner-content .main-content .social-icons a.flickr:hover {

    background-color: #ff0084;

    }
    #blog .post-inner-content .main-content .social-icons a.soundcloud:hover {

    background-color: #fe9700;

    }
    a.google:hover {

    background-color: #d62408;

    }
    #blog .post-inner-content .main-content .social-icons a.skype:hover {

    background-color: #0bbff2;

    }
    #blog .post-inner-content .main-content .social-icons a.pinterest:hover {

    background-color: #c31e26;

    }

    #blog .post-inner-content .main-content .social-icons a.linkedin:hover {
     background-color: #005987;
    }
    #blog .post-inner-content .main-content .social-icons a.vimeo:hover {
      background-color: #1bb6ec;
    }
    #blog .post-inner-content .main-content .social-icons a.tumblr:hover {
      background-color: #35506b;
    }

    #blog .post-inner-content .main-content .social-icons a.youtube:hover {
      background-color: #df3333;
    }
    #blog .post-inner-content .main-content .social-icons a.instagram:hover {
      background-color: #F95B60;
    }
    #blog .post-inner-content .main-content .social-icons a.github:hover {
      background-color: #363636;
    }





    .post-inner-content .social-icons a{
      background-position: 50% center;
      background-repeat: no-repeat;
    }

    .post-inner-content .social-icons a.facebook {
      background-image: url(../img/facebook.png);
    }
    .post-inner-content .social-icons a.twitter {
      background-image: url(../img/twitter.png);
    }
    .post-inner-content .social-icons a.linkedin {
      background-image: url(../img/linkedin.png);
    }
    .post-inner-content .social-icons a.youtube {
      background-image: url(../img/youtube.png);
    }
    .post-inner-content .social-icons a.soundcloud {
      background-image: url(../img/soundcloud.png);
    }
    .post-inner-content .social-icons a.dribbble {
      background-image: url(../img/dribbble.png);
    }
    .post-inner-content .social-icons a.flickr {
      background-image: url(../img/flickr.png);
    }
    .post-inner-content .social-icons a.pinterest {
      background-image: url(../img/pinterest.png);
    }
    .post-inner-content .social-icons a.google {
      background-image: url(../img/google.png);
    }
    .post-inner-content .social-icons a.vimeo {
      background-image: url(../img/vimeo.png);
    }
    .post-inner-content .social-icons a.tumblr {
      background-image: url(../img/tumblr.png);
    }
    .post-inner-content .social-icons a.skype {
      background-image: url(../img/skype.png);
    }
    .post-inner-content .social-icons a.instagram {
      background-image: url(../img/instagram.png);
    }
     .post-inner-content .social-icons a.github {
      background-image: url(../img/github.png);
    }





    .post-inner-content .social-icons a.facebook:hover {

    background-color: #4265b9;

    }
    .post-inner-content .social-icons a.twitter:hover {

    background-color: #9ae4e8;

    }
    .post-inner-content .social-icons a.dribbble:hover {

    background-color: #ea4c89;

    }
    .post-inner-content .social-icons a.flickr:hover {

    background-color: #ff0084;

    }
    .post-inner-content .social-icons a.soundcloud:hover {

    background-color: #fe9700;

    }
    .post-inner-content .social-icons a.google:hover {

    background-color: #d62408;

    }
    .post-inner-content .social-icons a.skype:hover {

    background-color: #0bbff2;

    }
    .post-inner-content .social-icons a.pinterest:hover {

    background-color: #c31e26;

    }

    .post-inner-content .social-icons a.linkedin:hover {
     background-color: #005987;
    }
    .post-inner-content .social-icons a.vimeo:hover {
      background-color: #1bb6ec;
    }
    .post-inner-content .social-icons a.tumblr:hover {
      background-color: #35506b;
    }

    .post-inner-content .social-icons a.youtube:hover {
      background-color: #df3333;
    }
    .post-inner-content .social-icons a.instagram:hover {
      background-color: #F95B60;
    }
    .post-inner-content .social-icons a.github:hover {
      background-color: #363636;
    }



    footer .social-icons a {
      margin-right: 5px;
    }

    footer .social-icons a.facebook {
      background-image: url(../img/facebook.png);
    }
    footer .social-icons a.twitter {
      background-image: url(../img/twitter.png);
    }
    footer .social-icons a.linkedin {
      background-image: url(../img/linkedin.png);
    }
    footer .social-icons a.youtube {
      background-image: url(../img/youtube.png);
    }
    footer .social-icons a.soundcloud {
      background-image: url(../img/soundcloud.png);
    }
    footer .social-icons a.dribbble {
      background-image: url(../img/dribbble.png);
    }
    footer .social-icons a.flickr {
      background-image: url(../img/flickr.png);
    }
    footer .social-icons a.pinterest {
      background-image: url(../img/pinterest.png);
    }
    footer .social-icons a.google {
      background-image: url(../img/google.png);
    }
    footer .social-icons a.vimeo {
      background-image: url(../img/vimeo.png);
    }
    footer .social-icons a.tumblr {
      background-image: url(../img/tumblr.png);
    }
    footer .social-icons a.skype {
      background-image: url(../img/skype.png);
    }
    footer .social-icons a.instagram {
      background-image: url(../img/instagram.png);
    }
    footer .social-icons a.github {
      background-image: url(../img/github.png);
    }





    footer .social-icons a.facebook:hover {

    background-color: #4265b9;

    }
    footer .social-icons a.twitter:hover {

    background-color: #9ae4e8;

    }
    footer .social-icons a.dribbble:hover {

    background-color: #ea4c89;

    }
    footer .social-icons a.flickr:hover {

    background-color: #ff0084;

    }
    footer .social-icons a.soundcloud:hover {

    background-color: #fe9700;

    }
    a.google:hover {

    background-color: #d62408;

    }
    footer .social-icons a.skype:hover {

    background-color: #0bbff2;

    }
    footer .social-icons a.pinterest:hover {

    background-color: #c31e26;

    }

    footer .social-icons a.linkedin:hover {
     background-color: #005987;
    }
    footer .social-icons a.vimeo:hover {
      background-color: #1bb6ec;
    }
    footer .social-icons a.tumblr:hover {
      background-color: #35506b;
    }

    footer .social-icons a.youtube:hover {
      background-color: #df3333;
    }
    footer .social-icons a.instagram:hover {
      background-color: #F95B60;
    }
    footer .social-icons a.github:hover {
      background-color: #272727;
    }
        




 /* -------------------------------------------------------------- 
   More Widgets
  -------------------------------------------------------------- */
    /* flickr widget */
    .flickr-wrapper {
      height: 200px;
      overflow: hidden;
      float: left;
      width: 100%;
      position: relative;
      clear: both;
      border-radius: 4px;
      -webkit-border-radius: 4px;
    }

  

    .flickr-wrapper .flexslider {
      height: 200px;
      overflow: hidden;
      position: relative;
      float: left;
      width: 100%;
      border-radius: 4px;
      -webkit-border-radius: 4px;

    }

    .flickr-wrapper .flexslider ul.slides img {
        min-width: 100%;
        min-height: 100%;
    }

    .flickr-wrapper ul.slides {
      position: relative;
      height: 200px;
      overflow: hidden;
      border-radius: 4px;
      -webkit-border-radius: 4px;
    }
      


    .flickr-wrapper .flexslider .slides img {width: 100%; display: block;}

    .flickr-wrapper .flexslider ul.slides > li {
      background: none !important;
      height: 200px;
      overflow: hidden;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      display: none;
    }


     .flickr-wrapper .flexslider ul.slides li a {
      float: left;
      clear: both;
      height: 200px;
      width: 100%;
      overflow: hidden;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      position: relative;
     }
     .flickr-wrapper .flexslider ul.slides li a:before {
      display: none !important;
      content: '';
     }


    .flickr-wrapper .flex-direction-nav {
      padding: 0px !important;
      background-color: none !important;
      left: 0px !important;
      width: 100%;
      top: 100px !important;
      z-index: 999999;
    }
    .flickr-wrapper .flex-direction-nav .flex-next {
     
    }
    
    .flickr-wrapper .flex-direction-nav li {
      background-color: transparent !important;
      padding: 0px;
      margin: 0px;
    }

    .flickr-wrapper .flex-direction-nav li {
    width: 50px;
    height: 50px;
   }

   .flickr-wrapper .flex-direction-nav a {
    top: 80px;
    margin: 0px;
    opacity: 0.5;
    padding: 0px 15px;
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    overflow: hidden;
    text-decoration: none;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    background-size: 40px !important;
   }
   .flickr-wrapper .flex-direction-nav a:before {
    content: '';
    display: none !important;
   }

    .flickr-wrapper .flex-direction-nav a:hover {
      opacity: 1;
    }
    .flickr-wrapper .flex-direction-nav .flex-next  { background-size: 40px !important; right:10px; background-image: url(../img/slider-next.png); background-repeat:  no-repeat !important; }
    .flickr-wrapper  .flex-direction-nav .flex-prev { background-size: 40px !important; left:10px; background-image: url(../img/slider-prev.png); background-repeat: no-repeat !important; }
    
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5){
       .flickr-wrapper .flex-direction-nav .flex-next  { background-size: 40px; right:10px; background-image: url(../img/slider-next@2x.png); background-repeat: no-repeat !important; }
       .flickr-wrapper  .flex-direction-nav .flex-prev { background-size: 40px; left:10px; background-image: url(../img/slider-prev@2x.png); background-repeat: no-repeat !important; }
    }







    /* instagram widget */
    .ins-container {
      height: 200px;
      overflow: hidden;
      float: left;
      width: 100%;
      position: relative;
      clear: both;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      background-image: url(../img/load.gif);
      background-repeat: no-repeat;
      background-position: center center;
    }

  

    .ins-container .flexslider {
      height: 200px;
      overflow: hidden;
      position: relative;
      float: left;
      width: 100%;
      border-radius: 4px;
      -webkit-border-radius: 4px;

    }

    .ins-container .flexslider ul.slides img {
        min-width: 100%;
        min-height: 100%;
    }

    .ins-container ul.slides {
      position: relative;
      height: 200px;
      overflow: hidden;
      border-radius: 4px;
      -webkit-border-radius: 4px;
    }
      


    .ins-container .flexslider .slides img {width: 100%; display: block;}

    .ins-container .flexslider ul.slides > li {
      background: none !important;
      height: 200px;
      overflow: hidden;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      display: none;
    }


     .ins-container .flexslider ul.slides li a {
      float: left;
      clear: both;
      height: 200px;
      width: 100%;
      overflow: hidden;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      position: relative;
     }
     .ins-container .flexslider ul.slides li a:before {
      display: none !important;
      content: '';
     }


    .ins-container .flex-direction-nav {
      padding: 0px !important;
      background-color: none !important;
      left: 0px !important;
      width: 100%;
      top: 100px !important;
      z-index: 999999;
    }
    .ins-container .flex-direction-nav .flex-next {
     
    }
    
    .ins-container .flex-direction-nav li {
      background-color: transparent !important;
      padding: 0px;
      margin: 0px;
    }

    .ins-container .flex-direction-nav li {
    width: 50px;
    height: 50px;
   }

   .ins-container .flex-direction-nav a {
    top: 80px;
    margin: 0px;
    opacity: 0.5;
    padding: 0px 15px;
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    overflow: hidden;
    text-decoration: none;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    background-size: 40px !important;
   }
   .ins-container .flex-direction-nav a:before {
    content: '';
    display: none !important;
   }

    .ins-container .flex-direction-nav a:hover {
      opacity: 1;
    }
    .ins-container .flex-direction-nav .flex-next  { background-size: 40px !important; right:10px; background-image: url(../img/slider-next.png); background-repeat:  no-repeat !important; }
    .ins-container  .flex-direction-nav .flex-prev { background-size: 40px !important; left:10px; background-image: url(../img/slider-prev.png); background-repeat: no-repeat !important; }
    
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5){
       .ins-container .flex-direction-nav .flex-next  { background-size: 40px; right:10px; background-image: url(../img/slider-next@2x.png); background-repeat: no-repeat !important; }
       .ins-container  .flex-direction-nav .flex-prev { background-size: 40px; left:10px; background-image: url(../img/slider-prev@2x.png); background-repeat: no-repeat !important; }
    }



    /* ads widget */
    .ads-widget-wrapper {
      float: left;
      clear: both;
      width: 100% !important;
      overflow: hidden;
    }

    .ads-widget-wrapper img {
      max-width: 100% !important;
      float: left;
      width: 100%;
      border-radius: 4px;
      -webkit-border-radius: 4px;
    }


/* -------------------------------------------------------------- 
   404
-------------------------------------------------------------- */
#search-404 {
min-height: 600px;
}


 /* -------------------------------------------------------------- 
   9 - Responsive Styles
  -------------------------------------------------------------- */

@media (min-width: 1024px) {
  header.sticky-header {
      position: relative;
    }
}

@media (max-width:  979px){
  header .toggleSidebar.toggleUp {
            margin-left: 0px;
        }
}

@media (min-width: 768px) and (max-width: 990px) {
      
   
      header.sticky-header {
      position: relative;
    }

    /* top form */
     .top-form  {
       clear: both;
       margin-bottom: 20px !important;
       margin-top: 20px !important;
       
     }

    

    a.togglemenu {
      display: block;

    }

    header .top-content {
      float: left;
      clear: both;
      width: 100%;
    }

    nav.menu {
      float: left;
      clear: both;
      width: 100%;
      margin-bottom: 10px;
      position: relative;

      
    }

    nav.menu > ul {
      padding-top: 15px;
      padding-bottom: 20px;
    }
    
    nav.menu ul , nav.menu ul ul {
      float: left;
      clear: both;
      width: 100%;
      position: relative;
      border-top: none !important;

    }
    nav.menu ul ul:before {
      display: none !important;
    }


    nav.menu ul ul , nav.menu ul ul ul {
      display: block;
      top: 0px;
      left: 0px !important;
      margin: 0px !important; 
      position: relative !important;
      max-width: 100% !important;
      width: 100% !important;
    }
    nav.menu ul li , nav.menu ul ul li {
      float: left;
      clear: both;
      position: relative;
      width: 100%;
      
    }

    nav.menu ul li a , nav.menu ul ul li a {
      float: left;
      clear: both;
      width: 94%;
      background-color: #2b2b2b;
      padding: 10px 3%;
      margin-left: 3%;
    }
     nav.menu ul, nav.menu ul ul {
      background: #343434;
    }
    nav.menu ul li , nav.menu ul ul li {
      margin-top: 5px !important;
    }


    nav.menu ul ul {
      margin-left: 4% !important;
      width: 96% !important;
    }
    nav.menu ul ul ul {
      margin-left: 0% !important;
      width: 100% !important;
    }
   
   /* toggle menu */
    nav.menu li.toggle {
      display: block;
      margin-left: 0px !important;
      
    }
    nav.menu li.toggle a {
      color: #fff !important;
      background: url(../img/toggle.png) 98% 0px no-repeat !important;
      padding: 0px;
    }


    nav.menu li.toggle.active {
          margin-bottom: 5px !important;
    }
    
    nav.menu  ul li {
      display: none ;
    }

    nav.menu > ul li.toggle {
      display: block !important;
    }



    /* sidebar */
    #sidebar {
      float: left;
      clear: both;
      margin-top: 20px;


    }
    .sidebar-inner-content {
    float: left;
    clear: both;
    padding-right: 45px;
    padding-left: 45px;

  }

    /* logo */

    header .logo {
      
      margin: 10px 0px 20px 0px;
      text-align: center;
      width: 100%;
      float: left;
    }

    header .logo a {
      width: 100%;
      text-align: center;
    }

    header .logo a img {
      text-align: center; display: inline-block;
    }

    
    /* searh bar */

    header  .search {
    float: right;
    margin-top: 10px;
    margin-bottom: -10px;
    margin-left: 0px;
    width: 100%;
    margin-right: 0px;

  }

  header form.top-search {
      background: #f2f2f2;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      position: relative;
      width: 92%;
      float: left;
      height: 38px;
  }

   header form.top-search input.s {
    font-size: 16px;
    width: 94%;
    padding-left: 3%;
   }

   header .search  {
      float: left;
      clear: both;
      text-align: center;
      width: 100%;
    }

    header .toggleSidebar {
      float: none !important;
      display: inline-block;
      margin: 0px;
      display: none;
    }
  
    

    
     
}

@media (max-width: 767px) {

    
    #search-404 {
      min-height: 0px;
    }
   


     .single-comment .single-comment {
      float: left;
      clear: both;
      margin-left: 0px;
     }

    
      header.sticky-header {
      position: relative;
    }

    /* top form */
     .top-form  {
       clear: both;
       margin-bottom: 20px !important;
       margin-top: 20px !important;
       
     }

    

    a.togglemenu {
      display: block;

    }

    header .top-content {
      float: left;
      clear: both;
      width: 100%;
    }

    nav.menu {
      float: left;
      clear: both;
      width: 100%;
      margin-bottom: 10px;
      position: relative;

      
    }

    nav.menu > ul {
      padding-top: 15px;
      padding-bottom: 20px;
    }
    
    nav.menu ul , nav.menu ul ul {
      float: left;
      clear: both;
      width: 100%;
      position: relative;
      border-top: none !important;

    }
    nav.menu ul ul:before {
      display: none !important;
    }


    nav.menu ul ul , nav.menu ul ul ul {
      display: block;
      top: 0px;
      left: 0px !important;
      margin: 0px !important; 
      position: relative !important;
      max-width: 100% !important;
      width: 100% !important;
    }
    nav.menu ul li , nav.menu ul ul li {
      float: left;
      clear: both;
      position: relative;
      width: 100%;
      
    }

    nav.menu ul li a , nav.menu ul ul li a {
      float: left;
      clear: both;
      width: 94%;
      background-color: #2b2b2b;
      padding: 10px 3%;
      margin-left: 3%;
    }
     nav.menu ul, nav.menu ul ul {
      background: #343434;
    }
    nav.menu ul li , nav.menu ul ul li {
      margin-top: 5px !important;
    }

   
   /* toggle menu */
    nav.menu li.toggle {
      display: block;
      margin-left: 0px !important;
      
    }
    nav.menu li.toggle a {
      color: #fff !important;
      background: url(../img/toggle.png) 98% 0px no-repeat !important;
      padding: 0px;
    }


    nav.menu li.toggle.active {
          margin-bottom: 5px !important;
    }
    
    nav.menu  ul li {
      display: none ;
    }

    nav.menu > ul li.toggle {
      display: block !important;
    }

    

    nav.menu ul ul {
      margin-left: 4% !important;
      width: 96% !important;
    }
    nav.menu ul ul ul {
      margin-left: 0% !important;
      width: 100% !important;
    }

    /* sidebar */
    #sidebar {
      float: left;
      clear: both;
      margin-top: 20px;


    }
    .sidebar-inner-content {
    float: left;
    clear: both;
    padding-right: 45px;
    padding-left: 45px;

  }

    /* logo */

    header .logo {
      
      margin: 10px 0px 20px 0px;
      text-align: center;
      width: 100%;
      float: left;
    }

    header .logo a {
      width: 100%;
      text-align: center;
    }

    header .logo a img {
      text-align: center; display: inline-block;
    }

    
    /* searh bar */

    header  .search {
    float: right;
    margin-top: 10px;
    margin-bottom: -10px;
    margin-left: 0px;
    width: 100%;
    margin-right: 0px;

  }

  header form.top-search {
      background: #f2f2f2;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      position: relative;
      width: 92%;
      float: left;
      height: 38px;
  }

   header form.top-search input.s {
    font-size: 16px;
    width: 94%;
    padding-left: 3%;
   }

   header .toggleSidebar {
    margin-right: 0px ;
    margin-left: 0px;
   }

   


    /* logo */

    header .logo {
      
      margin: 10px 0px 20px 0px;
      text-align: center;
      width: 100%;
      float: left;
    }

    header .logo a {
      width: 100%;
      text-align: center;
    }

    header .logo a img {
      text-align: center; display: inline-block;
    }

    
    /* searh bar */

    header  .search {
    float: right;
    margin-top: 10px;
    margin-bottom: -10px;
    margin-left: 0px;
    width: 100%;
    margin-right: 0px;

  }

  header form.top-search {
      background: #f2f2f2;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      position: relative;
      width: 92%;
      float: left;
      height: 38px;
  }

   header form.top-search input.s {
    font-size: 16px;
    width: 94%;
    padding-left: 3%;
   }

    header .search  {
      float: left;
      clear: both;
      text-align: center;
      width: 100%;
    }

    header .toggleSidebar {
      float: none !important;
      display: inline-block;
      margin: 0px;
      display: none;
    }
   header .toggleSidebar.toggleUp {
            margin-left: 0px;
    }

  
    
   
      


}


@media (min-width: 1200px) {
  
}



@media (max-width: 640px) {


     .wp-audio-shortcode  .mejs-time-rail , .wp-audio-shortcode  .mejs-time-rail .mejs-time-total  {
  width: 50% !important;
  overflow: hidden;
  margin-right: 10px;
}
   
    .related-posts-wrapper .post {
      float: left;
      width: 100%;
      margin-right: 0px;
    }
    .related-posts-alt .post {
      width: 100%;
      margin-right: 0px;
    }
    .single-comment .single-comment {
      float: left;
      clear: both;
      margin-left: 0px;
     }
  

    /* audio  */
    .audio-wrapper .mejs-controls .mejs-time-rail {
      width: 58% !important;
    }
    .audio-wrapper .mejs-controls .mejs-volume-button {
      left: 70%;
    }
    .audio-wrapper .mejs-horizontal-volume-slider {
      left: 12%;
    }
    

    /*  slider */
    .gallery.flexslider .flex-direction-nav {

        width: 100%;
        left: 4%;
        
    }


    .blog-pagination ul {
      width: 95%;
    }


    header form.top-search {
      background: #f2f2f2;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      position: relative;
      width: 89%;
      float: left;
      height: 38px;
    }

     header form.top-search input.s {
      font-size: 16px;
      width: 94%;
      padding-left: 3%;
     }

     header .toggleSidebar {
      margin-right: 0px ;
      margin-left: 0px;
     }
     header .toggleSidebar.toggleUp {
            margin-left: 0px !important;
        }




      nav.menu li.toggle {
        margin-left: 0px !important;
        padding-right: 10px !important;
      }

}

@media (max-width: 500px){
        header .toggleSidebar.toggleUp {
            margin-left: 10px;
        }
}

@media (max-width: 480px){


        .blog-pagination ul {
          width: 70%;
          margin: 0px -40px 0px auto;
        }


        header .toggleSidebar.toggleUp {
            margin-left: 0px;
        }
     
       .link-post-wrapper a {
        width: 80% !important;
        margin-left: 10% !important;
        font-size: 22px;
        word-break:break-all;
        
       }
       .link-post-wrapper {
         
          overflow: hidden;
       }
       header form.top-search {
          background: #f2f2f2;
          border-radius: 3px;
          -webkit-border-radius: 3px;
          position: relative;
          width: 85%;
          float: left;
          height: 38px;
        }
   

      .wp-audio-shortcode  .mejs-time-rail , .wp-audio-shortcode  .mejs-time-rail .mejs-time-total  {
        width: 100% !important;
        overflow: hidden;
        margin-right: 10px;
      }
   

     /* audio  */
    .audio-wrapper .mejs-controls .mejs-time-rail {
      width: 58% !important;
    }
    .audio-wrapper .mejs-controls .mejs-volume-button {
      left: 80%;
    }
    .audio-wrapper .mejs-horizontal-volume-slider {
      left: 12%;
      display: none !important;
      opacity: 0;

    }


    span.closeSidebar  {
      margin-right: -20px;
      
    }


    /* pagination */
    .blog-pagination .items-wrap  {
      width: 70%;
    }


    /* share box */
    .share-box {
      float: right;
      clear: both;
      margin-top: 20px;
    }


    /* blockquote */
    .blockquote {

      padding-left: 5%;

    }


    /* reply button */
    .comment-content .reply {
      margin-top: 20px;
    }
    
    .single-comment .avatar {
      margin-right: 35px;
    }

    .single-comment .comment-content {
      margin-left: 0px;
    }
    .comment-content .comment-body {
      margin-top: 60px;

    }
    
    .post-inner-content .main-content img {
      max-width: 100% !important;
      height: auto !important;
    }

    .shortcode-img {
      margin-right: 0px !important;
      width: 100%;
    }

    .shortcode-img img {
      max-width: 100%;
      float: left;
      clear: both;
    }

    #pageslide   {
      width: 90%;
      padding: 40px 5%;
    }
    #pageslide .widget{
      width: 82%;
    } 
    .top-sidebar {
      width: 100%;
      padding: 40px 0%;
    }
    .top-sidebar .widget {
      width: 95%;
      margin-left: 0%;
    }
    .top-sidebar form {
      width: 270px !important;
      float: left;
      clear: both;
    }
   

      .author-bio {
        text-align: center;
      }
      .author-bio .avatar {
        float: none;
      }

     .author-bio .author-bio-content {
      margin-left: 0px;
      clear: both;
      margin-top: 20px;
      float: left;

     }
    
     .single-comment {
      text-align: center;
     }
     .single-comment .comment-content {
      float: left;
      clear: both;
      margin-top: 20px;
      margin-left: 0px;
     }

     .single-comment .single-comment {
      float: left;
      clear: both;
      margin-left: 0px;
     }

     .comment-content .reply {
      float: left;
      margin: 10px 50% 0px 40%;
      clear: both !important;
      margin-top: 10px;
     }

     .comment-content .comment-date {
      float: none !important;
      clear: both;
     }

     .comment-content .comment-body {
      float: left;
      clear: both;
      margin-top: 10px;
     }

     .single-comment .avatar {
        float: none !important;
        clear: both;
        margin: 0px !important;
     }
}


@media (max-width: 360px) {

      header .toggleSidebar.toggleUp {
        margin-left: 0px;
      }


      section.top-sidebar .widget {
        float: left;
        clear: both;
        width: 280px !important;
      }
      .widget .dribbble-image {
        max-width: 100% !important; 
        float: left;
        clear: both;
        overflow: hidden;
      }

      .widget .dribbble-image img {
        max-width: 100%;
        float: left;
      }
}

@media (max-width: 979px) {
  
}

@media (min-width: 980px) {
 
}

/* =============================================================================
   Customizing Bootstrap components
   ========================================================================== */

/* Buttons */

.btn:not(.btn-xs,.btn-sm) {
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 12px;
}

.btn-xs {
  /*line-height: 1;*/
  font-size: 10px;
}

.btn-lg {
  border-radius: 3px;
}

.btn-icon {
  padding-left: 10px;
  padding-right: 10px;
}

.btn-group .btn {
  padding-left: 14px;
  padding-right: 14px;
}

.btn-group-rating .btn-default {
  border-color: #c9d1da;
}

.btn-group-rating .btn-default:hover,
.btn-group-rating .btn-default:focus,
.btn-group-rating .btn-default:active,
.btn-group-rating .btn-default.active,
.btn-group-rating .open .dropdown-toggle.btn-default {
  background-color: #d9e1ea;
  box-shadow: none;
}

.btn-group .btn + label.btn {
  border-left: none;
}

.btn-match-input,
.input-group-btn > .btn {
  padding-top: 9px;
  padding-bottom: 8px;
}

.btn-group-action .btn {
  /* Extends: .btn-group .btn */
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
}

/* Social network buttons */

.btn-twitter {
  background-color: #2abefd;
  border-color: #22a0d5;
  color: #fff;
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  background-color: #5dc5fd;
  border-color: #24b6f2;
  color: #fff;
}

.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  background-image: none;
  background-color: #23a6dc;
}

.btn-facebook {
  background-color: #2c5093;
  border-color: #1b366b;
  color: #fff;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  background-color: #325cab;
  border-color: #1b366b;
  color: #fff;
}

.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  background-image: none;
  background-color: #264784;
}

.btn-twitter [class^="icon-"],
.btn-facebook [class^="icon-"] {
  float: left;
  margin-left: 10px;
  margin-right: -1em;
  font-size: 18px;
  line-height: 1;
}

/* Actions */

.actions:before,
.actions:after {
  content: "";
  display: table;
  width: 100%;
}

.action-primary {
  /* Extends: .btn */
  display: block !important;
}

.action-secondary {
  /* Extends: .btn */
  display: block !important;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .action-primary {
    float: left;
  }
  .action-secondary {
    float: right;
    margin-top: 0;
  }
}

/* Forms */

.form-horizontal .form-control-static {
  display: inline-block;
}

/* Compact forms (less spacing, smaller fields) */

.form-compact .form-group {
  margin-bottom: 5px;
}

.form-compact .form-control {
  height: 24px;
  font-size: 12px;
  padding: 2px 7px;
}

.form-compact select.form-control {

}

.form-compact .control-label {
  padding-top: 4px;
  font-size: 12px;
}

.form-compact .help-block {
  margin-bottom: 0;
}

.form-compact hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-compact .island-element {
  margin: 15px 28px;
}

.form-compact .control-valid {
  top: 26px;
  right: 19px;
  font-size: 8px;
  padding: 2px 4px 4px 4px;
}

/* Icons */

.icon-circle {
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  line-height: 1.75;
  text-align: center;
  border: 1px solid #d9e1ea;
  border-radius: 50%;
}

.icon-circle:focus,
.icon-circle:hover {
  background-color: #e9eef3;
}

.icon-circle i {
  font-size: .85em;
}

/* Navs */

.nav > li > a {
  font-size: .85em;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-pills > li > a {
  border-radius: 3px;
}

/* Inline lists */

.list-inline > li:first-child {
  padding-left: 0;
}

/* Media objects */

.media {
  overflow: visible;
}

.media:after {
  content: "";
  display: table;
  width: 100%;
}

/* Help blocks */

.help-block {
  font-size: .85em;
}

/* Horizontal definition lists */

.dl-horizontal {}

.dl-horizontal dt {
  float: left;
  width: 55%;
  font-weight: normal;
  color: #999;
  text-align: left;
  margin-bottom: 5px;
}

.dl-horizontal dd {
  margin-bottom: 5px;
  margin-left: 55%;
  text-align: right;
}

.well .dl-horizontal:last-child {
  margin-bottom: 0;
}

/*@media (min-width: 768px) {
  
  .dl-horizontal dt {
    width: 55%;
  }

  .dl-horizontal dd {
    margin-left: 55%;
    text-align: right;
  }
}*/

/* Standard label-value pairs */

.dl-horizontal-lv {
  /* Extends: .dl-horizontal */
}

@media (min-width: 768px) {

  .dl-horizontal-lv dt {
    width: 23%;
  }

  .dl-horizontal-lv dd {
    margin-left: 25%;
    text-align: left;
  }

}

/* Page titles */

.page-header {
  margin: 20px 0 50px 0;
  padding: 0;
  border: none;
}

.page-header h1 {
  font-size: 24px;
  margin: 0;
}

.page-header-action {
  display: block;
}

@media (min-width: 768px) {
  .page-header-action {
    text-align: right;
    margin-top: .75em;
  }
}

.heading-info {
  font-size: 12px;
  margin-top: 8px;
}

@media (min-width: 768px) {
  .heading-info {
    float: right;
  }
}

/* Extending .divider class */

.media-list .divider {
  height: 1px;
  margin: 14px 0 28px 0;
  overflow: hidden;
  background-color: #d6dfe6;
}

/* =============================================================================
   Navbar
   ========================================================================== */

body {
  padding-top: 86px;
}

.navbar-inverse {
  border: none;
}

.navbar-header {
  /*background-color: red;*/
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  /*background-color: lime;*/
}

@media (min-width:768px){
  .navbar-colapse{
    padding-left: 15px;
    padding-right: 15px;
  }
}

.navbar > .container .navbar-brand {
  color: #fff;
  /*margin-left: -15px;*/
}

@media (min-width: 992px) {
  /* Centered nav */
  .navbar > .container .navbar-brand {
    float: none;
    display: inline-block;
    /*width: 51px;*/
    width: 150px;
    padding-left: 0;
    padding-right: 0;
    position: fixed; top: 0; left: 50%;
    /*margin-left: -25px;*/
    margin-left: -75px;
  }
}

.navbar-brand-marketing{
  margin-left: 0 !important;
  position: inherit !important;
  float: left;
  margin: 0 30px 0 0;
}

.navbar-nav-main {
  /* Extends: .navbar-nav */
  padding-left: 30px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 769px) {
  .navbar-nav-main {
    /* Extends: .navbar-nav */
    padding-left: 0;
    padding-bottom: 0;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
    .navbar-nav-marketing{
    float: right;
  }
}

@media (max-width: 769px){
  .navbar-nav-main-entrance, .navbar-nav-marketing{
    margin-left: 20px;
    margin-right: 20px
  }
  .navbar-nav-marketing{
    padding: 0;
  }
}

.navbar-inverse .navbar-nav-main > li + li {
  margin-top: 7px;
}

.navbar-inverse .navbar-nav-main-entrance > li a{
  margin: 13px 0 11px 0;
  border-radius: 3px;
  color: #ffffff;
}

.navbar-inverse .navbar-nav-main-entrance > li a.login{
  color: #66A5DA;
}

.navbar-inverse .navbar-nav-main-entrance > li a.login:hover{
  color: #296BAF;
}

.navbar-inverse .navbar-nav-main-entrance > li a.register{
  color: #ffffff;
  background: #9FC278;
}

.navbar-inverse .navbar-nav-main-entrance > li a.register:hover{
  background: #8BB55C;
}
.navbar-inverse .navbar-nav-main-entrance > li a.register:active{
  background-color: #8bb55c;
  border-color: #5a7937;
}

.navbar-inverse .navbar-nav-main > li > a {
  color: #fff;
  padding: 7px 14px;
  margin-right: 20px;
  border-radius: 3px;
}

.navbar-inverse .navbar-nav-main > li > a:hover,
.navbar-inverse .navbar-nav-main > li > a:focus {
  color: #ffffff;
  background-color: #23507D;
}

.navbar-inverse .navbar-nav-main > .active > a,
.navbar-inverse .navbar-nav-main > .active > a:hover,
.navbar-inverse .navbar-nav-main > .active > a:focus {
  color: #ffffff;
  background-color: #6AA5D5;
}

@media (min-width: 991px) {
  /* Horizontal nav */
  .navbar-inverse .navbar-nav-main > li + li {
    margin-top: 0;
  }
  .navbar-inverse .navbar-nav-main > li > a {
    padding: 18px 0 11px 0;
    border-radius: 0;
  }
  .navbar-inverse .navbar-nav-main > li > a:hover,
  .navbar-inverse .navbar-nav-main > li > a:focus {
    border-bottom: 7px solid #23507D;
    padding-bottom: 11px;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav-main > .active > a,
  .navbar-inverse .navbar-nav-main > .active > a:hover,
  .navbar-inverse .navbar-nav-main > .active > a:focus {
    background-color: transparent;
    border-bottom: 7px solid #6AA5D5;
  }
}

.one-click-trading {
  margin-top: 17px;
  margin-right: 14px;
  font-size: 12px;
  float: right !important;
}

@media (min-width: 991px) {
  .one-click-trading {
    float: left !important;
    margin-top: 0;
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
  
.one-click-trading > a {
  color: #999;
}

.one-click-trading > a:focus,
.one-click-trading > a:hover {
  color: #fff;
}

.navbar-inverse .navbar-nav-secondary {
  font-size: 20px;
  text-align: justify;
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 991px) {
  .navbar-inverse .navbar-nav-secondary {
    margin-left: 0;
    margin-right: 0;
  }
}

.navbar-inverse .navbar-nav-secondary > li {
  display: inline-block;
  float: none;
}

@media (max-width: 991px) {

  .navbar-inverse .navbar-nav-secondary > li {
    display: block;
    float: none;
  }

  .navbar-nav-secondary .dropdown-menu {
    display: block !important;
    position: static;
  }

}

.navbar-inverse .navbar-nav-secondary > li > a {
  /* Extends: .navbar-nav */
  padding-top: 18px;
  padding-bottom: 17px;
  padding-left: 4px;
  padding-right: 4px;
}

.navbar-secondary-label {
  font-size: 12px;
  color: #fff !important;
}

.has-notifications {
  color: #6AA5D5 !important;
}

.badge-notifications {
  /* Extends: .badge */
  padding-left: 5px;
  padding-right: 5px;
  background-color: #F2D216;
  color: #071826 !important;
  letter-spacing: normal;
  box-shadow: 0 2px 2px rgba(0,0,0,.5);
}

@media (min-width: 991px) {
  .badge-notifications {
    margin-left: -17px;
  /*  margin-right: -18px; Optimize design for Mozilla Firefox  task */ 
    position: relative; top: -12px;
    font-size: 9px;
  }
}

.label-lang {
  /* Extends: .label-default */
  color: #071826 !important;
  padding: 3px 1px 2px 3px;
  font-size: 12px;
  position: relative; top: -3px;
}

.navbar-inverse .navbar-nav-secondary > li > a:focus .label-lang,
.navbar-inverse .navbar-nav-secondary > li > a:hover .label-lang {
  background-color: #fff;
}

.nav > .search-form-holder > a {
  display: inline-block;
}

.search-form {
  display: inline-block !important;
  /*overflow: hidden;*/
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  /*opacity: 0;*/
  /*width: 0;*/
  position: relative; 
  top: -2px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.search-aside{
  position: relative;
  margin-bottom: 15px;
}

.search-aside .tt-dropdown-menu{
  left: 0 !important;
  right: inherit;
}

.search-aside .twitter-typeahead{
  display: block !important;
}

.search-aside i{
    position: absolute;
    right: 10px; 
    padding: 9px 12px;
    pointer-events: none;
    font-size: 14px;
}

.search-form i{
    position: absolute;
    right: 10px; 
    padding: 6px 12px;
    pointer-events: none;
    font-size: 14px;
}

.search-form.search-active {
  width: 160px;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.search-form .form-control {
  padding: 4px 26px 4px 7px;
  height: 28px;
  font-size: 12px;
  display: inline-block;
}

/* Style autocomplete elements */

.tt-hint {
  background-color: transparent !important;
  display: none;
}

.typeahead {
  background-color: #fff !important;
  
}

.fw-dropdown{
  width: 100%;
  max-width: 791px;
  margin-top: -5px;
}

@media (max-width: 680px){
  .tt-dropdown-menu{
    max-width: 520px;
  }
}

@media (max-width: 520px){
  .tt-dropdown-menu{
    max-width: 300px;
  }
}

.tt-dropdown-menu {
  background-color: #fff;
  border: 1px solid #d6dfe6;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 620px;
  z-index: 999;
  padding-bottom: 36px;
  /*margin-left: -260px;*/
} 

.filters .tt-dropdown-menu{
  left: 0 !important;
  right: auto !important; 
}

.tt-dropdown-menu .col-xs-3, .tt-dropdown-menu .col-xs-4, .tt-dropdown-menu .col-xs-5{
  padding: 0;
  text-align: left;
}
#full-search-results a{
    bottom: 0;
    font-size: 14px;
    padding: 10px;
    position: absolute;

}
.tt-suggestion .col-xs-3{
  padding-left: 10px;
} 
.tt-suggestion .col-xs-5{
  padding-left: 0px;
  line-height: 0;
} 
.tt-suggestion .col-xs-4{
  padding-left: 5px;
}

.tt-dataset-instruments,
.tt-dataset-users {
  padding: 10px;
}

/*.tt-dataset-instruments + .tt-dataset-users {
  border-top: 1px solid #dfdfdf;
  padding-top: 10px;
}*/

.tt-dropdown-menu .tt-suggestions-title {
  margin: 0 -10px 15px -10px;
  padding: 5px 10px;
  background-color: #E9EEF3;
  color: #90a3bc;
}

.tt-suggestion {
  display: block;
  font-size: 12px;
  margin: 0 -10px;
  padding: 5px 10px;
}

.tt-dataset-instruments .media-body {
  line-height: 26px;
}

.tt-suggestions .media-body {
  line-height: normal;
}

.tt-dataset-users .media-body {
  line-height: 36px;
}

.tt-is-under-cursor {
  background-color: #6aa5d5;
  color: #fff;
}

.tt-suggestion p {
  margin: 0;
}

/* Mentions */

.mention_name{
  font-size:12px;
  }
.mention_username{
  font-size:12px;
  color:#999;
  }
.mention_image{
  float: left;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  }
.active .mention_username{
  color:#fff;
  }


/* Notifications dropdown */

.dropdown-menu-notifications {
  width: 240px;
  max-height: 500px;
  overflow: auto;
}

.notification {
  padding: 14px;
  text-align: left;
}

.notification-new {
  background-color: #fef9d7;
}

.notification-danger {
  background-color: #f2dede;
  color: #b94a48;
}

.notification-success {
  background-color: #dff0d8;
  color: #468847;
}

.notification + .notification {
  border-top: 1px solid #d6dfe6;
}

.notification-heading {
  margin: 0 0 .5em 0;
  font-size: 12px;
  font-weight: 300;
  color: #999;
}

.notification-body {
  margin-bottom: .25em;
  font-size: 12px;
}

.notification-footer {
  font-size: 12px;
  color: #999;
}

@media (min-width: 991px) {
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    padding: 7px 20px !important;
    background-color: #6aa5d5 !important;
  }
}

@media (max-width: 991px) {
  
  /* Standard dropdowns */

  .navbar-nav-secondary .dropdown-menu {
    width: auto;
    background-color: transparent;
    border: none;
    float: none;
    padding: 0 0 0 2em;
  }

  .navbar-nav-secondary .dropdown-menu > li + li {
    margin-top: 1em;
  }

  .navbar-nav-secondary .dropdown-menu .divider {
    background-color: #102439;
  }

  .navbar-nav-secondary .dropdown-menu > li > a {
    padding: 0;
    color: #fff;
  }

  .navbar-nav-secondary .dropdown-menu > li > a:focus,
  .navbar-nav-secondary .dropdown-menu > li > a:hover {
    background-color: transparent;
  }

}

@media (max-width: 991px) {
  
  /* Notification dropdowns on small screens */

  .dropdown-menu-notifications {
    width: auto;
    background-color: transparent;
    border: none;
    float: none;
    padding: 0;
  }

  .dropdown-menu-notifications li {
    background-color: #102439;
    border-radius: 3px;
    color: #fff;
  }

  .notification + .notification {
    border-top: none;
  }

}

/* =============================================================================
   Jumbotron
   ========================================================================== */

.container .jumbotron,
.jumbotron {
  padding: 0;
  background-color: transparent;
}

.jumbotron h1 {
  font-weight: 700;
  letter-spacing: -.075em;
}

.jumbotron h2 {
  font-weight: 400;
}

.longform {
  font-size: 18px;
  line-height: 1.5;
}

.longform p,
.longform ul,
.longform ol,
.longform dl {
  margin-bottom: 1em;
}

.longform .lead {
  font-size: 1.25em;
}

/* =============================================================================
   Modules
   ========================================================================== */

/**
 * Islands
 * Major page elements and its children.
 */

.island {
  background-color: #fff;
  border: 1px solid #D6DFE6;
  border-radius: 3px;
  margin-bottom: 28px;
}

.island-danger {
  /* Extends: .island */
  border-color: #c8a0a9;
}

.island-danger .island-header {
  background-color: #e1d3d8;
  border-color: #c8a0a9;
  color: #d04455;
}

.island:after {
  content: "";
  display: table;
  width: 100%;
}

.island-header {
  background-color: #E9EEF3;
  border-radius: 2px 2px 0 0;
  border-bottom: 1px solid #D6DFE6;
  margin-bottom: 28px;
  padding: 26px 28px 18px 28px;
}

.island-header-compact {
  background-color: transparent;
  padding-top: 14px;
  padding-bottom: 0;
  margin-bottom: -18px;
  border-bottom: none;
}
  
  .island-header-compact .island-section-heading {
    margin-bottom: 0;
  }

.island-section-heading {
  font-size: 1em;
  font-weight: 700;
  margin-top: 0;
}

.section-heading:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .island-section-hint {
    text-align: right;
  }
}

.island-header-nav {
  font-size: 12px;
}

.island-header-nav > li > a {
  padding: 4px 7px;
  color: inherit;
}

.island-header-nav > li > a:focus,
.island-header-nav > li > a:hover {
  background-color: #D6DFE6;
}

.island-header-nav {
  font-size: 12px;
}

@media (min-width: 991px) {
  .island-header-nav {
    /* Extends: .nav */
    margin-top: -5px;
    text-align: right;
  }
  .island-header-nav > li {
    float: none;
    display: inline-block;
  }
  .island-header-nav > li + li {
    margin-left: 0;
  }
}

.island-element {
  /* Provides propper spacing */
  margin: 28px;
}

.island-element-heading {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 28px;
  color: #999;
}

.instrument-pair {
  /**
   * Used for currency pairs
   * Usage:
   * <figure class="pull-left instrument-pair">
   *   <a href="#">
   *     <img src="assets/img/flags/32/European-Union.png" alt="" width="32" * height="32" class="instrument-pair-icon-base">
   *     <img src="assets/img/flags/16/United-States.png" alt="" width="16" * height="16" class="instrument-pair-icon-quote">
   *   </a>
   * </figure>
  **/
  float: left;
  width: 32px;
  margin-right: .5em;
  position: relative;
}

.instrument-pair a {
  display: block;
}

.instrument-pair img {
  display: block;
}
  
.instrument-pair-icon-base {
  /*margin: -7px auto 0 auto;*/
}

.instrument-pair .instrument-pair-icon-quote {
  position: absolute;
  top: 0;
  right: -4px;
}

.instrument-off {
  color: #aaa !important;
  font-weight: normal;
  font-size: 12px;
}

/**
 * Alerts
*/

.alert-notice {
  /* Extends: .alert */
  background-color: #f9f9f9;
  border-color: #dfdfdf;
}

/**
 * Header alerts
*/

.alert-header {
  /* Extends: .alert
     Used directly within .island
  */
  margin: 0;
  padding: 16px 30px 15px 30px;
  border-width: 0 0 1px 0;
  border-radius: 3px 3px 0 0;
}

.alert-header strong {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

/**
 * Global notifications
*/

.alert-global {
  /* Extends: alert */
  margin-top: -30px;
  margin-bottom: 30px;
  padding: 7px 30px;
  font-size: 12px;
  font-weight: 700;
  color: #4a4a4a;
  border-radius: 0;
}

.alert-global.alert-warning {
  background-color: #F1CD00;
  border-color: #CAAD0A;
}

.alert-global form {
  padding-top: 15px;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .alert-global form {
    padding-bottom: 0;
  }
}

/**
 * User information representations
 * Usually avatar + real name + handle
 */

.user-rep {
  /* Extends: .media */
}

.avatar {
  border-radius: 3px;
  display: block;
}

.user-rep-card .avatar {
  margin: 0 auto .5em auto;
}

.user-rep-real-name {
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.user-rep-handle {
  margin-top: 7px;
  margin-bottom: 0;
  font-weight: 400;
}

.instrument-status-time {
  margin-top: .5em;
}

/* Graphs */

.graph {
  /* This is the holder element for the graph */
  overflow: auto;
  padding: 1px 0 28px 0;
}

/* Key-Value lists in the sidebar */

.account-info {
  font-size: 12px;
}

.user-stats {
  font-size: 12px;
}

.instrument-activity {
  font-size: 12px;
}

/* =============================================================================
   People listing
   ========================================================================== */

.people-list {
  margin: -29px 0 0 0;
}

.people-list > li {
  padding: 15px 30px;
  border-top: 1px solid #D6DFE6;
}

.people-list-profile-title {
  font-size: 18px;
  margin: 0 0 7px 0;
}

.people-list-profile-desc {
  margin-bottom: 6px;
}

.people-list-profile .help-block {
  margin-bottom: 0;
}

.people-list-profile-action {
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  .people-list-profile-action {
    float: right;
    margin-top: -28px;
  }
}

/* =============================================================================
   Timeline
   ========================================================================== */

.timeline {}

.timeline-list {
  margin: -29px 0 0 0;
  padding: 0;
}

.timeline-list > li {
  border-top: 1px solid #D6DFE6;
  position: relative;
}

.timeline-item-update {
  /* Applied to: .timeline-list > li */
}

.timeline-item-comment {
  /* Applied to: .timeline-list > li */
  padding-left: 64px;
}

.timeline-list > .timeline-item-alert {
  overflow: hidden;
  height: 0;
  -webkit-transition: min-height ease 0.5s;
  -moz-transition: min-height ease 0.5s;
  -o-transition: min-height ease 0.5s;
  -ms-transition: min-height ease 0.5s;
  transition: min-height ease 0.5s;
  border-top-width: 0;
}

.timeline-item-alert.active {
  min-height: 50px;
  border-top-width: 1px;
}

.timeline-item-alert .alert {
  /* Applied to: .timeline-list > li */
  margin-bottom: 0;
  border-radius: 0;
  border: none;
}

.timeline-item-type-indicator {
  position: absolute; top: 28px; left: 50px;
  color: #C2D0DD;
}

.timeline-item {}

.timeline-item-content {
  padding: 28px;
}

.timeline-item-content > .media-body {
  overflow: visible;
  margin-left: 46px;
}

/*.timeline-item .media-figure {
  margin-right: 28px;
}*/

.timeline-item-title {
  margin-top: -3px;
  font-size: 1em;
  line-height: 1.25;
  font-weight: 700;
}

.timeline-item-title i, .timeline-item-title span{
  color: #6aa5d5;
}

.timeline-item-time {
  font-size: 12px;
}

.info-contextual {
  margin: 10px 0;
  background-color: rgba(0,0,0,.03);
  padding: 10px;
  border-radius: 3px;
  position: relative;
}

.info-contextual:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 12px;
  display: block;
  border-top: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid rgba(0,0,0,.05);
  _border-right-color: pink;
  _border-left-color: pink;
  _filter: chroma(color=pink);
}

.info-contextual .glyphicon,
.timeline-item-footer a .glyphicon {
  color: #C2D0DD !important;
}

.timeline-item-footer a.btn {
  margin-bottom: 10px;
}

@media (min-width: 400px) {
  .timeline-item-footer a.btn {
    margin-bottom: 0;
  }
}

.timeline-item-footer a.btn .glyphicon {
  color: inherit !important;
  top: 0;
}

.timeline-item-footer {
  margin-bottom: 0;
}

.timeline-item-footer .pull-right {
  float: none !important;
  padding-left: 0;
  padding-top: 1em;
}

@media (min-width: 768px) {
  .timeline-item-footer .pull-right {
    float: right !important;
    padding-left: 5px;
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .timeline-item-status .media-body {
    margin-top: 12px;
  }
}

.timeline-item-activity {
  padding: 28px 28px 28px 28px;
  border-top: 1px solid #D6DFE6;
  background-color: #f9f9f9;
  position: relative;
}

@media (min-width: 768px) {
  .timeline-item-activity {
    padding-left: 92px;
  }
}

.timeline-item-activity:before {
  content: "";
  display: block;
  width: 23px;
  height: 12px;
  background: url(../../assets/img/timeline-item-activity-callout.png) 0 0 no-repeat;
  position: absolute; top: -12px; left: 92px;
}

.timeline-item-activity-list > li + li {
  margin-top: 1em;
}

.timeline-item-story {
  /* Stories created from links in updates */
  margin: 1.25em 0;
  border-top: 1px solid #D6DFE6;
  padding-top: 1.25em;
  font-size: 12px;
  color: #999;
}

.timeline-item-story p {
  margin: 10px 0 0 0;
}

.timeline-item-story .media-figure img {
  max-width: 36px;
  height: auto;
}

/* =============================================================================
   Trade tables
   ========================================================================== */

.window {
  overflow: auto;
  max-height: 300px;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 15px;
}

.table-trade {
  margin: 0;
  padding: 0;
  font-size: 12px;
  min-width: 100%;
}

@media (min-width: 768px) {
  .table-trade {
    font-size: 14px;
  }
}
  
.table-trade thead > tr > th {
  padding: 7px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #67849B;
  background-color: #f9f9f9;
  border: none;
}
.result-type{
  background-color: #F9F9F9;
    border: medium none;
    color: #67849B;
    font-size: 11px;
    height: 20px;
    left: 0;
    letter-spacing: 0.1em;
    line-height: 20px;
    margin: 0;
    padding-left: 10px;
    position: ;
    text-align: left;
    text-transform: uppercase;
    margin: 0 -10px 5px;
}

.table-trade thead > tr > th:first-child,
.table-trade tbody > tr > td:first-child {
  padding-left: 28px;
}

.table-trade thead > tr > th:last-child,
.table-trade tbody > tr > td:last-child {
  padding-right: 28px;
}

.table-trade tbody > tr > td {
  padding: 14px 7px;
  vertical-align: middle;
}

.table-trade tbody > tr > td.instrument-icon {
  padding-right: 0;
  width: 32px;
}

.table-trade tbody > tr > td.success {
  border-left-width: 1px;
  border-left-style: solid;
  border-color: #c3d8bc;
}

.table-trade tbody > tr > td.danger {
  border-left-width: 1px;
  border-left-style: solid;
  border-left: 1px solid #dcc4c4;
}

.table thead > tr.break > td,
.table tbody > tr.break > td,
.table tfoot > tr.break > td {
  border-top: 2px solid #d6dfe6;
}

.table-trade .help-block {
  margin-bottom: 0;
}

/* =============================================================================
   Instrument listing
   ========================================================================== */

.panel-instrument {
  /* Extends: .panel */
  border-color: #D6DFE6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-instrument > .panel-heading,
.panel-instrument > .panel-footer {
  background-color: #E9EEF3;
  border-color: #D6DFE6;
}

.panel-instrument .panel-heading {
  padding-bottom: 15px;
}

.panel-instrument .panel-title {
  margin-top: 8px;
}

.panel-instrument .dl-horizontal {
  margin: 0 0 10px 0;
}

.panel-instrument .dl-horizontal dt,
.panel-instrument .dl-horizontal dd {
  margin-bottom: 0;
}

.panel-instrument .panel-footer {

}

/* =============================================================================
   Modal windows
   ========================================================================== */

.modal-content {
  border-radius: 3px;
}

.modal-header {
  background-color: #D6DFE6;
  border-radius: 3px 3px 0 0;
  border-bottom-color: #c5ced4;
}

.modal-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
}

.modal-header .nav-tabs {
  margin-bottom: -15px;
}

.modal-header .nav-tabs > li > a {
  position: relative; top: 1px;
  padding-bottom: 6px;
}

.modal-header .nav-tabs > li.active > a,
.modal-header .nav-tabs > li.active > a:hover,
.modal-header .nav-tabs > li.active > a:focus {
  border-color: #c5ced4;
  border-bottom-color: transparent;
}

.modal-body {
  max-height: 500px;
  overflow: auto;
}

/* Some modals need to be higher */

@media (min-height: 700px) {
  .modal-h-lg .modal-body {
    max-height: 600px;
  }
}

@media (min-height: 800px) {
  .modal-h-lg .modal-body {
    max-height: 700px;
  }
}

@media (min-height: 900px) {
  .modal-h-lg .modal-body {
    max-height: 800px;
  }
}

@media (min-height: 1000px) {
  .modal-h-lg .modal-body {
    max-height: 900px;
  }
}

@media (min-height: 1100px) {
  .modal-h-lg .modal-body {
    max-height: 1000px;
  }
}

.modal-footer {
  margin-top: 0;
  border-color: #D6DFE6;
  text-align: left;
}

.modal-footer .btn-info {
  margin-bottom: 10px;
}

@media (min-width: 400px) {
  .modal-footer .btn-info {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .modal-footer {
    text-align: right;
  }
}

.modal-footer .help-block {
  margin-bottom: 0;
}

/* Post update form */

.post-update-body {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.post-update-body textarea.form-control {
  padding: 0 15px;
  border: none;
  -webkit-resize: none;
  -moz-resize: none;
  resize: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 4em;
}

/* Trading forms */

.instrument-header {
  margin-bottom: 20px;
}

.instrument-header:after {
  content: "";
  display: table;
  width: 100%;
}

.instrument-header .instrument-pair {
  margin-top: -6px;
}

@media (min-width: 768px) {
  .instrument-header .instrument-pair {
    margin-top: 4px;
  }
}

.instrument-name {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 20px 0;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .instrument-name {
    margin: 10px 0 0 0;
  }
}

.trade-body .form-group {
  margin-bottom: 10px;
}

.instrument-header .trade-cta {
  clear: both;
}

.trade-body hr {
  margin-top: 10px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .trade-body hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.alert-trade-summary {
  margin-top: 20px;
  margin-bottom: 0;
}

/* Onboarding forms in modals */

.modal .onboarding-page-header {
  margin-bottom: 28px;
}

.modal .onboarding-page-header h1 {
  font-size: 18px;
  margin-top: 0;
}

.modal .onboarding-page-header .lead {
  font-size: inherit;
}

/* =============================================================================
   Individual elements
   ========================================================================== */

a,
.btn {
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

/*a:active,
a:hover {
  text-decoration: none;
  color: #296baf;
}*/

.inactive {
  /* Extends: a */
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: .35;
}

.help-link {
  /* Extends: a */
  color: #ccc;
}

.account-info .help-link {
  font-size: .85em;
  position: relative; top: 0;
}

.alert-nodata {
  padding: 0;
}

.list-group-item {
  border-color: #D6DFE6;
}

.list-group-item .multi-items {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}

.list-group .item-separator{
  background: #F9F9F9;
  border-bottom: medium none;
  color: #67849B;
  font-size: 11px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-transform: uppercase;
}

.list-group-item .multi-items .list-group{
  margin-bottom: 10px;
}

.list-group-item .multi-items .nested-multi-items{
  margin-bottom: 5px;
  padding-left: 20px;
}
.list-group-item .multi-items .active:before{
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #6AA5D5;
  line-height: 1;
  margin-left: 0;
}
.list-group-item .island-section-heading {
  margin-top: 17px;
  margin-bottom: 17px;
}
.filters a.active{
  color: #296baf;
}
.input-group-addon {
  padding: 7px;
}

.form-control {
  padding: 7px;
  height: 34px;
}

.form-control-invisible {
  border: none;
  padding: 0;
  box-shadow: none;
  resize: none;
}

.thumbnail {
  margin-bottom: 30px;
}

.bg-checkered {
  background: url(../../assets/img/bg-checkered.png);
}

.well {
  padding: 30px;
  background-color: #e9eef3;
  border-color: #d9e1ea;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.well-onbg {
  /* Extends: .well */
  background-color: #fff;
}

.well-bordered {
  /* Extends: .well */
  background-color: transparent;
}

.well-header {
  margin-bottom: 30px;
}

.well-title {
  font-size: 18px;
  margin: 0;
}

.well-title + p {
  margin-top: 10px;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control-inline {
  display: inline-block;
  width: auto;
}

legend {
  border: none;
  font-weight: 700;
}

.panel {
  box-shadow: none;
  border-color: #D6DFE6;
}

.panel-default > .panel-heading {
  border-color: #D6DFE6;
}

.tooltip {
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  text-align: center;
  -o-text-overflow: none;
  -ms-text-overflow: none;
  text-overflow: none;
  white-space: normal;
}

/*.tooltip-inner {
  min-width: 100px;
}*/

.popover {
  padding: 0;
  border-color: #d6dfe6;
  border-radius: 3px;
}

.popover-title {
  background-color: #f9f9f9;
  border-color: #d6dfe6;
  border-radius: 3px 3px 0 0;
  font-weight: bold;
  color: #4a4a4a;
  letter-spacing: normal;
  text-transform: none;
}

.popover-content {
  font-size: 12px;
  font-weight: normal;
  color: #4a4a4a;
  letter-spacing: normal;
  text-transform: none;
}

.popover.top .arrow {
  border-top-color: #d6dfe6;
}

/* Helper classes */

.visible-xs-inline-block {
  display: none;
}

@media (max-width: 991px) {
.visible-xs-inline-block {
  display: inline-block !important;
}
}

.margins {
  margin-top: 50px;
  margin-bottom: 50px;
}

.il {
  /* Invisible links */
  color: inherit !important;
}

.il:focus,
.il:hover {
  color: #428bca !important;
}

.dsa {
  /* Double-Space after element */
  margin-right: .5em;
}

.dsb {
  /* Double-Space before element */
  margin-left: .5em;
}

.nbsp {
  /* Disable text wrapping */
  white-space: nowrap;
}

.offset-top-15 {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .offset-top-n-10 {
    margin-top: -10px;
  }
}

.offset-bottom-0 {
  margin-bottom: 0;
}

.offset-bottom-15 {
  margin-bottom: 15px;
}

.offset-bottom-20 {
  margin-bottom: 20px;
}

@media (max-width: 992px) {

  .offset-md-bottom-15 {
    /* Most often used to space out input fields on small screens */
    margin-bottom: 15px;
  }

}

.img-rounded {
  border-radius: 3px;
}

.text-muted {
  font-weight: normal;
}

.island-header .text-muted {
  color: #90a3bc !important;
}

.nav .active .text-muted,
.tt-is-under-cursor .text-muted {
  color: #D6DFE6 !important;
}

.block {
  display: block;
}

.drag-handle {
  color: #ccc;
}

.drag-handle:hover,
.drag-handle:active {
  color: #333;
  cursor: move;
}

.important-action {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.important-action-container:hover .important-action {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* Media listings */

.list-media li {
  margin-bottom: 10px;
}

.list-discovery {
  /* Used for people and instrument discovery */
  font-size: 12px;
}

.list-discovery .user-rep-handle {
  margin-top: 1px;
}

.list-discovery .instrument {
  margin-top: 0;
}

.list-discovery .instrument-rep-real-name {
  font-size: inherit;
  line-height: 1;
  margin: 0;
}

.list-discovery .instrument-rep-handle {
  margin: 0;
  font-size: .85em;
}

/* News listings */

.list-news {}
  
.list-news-item {
  margin-bottom: 7px;
  font-size: .85em;
}

.list-news-item > a {
  background-color: #E9EEF4;
  border-radius: 3px;
  padding: 7px;
}

.list-news-item > a:focus,
.list-news-item > a:hover {
  background-color: #e4eaf2;
}

.list-news-item-title {
  font-weight: normal;
}

/* Media lists */

.media > a > .pull-left {
  margin-right: 10px;
}
.media > a > .pull-right {
  margin-left: 10px;
}

.media-clickable {
  /* Extends: .media */
}

.media-clickable-anchor {
  display: block;
  padding: 10px;
  border-radius: 3px;
  color: inherit;
}

.media-clickable-anchor:focus,
.media-clickable-anchor:hover {
  background-color: #f9f9f9;
  color: inherit;
}

.media-heading {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.promo {
  margin-bottom: 30px;
  position: static;
  background-color: #fff;
}

.promo .media-list {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .promo.affix {
    position: fixed;
    top: 55px;
    bottom: 0;
    overflow: auto;
    margin-bottom: 0;
    width: 152px;
  }
}

@media (min-width: 1200px) {
  .promo.affix {
    width: 189px;
  }
}

.media-list {
  border-bottom: 1px solid #D6DFE6;
  padding-bottom: 15px;
}

.media-list > li {
  border-top: 1px solid #D6DFE6;
  padding-top: 15px;
}

.media-action-xs {
  margin-top: 8px;
}

.promo .media-list {
  padding-bottom: 20px;
}

.promo .media-list > li {
  border-top: 1px solid #D6DFE6;
  padding-top: 30px;
}

.icon-list .pull-left .glyphicon, /* preferred */
.icon-list .pull-left [class*=icon], /* preferred */
.settings-list .pull-left .glyphicon,
.promo .pull-left .glyphicon {
  font-size: 36px;
  position: relative;
}

/* Trade CTA-s */

.trade-cta:after {
  content: "";
  display: table;
  width: 100%;
}

.btn-trade {
  width: 48%;
  padding: 10px;
  text-align: left;
}

.trade-cta-label {
  display: block;
  font-weight: normal;
}

.trade-cta-value {
  display: block;
  margin-top: 4px;
  font-size: 1.5em;
}

@media (min-width: 992px){
  .trade-cta-value {
    font-size: 1.15em;
  }
}

@media (min-width: 1200px){
  .trade-cta-value {
    font-size: 1.5em;
  }
}

.trade-cta-icon {
  margin-top: -2px;
}

/* Instrument indicators */

.instrument-indicator {}

.instrument-indicator-track {
  background-color: #D6DFE6;
  height: 5px;
  border-radius: 2px;
}

.instrument-indicator-segment {
  height: 5px;
  border-radius: 2px;
  box-shadow: 0 0 0 2px #fff;
}

.instrument-indicator-success {
  background-color: #9fc278;
}

.instrument-indicator-danger {
  background-color: #db5c68;
}

.instrument-indicator-info {
  font-size: 12px;
  margin-top: 5px;
  line-height: 1;
  text-align: center;
}

.instrument-indicator-info:after {
  content: "";
  display: table;
  width: 100%;
}

/* New post on dashboard */

.new-db-post {
  /* Extends: .island-element */
}

.compact-form-ctrls {
  display: none;
}

.compact-form-ctrls-autovisible {
  /* Used for comment forms where the first comment is posted,
     and the form itself is hidden by default */
  display: block;
}

.compact-form-trigger.active {
  height: 8em;
}

.open-trades,
.instruments-list,
.closed-positions {
  margin: -28px 0 0 0;
}

.instruments-list .glyphicon-star, .instruments-list .glyphicon-star-empty{
  font-size: 15px;
}

.instruments-list .glyphicon-star{
  color: #F1C40F;
}

.instruments-list .glyphicon-star:hover{
  color: #d9b00d;
}

.table-wrap {
  overflow: auto;
}

.table-wrap-parent {
  position: relative;
  overflow: hidden;
}

.table-scroll-indicator {
  content: "";
  display: block;
  width: 10px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 0 2px 0;
  background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.15)));
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
  background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
  background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
  background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26000000',GradientType=1 );

}

.open-trades > .alert {
  margin: 28px;
}

/* Hidden checkboxes */

.checkbox-toggle {
  /* Applied to label element */
  cursor: pointer;
}

.checkbox-toggle > input {
  display: none;
}

.checkbox-toggle i {
  font-size: 1.25em;
  position: relative; top: .15em;
}

.checkbox-toggle.active i {
  color: #5993CB;
}

.global-message {
  /* Extends: .well */
  padding: 50px;
}

.global-message-icon {
  font-size: 64px;
  color: #6aa5d5;
}

.global-message h1 {
  font-weight: 700;
}

/* =============================================================================
   Onboarding
   ========================================================================== */

.onboarding-page-header {
  margin-bottom: 50px;
}

.onboarding-page-header h1 {
  font-weight: 700;
}

.public-page-footer {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 12px;
  color: #999;
}

.control-group {
  position: relative;
}

.control-valid {
  position: absolute;
  top: 36px;
  right: 24px;
  padding-bottom: 6px;
  display: inline-block;
}

.onboarding-progress {
  text-align: left;
  overflow: hidden;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .onboarding-progress {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.onboarding-progress-label {
  line-height: 3;
  overflow: hidden;
  position: relative;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: .5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .onboarding-progress-label {
    line-height: inherit;
    float: left;
    width: 33.3%;
    margin: 0;
    padding: 15px;
  }
}

.onboarding-progress-label.active {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.onboarding-progress-num {
  float: left;
  width: 2.25em;
  height: 2.25em;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 2.25;
  border-radius: 50%;
  background-color: #E9EEF3;
  text-align: center;
  margin-right: 15px;
}

.onboarding-progress-label.done > .onboarding-progress-num {
  background-color: #9fc278;
  color: #fff;
}

/* In-App onboarding */

.steps {
  margin: 0 0 50px 0;
  padding: 0;
  text-align: center;
}

.steps li {
  display: block;
  margin: 0 0 20px 0;
  text-align: left;
}

@media (min-width: 768px) {
  .steps li {
    display: inline-block;
    margin: 0;
  }
}

.step-tab {
  display: block;
  padding: 15px;
  background-color: #E9EEF3;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-align: center;
}

@media (min-width: 768px) {
  .step-tab {
    display: inline-block;
  }
}

.active .step-tab {
  background-color: #6aa5d5;
  color: #fff;
}

@media (min-width: 768px) {
  .steps li + li {
    margin-left: 7px;
  }

  .steps li + li:before {
    content: "▶";
    color: #ccc;
    display: inline-block;
    margin-right: 10px;
  }
}

.panel-card {
  /* Extends: .panel */
  border-width: 2px;
  border-radius: 4px;
  text-align: center;
}

.panel-card.active {
  border-color: #6aa5d5;
}

.panel-card-toggle:link,
.panel-card-toggle:focus,
.panel-card-toggle:hover,
.panel-card-toggle:visited {
  display: block;
  color: inherit;
  position: relative;
}

.panel-toggle-success {
  display: none;
  position: absolute;
  top: -1em;
  margin-left: -1em;
  padding-top: 4px;
  padding-bottom: 8px;
}

.panel-icon {
  margin: 30px 0;
  padding: 0 15px;
  font-size: 64px;
  color: #6aa5d5;
}

.panel-icon > img {
  display: block;
  margin: 0 auto;
}

.panel-card > .panel-heading {
  padding: 0 15px;
  font-size: 18px;
}

/* Dropzone styling */

.dropzone {
  padding: 30px 30px 10px 30px;
  text-align: center;
  border: 2px dashed #D6DFE6;
  border-radius: 8px;
  overflow: hidden;
}

.dz-drag-hover {
  background-color: #fcf8e3;
}

.dz-message {
  color: #999;
  margin-bottom: 20px;
}

.dz-preview {
  position: relative;
  float: left;
  width: 48%;
  margin: 20px 0;
  padding: 10px;
  background-color: #E9EEF3;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.dz-preview:nth-child(odd) {
  float: right;
}

.dz-details {}

.dz-details img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
  height: auto;
  padding: 5px;
  background-color: #fff;
  border-radius: 2px;
}

.dz-filename,
.dz-size {
  display: inline;
  font-size: 12px;
}

.dz-error-mark,
.dz-success-mark {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  position: absolute;
  top: -.75em;
  right: -.75em;
  border-radius: 50%;
  color: #fff;
}

.dz-error-mark {
  background-color: #d9534f;
}

.dz-success-mark {
  background-color: #5cb85c;
}

.dz-error-message {
  padding: 10px;
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  border-radius: 2px;
}

.sharing {
  padding: 20px 0 16px 0;
  margin-top: 30px;
  background: #f9f9f9;
  border: 1px solid #d9e1ea;
  border-radius: 2px;
}

.well .sharing {
  padding: 30px 0 26px 0;
  margin: 50px -51px -51px -51px;
  border-width: 1px 0 0 0;
  border-radius: 0 0 3px 3px;
  background-color: #d9e1ea;
  border-top: 1px solid #d1dae5;
}

/* =============================================================================
   Session screens
   ========================================================================== */

@media (min-width: 768px) {
  .session-content {
    /* Extends: island */
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

/* =============================================================================
   Lander
   ========================================================================== */

.lander body {
  background: transparent;
  padding-top: 0;
}

.screen {
  overflow: hidden;
  position: relative;
}

.lander .screen {
  background-position: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.screen-top {
  background: url(../../assets/img/lander/bg-top.jpg) no-repeat;
}

.screen-bottom {
  background: url(../../assets/img/lander/bg-bottom.jpg) no-repeat;
}

.scroll-indicator {
  display: block;
  width: 200px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  padding: 10px 0;
  background-color: #fff;
  color: inherit;
  border-radius: 3px 3px 0 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: .5;
  -webkit-animation-delay: 3s;
  cursor: pointer;
}

.lander-hero {
  position: static;
}

@media (min-width: 992px) {
  .lander-hero {
    position: absolute;
  }
}

.lander-logo {
  margin-top: 50px;
  max-width: 50%;
}

@media (min-width: 768px) {
  .lander-logo {
    /*margin-top: 0;*/
    max-width: 100%;
  }
}

.lander-page-header {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #fff;
}

@media (min-width: 768px) {
  .lander-page-header {
    margin-top: 100px;
  }
}

.lander-page-header h1 {
  font-weight: 700;
}

.lander-page-footer {
  padding: 20px 0;
  background: #212121;
  color: #999;
  font-size: 12px;
}

.lander-page-footer h5 {
  font-size: 10px;
  text-transform: uppercase;
}

.lander-page-footer-disclaimer {
  margin-top: 10px;
  font-size: 10px;
  color: #777;
}

.lander-cta {
  /* Extends: .well */
  background: #fff;
  padding: 0 30px;
}

.lander-cta > form {
  margin-left: -30px;
  margin-right: -30px;
  padding: 30px;
}

.lander-cta legend {
  margin-top: 0;
}

.lander-cta > .lander-cta-signup {
  padding-bottom: 0;
  position: relative;
}

.invite-code-trigger {
  float: right;
  margin-top: -26px;
  margin-right: 7px;
}

.lander-cta-soc-login {
  padding-bottom: 30px;
}

.lander-cta-login {
  /* Extends: .form-horizontal */
  background-color: #f9f9f9;
  border-top: 1px solid #dfdfdf;
}

.lander-cta-login legend {
  font-size: 18px;
}

.lander-cta-soc-login .btn-facebook {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .lander-cta-soc-login .btn-facebook {
    margin-bottom: 0;
  }
}

.help-block-terms {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .help-block-terms {
    margin-top: -.2em;
  }
}

/* =============================================================================
   Lander features
   ========================================================================== */

.feature {
  border-top: 1px solid #dfdfdf;
  padding-top: 100px;
  font-size: 16px;
}

.feature-spec {
  margin-top: 1px;
  background: url(../../assets/img/lander/spec-bg.png);
  padding-bottom: 100px;
}

.label-soon {
  padding: 7px 14px;
  background-color: #F1CD00;
  color: inherit;
  text-transform: uppercase;
  letter-spacing: .1em;
  display: inline-block;
  margin-top: 50px;
}

.feature p {
  margin-bottom: 24px;
}

.feature-heading {
  margin-top: 50px;
  margin-bottom: 24px;
  font-weight: 700;
}

/* =============================================================================
   About us
   ========================================================================== */

.lander-aside {
  margin-top: 30px;
}

.lander-aside .list-group-item {
  padding-left: 30px;
  padding-right: 30px;
}

.after-signup-cta:after {
  content: "";
  display: block;
  margin: 10px auto 0 auto;
  width: 147px;
  height: 29px;
  background: url(../../assets/img/lander/sign-up-graphic.png) 0 0 no-repeat;
}

.founders {
  margin-top: 50px;
  padding-top: 60px;
  border-top: 1px solid #dfdfdf;
}

.founder {
  margin-bottom: 50px;
}

.founder h3 {}

/* =============================================================================
   Careers
   ========================================================================== */

.panel-longform {
  /* Extends: .panel */
}
  
.panel-longform .panel-heading {
  padding: 28px;
}

.panel-longform .panel-body {
  padding: 24px 28px;
}

.panel-longform .panel-body p,
.panel-longform .panel-body ul,
.panel-longform .panel-body ol,
.panel-longform .panel-body dl {
  margin-bottom: 1.5em;
}

.panel-longform .panel-body h1,
.panel-longform .panel-body h2,
.panel-longform .panel-body h3,
.panel-longform .panel-body h4,
.panel-longform .panel-body h5,
.panel-longform .panel-body h6 {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* =============================================================================
   Lander V2
   ========================================================================== */
   


   .lander-top-header{
    color: #fff;
    margin: 0;
   }

   .btn-larger{
    padding: 20px 34px;
    font-size: 13px;
   }

   h1.large-headline{
    font-size: 60px;
   }

   .section-title-dark{
    margin-bottom: 3em;
   }

   .follow-up{
    font-size: 19px !important;
   }

   /* testimonials */

   .lander-testimonials{
    background: url(../../assets/img/lander/bg-testimonials.jpg) repeat ;
    padding-top: 6rem;
    padding-bottom: 6rem;
   }

   .lander-testimonials .section-title-on-dark{
    color: #fff;
    margin-bottom: 60px;
   }

   .lander-testimonials .testimonial-box{
    background: #fff;
    padding: 1em;
    margin-bottom: 60px;
    border-radius: 3px;
    min-height: 198px;
   }

   .lander-testimonials p.testimonial{
      margin-top: 1em;
   }

   .lander-testimonials .user-rep-handle{
    color: #4a4a4a;
    margin-top: 1em;
    font-size: 14px;
   }

   .cta-contact{
    color: #fff;
    margin-top: 2em;
    line-height: 1.7;
   }

   /* quote */

   .lander-quote{
    padding: 2.5em 0;
    border-top: 1px solid #e9eef3;
    border-bottom: 1px solid #e9eef3;
   }

   .lander-quote .muted{
    color: #999;
    margin-bottom: 0;
    padding-bottom: 0;
   }

   .lander-quote .quoted-text{
    text-transform: uppercase;
    font-weight: 700; 
    letter-spacing: 0.05em;
    font-size: 13px;
   }

   .lander-cta-signup button.close{
    position: absolute;
    top: 20px;
    right: 20px;
   }

   /* carousel */

   #lander-carousel:active, #lander-carousel:focus{
    margin-top: 58px;
   }

   .control-narrow{
    width: 8%;
   }

   .control-narrow .icon-prev, .control-narrow .icon-next, .control-narrow .glyphicon-chevron-left, .control-narrow .glyphicon-chevron-right{
    left: 45%;
   }

   .lander .carousel-inner{
    background: url(../../assets/img/lander/bg-shapes.jpg) 50% 50% no-repeat;
    height: 700px;
   }

   .slide-2{
    background: url(../../assets/img/lander/slide-vault.jpg) 50% 50% no-repeat;
    height: 700px;
   }

   .slide-2 .lander-top-header{
    margin-top: 3em;
   }

   .slide-2 ul li{
    margin: 15px 0;
   }

   .brand-logos{
    margin: -20px 20px 20px 30px;
   }

   .carousel{
    margin-top: 58px;
    /*padding-top: 8em;
    padding-bottom: 8em;*/
    background: #e9eef3; 
   }

   .carousel .carousel-list li{
    margin: 1em 0;
    font-size: 15px;
   }

   .slide-1{
    
    padding-top: 2em;
    padding-bottom: 10em;
    background-size: cover; 
    height: 700px;
   }

   .screenshot{
    padding: 0;
   }

   .dashboard-screenshot{
    margin-top: 4em;
    padding: 0;
   }

   .dashboard-screenshot img{
    max-width: 100%;
   }


   /*.lander .carousel-control .glyphicon{
    display: none; 
   }*/
   .lander .carousel-control:focus,  .lander .carousel-control:active{
    border: none;
    outline: none;
   }

   .cta-in-slide{
    margin-top: 20px;
    margin-left: 0;
   }

   .promo-text{
    position: absolute;
    bottom: 30px;
    right: 10%; 
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-size: 12px;
   }

   .btn-marketing{
    background: linear-gradient(to bottom, #49be2e, #2aa00e) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #33991a;

   }
   .btn-marketing:hover, .btn-marketing:focus{
    background: linear-gradient(to bottom, #44b32b, #26940d) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #2d8517;
   }

   /* video */

   .video{
    margin-bottom: 4em;
   }

   .lander-video{
    width: 770px;
    height: 450px;
    max-width: 100%;
   }

   .lander-tips{
    padding: 4em 0 4em 0;
   }

   .lander-features{
    background: #f5f5f5;
    padding: 4em 0 4em 0;
   }

   .feature-box{
    margin-bottom: 4em; 
   }

   .lander-features h5{
    text-transform: uppercase;
   }

   .lander-features .feature-icon{
    display: block;
    margin: 0 auto 2em auto;

   }

   .video-holder{
    margin-top: 4rem;
   }

   .video-section-list{
    margin-top: 6em;
    font-size: 15px;
   }

   .video-section-list li{
    margin: 15px 0;
   }

   @media (max-width: 992px){
    .lander-top-header .large-headline{
      font-size: 2.75em;
      margin-top: 1em;
    }
    .lander-top-header .follow-up{
      font-size: 16px !important;
    }
    /*.lander-top-header{
      margin-top: 4em;
    }*/

    .control-narrow .icon-prev, .control-narrow .icon-next, .control-narrow .glyphicon-chevron-left, .control-narrow .glyphicon-chevron-right {
    left: 20%;
    right: 20%;
    top: 92%;
    margin: 0;
    padding: 0;
    }
   }

/* =============================================================================
   Press
   ========================================================================== */

.press-clipping .media {
  margin-bottom: 30px;
}

/* =============================================================================
   FAQ
   ========================================================================== */

.faq-section {
  margin: 50px 0;
  padding-top: 50px;
  border-top: 1px solid #D6DFE6;
}

.faq-section-heading {
  margin-top: 0;
  margin-bottom: 50px;
}

.faq-article {
  margin: 30px 0;
}

.faq-article-heading {
  font-size: 1em;
}

.faq-article-heading:after {
  content: ""attr(id)"";
  margin-left: .5em;
  font-size: .65em;
  font-weight: normal;
  color: #999;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .faq-article-heading:after {
    display: none;
  }
  .faq-article-heading:hover:after {
    display: inline;
  }
}

.faq-article .scroll-top {
  float: right;
  line-height: 1;
  font-size: .85em;
}

.faq-article .scroll-top:link,
.faq-article .scroll-top:visited {
  color: #dfdfdf;
}

.faq-article .scroll-top:focus,
.faq-article .scroll-top:hover {
  color: #6aa5d5;
}

@media (min-width: 992px) {
  .faq-article .scroll-top {
    float: left;
    margin-left: -2em;
  }
}

/* =============================================================================
   Footer - Marketing
   ========================================================================== */

.footer-marketing{
  background: #212121;
}

.footer-marketing h3{
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 6px solid #4a4a4a;
  margin-top: 60px;
  display: inline-block;
}

.footer-marketing ul{
  list-style: none;
  padding: 0;
}

.footer-marketing ul li{
  margin: 10px 0;
}

.footer-text{
  color: #999;
  font-size: 12px;
  line-height: 1.7;
}

.footer-text h3{
  color: #999;
  border: none;
  margin-top: 40px;

}

.footer-bottom{
  background: #181818;
  padding: 1em 0;
  margin-top: 1em;
}

.footer-social{
  margin-top: .5em;
}
.icon-ssl{
  margin-left: 30px;
}

/* =============================================================================
   Static instuement list page
   ========================================================================== */

.instrument-list-box{
  border: 1px solid #D6DFE6;
  border-radius: 3px;
  text-align: center;
  padding: 2em 1em;
  margin-bottom: 2em;
}

.instrument-list-box figure{
  margin-bottom: 1em;
}

.instrument-list-box h1{
  font-size: 16px;
}

.page-content{
  margin-bottom: 4em;
}

/* =============================================================================
   At.js styles
   ========================================================================== */

.atwho-view{position:absolute;top:0;left:0;display:none;margin-top:18px;background:#fff;border:1px solid #d5dfe7;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,.1);min-width:120px;z-index:10}.atwho-view .cur{background:#6aa5d5;color:#fff}.atwho-view .cur small{color:#fff}.atwho-view strong{color:#6aa5d5}.atwho-view .cur strong{color:#fff;font:bold}.atwho-view ul{list-style:none;padding:0;margin:auto}.atwho-view ul li{display:block;padding:5px 10px;border-bottom:1px solid #d5dfe7;cursor:pointer}.atwho-view small{font-size:smaller;color:#999;font-weight:400}


/* =============================================================================
   CUSTOM 5 COLUMN SPAN LAYOUT
   ========================================================================== */

 .row-fluid-5 {
   width: 100%;
   *zoom: 1;
 }
 .row-fluid-5:before,
 .row-fluid-5:after {
   display: table;
   line-height: 0;
   content: "";
 }
 .row-fluid-5:after {
   clear: both;
 }
 .row-fluid-5 [class*="span"] {
   display: block;
   float: left;
   width: 100%;
   min-height: 30px;
   margin-left: 1.875%;
   *margin-left: 1.875%;

   -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
           box-sizing: border-box;
 }

 .row-fluid-5 .controls-row [class*="span"] + [class*="span"] {

   margin-left: 1.875%;
 }
 .row-fluid-5 [class*="span"]:first-child{
    margin-left: 0;
 }
 .row-fluid-5 .span2 {
   width: 18.5%;
   *width: 18.5%;
 }

 /* responsive ONLY */

 @media (max-width: 600px){ /* spans reduce to 100px then go full width */

    .row-fluid-5 [class*="span"]{
    margin-left: 0;
    float: left;
    width: 100%;
    padding: 10px; 
    }
 }


/* =============================================================================
   The end!
   ========================================================================== */

   @media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        /*margin: 7.5px -15px;*/
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
