/* CCloud Media */
/* Load custom font */

@font-face {
  font-family:'TwCenMT-Regular';
  src: url('../fonts/custom/TwCenMT-Regular_gdi.eot');
  src: url('../fonts/custom/TwCenMT-Regular_gdi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/custom/TwCenMT-Regular_gdi.woff') format('woff'),
    url('../fonts/custom/TwCenMT-Regular_gdi.ttf') format('truetype'),
    url('../fonts/custom/TwCenMT-Regular_gdi.svg#TwCenMT-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}
@font-face {
  font-family:'TwCenMT-Bold';
  src: url('../fonts/custom/TwCenMT-Bold_gdi.eot');
  src: url('../fonts/custom/TwCenMT-Bold_gdi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/custom/TwCenMT-Bold_gdi.woff') format('woff'),
    url('../fonts/custom/TwCenMT-Bold_gdi.ttf') format('truetype'),
    url('../fonts/custom/TwCenMT-Bold_gdi.svg#TwCenMT-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}
@font-face {
  font-family:'Apple-Regular';
  src: url('../fonts/custom/Apple_gdi.eot');
  src: url('../fonts/custom/Apple_gdi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/custom/Apple_gdi.woff') format('woff'),
    url('../fonts/custom/Apple_gdi.ttf') format('truetype'),
    url('../fonts/custom/Apple_gdi.svg#Apple-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

body{
	font-family: Helvetica;
	color: #333;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
}
header#header {
    background-color: #fff;
    /*border-bottom: 1px solid #ccc;*/
}
.logo .navbar-brand img {
    width: 190px;
    height: auto;
}
nav{
	margin-top: 40px;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #fff;
    border-bottom: medium solid #69bee6;
    text-decoration: none;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.navbar-nav > li > a{
	font-size: 20px;
	font-family: 'TwCenMT-Bold';
  text-transform: uppercase;
  border-bottom: medium solid #fff;
  transition-duration: 0.5s;
  color: #0093d0;
}
.navbar-nav > li > a:hover{
	color: #4786cf
}
a, h1 a:hover, h2 a:hover, h3 a:hover {
    color: #4786cf;
}

/* Latest work */
.portfolio-frame-vector{
  background-image: url('../images/screen-frames/screen-frame_vector.png');
  background-repeat: no-repeat;
  background-position: 0 20px;
  height: 420px;
  width: 500px;
}
.portfolio-frame-vector-large{
  background-image: url('../images/screen-frame_vector_1200.png');
  background-repeat: no-repeat;
  background-position: 0 20px;
  height: 1000px;
  width: 1200px;
}
.frame-inner-large{
  padding: 69px 0 0 0px;
}
.frame-inner{
  padding: 40px 0 0 21px;
}
/* Portfolio Frames */
.pf-table-border{
		border-right: 1px solid #ccc;
	}
.portfolio-frame-desktop{
  background-image: url('../images/screen-frames/screen-frame_vector_850.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 685px;
  width: 850px;
  height: 333px;
  width: 420px;
  margin: auto;
  margin-bottom: 30px;
  margin-bottom: 17px!important;
  background-size: 97%;
}
.portfolio-frame-desktop .frame-inner{
	padding: 17px 0 0 0;
	margin: auto;
	width: 388px;
}
.portfolio-frame-tablet{
  background-image: url('../images/screen-frames/screen-frame_vector_tablet.png');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: auto 350px;
  height: 350px;
  background-size: auto 350px;
  margin: auto;
  margin-bottom: 30px;
}
.portfolio-frame-tablet .frame-inner{
	padding: 31px 0 0 0;
	margin: auto;
	width: 216px;
}
.portfolio-frame-mobile{
  background-image: url('../images/screen-frames/screen-frame_vector_mobile.png');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: auto 350px;
  height: 350px;
  margin: auto;
  margin-bottom: 30px;
}
.portfolio-frame-mobile .frame-inner{
	padding: 50px 0 0 0;
	margin: auto;
	width: 142px;
}

/* Screen frame buttons */
.button-desktop{
	background-image: url('../images/screen-frames/buttons/desktop-icon.png');
	background-repeat: no-repeat;
	height: 76px;
	width: 93px;
	margin-left: 5px;
	margin-right: 5px;
}
.button-tablet{
	background-image: url('../images/screen-frames/buttons/tablet-icon.png');
	background-repeat: no-repeat;
	height: 76px;
	width: 59px;
	margin-left: 5px;
	margin-right: 5px;
}
.button-mobile{
	background-image: url('../images/screen-frames/buttons/mobile-icon.png');
	background-repeat: no-repeat;
	height: 76px;
	width: 37px;
	margin-left: 5px;
	margin-right: 5px;
}
/* Updated Buttons > FA Icons */
.pf.fa{
	color: #222;
	font-size: 50px;
}

/* #mainbody{background-color: #03a0d2;} */

/* Module Class Suffixes */
.topgradient{
	background: #0b61b9; /* Old browsers */
background: -moz-linear-gradient(top,  #0b61b9 0%, #aad6eb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0b61b9), color-stop(100%,#aad6eb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0b61b9 0%,#aad6eb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0b61b9 0%,#aad6eb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0b61b9 0%,#aad6eb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0b61b9 0%,#aad6eb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b61b9', endColorstr='#aad6eb',GradientType=0 ); /* IE6-9 */
}
/* Banners */
.banner-width{
  margin: auto;
  max-width: 1200px;
  height: auto;
}
/* Fix (news) article info */
dl.article-info.muted {
    display: inline-flex;
}
/* Blog heading styles */
.blog h1,h1.news {
    font-family: 'TwCenMT-Bold';
    font-size: 36px;
    text-transform: uppercase;
    color: #0093d0;
  margin-bottom: 10px;
}
.blog h2,.about h2,h2.news {
    font-family: 'Apple-Regular';
    font-size: 21px;
    letter-spacing: -5px;
    word-spacing: -8px;
    color: #6cbfe6;
}
.blog .items-leading .leading-0 .page-header{
	display: none;
}
.portfolio .row{
	margin-bottom: 0px;
}
.portfolio .row .col-md-5 {
    height: 280px;
}
/* Heading styles */
  /* Latest work Module */
    h1.latest{
      text-align: center;
      margin-bottom: 0px;
      padding-top: 40px;
      font-family: 'TwCenMT-Bold';
      color: #0093d0;
      font-size: 45px;
    }
    h2.latest{
      text-align: center;
      font-family: 'Apple-Regular';
      color: #6cbfe6;
      font-size: 25px;
    }
  /* What we do Module */
    h1.whatwedo{
      color: #0093d0;
      font-family: 'TwCenMT-Bold';
      font-size: 45px;
      margin-bottom: 20px;
    }
    h2.whatwedo,h3.whatwedo{
      color: #6cbfe6;
      font-family: 'Apple-Regular';
      font-size: 22px;
    }
  /* Portfolio Pages */
    h3.portfolio{
      text-align: center;
      font-family: 'TwCenMT-Bold';
      color: #0093d0;
    }
  /* About us Page modules */
    h1.about{
      font-family: 'TwCenMT-Bold';
      color: #0093d0;
    }
    h3.about{
      font-family: 'Apple-Regular';
      color: #6cbfe6;
    }
/* Portfolio hover */
.pf-container{
  width: 350px;
  height: 250px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.pf-thumbnail h3{
  text-align:center;
  margin: 0;  
}
.overlay{
  background:#000;
  opacity: 0;
  color:#fff;
  text-align:center;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0px;
  left: 15px;
  bottom: 0px;
  right: 0px;
  border-radius: 4px;
  transition-duration: 0.6s;  
}
.overlay:hover{
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  opacity: 0.75;
}
.pf-button{
  border: 1px solid #fff;
  padding:7px;
  border-radius: 4px;
  width: 75px;
  margin:0 7px;
  height: 25px;
  display:inline;
}
.pf-btn-link, .pf-button > a{
  color:#fff;
  text-decoration: none;
  padding: 7px;
  font-weight: bold;
}
.pf-button:hover{
  background: #fff;
  transition-duration:0.3s;
}
.pf-btn-link:hover, .pf-button > a:hover{
  color: #000;
  transition-duration:0.3s;
  text-decoration:none;
}
.pf-btn-link:focus, .pf-button > a:focus{
  color: #fff;
  outline: none;
  text-decoration: none;
}
/* Module Portfolio Read more link styling */
.pf-button-mod {
    border: 1px solid #4786cf;
    border-radius: 4px;
    height: 35px;
    margin: auto;
    padding: 5px 6px;
    width: 105px;
}
.pf-btn-link-mod {
    color: #4786cf;
    font-weight: bold;
    padding: 7px;
    text-decoration: none;
}
.pf-button-mod:hover {
    background: #4786cf;
    transition-duration: 0.3s;
}
.pf-btn-link-mod:hover {
    color: #fff;
    text-decoration: none;
    transition-duration: 0.3s;
}
.overlay h2{
  padding-top: 40px;
}
/* Portfolio button on portfolio details pages */
.pf-button-dark{
  border: 1px solid #000;
  padding:5px 6px;
  border-radius: 4px;
  width: 89px;
  margin: auto;
}
.pf-btn-link-dark, .pf-button-dark > a{
  color:#000;
  text-decoration: none;
  padding: 7px;
  font-weight: bold;
}
.pf-btn-link-dark:focus, .pf-button-dark > a:focus{
  color: #000;
  outline: none;
  text-decoration: none;
}
.pf-btn-link-dark:hover, .pf-button-dark > a:hover{
  color:#000;
  text-decoration:none;
}
/* Tabs override */
.nn_tabs .nav-tabs > li > a {
    padding: 3px 6px;
}
/* Go to top */
.go-top{
	bottom:-7px!important;
}
.go-top,.go-top:hover {
    background-color: transparent;
    bottom: 0;
}
.go-top > i {
    color: #00a5da;
}
.fa-arrow-circle-up {
    font-size: 30pt;
}
footer .social{
	float: right;
}
span.light{
	color: #8e8e8e;
}
.copyright{
	float: left;
	color: #fff;
	text-align: center;
	font-size: 11pt;
	width: 100%;
}
#footer{
	text-align: center;
}
#footer a{
	color: #00a5da;
	color: #fff;
    font-weight: bold;
}
/* ccinvoices front-end invoices page buttons override */
.btn.btn-default.hasTooltip {
    padding: 2px 12px;
}
/* Nonumber tabs border removal */
.tab-content,.nav-tabs,.nn_tabs-tab a{
	border:0!important;
}

footer, footer .container{
	background-image: url('../images/background/ccloud-pattern-bg.jpg');
	background-repeat: repeat-x;
}

/* Media Queries */

@media screen and (max-width: 1199px) {
	.portfolio-frame-vector {
    	background-size: 470px auto;

	}
	.frame-inner {
	    padding: 39px 0 0 20px;
	    width: 450px;
	}
/*
}
@media screen and (max-width: 992px) {
*/
	.portfolio-frame-vector {
    	background-position: 50% 20px;
    	background-size: 420px auto;
    	height: 360px;
    	width: 100%;
	}
	.frame-inner {
    	margin: auto;
    	padding: 37px 0 0 0;
    	width: 384px;
	}
}
@media screen and (max-width: 767px) {
	#set-nn_tabs-sm-1{
		display: none;
	}
	.pf-table-border{
		border-right: none;
	}
	#set-rl_tabs-sm-1{
		display: none;
	}
}
@media screen and (max-width: 580px){
	.featured-home .col-xs-6,.about .col-xs-6 {
    	min-height: 360px;
	}
}
@media screen and (max-width: 480px) {
	.portfolio-frame-desktop{
		background-position: 50% 0;
    	background-size: 100% auto;
    	height: 225px;
    	margin: auto auto 30px;
    	width: 280px;
	}
	.portfolio-frame-desktop .frame-inner{
		margin: auto;
		padding: 12px 0 0;
		width: 256px;
	}
	.portfolio-frame-vector {
    	background-position: 50% 20px;
    	background-size: 310px auto;
    	height: 275px;
    	width: 100%;
	}
	.frame-inner {
	    margin: auto;
	    padding: 33px 0 0 0;
	    width: 284px;
	}
	.pf-table-border{
		padding-right: 5px;
	}
	.pf-container,.pf-container .overlay{
		max-width: 320px;
	}
}

/* rev slider bg overrides */
.blue-slidebg .tp-bgimg{
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #0177bf 0%, #0177bf 50%, #0099d2 51%, #0099d2 100%) repeat scroll 0 0 !important;
}