/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 31 2017 | 16:49:44 */
	.content_devices_info {
margin-top:-18px; 


      font-weight:200;
      font-size:14px;
	  line-height: 120%;

}


	table.devices_table {
            color: white;
            padding-bottom:2%;
            background-color: #2B313B;
            width: 100%;
        }

        td.devices_table {
            text-align = "center";
            width="12,5%";
        }
        
      
		.downArrowDiv{
            background: #2B313B;
            color: white;
            position: relative;
            word-wrap: break-word;
            margin-bottom: 0em;
            padding-top: 0px;
            padding-left: 20%;
            padding-right: 20%;
            padding-bottom:100px;


        }

        .downarrowdivTablets,
        .downarrowdivMobile, .downarrowdivConnected,
        .downarrowdivWearable,  .downarrowdivDesktop, .downarrowdivServer {
            width: 100%;
            min-height: 40px; /*min height of DIV should be set to at least 2x the width of the arrow*/
            background: #2B313B;
            color: white;
            position: relative;
            word-wrap: break-word;
         margin-bottom: 3em;
        }


        .downarrowdivConnected:after {
            /*arrow added to downarrowdiv DIV*/
            content: '';
            display: block;
            position: absolute;
            top: 100%; /*should be set to 100% */
            left: 10.8%;
            width: 0;
            height: 0;
            border-color: #2B313B transparent transparent transparent; /*border color should be same as div div background color*/
            border-style: solid;
            border-width: 10px;
        }

        .downarrowdivMobile:after {
            /*arrow added to downarrowdiv DIV*/
            content: '';
            display: block;
            position: absolute;
            top: 100%; /*should be set to 100% */
            left: 28.3%;
            width: 0;
            height: 0;
            border-color: #2B313B transparent transparent transparent; /*border color should be same as div div background color*/
            border-style: solid;
            border-width: 10px;
        }
        .downarrowdivWearable:after {
            /*arrow added to downarrowdiv DIV*/
            content: '';
            display: block;
            position: absolute;
            top: 100%; /*should be set to 100% */
            left: 59.4%;
            width: 0;
            height: 0;
            border-color: #2B313B transparent transparent transparent; /*border color should be same as div div background color*/
            border-style: solid;
            border-width: 10px;
        }
        .downarrowdivTablets:after {
            /*arrow added to downarrowdiv DIV*/
            content: '';
            display: block;
            position: absolute;
            top: 100%; /*should be set to 100% */
            left: 42.8%;
            width: 0;
            height: 0;
            border-color: #2B313B transparent transparent transparent; /*border color should be same as div div background color*/
            border-style: solid;
            border-width: 10px;
        }

        .downarrowdivDesktop:after {
            /*arrow added to downarrowdiv DIV*/
            content: '';
            display: block;
            position: absolute;
            top: 100%; /*should be set to 100% */
            left: 77.2%;
            width: 0;
            height: 0;
            border-color: #2B313B transparent transparent transparent; /*border color should be same as div div background color*/
            border-style: solid;
            border-width: 10px;
        }

        .downarrowdivServer:after {
            /*arrow added to downarrowdiv DIV*/
            content: '';
            display: block;
            position: absolute;
            top: 100%; /*should be set to 100% */
            left: 92.2%;
            width: 0;
            height: 0;
            border-color: #2B313B transparent transparent transparent; /*border color should be same as div div background color*/
            border-style: solid;
            border-width: 10px;
        }

        .device_info_button {
            border-color: #E0312F;
            background-color: #E0312F;
            font-size: 18px;
            border-radius: 25px;
            width: 8%;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-left: 8px;
            padding-right: 8px;
            margin: auto;
            color: #fff;
        }

        .info_button_container {
            text-align: center;
            padding-bottom: 1%;
            font-weight: bold;
            width: 100%;
        }


        .overlay {
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.7);
            transition: opacity 500ms;
            visibility: hidden;
            z-index: 1001;
            opacity: 0;
        }

        .overlay:target {
            visibility: visible;
            opacity: 1;
        }
        
        .popup {
            margin: 10% auto;
            padding: 20px;
            background: #fff;
            border-radius: 5px;
            width: 30%;
            min-width: 300px;
            color: #000;
            position: relative;
            text-align: center;
            transition: all 5s ease-in-out;
        }

        .popup .close {
            position: absolute;
            top: 20px;
            right: 30px;
            transition: all 200ms;
            font-size: 30px;
            font-weight: bold;
            text-decoration: none;
            color: #333;
        }

        .popup .close:hover {
            color: #E0312F;
        }

        .popup .contact_title {
            font-size: 24px;
            color: #E0312F;
        }

        .phone_and_mail_size {
            font-size: 22px;
            font-weight: bold;
        }

        @media only screen and (max-width: 1100px) {

            .device_info_button {
                 width: 12%;
                font-size: 16px;
                padding: 4px;
            }
        }

        @media only screen and (max-width: 700px) {

            .device_info_button {
                 width: 16%;
                font-size: 14px;
                padding: 2px;
            }
        }

        @media only screen and (max-width: 450px) {

            .device_info_button {
                 width: 20%;
                font-size: 12px;
                padding: 1px;
            }

            img .device_images {
                max-width:80%;
                max-height:80%;
            }

            .devices_table {
                font-size: 14px;
            }

            .downarrowdivConnected:after {
                left: 10%;
            }

            .downarrowdivMobile:after {
                left: 25.5%;
            }

            .downarrowdivTablets:after {
                left: 40%;

            }
            .downarrowdivWearable:after {
                left: 56%;
            }
            
            .downarrowdivDesktop:after {
                left: 74%;
            }
    
            .downarrowdivServer:after {
                left: 90%;
            }

        }
