﻿/* Tablet/smartphones common styles for collapsibles */
@media only screen and (max-width : 768px) {
    #suiteBarLeft {
        min-width: 0px;
    }

    .ms-promlink-body{
        width: auto;
    }

    .ms-promlink-headerNav{
        display: none;
    }

    #sideNavBox, #contentRow, #siteIcon {

        -webkit-transition: all 400ms ease;

        -moz-transition: all 400ms ease;

        -ms-transition: all 400ms ease;

        -o-transition: all 400ms ease;

        transition: all 400ms ease;

    }
}

/* Tablets */
@media only screen and (min-width: 701px) and (max-width : 768px) {
    div#DeltaPlaceHolderSearchArea {

        float: right;

    }
}

/* Smartphones */


@media screen and (max-width: 700px) {
	
	#suiteBarRight {
		text-align: right;
	}

	#suiteBarLeft, #suiteBarRight, #suiteBar {
		display: inline-block;
		width: 100%;
	}
	
	div#Sk-SkanskaLogoDiv 
	{
		position: relative;
		width: 20px;
		overflow: hidden;
		padding-left: 0px;
		margin-left: 0px;
	}

	img#Sk-SkanskaLogo 
	{
		position: relative;
		left: -10px;
	}
	
	#s4-ribbonrow{
		/*margin-top: 45px;*/
	}

	
	.ms-cui-TabRowRight{
		display: none !important;
	}
	
	#sk-copyright p {
		left: 0px;
	}

	#sk-footerinner , #sk-flare , #sk-cs {

		position: static;
	}
	
	#sk-footerinner{
		text-align: center;
	}
	
	#sk-flare , #sk-cs {

		margin-left: auto;
		margin-right: auto;
	}
	
	#sk-footerinner div{
		text-align:left;
	}
	
	.sk-contactcard {
		float: none;
	}
	
	#navbar-toggle{
		margin-left: 2px;
        float: left;
        -webkit-box-shadow: none;
	    box-shadow: none;
	}

    
	div#titleAreaRow .ms-core-pageTitle {

		overflow: hidden;
	}

    .ms-breadcrumb-top{
        display: none;
    }

    #sideNavBox {
        margin-bottom: 0px;
    }

    #contentBox {
        margin-top: 0px;
    }

    div#titleAreaRow .ms-core-pageTitle {
        overflow: hidden;
    }

    #contentRow {
        margin-top: 0px;
    }
	
	.ms-core-suiteLinkList {
		padding-right: 0px;
	}

}

@media screen and (max-width: 360px) {
	
}