html {
    min-height: 100%;
}

body {
    min-height: 100%;
    background-image: linear-gradient(to bottom, #fff 0%, #fff 50%, #a00 50%, #a00 100%);

}

.ict-footer {
    float: right;
    color: #fff;
    text-align: right;
    font-weight: bold;
    margin-right: 10px;
    font-size: 80%;
    line-height: 90%;
}

ul.ict-lang {
    position: absolute;
    text-align: right;
    right: 10px;
    top: 10px;
    font-size: 12px;
}

ul.ict-lang li {
    display: inline;
}

ul.ict-lang li:first-child a {
    border-right: solid 1px #000;
}

ul.ict-lang a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    float: left;
    padding: 0 .5em;
}
ul.ict-lang a.selected {
    font-weight: bold;
}


.tag_cloud {
    font-size: 8pt;
    background: #eeeeec;
    padding: .5em .5em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
}

.tag_cloud    .tag {
    font-weight: bold;
    white-space: nowrap;
    text-decoration: none;
    color: #000;
}
.tag_cloud    a.tag:hover {
    text-decoration: underline;
}

.tag_cloud    .tag1 { font-size: 9pt; }
.tag_cloud    .tag2 { font-size: 12pt; }
.tag_cloud    .tag3 { font-size: 18pt; }
.tag_cloud    .tag4 { font-size: 20pt;}


.ict-logo {
    width: 394px;
    height: 150px;
    text-indent: -9000px;
    background: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: 0 10px;
    padding-top: 10px;
    margin: 0px auto 10px auto;
}

.item
{
    height: 629px;
}

.frame {
    margin: auto;
    position: relative;
}


.frame-ipad
{
    background: url(../img/ipad-frame.png);
    background-repeat: no-repeat;
    width: 600px;
    height: 534px;
}
.frame-imac
{
    background: url(../img/imac-frame.png);
    background-repeat: no-repeat;
    width: 783px;
    height: 640px;
}

.frame-screen {
    position: absolute;
    display: block;
    background: #fff;
    font-family: Tahoma, sans-serif;
}



.overthrow {
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.frame-iphone {
    background: url(../img/iphone-frame.png);
    background-repeat: no-repeat;
    width: 274px;
    height: 629px;
}
.frame-iphone    .tag_cloud .tag {
    white-space: normal;
}

.frame-iphone    .portfolio_info img {
    margin: 0 0 .5em 0;
}

.frame-iphone    .portfolio_info {
    color: #888;
    font-size: 80%;
    margin: 0 0 1em 0;
}
.frame-iphone    .portfolio_info strong {
    color: #444;
}

.frame-iphone    .frame-screen {
    left: 22px;
    top: 95px;
    width: 233px;
    height: 348px;
    background-image: linear-gradient(to right, #a00 0%, #a00 10%, #fff 10%, #fff 100%);
}

.frame-iphone    .btn-navbar {
    display: block;
}
.frame-iphone    .navbar-inner {
    padding-right: 0;
    border-radius: 0px;
}
.frame-iphone    .nav-collapse .nav > li {
    float: none;
}

.frame-iphone    .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
    clear: both;
}

.frame-iphone    .frame-screen-body {
    padding: 0 30px;
}



.frame-ipad {
    position: relative;
    --scrWidth: 446px;
    --navWidth: 100px;
    --scrHeight: 359px;
}

.frame-ipad    .frame-screen {
    left: 57px;
    top: 63px;
    width: var(--scrWidth);
    height: var(--scrHeight);
}

.frame-ipad    .frame-screen-nav {
    position: absolute;
    left: 0px;
    top: 0px;
    width: var(--navWidth);
    height: var(--scrHeight);
    background: #a00;
    font-size: 85%;
    z-index: 100;
}

.frame-ipad    .frame-screen-nav a {
    color: #fff;
    padding: .2em .5em;
}

.frame-ipad    .frame-screen-nav a:hover {
    background: #c00;
    font-weight: bold;
}

.frame-ipad .frame-screen-body {
    background: #fff;
    padding-left: calc(var(--navWidth) + 20px);
    padding-right: 20px;
    width: calc(var(--scrWidth) - var(--navWidth));
    height: var(--scrHeight);
}

.frame-ipad    .portfolio_info {
    float: right;
    width: 150px;
    text-align: right;
    margin: 0 0 1em 1em;
    color: #888;
    font-size: 80%;
}
.frame-ipad    .portfolio_info    strong {
	color: #444;
}

 .frame-ipad    .portfolio_info   img {
	margin-bottom: .5em;
}



.frame-imac .frame-screen {
    left: 30px;
    top: 34px;
    width: 720px;
    height: 402px;

    background: #bbb;
    font-family: Tahoma, sans-serif;
}

.frame-imac .frame-screen    .ict-wrap {
    border: solid 2px #000;
    margin: 40px auto;
    width:  560px;
    background: #fff;
    position: relative;
    background-image: linear-gradient(to right, #a00 0%, #a00 8%, #fff 8%, #fff 100%);
    padding: 0 40px 0 80px;
}
.frame-imac .frame-screen    .frame-screen-nav {
    position: absolute;
    right: -10px;
    top: -35px;
}

.frame-imac .frame-screen    .frame-screen-body {
    padding-bottom: 1.5em;
}

.frame-imac .frame-screen    .portfolio_info {
    float: right;
    width: 150px;
    text-align: right;
    margin: 0 0 1em 1em;
    color: #888;
    font-size: 80%;
}

.frame-imac .frame-screen    .portfolio_info strong {
	color: #444;
}
.frame-imac .frame-screen    .portfolio_info    img {
	margin-bottom: .5em;
}


.frame-imac .frame-screen    .frame-screen-nav    ul {
    position: absolute;
    right: 20px;
    top: 5px;
    width: 700px;
    text-align: right;
}

.frame-imac .frame-screen    .frame-screen-nav     ul li {
    display: inline;
    margin: 0;
}

.frame-imac .frame-screen    .frame-screen-nav     ul a {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    background: #b93223;
    text-decoration: none;
    width: 90px;
    font-size: 11px;
    padding: 4px 0 4px 0;
    text-align: center;
    margin: 0;
}

.frame-imac .frame-screen    .frame-screen-nav     ul a:hover {
    background: #ef2929;
}


.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.carousel-control {
    display: flex;
    justify-content: center;
    align-items: center;
}
